summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.c
Commit message (Expand)AuthorAgeFilesLines
* 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