aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
Commit message (Expand)AuthorAge
* 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
* Replace deprecated av_free_packet() callsGravatar wm42015-10-28
* options: remove --use-text-osdGravatar wm42015-10-24
* sd_lavc: take care of AVPicture deprecationGravatar wm42015-10-23
* sub: adjust behavior on mismatching video/subtitle aspect mismatchGravatar wm42015-10-21
* sd_lavc: extend subtitle resolution if images go outsideGravatar wm42015-10-21
* Take care of libavcodec convergence_duration deprecationGravatar wm42015-09-29
* player: rename and move find_subfiles.cGravatar wm42015-09-20
* player: add opus to list of external audio file extensionsGravatar wm42015-09-20
* osd: delay libass initialization as far as possibleGravatar wm42015-09-07
* sub: always try to use libavcodec text subtitle converterGravatar wm42015-09-01
* sd_ass: assume negative durations are unknown durations, and handle themGravatar wm42015-08-27
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* charset_conv: make it possible to return an allocated string as guessGravatar wm42015-08-01
* sub: add option for stretching image subtitles to screenGravatar wm42015-07-18
* sub: fix srt subs and other casesGravatar wm42015-07-07
* sub: protect ASS_Renderer stateGravatar wm42015-07-06