summaryrefslogtreecommitdiffstats
path: root/sub/sd_ass.c
Commit message (Expand)AuthorAgeFilesLines
* command: sub_seek: avoid getting stuckwm42013-10-071-2/+5
* sd_ass: minor simplificationwm42013-09-241-14/+8
* sd_ass: remove dead codewm42013-09-241-48/+0
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* sd_ass: remove unused variable warningStefano Pigozzi2013-07-201-1/+1
* sd_ass: fix font aspect ratio with non-ASS subswm42013-07-161-4/+4
* Fix build on Libavwm42013-07-151-0/+1
* sd_ass: scale blur by original video size if requestedwm42013-07-151-0/+9
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-151-9/+132
* sd_ass: convert pts to integer for get_text()wm42013-06-291-3/+2
* dec_sub: introduce sub_control(), use it for sub_stepwm42013-06-291-10/+15
* sd_ass: fix nonsensewm42013-06-251-1/+4
* sd_ass: disable special handling of subtitles with duration 0wm42013-06-251-0/+20
* sd_ass: handle libavformat ASS comment packets as wellwm42013-06-231-17/+13
* sub: add name field to all sub decoderswm42013-06-031-0/+1
* sd_ass: add default style if there aren't any styleswm42013-06-031-4/+8
* sub: never set VSFilter aspect if the ASS subtitle is convertedwm42013-06-031-1/+2
* sub: don't check for duplicates on sub conversionwm42013-06-031-5/+7
* sd_ass: strip empty/whitespace lines in -no-ass modewm42013-06-031-1/+13
* sub: make use of libavcodec subtitle converterswm42013-06-031-0/+7
* sub: turn subassconvert_ functions into sub converterswm42013-06-031-23/+15
* sub: basic subtitle converterswm42013-06-031-3/+2
* sub: refactorwm42013-06-011-41/+39
* core: add demux_sub pseudo demuxerwm42013-06-011-27/+5
* sub: various minor subtitle related changeswm42013-06-011-0/+14
* sub: add sd_spu.c to wrap spudec, cleanup mplayer.cwm42013-05-301-1/+0
* sub: redo how -no-ass is handledwm42013-05-301-8/+94
* 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