aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/dec_sub.c
Commit message (Expand)AuthorAge
* sub: remove packet list thingGravatar wm42015-12-28
* sub: do charset conversion in demux_lavf.cGravatar wm42015-12-28
* 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
* dec_sub: avoid segfault on sub_init_decoder failureGravatar Aman Gupta2015-12-22
* sub: remove unused video width/height headersGravatar wm42015-12-18
* sub: remove subtitle filter chain conceptGravatar wm42015-12-18
* sub: do not clear subtitle list on seekingGravatar wm42015-12-18
* sd_ass: remove dead codeGravatar wm42015-12-17
* sub: detect charset in demuxerGravatar wm42015-12-17
* sub: remove sd_srt.cGravatar wm42015-12-15
* sub: remove sd_microdvd.cGravatar wm42015-12-15
* sub: remove sd_lavf_srt.cGravatar wm42015-12-15
* sub: remove sd_movtext.cGravatar wm42015-12-15
* sub: another minor simplificationGravatar wm42015-12-06
* sub: minor simplificationsGravatar wm42015-12-05
* sub: move subtitle FPS adjustment to sd_ass.cGravatar wm42015-12-05
* sub: move --sub-fix-timing handling to rendererGravatar wm42015-12-05
* sd_lavc: remove small gaps between subtitlesGravatar wm42015-12-05
* sub: allow feeding bitmap subs in advanceGravatar wm42015-12-05
* sub: remove an unneeded old hack for MicroDVDGravatar wm42015-11-16
* charset_conv: make it possible to return an allocated string as guessGravatar wm42015-08-01
* sub: fix srt subs and other casesGravatar wm42015-07-07
* sub: protect ASS_Renderer stateGravatar wm42015-07-06
* demux: merge extradata fieldsGravatar wm42015-06-21
* Update license headersGravatar Marcin Kurczewski2015-04-13
* sub: don't truncate timestamps to intGravatar wm42015-04-08
* sub: unprefer libavcodec's MicroDVD converterGravatar wm42015-04-08
* sub: this isn't needed eitherGravatar wm42015-03-03
* demux: gracefully handle packet allocation failuresGravatar wm42014-09-16
* sub: fix possible deadlock with --no-sub-ass and similarGravatar wm42014-09-06
* sub: prefer ffmpeg microdvd converter over internal oneGravatar wm42014-06-15
* options: remove use of an inverted option valueGravatar wm42014-06-13
* Add more constGravatar wm42014-06-11
* sub: remove old MPlayer DVD sub decoderGravatar wm42014-03-16
* demux_libass: change how external ASS subtitles are loadedGravatar wm42014-03-15
* sub: use new FFmpeg API to check MicroDVD FPSGravatar wm42014-03-04
* sub: handle vobsub-in-mp4Gravatar wm42014-02-13
* threads: add wrapper for initializing recursive mutexesGravatar wm42014-01-31
* sub: uglify sub decoder with lockingGravatar wm42014-01-17
* sub: fix frame based subtitle timestamp handlingGravatar wm42014-01-09
* charset_conv: mp_msg conversionsGravatar wm42013-12-21
* sub/osd: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* player: rearrange how subtitle context and stream headers are usedGravatar wm42013-11-23
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03