aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/osd.h
Commit message (Expand)AuthorAge
* vo_opengl: don't discard buffered video on redundant resize callsGravatar wm42017-08-29
* sub/osd: relicense to LGPLGravatar wm42017-04-20
* sub: add justify of subtitlesGravatar Dan Oscarsson2017-02-01
* command: shorten long playlists on OSDGravatar wm42017-01-26
* osd: move some internal declarations to internal headersGravatar wm42017-01-26
* player: show subtitles on VO if --force-window is usedGravatar wm42016-10-26
* osd: slightly simplify update logicGravatar wm42016-09-15
* sub: remove unused sub_bitmaps.scaled fieldGravatar wm42016-07-03
* sub: pass preferred OSD format to subtitle renderersGravatar wm42016-07-03
* sub: pack libass bitmaps directly in sd_ass.c and osd_libass.cGravatar wm42016-06-30
* sub, vo_opengl: use packed sub-bitmaps directly if availableGravatar wm42016-06-17
* sub: move paletted image handling completely to sd_lavc.cGravatar wm42016-06-17
* osd: make osd_ass_0/1 definesGravatar wm42016-05-03
* osd: add italic font for osdGravatar st4t1k2016-04-08
* vo_opengl, osd: allow osc.lua to react faster on resizesGravatar wm42016-03-21
* osd: cleanup: make OSDTYPE_ constants private to OSD codeGravatar wm42016-03-08
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callsGravatar wm42016-03-08
* osd, lua: remove weird OSD scalingGravatar wm42016-03-07
* osd: remove unused osd_coords_to_video()Gravatar wm42016-03-07
* osd: use the same ASS_Renderer for OSD text and progbarGravatar wm42015-11-28
* player: remove OSD subtitle render pathGravatar wm42015-11-17
* player: use demuxer ts offset to simplify timeline ts handlingGravatar wm42015-11-16
* player: remove higher-level remains of DVD/BD menu supportGravatar wm42015-08-03
* Update license headersGravatar Marcin Kurczewski2015-04-13
* sub: add --sub-text-bold optionGravatar wm42015-04-01
* vo_opengl: draw subtitles directly onto the videoGravatar Niklas Haas2015-03-26
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* osd: customizable subtitle and OSD positionGravatar wm42015-02-16
* osd: make it possible to have different subtitle vs. OSD defaultsGravatar wm42015-02-16
* sub: remove osd_get_sub()Gravatar wm42014-11-01
* Add some missing "const"sGravatar wm42014-10-10
* command: allow using ASS tags on OSD messagesGravatar wm42014-09-18
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* osd: make code C99Gravatar wm42014-04-26
* video/out: don't access aspdat in VOsGravatar wm42014-01-22
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* player: add --secondary-sid for displaying a second subtitle streamGravatar wm42013-12-24
* sub/osd: mp_msg conversionsGravatar wm42013-12-21
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* osd: use separate ASS_Renderer for each OSD objectGravatar wm42013-12-15
* player: don't store subtitle renderer in osd_stateGravatar wm42013-12-15
* dvdnav: support mouse interactionGravatar wm42013-12-13
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* sd_lavc: factor out bitmap positioning codeGravatar wm42013-12-12
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24