summaryrefslogtreecommitdiffstats
path: root/sub/sd_ass.c
Commit message (Expand)AuthorAgeFilesLines
* sd_ass: handle --sub-clear-on-seek correctly with non-ASS subswm42015-12-201-1/+3
* video: switch from using display aspect to sample aspectwm42015-12-191-4/+2
* sub: remove subtitle filter chain conceptwm42015-12-181-15/+30
* sub: do not clear subtitle list on seekingwm42015-12-181-17/+33
* sd_ass: remove dead codewm42015-12-171-57/+7
* csputils: rename "yuv2rgb" functionswm42015-12-091-3/+3
* csputils: remove obscure int_bits matrix scalingwm42015-12-091-8/+4
* sd_ass: slightly better heuristic for applying --sub-fix-timingwm42015-12-061-1/+10
* sub: move subtitle FPS adjustment to sd_ass.cwm42015-12-051-2/+20
* sub: move --sub-fix-timing handling to rendererwm42015-12-051-2/+69
* sub: remove unused function, move another onewm42015-11-291-0/+24
* sd_ass: fix secondary subtitle modewm42015-11-221-1/+1
* player: remove OSD subtitle render pathwm42015-11-171-15/+65
* sd_ass: assume negative durations are unknown durations, and handle themwm42015-08-271-5/+27
* sub: protect ASS_Renderer statewm42015-07-061-1/+9
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-3/+5
* sd_ass: replace a deprecated libass API callwm42015-02-251-1/+1
* sub: fully update plaintext subtitle styles at runtimewm42015-02-241-5/+13
* sub: move mp_ass_configure() codewm42015-02-241-0/+57
* libass: remove redundant checks for LIBASS_VERSIONBen Boeckel2015-02-241-4/+0
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-161-1/+1
* sd_ass: fix some corner cases in tag strippingwm42015-02-121-5/+14
* csputils: replace float[3][4] with a structwm42015-01-061-7/+7
* csputils: get rid of mp_csp_detailswm42015-01-061-4/+4
* sub: add option to workaround broken mkv fileswm42014-08-141-1/+1
* sub: remove old style override optionwm42014-06-051-27/+0
* sub: fix undefined behavior in ASS color calculation (2)wm42014-05-101-2/+2
* demux_libass: change how external ASS subtitles are loadedwm42014-03-151-9/+4
* sd_ass: add a very simple and evil way to override ASS subtitle styleswm42014-03-011-0/+27
* sub: fix crash with certain uses of --vf=subwm42014-01-261-1/+4
* sub/osd: mp_msg conversionswm42013-12-211-4/+4
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+0
* sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles.Rudolf Polzer2013-11-071-1/+4
* 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