summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
Commit message (Expand)AuthorAgeFilesLines
* sd_ass: allow get_text to return more than 500 bytesrcombs3 hours1-3/+5
* sub/lavc_conv: don't override style of converted teletext pagesKacper Michajłow3 hours1-0/+1
* sub/lavc_conv: take sd context as a parameter for lavc_conv_createKacper Michajłow9 days1-2/+1
* command: fix sub-seek while paused without a videoGuido Cella2024-02-231-0/+1
* options: add --secondary-sub-ass-overridedyphire2023-12-181-1/+2
* player: refactor secondary subtitle options and propertiesDudemanguy2023-12-161-0/+1
* options: add --secondary-sub-poskarelrooted2023-12-131-1/+1
* sub: adjust offsets when sub seeking/steppingDudemanguy2023-11-061-0/+2
* player: remove auto choice from sub-forced-onlyDudemanguy2023-08-291-2/+0
* sub: rewrite auto-forced-only supportrcombs2023-06-251-0/+2
* sub/lavc_conv: properly fill avctx with codecpar values at initJan Ekström2023-03-141-2/+2
* sub: sub-filter-regex and jsre: support ass-to-plaintextAvi Halachmi (:avih)2021-08-051-0/+5
* sub: new: --sub-filter-jsre (js regex)Avi Halachmi (:avih)2021-08-051-0/+1
* sub: add filter text utils, use from filter-regex (no-op)Avi Halachmi (:avih)2021-08-051-0/+11
* command: add property to return text subtitles in ASSwm42020-05-141-1/+1
* video: make OSD/subtitle bitmaps refcounted (sort of)wm42020-04-261-2/+2
* sub: add an option to filter subtitles by regexwm42020-02-161-0/+1
* sub: make filter_sdh a "proper" filter, allow runtime changeswm42020-02-161-1/+35
* command: add sub-start & sub-end propertiesStefano Pigozzi2019-09-221-0/+1
* sub/lavc_conv: switch to the newer "ass" subtitle decoding modeJan Ekström2019-09-191-1/+2
* 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