aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
...
* sub: move sub decoder init to a functionGravatar wm42016-02-15
* sub: remove always-true checkGravatar wm42016-02-12
* sub: implement "sub-seek 0"Gravatar wm42016-02-04
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingGravatar Aman Gupta2016-01-18
* lavc_conv: pass real_time=1 option to ffmpeg for eia_608 decoderGravatar Aman Gupta2016-01-18
* ass_mp: add mp_ass_flush_old_events()Gravatar Aman Gupta2016-01-18
* sub: fix memory leaksGravatar wm42016-01-18
* osd: make osd-width/height properties watchableGravatar wm42016-01-15
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* sub: read subtitles until their timestamps are past videoGravatar wm42016-01-11
* sd_ass: fix memory leaks with --sub-ass=noGravatar wm42016-01-04
* sub: do not check for duplicates if --sub-clear-on-seek is setGravatar wm42015-12-31
* 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
* sub: cache subtitle state per track instead of per demuxer streamGravatar wm42015-12-26
* sub: clear subtitle list when crossing timeline boundaryGravatar wm42015-12-25
* sub: use macros to remove code duplicationGravatar wm42015-12-24
* sub: merge bitmap render functions into one for each kindGravatar wm42015-12-24
* sub: remove "inaccurate" code pathGravatar wm42015-12-24
* sub: find GBRP format automatically when rendering to RGBGravatar wm42015-12-24
* sub: better alpha blending when rendering to alpha surfacesGravatar wm42015-12-24
* dec_sub: avoid segfault on sub_init_decoder failureGravatar Aman Gupta2015-12-22
* sd_ass: handle --sub-clear-on-seek correctly with non-ASS subsGravatar wm42015-12-20
* lavc_conv: fix invalid writeGravatar wm42015-12-19
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* sub: remove unused video width/height headersGravatar wm42015-12-18
* sub: rename sd_lavc_conv.c to lavc_conv.cGravatar 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
* csputils: rename "yuv2rgb" functionsGravatar wm42015-12-09
* csputils: remove obscure int_bits matrix scalingGravatar wm42015-12-09
* sub: increase gap/overlap fixing threshold to 210msGravatar wm42015-12-07
* sd_ass: slightly better heuristic for applying --sub-fix-timingGravatar wm42015-12-06
* 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