summaryrefslogtreecommitdiffstats
path: root/player/sub.c
Commit message (Expand)AuthorAgeFilesLines
* video: make decoder wrapper a filterwm42018-01-301-1/+0
* video: rewrite filtering glue codewm42018-01-301-2/+1
* sub: move all subtitle timestamp messing code to a central placewm42018-01-021-3/+0
* player: change license of most core files to LGPLwm42017-06-231-7/+7
* player: enable no-video subtitle display on coverart toowm42016-10-311-1/+1
* player: don't try updating subtitles while playback PTS doesn't progresswm42016-10-301-2/+2
* player: show subtitles on VO if --force-window is usedwm42016-10-261-0/+13
* player: fix instant subtitle refresh on track switcheswm42016-09-241-0/+3
* osd: cleanup: make OSDTYPE_ constants private to OSD codewm42016-03-081-4/+2
* sub: make preloading more robustwm42016-03-061-7/+4
* sub: pass all attachments to the subtitle decoderwm42016-03-031-1/+25
* demux: remove relative seekingwm42016-02-281-1/+1
* player: slightly simplify how demuxer streams are enabled/disabledwm42016-02-251-1/+0
* sub: change when/how subtitles are read completelywm42016-01-221-12/+8
* player: refactor: eliminate MPContext.d_videowm42016-01-171-1/+2
* player: refactor: eliminate MPContext.d_subwm42016-01-171-35/+55
* video: decouple filtering/decoding slightly morewm42016-01-141-2/+2
* video: refactor: handle video format fixups closer to decoderwm42016-01-141-1/+1
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-3/+3
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* sub: change how subtitles are readwm42015-12-291-54/+16
* sub: refactor initializationwm42015-12-271-16/+20
* sub: minor refactor how video FPS for MicroDVD is setwm42015-12-271-4/+4
* sub: destroy/recreate ASS_Renderer when disabling/enablings subswm42015-12-261-0/+2
* sub: always recreate ASS_Renderer on subtitle decoder reinitwm42015-12-261-98/+1
* sub: cache subtitle state per track instead of per demuxer streamwm42015-12-261-24/+10
* demux: remove weird tripple-buffering for the sh_stream listwm42015-12-231-2/+2
* sub: remove unused video width/height headerswm42015-12-181-3/+0
* sub: allow feeding bitmap subs in advancewm42015-12-051-2/+2
* player: remove OSD subtitle render pathwm42015-11-171-46/+7
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-161-3/+1
* sub: call ass_set_fonts() only oncewm42015-07-131-10/+3
* sub: protect ASS_Renderer statewm42015-07-061-1/+4
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* build: fix warnings with --disable-libasswm42015-03-041-2/+2
* player: enable cache and demuxer thread for subtitles toowm42015-02-181-0/+2
* player: fix crash wtih --secondary-sidwm42015-01-131-2/+3
* player: fix random crashes on uninitializationwm42014-12-271-0/+1
* player: cosmetics: rename a functionwm42014-12-271-4/+4
* sub: reset sub decoder correctly when cycling subtitleswm42014-12-211-3/+1
* player: cosmetics: move code aroundwm42014-12-211-15/+15
* build: fix --disable-libasswm42014-12-081-2/+2
* sub: remove assertionwm42014-12-071-2/+1
* player: don't crash when using sub_seek without subtitleswm42014-11-231-2/+0
* sub: workaround braindead libass APIwm42014-11-151-7/+14
* sub: remove osd_get_sub()wm42014-11-011-4/+4
* sub: be more flexible about changes to how subtitles are renderedwm42014-10-311-20/+32
* player: move some libass setup code to sub.cwm42014-10-031-0/+94
* player: remove central uninit_player() function and flags messwm42014-10-031-24/+27
* sub: approximate subtitle display in no-video modewm42014-09-251-0/+3
* sub: fix possible deadlock with --no-sub-ass and similarwm42014-09-061-6/+1
* player: use virtual time for --audio-file with ordered chapterswm42014-08-151-8/+1
* sub: add option to workaround broken mkv fileswm42014-08-141-1/+3
* sub: call sub_reset() on seeks onlywm42014-08-141-2/+0
* sub: fix subtitle timing for TSwm42014-08-041-2/+6
* sub: don't read packets if video and audio are disabledwm42014-08-041-1/+1
* player: split seek_reset()wm42014-07-301-0/+6
* player: fix desync when seeking and switching external trackswm42014-07-291-4/+1
* sub: offset subtitle timing to video start PTSwm42014-07-221-1/+2
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-051-41/+0
* sub: fix undefined behavior with dvd://wm42014-06-281-1/+1
* video: handle colorspace and aspect overrides separatelywm42014-05-021-1/+2
* sub: uglify OSD code path with lockingwm42014-01-181-17/+21
* sub: uglify sub decoder with lockingwm42014-01-171-1/+6
* Fix subtitle delay inversionMartin Herkt2014-01-061-1/+1
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-45/+80
* player: add infrastructure to select multiple tracks at oncewm42013-12-241-2/+2
* player: redo demuxer stream selectionwm42013-12-241-5/+5
* sub/osd: mp_msg conversionswm42013-12-211-1/+1
* player: replace some overlooked mp_msgswm42013-12-191-5/+3
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+233