summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
Commit message (Expand)AuthorAgeFilesLines
* options: move most subtitle and OSD rendering options to sub structswm42018-01-021-1/+1
* sub: add SDH subtitle filterDan Oscarsson2017-03-251-0/+2
* sub: don't potentially discard too many subtitles on seekwm42016-08-141-1/+1
* sub: pass preferred OSD format to subtitle rendererswm42016-07-031-2/+2
* sub: make preloading more robustwm42016-03-061-0/+4
* sub: pass all attachments to the subtitle decoderwm42016-03-031-1/+1
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-1/+1
* sub: refactor initializationwm42015-12-271-2/+0
* sub: minor refactor how video FPS for MicroDVD is setwm42015-12-271-1/+0
* sub: destroy/recreate ASS_Renderer when disabling/enablings subswm42015-12-261-0/+1
* sub: always recreate ASS_Renderer on subtitle decoder reinitwm42015-12-261-5/+2
* sub: remove unused video width/height headerswm42015-12-181-5/+0
* sub: remove subtitle filter chain conceptwm42015-12-181-29/+8
* sub: do not clear subtitle list on seekingwm42015-12-181-2/+1
* sd_ass: remove dead codewm42015-12-171-4/+0
* sub: increase gap/overlap fixing threshold to 210mswm42015-12-071-2/+2
* sub: move subtitle FPS adjustment to sd_ass.cwm42015-12-051-0/+4
* sd_lavc: remove small gaps between subtitleswm42015-12-051-0/+5
* sub: allow feeding bitmap subs in advancewm42015-12-051-0/+1
* sub: protect ASS_Renderer statewm42015-07-061-0/+1
* sub: this isn't needed eitherwm42015-03-031-3/+0
* demux_libass: change how external ASS subtitles are loadedwm42014-03-151-3/+0
* sub: handle vobsub-in-mp4wm42014-02-131-0/+3
* sub/osd: mp_msg conversionswm42013-12-211-0/+1
* demux: rename demux_packet.h to packet.hwm42013-11-181-1/+1
* dec_sub: introduce sub_control(), use it for sub_stepwm42013-06-291-0/+1
* sub: add name field to all sub decoderswm42013-06-031-0/+1
* sub: never set VSFilter aspect if the ASS subtitle is convertedwm42013-06-031-0/+4
* sub: don't check for duplicates on sub conversionwm42013-06-031-0/+4
* sub: make use of libavcodec subtitle converterswm42013-06-031-0/+2
* sub: turn subassconvert_ functions into sub converterswm42013-06-031-0/+2
* sub: basic subtitle converterswm42013-06-031-2/+21
* sub: refactorwm42013-06-011-9/+31
* sub: redo how -no-ass is handledwm42013-05-301-1/+3
* sub, demux: identify subtitle types with the codec namewm42013-04-201-0/+1
* VO, sub: refactorwm42012-10-241-5/+2
* sub: cleanup: don't pass parameters via global variableswm42012-10-161-0/+2
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-181-0/+3
* sd_lavc: use subtitle framework for former av_sub.c codeUoti Urpala2012-09-181-1/+1
* subtitles: add framework for subtitle decodersUoti Urpala2011-01-181-0/+16