aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/ass_mp.c
Commit message (Expand)AuthorAge
* options: move most subtitle and OSD rendering options to sub structsGravatar wm42018-01-02
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* ass_mp: change license to LGPLGravatar wm42017-04-20
* ass_mp: reallocate cached subtitle image data on format changesGravatar wm42017-04-18
* sub: add justify of subtitlesGravatar Dan Oscarsson2017-02-01
* sub: change how libass output is converted to RGBA in some casesGravatar wm42016-07-03
* sub: move around some codeGravatar wm42016-07-03
* sub: set ASS sub bitmap data to correct pointerGravatar wm42016-07-01
* sub: pack libass bitmaps directly in sd_ass.c and osd_libass.cGravatar wm42016-06-30
* osd: add italic font for osdGravatar st4t1k2016-04-08
* osd: refactor how mp_ass_render_frame() is calledGravatar wm42016-03-08
* ass_mp: add mp_ass_flush_old_events()Gravatar Aman Gupta2016-01-18
* sub: remove unused function, move another oneGravatar wm42015-11-29
* osd: fix and cleanup font style managementGravatar wm42015-11-29
* sub: remove use of semi-deprecated libass fieldGravatar wm42015-10-28
* Update license headersGravatar Marcin Kurczewski2015-04-13
* sub: add --sub-text-bold optionGravatar wm42015-04-01
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* sub: fully update plaintext subtitle styles at runtimeGravatar wm42015-02-24
* sub: move mp_ass_configure() codeGravatar wm42015-02-24
* sub: apply text subtitle style overrides more eagerlyGravatar wm42015-02-24
* libass: remove redundant checks for LIBASS_VERSIONGravatar Ben Boeckel2015-02-24
* sub: mess with styling defaults, change --ass-use-margins behaviorGravatar wm42015-02-16
* osd: customizable subtitle and OSD positionGravatar wm42015-02-16
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILGravatar Ben Boeckel2015-01-27
* sub: add option to not scale subtitles with windowGravatar wm42015-01-05
* sub: adjustments to --ass-style-override optionGravatar wm42014-10-17
* ass: remove some pointless ifdefferyGravatar wm42014-07-22
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* sub: add --sub-scale-with-window optionGravatar wm42014-06-14
* Add more constGravatar wm42014-06-11
* sub: add --ass-style-override=force optionGravatar wm42014-06-05
* osd/libass: use BorderStyle=4 for backgroundGravatar wm42014-06-01
* ass_mp: don't use --subcp for --ass-stylesGravatar wm42014-03-31
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* 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
* options: allow selecting the libass shaperGravatar wm42013-09-25
* options: make --ass-hinting a choice, instead of using magic numbersGravatar wm42013-09-25
* sub/ass_mp: remove superfluous message prefixesGravatar Martin Herkt2013-09-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* sub: add demux_libass wrapper, drop old hacksGravatar wm42013-06-25