summaryrefslogtreecommitdiffstats
path: root/sub/osd.c
Commit message (Expand)AuthorAgeFilesLines
* sub/osd: remove limits from border and shadow size optionsRicardo Constantino2018-01-241-2/+2
* options: move most subtitle and OSD rendering options to sub structswm42018-01-021-4/+6
* sub: move all subtitle timestamp messing code to a central placewm42018-01-021-6/+2
* vo_opengl: don't discard buffered video on redundant resize callswm42017-08-291-1/+1
* sub/osd: relicense to LGPLwm42017-04-201-8/+7
* sub: add justify of subtitlesDan Oscarsson2017-02-011-0/+2
* player: show subtitles on VO if --force-window is usedwm42016-10-261-0/+19
* options, command: simplify some option updateswm42016-09-191-0/+2
* osd: fix OSD getting stuck with --blend-subtitles=yeswm42016-09-161-13/+14
* osd: fix subtitle/overlay update problemswm42016-09-161-2/+6
* osd: slightly simplify update logicwm42016-09-151-20/+14
* sub: remove unused sub_bitmaps.scaled fieldwm42016-07-031-1/+0
* sub: change how libass output is converted to RGBA in some caseswm42016-07-031-24/+0
* sub: pass preferred OSD format to subtitle rendererswm42016-07-031-2/+6
* sub: fix --sub-gausswm42016-06-171-4/+0
* sub: move paletted image handling completely to sd_lavc.cwm42016-06-171-6/+0
* osd: add italic font for osdst4t1k2016-04-081-0/+1
* vo_opengl, osd: allow osc.lua to react faster on resizeswm42016-03-211-6/+28
* osd: cleanup: make OSDTYPE_ constants private to OSD codewm42016-03-081-7/+11
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callswm42016-03-081-18/+1
* osd, lua: remove weird OSD scalingwm42016-03-071-15/+0
* osd: remove unused osd_coords_to_video()wm42016-03-071-19/+0
* osd: make osd-width/height properties watchablewm42016-01-151-2/+7
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* video: switch from using display aspect to sample aspectwm42015-12-191-4/+1
* osd: use the same ASS_Renderer for OSD text and progbarwm42015-11-281-1/+1
* player: remove OSD subtitle render pathwm42015-11-171-11/+8
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-161-1/+1
* sub: adjust behavior on mismatching video/subtitle aspect mismatchwm42015-10-211-7/+2
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-031-11/+0
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* sub: add --sub-text-bold optionwm42015-04-011-0/+1
* vo_opengl: draw subtitles directly onto the videoNiklas Haas2015-03-261-0/+2
* osd: simplify an aspect of change detection handlingwm42015-03-181-12/+6
* osd: customizable subtitle and OSD positionwm42015-02-161-0/+8
* osd: make it possible to have different subtitle vs. OSD defaultswm42015-02-161-26/+42
* sub: remove osd_get_sub()wm42014-11-011-7/+0
* osd: slightly change default styleMartin Herkt2014-10-231-3/+3
* sd_lavc: strictly letter-box PGS subtitleswm42014-10-211-2/+5
* osd: properly redraw external overlays when they are setwm42014-10-141-0/+1
* sub: round scaled subtitleswm42014-10-021-4/+4
* sanitizer: avoid divide-by-zero instancesBen Boeckel2014-09-141-2/+4
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+11
* Remove DVD and Bluray supportwm42014-07-141-11/+0
* video: introduce failure path for image allocationswm42014-06-171-5/+2
* video/out: change aspects of OSD handlingwm42014-06-151-15/+0
* Add more constwm42014-06-111-1/+1
* video/out: don't access aspdat in VOswm42014-01-221-0/+15
* osd: fix dvdnav highlightswm42014-01-181-1/+2
* sub: uglify OSD code path with lockingwm42014-01-181-37/+147
* sub: uglify sub decoder with lockingwm42014-01-171-0/+6
* Fix subtitle delay inversionMartin Herkt2014-01-061-1/+1
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-12/+15
* sub/osd: mp_msg conversionswm42013-12-211-4/+6
* 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
* player: don't store subtitle renderer in osd_statewm42013-12-151-2/+1
* dvdnav: support mouse interactionwm42013-12-131-0/+17
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-121-0/+2
* sd_lavc: factor out bitmap positioning codewm42013-12-121-0/+31
* osd: typo in commentwm42013-12-101-1/+1
* osd: remove mp_osd_res.video_par fieldwm42013-11-241-2/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-241-0/+325