summaryrefslogtreecommitdiffstats
path: root/sub/dec_sub.h
Commit message (Expand)AuthorAgeFilesLines
* sub: make preloading more robustwm42016-03-061-1/+2
* sub: pass all attachments to the subtitle decoderwm42016-03-031-3/+7
* sub: change how subtitles are readwm42015-12-291-2/+1
* sub: refactor initializationwm42015-12-271-6/+3
* sub: minor refactor how video FPS for MicroDVD is setwm42015-12-271-4/+1
* 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: cache subtitle state per track instead of per demuxer streamwm42015-12-261-1/+0
* sub: clear subtitle list when crossing timeline boundarywm42015-12-251-0/+1
* sub: remove unused video width/height headerswm42015-12-181-1/+0
* sub: remove subtitle filter chain conceptwm42015-12-181-2/+0
* sub: allow feeding bitmap subs in advancewm42015-12-051-1/+1
* player: remove OSD subtitle render pathwm42015-11-171-0/+1
* sub: protect ASS_Renderer statewm42015-07-061-1/+3
* sub: uglify sub decoder with lockingwm42014-01-171-0/+2
* sub/osd: mp_msg conversionswm42013-12-211-2/+2
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-121-0/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* player: rearrange how subtitle context and stream headers are usedwm42013-11-231-3/+3
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-151-0/+1
* dec_sub: introduce sub_control(), use it for sub_stepwm42013-06-291-5/+5
* sub: preload external text subtitleswm42013-06-231-0/+2
* sub: basic subtitle converterswm42013-06-031-1/+1
* sub: refactorwm42013-06-011-10/+26
* core: add demux_sub pseudo demuxerwm42013-06-011-3/+0
* sub: various minor subtitle related changeswm42013-06-011-4/+0
* sub: redo how -no-ass is handledwm42013-05-301-2/+3
* sub, demux: identify subtitle types with the codec namewm42013-04-201-4/+3
* VO, sub: refactorwm42012-10-241-8/+3
* sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorwm42012-10-241-2/+0
* sub: never decode subs to old OSD formatwm42012-10-161-2/+0
* sub: cosmetics: move things aroundwm42012-10-161-53/+3
* sub: cleanup: don't pass parameters via global variableswm42012-10-161-1/+2
* sub: always go through sub.c for OSD renderingwm42012-10-161-0/+9
* sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-161-4/+9
* sub: create sub_bitmap array even when using libasswm42012-10-161-14/+35
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-181-0/+19
* subs: restore support for sub_step command with libasswm42012-09-181-0/+4
* subs, vo: do sub bitmap change detection by comparing IDsUoti Urpala2012-09-181-1/+1
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-181-0/+11
* subs: libass: use a single persistent renderer for subtitlesUoti Urpala2012-09-181-0/+10
* subtitles: add framework for subtitle decodersUoti Urpala2011-01-181-0/+14