1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-30 19:52:14 +00:00
mpv/libmpcodecs
wm4 4d11f32162 VO, sub: refactor
Remove VFCTRL_DRAW_OSD, VFCAP_EOSD_FILTER, VFCAP_EOSD_RGBA, VFCAP_EOSD,
VOCTRL_DRAW_EOSD, VOCTRL_GET_EOSD_RES, VOCTRL_QUERY_EOSD_FORMAT.

Remove draw_osd_with_eosd(), which rendered the OSD by calling
VOCTRL_DRAW_EOSD. Change VOs to call osd_draw() directly, which takes
a callback as argument. (This basically works like the old OSD API,
except multiple OSD bitmap formats are supported and caching is
possible.)

Remove all mentions of "eosd". It's simply "osd" now.

Make OSD size per-OSD-object, as they can be different when using
vf_sub. Include display_par/video_par in resolution change detection.

Fix the issue with margin borders in vo_corevideo.
2012-10-24 21:56:34 +02:00
..
ad_dvdpcm.c ad_dvdpcm: add back PCM decoder for DVD 2012-09-18 21:08:14 +02:00
ad_ffmpeg.c ad_ffmpeg: add support for planar sample formats 2012-10-14 21:30:47 +02:00
ad_internal.h
ad_mpg123.c
ad_pcm.c
ad_spdif.c
ad.c ad_dvdpcm: add back PCM decoder for DVD 2012-09-18 21:08:14 +02:00
ad.h
dec_audio.c
dec_audio.h
dec_video.c vf_rectangle: remove as it is very dirty and we have a replacement now 2012-09-18 21:08:20 +02:00
dec_video.h vf_rectangle: remove as it is very dirty and we have a replacement now 2012-09-18 21:08:20 +02:00
img_format.c
img_format.h
mp_image.c mp_image: hack to fix alignment for certain image formats 2012-10-24 21:56:33 +02:00
mp_image.h mp_image: fix copy_mpi() with 16 bit formats, add helper macros 2012-10-24 21:56:15 +02:00
mpc_info.h
pullup.c
pullup.h
sws_utils.c draw_bmp: don't try to call swscale if image format not supported 2012-10-24 21:56:34 +02:00
sws_utils.h draw_bmp: don't try to call swscale if image format not supported 2012-10-24 21:56:34 +02:00
vd_ffmpeg.c
vd_internal.h
vd.c
vd.h
vf_ass.c VO, sub: refactor 2012-10-24 21:56:34 +02:00
vf_crop.c
vf_delogo.c
vf_divtc.c
vf_dlopen.c vf_dlopen: improve performance for 1-frame-for-1-frame filters 2012-09-18 21:08:20 +02:00
vf_dlopen.h
vf_down3dright.c
vf_dsize.c
vf_eq2.c
vf_expand.c
vf_flip.c
vf_format.c
vf_gradfun.c
vf_hqdn3d.c
vf_ilpack.c
vf_mirror.c
vf_noformat.c
vf_noise.c
vf_phase.c
vf_pp.c
vf_pullup.c
vf_rotate.c
vf_scale.c libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.c 2012-10-24 21:55:43 +02:00
vf_screenshot.c libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.c 2012-10-24 21:55:43 +02:00
vf_softpulldown.c
vf_stereo3d.c
vf_swapuv.c
vf_unsharp.c
vf_vo.c VO, sub: refactor 2012-10-24 21:56:34 +02:00
vf_yadif.c
vf.c Remove useless video filters 2012-10-03 01:28:40 +02:00
vf.h VO, sub: refactor 2012-10-24 21:56:34 +02:00
vfcap.h VO, sub: refactor 2012-10-24 21:56:34 +02:00