1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 04:15:13 +00:00
mpv/video/filter
wm4 2ed9370bd6 vf_vavpp: allocate output surfaces with the same size as input
This can happen if the hw decoder allocates padded surfaces (e.g.
mod16), but the VPP output surface was allocated with the exact size.
Apparently VPP requires matching input and output sizes, or it will add
artifacts. In this case, it added mirrored pixels to the bottom few
pixels.

Note that the previous commit should have fixed this. But it didn't
work, while this commit does.

Fixes #2320.
2015-09-23 14:20:50 +02:00
..
vf_buffer.c
vf_crop.c vf_crop, vf_expand: remove ancient and useless messages 2015-04-16 22:46:52 +02:00
vf_dlopen.c Update license headers 2015-04-13 12:10:01 +02:00
vf_dlopen.h vf_dlopen: declare as deprecated 2015-05-25 21:13:54 +02:00
vf_dsize.c Update license headers 2015-04-13 12:10:01 +02:00
vf_eq.c Update license headers 2015-04-13 12:10:01 +02:00
vf_expand.c vf_crop, vf_expand: remove ancient and useless messages 2015-04-16 22:46:52 +02:00
vf_flip.c Update license headers 2015-04-13 12:10:01 +02:00
vf_format.c Update license headers 2015-04-13 12:10:01 +02:00
vf_gradfun.c Update license headers 2015-04-13 12:10:01 +02:00
vf_lavfi.c vf_lavfi: cosmetics: fix coding style 2015-09-11 23:05:14 +02:00
vf_lavfi.h
vf_mirror.c vf_mirror: replace internal implementation with libavfilter 2015-04-16 22:43:15 +02:00
vf_noformat.c Update license headers 2015-04-13 12:10:01 +02:00
vf_pullup.c Update license headers 2015-04-13 12:10:01 +02:00
vf_rotate.c Update license headers 2015-04-13 12:10:01 +02:00
vf_scale.c vf_scale: cleanup log messages 2015-07-20 21:16:37 +02:00
vf_stereo3d.c vf_stereo3d: drop internal implementation 2015-07-10 18:03:38 +02:00
vf_sub.c vf_sub: minor simplification 2015-06-05 18:59:13 +02:00
vf_vapoursynth.c vf_vapoursynth: relicense to LGPL 2.1+ 2015-07-19 00:03:20 +02:00
vf_vavpp.c vf_vavpp: allocate output surfaces with the same size as input 2015-09-23 14:20:50 +02:00
vf_vdpaupp.c vf_vdpaupp: Don't crash when evaluating interlacing of NULL mpi 2015-07-14 11:10:04 +02:00
vf_vdpaurb.c vf_vdpaurb: query_format is still required 2015-09-18 07:33:15 -07:00
vf_yadif.c vf_yadif: add hack for Libav compatibility 2015-09-20 15:36:52 +02:00
vf.c video/filter: remove some vf_lavfi wrappers 2015-09-11 23:47:00 +02:00
vf.h vf_sub: minor simplification 2015-06-05 18:59:13 +02:00