aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/dec_sub.c
Commit message (Expand)AuthorAge
* options: move most subtitle and OSD rendering options to sub structsGravatar wm42018-01-02
* sub: move all subtitle timestamp messing code to a central placeGravatar wm42018-01-02
* demux: get rid of demux_packet.new_segment fieldGravatar wm42017-10-24
* player: add experimental stream recording featureGravatar wm42017-02-07
* dec_sub: avoid full reinit on switches to the same segmentGravatar wm42016-11-09
* sub: don't potentially discard too many subtitles on seekGravatar wm42016-08-14
* sub: pass preferred OSD format to subtitle renderersGravatar wm42016-07-03
* sub: force segment switch if video is already aheadGravatar wm42016-03-25
* osd: refactor how mp_ass_render_frame() is calledGravatar wm42016-03-08
* sub: make preloading more robustGravatar wm42016-03-06
* sub: pass all attachments to the subtitle decoderGravatar wm42016-03-03
* sub: always clip subtitles against segment endGravatar wm42016-02-20
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* sub: move sub decoder init to a functionGravatar wm42016-02-15
* sub: remove always-true checkGravatar wm42016-02-12
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* sub: read subtitles until their timestamps are past videoGravatar wm42016-01-11
* sub: change how subtitles are readGravatar wm42015-12-29
* 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