summaryrefslogtreecommitdiffstats
path: root/sub/sd_ass.c
Commit message (Expand)AuthorAgeFilesLines
* sub, demux: identify subtitle types with the codec namewm42013-04-201-4/+13
* sd_ass: free external subtitle trackswm42012-12-141-0/+6
* sub: clear libavformat demuxed subtitles on seekingwm42012-12-031-0/+6
* sd_ass: fix ASS subtitles coming from demux_lavfwm42012-11-161-3/+7
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* VO, sub: refactorwm42012-10-241-6/+6
* sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorwm42012-10-241-2/+2
* Merge branch 'master' into osd_changeswm42012-10-161-1/+3
|\
| * sub: add --ass-style-override option to disable style overrideswm42012-10-121-1/+3
* | sub: cosmetics: move things aroundwm42012-10-161-0/+1
* | sub: cleanup: don't pass parameters via global variableswm42012-10-161-5/+6
* | sub: remove logic for disabling hinting on scaled EOSDwm42012-10-161-1/+1
* | sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-161-33/+3
* | sub: create sub_bitmap array even when using libasswm42012-10-161-1/+27
|/
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-181-0/+1
* subs: restore support for sub_step command with libasswm42012-09-181-0/+10
* subs, vo: do sub bitmap change detection by comparing IDsUoti Urpala2012-09-181-1/+6
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-181-10/+43
* subs: libass: use a single persistent renderer for subtitlesUoti Urpala2012-09-181-1/+0
* sd_lavc: use subtitle framework for former av_sub.c codeUoti Urpala2012-09-181-1/+2
* sd_ass.c: set event->Style to fix --ass-stylesUoti Urpala2011-09-231-0/+1
* options: move libass-related options to structUoti Urpala2011-09-031-1/+1
* aviheader.h: avoid including demuxer.hUoti Urpala2011-08-191-0/+1
* cleanup: subs: remove global ass_library variableUoti Urpala2011-07-231-2/+2
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1/+1
* cleanup: rename ass_* functions to mp_ass_*Uoti Urpala2011-01-261-1/+1
* subs: use correct font aspect ratio for libass + converted subsUoti Urpala2011-01-261-0/+2
* sd_ass: remove subreader use, support plaintext markupUoti Urpala2011-01-181-12/+66
* subtitles: add framework for subtitle decodersUoti Urpala2011-01-181-0/+98