summaryrefslogtreecommitdiffstats
path: root/sub/osd_libass.c
Commit message (Expand)AuthorAgeFilesLines
* osd_libass: add "Default" dummy stylewm42013-09-261-0/+7
* Add initial Lua scripting supportwm42013-09-261-0/+42
* osc: rename osd_font, add some glyphsChrisK22013-09-081-4/+2
* osd_libass: make sure Z-order is well defined for multiple eventswm42013-09-081-0/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* Cleanup some include statementswm42013-07-121-1/+1
* ass_mp: provide function to add default styleswm42013-06-031-3/+3
* sub: remove some global variableswm42013-05-301-1/+1
* sub: redo how -no-ass is handledwm42013-05-301-9/+3
* add osd-scale commandPaul B Mahol2013-05-141-0/+8
* osd_libass: actually free ASS_Trackswm42013-04-121-0/+6
* osd: fix OSD bar position markerwm42013-04-021-0/+10
* osd: disable border for inner part of the OSD barwm42013-03-311-1/+1
* osd: draw the OSD bar with ASS vector drawingswm42013-03-301-65/+165
* cleanup: remove duplicated function, move escape parsing functionwm42013-02-161-18/+11
* osd: always update already visible OSD bar on seekswm42013-02-161-2/+4
* osd: add --osd-bar-align-x/y options to control OSD bar positionwm42013-02-141-2/+19
* sub: add --sub-text-* options to unstyled text subtitles fontwm42013-01-051-1/+1
* osd: make the OSD and sub font more customizablewm42012-11-201-23/+23
* Rename directories, move files (step 2 of 2)wm42012-11-121-2/+2
* Merge branch 'master' into osd_changeswm42012-10-241-2/+2
|\
| * osd_libass: increase robustness when handling internal OSD escapeswm42012-10-221-1/+1
| * osd_libass: fix stupid dangling pointer crashwm42012-10-221-1/+1
* | options: remove --subfont-autoscale (changes default font scale)wm42012-10-241-13/+1
* | VO, sub: refactorwm42012-10-241-3/+3
* | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorwm42012-10-241-0/+1
* | Merge branch 'master' into osd_changeswm42012-10-161-9/+6
|\|
| * osd_libass: fix \n escapeswm42012-10-141-8/+3
| * sub: enable sub-pos with libasswm42012-10-121-1/+3
* | sub: cosmetics: move things aroundwm42012-10-161-2/+2
* | osd_libass: set RTL base direction to neutralwm42012-10-161-3/+6
* | sub: cleanup: remove vo_osd_probar_type/value global variableswm42012-10-161-6/+6
* | sub: cosmetics: turn some defines into enumswm42012-10-161-3/+0
* | sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-161-135/+60
|/
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-181-1/+3
* osd_libass: fix displaying empty text, fix API usagewm42012-08-211-11/+6
* sub: fix confusion of ass_library handleswm42012-08-071-7/+7
* osd_libass: allocate separate ASS_Library for OSDwm42012-08-071-2/+6
* Remove teletext supportwm42012-08-031-10/+0
* osd: osd_font.h -> osd_font.pfbwm42012-07-281-1/+3
* osd: remove freetype font rendering codewm42012-07-281-1/+0
* osd: use libass for OSD renderingwm42012-07-281-0/+375