aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/sub.c
Commit message (Expand)AuthorAge
* video: make decoder wrapper a filterGravatar wm42018-01-30
* video: rewrite filtering glue codeGravatar wm42018-01-30
* sub: move all subtitle timestamp messing code to a central placeGravatar wm42018-01-02
* player: change license of most core files to LGPLGravatar wm42017-06-23
* player: enable no-video subtitle display on coverart tooGravatar wm42016-10-31
* player: don't try updating subtitles while playback PTS doesn't progressGravatar wm42016-10-30
* player: show subtitles on VO if --force-window is usedGravatar wm42016-10-26
* player: fix instant subtitle refresh on track switchesGravatar wm42016-09-24
* osd: cleanup: make OSDTYPE_ constants private to OSD codeGravatar wm42016-03-08
* sub: make preloading more robustGravatar wm42016-03-06
* sub: pass all attachments to the subtitle decoderGravatar wm42016-03-03
* demux: remove relative seekingGravatar wm42016-02-28
* player: slightly simplify how demuxer streams are enabled/disabledGravatar wm42016-02-25
* sub: change when/how subtitles are read completelyGravatar wm42016-01-22
* player: refactor: eliminate MPContext.d_videoGravatar wm42016-01-17
* player: refactor: eliminate MPContext.d_subGravatar wm42016-01-17
* video: decouple filtering/decoding slightly moreGravatar wm42016-01-14
* video: refactor: handle video format fixups closer to decoderGravatar wm42016-01-14
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* sub: change how subtitles are readGravatar wm42015-12-29
* sub: refactor initializationGravatar wm42015-12-27
* sub: minor refactor how video FPS for MicroDVD is setGravatar wm42015-12-27
* sub: destroy/recreate ASS_Renderer when disabling/enablings subsGravatar wm42015-12-26
* sub: always recreate ASS_Renderer on subtitle decoder reinitGravatar wm42015-12-26
* sub: cache subtitle state per track instead of per demuxer streamGravatar wm42015-12-26
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* sub: remove unused video width/height headersGravatar wm42015-12-18
* sub: allow feeding bitmap subs in advanceGravatar wm42015-12-05
* player: remove OSD subtitle render pathGravatar wm42015-11-17
* player: use demuxer ts offset to simplify timeline ts handlingGravatar wm42015-11-16
* sub: call ass_set_fonts() only onceGravatar wm42015-07-13
* sub: protect ASS_Renderer stateGravatar wm42015-07-06
* Update license headersGravatar Marcin Kurczewski2015-04-13
* build: fix warnings with --disable-libassGravatar wm42015-03-04
* player: enable cache and demuxer thread for subtitles tooGravatar wm42015-02-18
* player: fix crash wtih --secondary-sidGravatar wm42015-01-13
* player: fix random crashes on uninitializationGravatar wm42014-12-27
* player: cosmetics: rename a functionGravatar wm42014-12-27
* sub: reset sub decoder correctly when cycling subtitlesGravatar wm42014-12-21
* player: cosmetics: move code aroundGravatar wm42014-12-21
* build: fix --disable-libassGravatar wm42014-12-08
* sub: remove assertionGravatar wm42014-12-07
* player: don't crash when using sub_seek without subtitlesGravatar wm42014-11-23
* sub: workaround braindead libass APIGravatar wm42014-11-15
* sub: remove osd_get_sub()Gravatar wm42014-11-01
* sub: be more flexible about changes to how subtitles are renderedGravatar wm42014-10-31
* player: move some libass setup code to sub.cGravatar wm42014-10-03
* player: remove central uninit_player() function and flags messGravatar wm42014-10-03
* sub: approximate subtitle display in no-video modeGravatar wm42014-09-25