aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub/ass_mp.c
Commit message (Expand)AuthorAge
* 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
* Move/rename subreader.cGravatar wm42013-06-25
* stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* ass_mp: provide function to add default stylesGravatar wm42013-06-03
* sub: turn subassconvert_ functions into sub convertersGravatar wm42013-06-03
* sub: remove some global variablesGravatar wm42013-05-30
* sub: remove check_duplicate_plaintext_event()Gravatar wm42013-05-30
* sub: add --osd-blur and --sub-text-blur optionsGravatar wm42013-04-13
* sub: print messages before and after font setupGravatar wm42013-03-20
* Check return values of some mp_find_..._config_file function calls for NULLGravatar wm42013-02-09
* sub: add --sub-text-* options to unstyled text subtitles fontGravatar wm42013-01-05
* demux_mpg, ass_mp: fix warningsGravatar Rudolf Polzer2012-12-28
* path: add mp_find_config_file and reorganize some of the codeGravatar Stefano Pigozzi2012-12-15
* ass_mp: allow to use a custom fontconfig configuration fileGravatar Stefano Pigozzi2012-12-15
* osd: make the OSD and sub font more customizableGravatar wm42012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* options: remove --subfont-autoscale (changes default font scale)Gravatar wm42012-10-24
* VO, sub: refactorGravatar wm42012-10-24
* Merge branch 'master' into osd_changesGravatar wm42012-10-16
|\
* | sub: remove logic for disabling hinting on scaled EOSDGravatar wm42012-10-16
* | sub: allow rendering OSD in ASS image format directly, simplifyGravatar wm42012-10-16
| * sub: add --ass-style-override option to disable style overridesGravatar wm42012-10-12
| * sub: enable sub-pos with libassGravatar wm42012-10-12
|/
* subs: libass: use a single persistent renderer for subtitlesGravatar Uoti Urpala2012-09-18
* sub: simplify code by always defining sub_cpGravatar wm42012-08-03
* ass_mp.c: remap libass log levelsGravatar wm42012-07-30
* osd: remove freetype font rendering codeGravatar wm42012-07-28
* osd: use libass for OSD renderingGravatar wm42012-07-28
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-28
|\
| * subs: only use "subfont.ttf" as libass fallback if it existsGravatar Uoti Urpala2012-04-14
* | ass_mp.c: remove code duplicationGravatar wm42012-03-06
|/
* options: move libass-related options to structGravatar Uoti Urpala2011-09-03
* subs: libass: apply option changes to all track typesGravatar Uoti Urpala2011-08-08
* subs: libass: remove bad ass_set_margins() on settings resetGravatar Uoti Urpala2011-08-08
* cleanup: move global ass_force_reload to struct osd_stateGravatar Uoti Urpala2011-08-08
* subs: fix per-file --ass-force-styleGravatar Uoti Urpala2011-07-23
* cleanup: subs: remove global ass_library variableGravatar Uoti Urpala2011-07-23
* sub/ass: use default style, not first style unconditionallyGravatar Grigori Goronzy2011-06-14