aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/sub.c
Commit message (Expand)AuthorAge
* 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
* sub: fix possible deadlock with --no-sub-ass and similarGravatar wm42014-09-06
* player: use virtual time for --audio-file with ordered chaptersGravatar wm42014-08-15
* sub: add option to workaround broken mkv filesGravatar wm42014-08-14
* sub: call sub_reset() on seeks onlyGravatar wm42014-08-14
* sub: fix subtitle timing for TSGravatar wm42014-08-04
* sub: don't read packets if video and audio are disabledGravatar wm42014-08-04
* player: split seek_reset()Gravatar wm42014-07-30
* player: fix desync when seeking and switching external tracksGravatar wm42014-07-29
* sub: offset subtitle timing to video start PTSGravatar wm42014-07-22
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* sub: fix undefined behavior with dvd://Gravatar wm42014-06-28
* video: handle colorspace and aspect overrides separatelyGravatar wm42014-05-02
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* sub: uglify sub decoder with lockingGravatar wm42014-01-17
* Fix subtitle delay inversionGravatar Martin Herkt2014-01-06
* player: add --secondary-sid for displaying a second subtitle streamGravatar wm42013-12-24
* player: add infrastructure to select multiple tracks at onceGravatar wm42013-12-24
* player: redo demuxer stream selectionGravatar wm42013-12-24
* sub/osd: mp_msg conversionsGravatar wm42013-12-21
* player: replace some overlooked mp_msgsGravatar wm42013-12-19
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Rename mp_core.h to core.hGravatar wm42013-12-17
* Move mpvcore/player/ to player/Gravatar wm42013-12-17