aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* 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
* sd_lavc: remove small gaps between subtitlesGravatar wm42015-12-05
* sd_lavc: discard empty subtitles and improve sub_seek behaviorGravatar wm42015-12-05
* sd_lavc: implement sub_step/sub_seekGravatar wm42015-12-05
* sub: allow feeding bitmap subs in advanceGravatar wm42015-12-05
* sub: remove unused function, move another oneGravatar wm42015-11-29
* osd: fix and cleanup font style managementGravatar wm42015-11-29
* osd: use the same ASS_Renderer for OSD text and progbarGravatar wm42015-11-28
* sd_ass: fix secondary subtitle modeGravatar wm42015-11-22
* player: remove OSD subtitle render pathGravatar wm42015-11-17
* player: use demuxer ts offset to simplify timeline ts handlingGravatar wm42015-11-16
* sub: remove an unneeded old hack for MicroDVDGravatar wm42015-11-16
* sub: remove use of semi-deprecated libass fieldGravatar wm42015-10-28