| Commit message (Expand) | Author | Age | Files | Lines |
* | osd: make osd_ass_0/1 defines | wm4 | 2016-05-03 | 1 | -6/+3 |
* | osd, lua: manage multiple ASS overlays set with set_osd_ass() calls | wm4 | 2016-03-08 | 1 | -19/+62 |
* | osd: restructure and move ASS objects into its own struct | wm4 | 2016-03-08 | 1 | -58/+73 |
* | osd: refactor how mp_ass_render_frame() is called | wm4 | 2016-03-08 | 1 | -4/+7 |
* | osd, lua: remove weird OSD scaling | wm4 | 2016-03-07 | 1 | -10/+0 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 1 | -7/+7 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | osd: fix and cleanup font style management | wm4 | 2015-11-29 | 1 | -48/+59 |
* | osd: use the same ASS_Renderer for OSD text and progbar | wm4 | 2015-11-28 | 1 | -29/+41 |
* | player: remove OSD subtitle render path | wm4 | 2015-11-17 | 1 | -30/+0 |
* | options: remove --use-text-osd | wm4 | 2015-10-24 | 1 | -3/+0 |
* | osd: delay libass initialization as far as possible | wm4 | 2015-09-07 | 1 | -5/+9 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -4/+4 |
* | osd: force alignment for OSD bar | wm4 | 2015-02-24 | 1 | -1/+2 |
* | osd: always reset style params | wm4 | 2015-02-24 | 1 | -11/+8 |
* | libass: remove redundant checks for LIBASS_VERSION | Ben Boeckel | 2015-02-24 | 1 | -2/+0 |
* | player: add option not to use OSD/fontconfig | wm4 | 2014-11-25 | 1 | -0/+3 |
* | Add some missing "const"s | wm4 | 2014-10-10 | 1 | -2/+2 |
* | command: allow using ASS tags on OSD messages | wm4 | 2014-09-18 | 1 | -2/+12 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -1/+1 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 1 | -17/+21 |
* | osd_libass: use bstr_xappend() | wm4 | 2013-12-30 | 1 | -22/+25 |
* | player: add --secondary-sid for displaying a second subtitle stream | wm4 | 2013-12-24 | 1 | -3/+6 |
* | sub/osd: mp_msg conversions | wm4 | 2013-12-21 | 1 | -2/+4 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | osd_libass: update styles when OSD changes PlayRes | wm4 | 2013-12-15 | 1 | -5/+10 |
* | osd: use separate ASS_Renderer for each OSD object | wm4 | 2013-12-15 | 1 | -39/+47 |
* | osd: add option for "unscaled" OSD | wm4 | 2013-12-10 | 1 | -1/+6 |
* | 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 | -0/+7 |
* | Add initial Lua scripting support | wm4 | 2013-09-26 | 1 | -0/+42 |
* | osc: rename osd_font, add some glyphs | ChrisK2 | 2013-09-08 | 1 | -4/+2 |
* | osd_libass: make sure Z-order is well defined for multiple events | wm4 | 2013-09-08 | 1 | -0/+1 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | Cleanup some include statements | wm4 | 2013-07-12 | 1 | -1/+1 |
* | ass_mp: provide function to add default styles | wm4 | 2013-06-03 | 1 | -3/+3 |
* | sub: remove some global variables | wm4 | 2013-05-30 | 1 | -1/+1 |
* | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 1 | -9/+3 |
* | add osd-scale command | Paul B Mahol | 2013-05-14 | 1 | -0/+8 |
* | osd_libass: actually free ASS_Tracks | wm4 | 2013-04-12 | 1 | -0/+6 |
* | osd: fix OSD bar position marker | wm4 | 2013-04-02 | 1 | -0/+10 |
* | osd: disable border for inner part of the OSD bar | wm4 | 2013-03-31 | 1 | -1/+1 |
* | osd: draw the OSD bar with ASS vector drawings | wm4 | 2013-03-30 | 1 | -65/+165 |
* | cleanup: remove duplicated function, move escape parsing function | wm4 | 2013-02-16 | 1 | -18/+11 |
* | osd: always update already visible OSD bar on seeks | wm4 | 2013-02-16 | 1 | -2/+4 |
* | osd: add --osd-bar-align-x/y options to control OSD bar position | wm4 | 2013-02-14 | 1 | -2/+19 |
* | sub: add --sub-text-* options to unstyled text subtitles font | wm4 | 2013-01-05 | 1 | -1/+1 |
* | osd: make the OSD and sub font more customizable | wm4 | 2012-11-20 | 1 | -23/+23 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -2/+2 |
* | Merge branch 'master' into osd_changes | wm4 | 2012-10-24 | 1 | -2/+2 |
|\ |
|
| * | osd_libass: increase robustness when handling internal OSD escapes | wm4 | 2012-10-22 | 1 | -1/+1 |
| * | osd_libass: fix stupid dangling pointer crash | wm4 | 2012-10-22 | 1 | -1/+1 |
* | | options: remove --subfont-autoscale (changes default font scale) | wm4 | 2012-10-24 | 1 | -13/+1 |
* | | VO, sub: refactor | wm4 | 2012-10-24 | 1 | -3/+3 |
* | | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactor | wm4 | 2012-10-24 | 1 | -0/+1 |
* | | Merge branch 'master' into osd_changes | wm4 | 2012-10-16 | 1 | -9/+6 |
|\| |
|
| * | osd_libass: fix \n escapes | wm4 | 2012-10-14 | 1 | -8/+3 |
| * | sub: enable sub-pos with libass | wm4 | 2012-10-12 | 1 | -1/+3 |
* | | sub: cosmetics: move things around | wm4 | 2012-10-16 | 1 | -2/+2 |
* | | osd_libass: set RTL base direction to neutral | wm4 | 2012-10-16 | 1 | -3/+6 |
* | | sub: cleanup: remove vo_osd_probar_type/value global variables | wm4 | 2012-10-16 | 1 | -6/+6 |
* | | sub: cosmetics: turn some defines into enums | wm4 | 2012-10-16 | 1 | -3/+0 |
* | | sub: allow rendering OSD in ASS image format directly, simplify | wm4 | 2012-10-16 | 1 | -135/+60 |
|/ |
|
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 | 1 | -1/+3 |
* | osd_libass: fix displaying empty text, fix API usage | wm4 | 2012-08-21 | 1 | -11/+6 |
* | sub: fix confusion of ass_library handles | wm4 | 2012-08-07 | 1 | -7/+7 |
* | osd_libass: allocate separate ASS_Library for OSD | wm4 | 2012-08-07 | 1 | -2/+6 |
* | Remove teletext support | wm4 | 2012-08-03 | 1 | -10/+0 |
* | osd: osd_font.h -> osd_font.pfb | wm4 | 2012-07-28 | 1 | -1/+3 |
* | osd: remove freetype font rendering code | wm4 | 2012-07-28 | 1 | -1/+0 |
* | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 1 | -0/+375 |