| Commit message (Expand) | Author | Age | Files | Lines |
* | command: add commands for displaying overlays | wm4 | 2013-10-05 | 1 | -0/+3 |
* | command: add properties for retrieving OSD dimensions | wm4 | 2013-10-05 | 1 | -0/+2 |
* | Add initial Lua scripting support | wm4 | 2013-09-26 | 1 | -0/+10 |
* | Revert "sub: support straight alpha additionally to premultiplied alpha" | wm4 | 2013-08-12 | 1 | -3/+3 |
* | sub: support straight alpha additionally to premultiplied alpha | wm4 | 2013-08-12 | 1 | -3/+3 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -1/+1 |
* | sub: update subtitle time offset even if paused | wm4 | 2013-06-29 | 1 | -1/+1 |
* | sub: refactor | wm4 | 2013-06-01 | 1 | -7/+2 |
* | sub: remove some global variables | wm4 | 2013-05-30 | 1 | -8/+1 |
* | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 1 | -4/+4 |
* | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 1 | -3/+5 |
* | command: simplify sub OSD update | wm4 | 2013-05-14 | 1 | -1/+1 |
* | sub: add --osd-blur and --sub-text-blur options | wm4 | 2013-04-13 | 1 | -0/+1 |
* | osd: draw the OSD bar with ASS vector drawings | wm4 | 2013-03-30 | 1 | -2/+7 |
* | vo_caca: remove OSD support | wm4 | 2013-02-24 | 1 | -4/+0 |
* | img_convert: add sub_bitmap bounding box functions | wm4 | 2013-01-13 | 1 | -3/+0 |
* | vo_xv, vo_x11: simplify OSD redrawing | wm4 | 2013-01-13 | 1 | -5/+0 |
* | sub: do not copy the target image if there is no OSD/subs | wm4 | 2013-01-13 | 1 | -0/+5 |
* | sub: add ASS to RGBA conversion | wm4 | 2012-12-28 | 1 | -2/+2 |
* | subs: remove --utf8, simplify code | Uoti Urpala | 2012-12-03 | 1 | -2/+0 |
* | osd: fix z-order of subtitle OSD elements | wm4 | 2012-11-22 | 1 | -2/+3 |
* | vo_xv: don't require frame stepping to remove OSD or subs | wm4 | 2012-11-21 | 1 | -0/+5 |
* | osd: make the OSD and sub font more customizable | wm4 | 2012-11-20 | 1 | -4/+19 |
* | screenshot, draw_bmp: use colorspace passed with mp_image | wm4 | 2012-11-01 | 1 | -3/+1 |
* | draw_bmp: cosmetics, refactor | wm4 | 2012-10-28 | 1 | -2/+2 |
* | options: remove --ffactor switch | wm4 | 2012-10-24 | 1 | -1/+0 |
* | options: remove --subfont-autoscale (changes default font scale) | wm4 | 2012-10-24 | 1 | -1/+0 |
* | options: remove subtitle related options that did nothing | wm4 | 2012-10-24 | 1 | -15/+2 |
* | sub: add clarifying comments | wm4 | 2012-10-24 | 1 | -1/+3 |
* | sub: simplify OSD redrawing logic | wm4 | 2012-10-24 | 1 | -2/+2 |
* | VO, sub: refactor | wm4 | 2012-10-24 | 1 | -16/+10 |
* | sub: add cache to mp_draw_sub_bitmaps() | wm4 | 2012-10-24 | 1 | -1/+3 |
* | sub, vf_ass: allow rendering RGBA subs, replace old vf_ass rendering | wm4 | 2012-10-24 | 1 | -6/+11 |
* | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactor | wm4 | 2012-10-24 | 1 | -0/+2 |
* | Remove things related to old OSD | wm4 | 2012-10-24 | 1 | -24/+0 |
* | sub: add function to draw OSD into an image | wm4 | 2012-10-24 | 1 | -0/+6 |
* | sub: switch to premultiplied alpha | wm4 | 2012-10-16 | 1 | -1/+1 |
* | sub: never decode subs to old OSD format | wm4 | 2012-10-16 | 1 | -7/+17 |
* | sub: cosmetics: move things around | wm4 | 2012-10-16 | 1 | -2/+55 |
* | sub: cleanup: don't pass parameters via global variables | wm4 | 2012-10-16 | 1 | -7/+1 |
* | sub: always go through sub.c for OSD rendering | wm4 | 2012-10-16 | 1 | -2/+12 |
* | sub, VO: remove vo_osd_resized() function | wm4 | 2012-10-16 | 1 | -1/+0 |
* | sub: remove logic for disabling hinting on scaled EOSD | wm4 | 2012-10-16 | 1 | -1/+0 |
* | sub: cleanup: remove vo_osd_probar_type/value global variables | wm4 | 2012-10-16 | 1 | -3/+1 |
* | sub: cosmetics: turn some defines into enums | wm4 | 2012-10-16 | 1 | -25/+34 |
* | sub: allow converting DVD subs to RGBA | wm4 | 2012-10-16 | 1 | -1/+1 |
* | sub: allow rendering OSD in ASS image format directly, simplify | wm4 | 2012-10-16 | 1 | -46/+37 |
* | sub: add preliminary emulation layer to draw OSD with EOSD | wm4 | 2012-10-16 | 1 | -0/+9 |
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 | 1 | -0/+1 |
* | options: remove -subalign | wm4 | 2012-09-18 | 1 | -1/+0 |
* | subs, vo: do sub bitmap change detection by comparing IDs | Uoti Urpala | 2012-09-18 | 1 | -1/+2 |
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 | 1 | -6/+9 |
* | subs: libass: use a single persistent renderer for subtitles | Uoti Urpala | 2012-09-18 | 1 | -5/+4 |
* | sub: remove unused definitions | wm4 | 2012-08-20 | 1 | -12/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -6/+0 |
* | sub: fix confusion of ass_library handles | wm4 | 2012-08-07 | 1 | -3/+5 |
* | osd_libass: allocate separate ASS_Library for OSD | wm4 | 2012-08-07 | 1 | -1/+1 |
* | osd: reset OSD change state even if VO doesn't draw OSD | wm4 | 2012-08-07 | 1 | -0/+1 |
* | VO: remove old VO glue | wm4 | 2012-08-07 | 1 | -5/+0 |
* | Remove teletext support | wm4 | 2012-08-03 | 1 | -7/+0 |
* | osd: minor simplification of vo_osd_changed() | wm4 | 2012-08-01 | 1 | -1/+2 |
* | Remove dead code | wm4 | 2012-08-01 | 1 | -7/+0 |
* | osd: remove freetype font rendering code | wm4 | 2012-07-28 | 1 | -1/+0 |
* | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 1 | -1/+39 |
* | timeline: subs: keep subtitle tracks in source time | Uoti Urpala | 2012-03-25 | 1 | -0/+1 |
* | core, vo: modify OSD redraw architecture, support EOSD | Uoti Urpala | 2011-12-06 | 1 | -0/+1 |
* | core: allocate OSD text buffers dynamically | harklu | 2011-08-09 | 1 | -1/+2 |
* | cleanup: move global ass_force_reload to struct osd_state | Uoti Urpala | 2011-08-08 | 1 | -0/+2 |
* | cleanup: subs: remove global ass_library variable | Uoti Urpala | 2011-07-23 | 1 | -0/+1 |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -0/+167 |