summaryrefslogtreecommitdiffstats
path: root/sub/osd_libass.c
Commit message (Expand)AuthorAgeFilesLines
* client API, lua: add new API for setting OSD overlayswm42019-12-231-31/+66
* Replace uses of FFMIN/MAX with MPMIN/MAXwm42019-10-311-5/+4
* options: move most subtitle and OSD rendering options to sub structswm42018-01-021-2/+2
* osd: don't skip leading whitespace on the first line eitherwm42017-11-021-1/+1
* osd: don't strip leading whitespace in messageswm42017-10-301-0/+7
* osd_libass: avoid libass warnings if scripts set ASS text earlywm42017-07-161-19/+29
* command: shorten long playlists on OSDwm42017-01-261-5/+23
* osd: fix OSD redrawing after removing external overlayswm42016-09-201-0/+2
* osd: fix OSD getting stuck with --blend-subtitles=yeswm42016-09-161-2/+3
* osd: slightly simplify update logicwm42016-09-151-2/+2
* sub: pass preferred OSD format to subtitle rendererswm42016-07-031-2/+2
* sub: pack libass bitmaps directly in sd_ass.c and osd_libass.cwm42016-06-301-11/+22
* osd: make osd_ass_0/1 defineswm42016-05-031-6/+3
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callswm42016-03-081-19/+62
* osd: restructure and move ASS objects into its own structwm42016-03-081-58/+73
* osd: refactor how mp_ass_render_frame() is calledwm42016-03-081-4/+7
* osd, lua: remove weird OSD scalingwm42016-03-071-10/+0
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* osd: fix and cleanup font style managementwm42015-11-291-48/+59
* osd: use the same ASS_Renderer for OSD text and progbarwm42015-11-281-29/+41
* player: remove OSD subtitle render pathwm42015-11-171-30/+0
* options: remove --use-text-osdwm42015-10-241-3/+0
* osd: delay libass initialization as far as possiblewm42015-09-071-5/+9
* Update license headersMarcin Kurczewski2015-04-131-4/+4
* osd: force alignment for OSD barwm42015-02-241-1/+2
* osd: always reset style paramswm42015-02-241-11/+8
* libass: remove redundant checks for LIBASS_VERSIONBen Boeckel2015-02-241-2/+0
* player: add option not to use OSD/fontconfigwm42014-11-251-0/+3
* Add some missing "const"swm42014-10-101-2/+2
* command: allow using ASS tags on OSD messageswm42014-09-181-2/+12
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* sub: uglify OSD code path with lockingwm42014-01-181-17/+21
* osd_libass: use bstr_xappend()wm42013-12-301-22/+25
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-3/+6
* sub/osd: mp_msg conversionswm42013-12-211-2/+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
* osd_libass: update styles when OSD changes PlayReswm42013-12-151-5/+10
* osd: use separate ASS_Renderer for each OSD objectwm42013-12-151-39/+47
* osd: add option for "unscaled" OSDwm42013-12-101-1/+6
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* 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