| Commit message (Expand) | Author | Age | Files | Lines |
* | osd: add italic font for osd | st4t1k | 2016-04-08 | 1 | -0/+1 |
* | osd: refactor how mp_ass_render_frame() is called | wm4 | 2016-03-08 | 1 | -4/+3 |
* | ass_mp: add mp_ass_flush_old_events() | Aman Gupta | 2016-01-18 | 1 | -0/+14 |
* | sub: remove unused function, move another one | wm4 | 2015-11-29 | 1 | -36/+0 |
* | osd: fix and cleanup font style management | wm4 | 2015-11-29 | 1 | -0/+3 |
* | sub: remove use of semi-deprecated libass field | wm4 | 2015-10-28 | 1 | -1/+0 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | sub: add --sub-text-bold option | wm4 | 2015-04-01 | 1 | -0/+1 |
* | osd: simplify an aspect of change detection handling | wm4 | 2015-03-18 | 1 | -4/+2 |
* | sub: fully update plaintext subtitle styles at runtime | wm4 | 2015-02-24 | 1 | -1/+0 |
* | sub: move mp_ass_configure() code | wm4 | 2015-02-24 | 1 | -57/+0 |
* | sub: apply text subtitle style overrides more eagerly | wm4 | 2015-02-24 | 1 | -1/+3 |
* | libass: remove redundant checks for LIBASS_VERSION | Ben Boeckel | 2015-02-24 | 1 | -19/+0 |
* | sub: mess with styling defaults, change --ass-use-margins behavior | wm4 | 2015-02-16 | 1 | -13/+22 |
* | osd: customizable subtitle and OSD position | wm4 | 2015-02-16 | 1 | -0/+1 |
* | ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAIL | Ben Boeckel | 2015-01-27 | 1 | -1/+1 |
* | sub: add option to not scale subtitles with window | wm4 | 2015-01-05 | 1 | -0/+5 |
* | sub: adjustments to --ass-style-override option | wm4 | 2014-10-17 | 1 | -4/+7 |
* | ass: remove some pointless ifdeffery | wm4 | 2014-07-22 | 1 | -4/+0 |
* | Basic xdg directory implementation | Kenneth Zhou | 2014-06-26 | 1 | -2/+2 |
* | sub: add --sub-scale-with-window option | wm4 | 2014-06-14 | 1 | -4/+7 |
* | Add more const | wm4 | 2014-06-11 | 1 | -1/+1 |
* | sub: add --ass-style-override=force option | wm4 | 2014-06-05 | 1 | -0/+9 |
* | osd/libass: use BorderStyle=4 for background | wm4 | 2014-06-01 | 1 | -0/+11 |
* | ass_mp: don't use --subcp for --ass-styles | wm4 | 2014-03-31 | 1 | -1/+1 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -2/+2 |
* | msg: convert defines to enum | wm4 | 2013-12-21 | 1 | -2/+2 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 1 | -10/+8 |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 | 1 | -7/+11 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | osd_libass: update styles when OSD changes PlayRes | wm4 | 2013-12-15 | 1 | -3/+5 |
* | osd: use separate ASS_Renderer for each OSD object | wm4 | 2013-12-15 | 1 | -2/+3 |
* | osd: add option for "unscaled" OSD | wm4 | 2013-12-10 | 1 | -1/+1 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -1/+1 |
* | osd_libass: add "Default" dummy style | wm4 | 2013-09-26 | 1 | -1/+2 |
* | options: allow selecting the libass shaper | wm4 | 2013-09-25 | 1 | -0/+3 |
* | options: make --ass-hinting a choice, instead of using magic numbers | wm4 | 2013-09-25 | 1 | -1/+1 |
* | sub/ass_mp: remove superfluous message prefixes | Martin Herkt | 2013-09-23 | 1 | -3/+2 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 1 | -28/+0 |
* | Move/rename subreader.c | wm4 | 2013-06-25 | 1 | -1/+0 |
* | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 1 | -1/+1 |
* | ass_mp: provide function to add default styles | wm4 | 2013-06-03 | 1 | -13/+24 |
* | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 | 1 | -79/+0 |
* | sub: remove some global variables | wm4 | 2013-05-30 | 1 | -2/+2 |
* | sub: remove check_duplicate_plaintext_event() | wm4 | 2013-05-30 | 1 | -19/+0 |
* | sub: add --osd-blur and --sub-text-blur options | wm4 | 2013-04-13 | 1 | -0/+3 |
* | sub: print messages before and after font setup | wm4 | 2013-03-20 | 1 | -0/+2 |
* | Check return values of some mp_find_..._config_file function calls for NULL | wm4 | 2013-02-09 | 1 | -2/+3 |
* | sub: add --sub-text-* options to unstyled text subtitles font | wm4 | 2013-01-05 | 1 | -1/+1 |
* | demux_mpg, ass_mp: fix warnings | Rudolf Polzer | 2012-12-28 | 1 | -0/+4 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 1 | -12/+7 |
* | ass_mp: allow to use a custom fontconfig configuration file | Stefano Pigozzi | 2012-12-15 | 1 | -9/+14 |
* | osd: make the OSD and sub font more customizable | wm4 | 2012-11-20 | 1 | -37/+39 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -3/+3 |
* | options: remove --subfont-autoscale (changes default font scale) | wm4 | 2012-10-24 | 1 | -11/+0 |
* | VO, sub: refactor | wm4 | 2012-10-24 | 1 | -3/+3 |
* | Merge branch 'master' into osd_changes | wm4 | 2012-10-16 | 1 | -8/+25 |
|\ |
|
| * | sub: add --ass-style-override option to disable style overrides | wm4 | 2012-10-12 | 1 | -12/+26 |
| * | sub: enable sub-pos with libass | wm4 | 2012-10-12 | 1 | -0/+3 |
* | | sub: remove logic for disabling hinting on scaled EOSD | wm4 | 2012-10-16 | 1 | -5/+2 |
* | | sub: allow rendering OSD in ASS image format directly, simplify | wm4 | 2012-10-16 | 1 | -0/+35 |
|/ |
|
* | subs: libass: use a single persistent renderer for subtitles | Uoti Urpala | 2012-09-18 | 1 | -16/+6 |
* | sub: simplify code by always defining sub_cp | wm4 | 2012-08-03 | 1 | -4/+0 |
* | ass_mp.c: remap libass log levels | wm4 | 2012-07-30 | 1 | -0/+12 |
* | osd: remove freetype font rendering code | wm4 | 2012-07-28 | 1 | -17/+9 |
* | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 1 | -13/+2 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-28 | 1 | -1/+6 |
|\ |
|
| * | subs: only use "subfont.ttf" as libass fallback if it exists | Uoti Urpala | 2012-04-14 | 1 | -1/+6 |
* | | ass_mp.c: remove code duplication | wm4 | 2012-03-06 | 1 | -2/+1 |
|/ |
|
* | options: move libass-related options to struct | Uoti Urpala | 2011-09-03 | 1 | -38/+25 |
* | subs: libass: apply option changes to all track types | Uoti Urpala | 2011-08-08 | 1 | -5/+1 |
* | subs: libass: remove bad ass_set_margins() on settings reset | Uoti Urpala | 2011-08-08 | 1 | -1/+4 |
* | cleanup: move global ass_force_reload to struct osd_state | Uoti Urpala | 2011-08-08 | 1 | -11/+8 |
* | subs: fix per-file --ass-force-style | Uoti Urpala | 2011-07-23 | 1 | -2/+0 |
* | cleanup: subs: remove global ass_library variable | Uoti Urpala | 2011-07-23 | 1 | -1/+0 |
* | sub/ass: use default style, not first style unconditionally | Grigori Goronzy | 2011-06-14 | 1 | -1/+2 |
* | stream.[ch], ass_mp: new stream function for whole-file reads | Uoti Urpala | 2011-03-03 | 1 | -34/+12 |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -0/+355 |