summaryrefslogtreecommitdiffstats
path: root/player/sub.c
Commit message (Expand)AuthorAgeFilesLines
* 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