summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.c
Commit message (Expand)AuthorAgeFilesLines
* sub: move mp_ass_configure() codewm42015-02-241-57/+0
* sub: apply text subtitle style overrides more eagerlywm42015-02-241-1/+3
* libass: remove redundant checks for LIBASS_VERSIONBen Boeckel2015-02-241-19/+0
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-161-13/+22
* osd: customizable subtitle and OSD positionwm42015-02-161-0/+1
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILBen Boeckel2015-01-271-1/+1
* sub: add option to not scale subtitles with windowwm42015-01-051-0/+5
* sub: adjustments to --ass-style-override optionwm42014-10-171-4/+7
* ass: remove some pointless ifdefferywm42014-07-221-4/+0
* Basic xdg directory implementationKenneth Zhou2014-06-261-2/+2
* sub: add --sub-scale-with-window optionwm42014-06-141-4/+7
* Add more constwm42014-06-111-1/+1
* sub: add --ass-style-override=force optionwm42014-06-051-0/+9
* osd/libass: use BorderStyle=4 for backgroundwm42014-06-011-0/+11
* ass_mp: don't use --subcp for --ass-styleswm42014-03-311-1/+1
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-2/+2
* msg: convert defines to enumwm42013-12-211-2/+2
* path lookup functions: mp_msg conversionswm42013-12-211-10/+8
* sub/osd: mp_msg conversionswm42013-12-211-7/+11
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* osd_libass: update styles when OSD changes PlayReswm42013-12-151-3/+5
* osd: use separate ASS_Renderer for each OSD objectwm42013-12-151-2/+3
* osd: add option for "unscaled" OSDwm42013-12-101-1/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* osd_libass: add "Default" dummy stylewm42013-09-261-1/+2
* options: allow selecting the libass shaperwm42013-09-251-0/+3
* options: make --ass-hinting a choice, instead of using magic numberswm42013-09-251-1/+1
* sub/ass_mp: remove superfluous message prefixesMartin Herkt2013-09-231-3/+2
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* sub: add demux_libass wrapper, drop old hackswm42013-06-251-28/+0
* Move/rename subreader.cwm42013-06-251-1/+0
* stream: remove padding parameter from stream_read_complete()wm42013-06-231-1/+1
* ass_mp: provide function to add default styleswm42013-06-031-13/+24
* sub: turn subassconvert_ functions into sub converterswm42013-06-031-79/+0
* sub: remove some global variableswm42013-05-301-2/+2
* sub: remove check_duplicate_plaintext_event()wm42013-05-301-19/+0
* sub: add --osd-blur and --sub-text-blur optionswm42013-04-131-0/+3
* sub: print messages before and after font setupwm42013-03-201-0/+2
* Check return values of some mp_find_..._config_file function calls for NULLwm42013-02-091-2/+3
* sub: add --sub-text-* options to unstyled text subtitles fontwm42013-01-051-1/+1
* demux_mpg, ass_mp: fix warningsRudolf Polzer2012-12-281-0/+4
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-12/+7
* ass_mp: allow to use a custom fontconfig configuration fileStefano Pigozzi2012-12-151-9/+14
* osd: make the OSD and sub font more customizablewm42012-11-201-37/+39
* Rename directories, move files (step 2 of 2)wm42012-11-121-3/+3
* options: remove --subfont-autoscale (changes default font scale)wm42012-10-241-11/+0
* VO, sub: refactorwm42012-10-241-3/+3
* Merge branch 'master' into osd_changeswm42012-10-161-8/+25
|\
| * sub: add --ass-style-override option to disable style overrideswm42012-10-121-12/+26
| * sub: enable sub-pos with libasswm42012-10-121-0/+3
* | sub: remove logic for disabling hinting on scaled EOSDwm42012-10-161-5/+2
* | sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-161-0/+35
|/
* subs: libass: use a single persistent renderer for subtitlesUoti Urpala2012-09-181-16/+6
* sub: simplify code by always defining sub_cpwm42012-08-031-4/+0
* ass_mp.c: remap libass log levelswm42012-07-301-0/+12
* osd: remove freetype font rendering codewm42012-07-281-17/+9
* osd: use libass for OSD renderingwm42012-07-281-13/+2
* Merge remote-tracking branch 'origin/master'wm42012-04-281-1/+6
|\
| * subs: only use "subfont.ttf" as libass fallback if it existsUoti Urpala2012-04-141-1/+6
* | ass_mp.c: remove code duplicationwm42012-03-061-2/+1
|/
* options: move libass-related options to structUoti Urpala2011-09-031-38/+25
* subs: libass: apply option changes to all track typesUoti Urpala2011-08-081-5/+1
* subs: libass: remove bad ass_set_margins() on settings resetUoti Urpala2011-08-081-1/+4
* cleanup: move global ass_force_reload to struct osd_stateUoti Urpala2011-08-081-11/+8
* subs: fix per-file --ass-force-styleUoti Urpala2011-07-231-2/+0
* cleanup: subs: remove global ass_library variableUoti Urpala2011-07-231-1/+0
* sub/ass: use default style, not first style unconditionallyGrigori Goronzy2011-06-141-1/+2
* stream.[ch], ass_mp: new stream function for whole-file readsUoti Urpala2011-03-031-34/+12
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-0/+355