aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/osd_libass.c
Commit message (Expand)AuthorAge
* options: move most subtitle and OSD rendering options to sub structsGravatar wm42018-01-02
* osd: don't skip leading whitespace on the first line eitherGravatar wm42017-11-02
* osd: don't strip leading whitespace in messagesGravatar wm42017-10-30
* osd_libass: avoid libass warnings if scripts set ASS text earlyGravatar wm42017-07-16
* command: shorten long playlists on OSDGravatar wm42017-01-26
* osd: fix OSD redrawing after removing external overlaysGravatar wm42016-09-20
* osd: fix OSD getting stuck with --blend-subtitles=yesGravatar wm42016-09-16
* osd: slightly simplify update logicGravatar wm42016-09-15
* 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
* osd: make osd_ass_0/1 definesGravatar wm42016-05-03
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callsGravatar wm42016-03-08
* osd: restructure and move ASS objects into its own structGravatar wm42016-03-08
* osd: refactor how mp_ass_render_frame() is calledGravatar wm42016-03-08
* osd, lua: remove weird OSD scalingGravatar wm42016-03-07
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* osd: fix and cleanup font style managementGravatar wm42015-11-29
* osd: use the same ASS_Renderer for OSD text and progbarGravatar wm42015-11-28
* player: remove OSD subtitle render pathGravatar wm42015-11-17
* options: remove --use-text-osdGravatar wm42015-10-24
* osd: delay libass initialization as far as possibleGravatar wm42015-09-07
* Update license headersGravatar Marcin Kurczewski2015-04-13
* osd: force alignment for OSD barGravatar wm42015-02-24
* osd: always reset style paramsGravatar wm42015-02-24
* libass: remove redundant checks for LIBASS_VERSIONGravatar Ben Boeckel2015-02-24
* player: add option not to use OSD/fontconfigGravatar wm42014-11-25
* Add some missing "const"sGravatar wm42014-10-10
* command: allow using ASS tags on OSD messagesGravatar wm42014-09-18
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* osd_libass: use bstr_xappend()Gravatar wm42013-12-30
* player: add --secondary-sid for displaying a second subtitle streamGravatar wm42013-12-24
* sub/osd: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* osd_libass: update styles when OSD changes PlayResGravatar wm42013-12-15
* osd: use separate ASS_Renderer for each OSD objectGravatar wm42013-12-15
* osd: add option for "unscaled" OSDGravatar wm42013-12-10
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* osd_libass: add "Default" dummy styleGravatar wm42013-09-26
* Add initial Lua scripting supportGravatar wm42013-09-26
* osc: rename osd_font, add some glyphsGravatar ChrisK22013-09-08
* osd_libass: make sure Z-order is well defined for multiple eventsGravatar wm42013-09-08
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Cleanup some include statementsGravatar wm42013-07-12
* ass_mp: provide function to add default stylesGravatar wm42013-06-03
* sub: remove some global variablesGravatar wm42013-05-30
* sub: redo how -no-ass is handledGravatar wm42013-05-30
* add osd-scale commandGravatar Paul B Mahol2013-05-14