1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 04:15:13 +00:00
mpv/video/filter
wm4 ebde784fab vf_vavpp: move vaMapBuffer() closer to its use
The mapped data (pointed to by the param variable) is not needed before,
so the call can be moved down. Also, this prevents that the buffer
remains mapped forever if the other vaMapBuffer() call above fails (the
cleanup code forgets to unmap the buffer - this commit makes it
unnecessary).
2015-06-01 01:34:55 +02:00
..
vf_buffer.c video/filter: add vf_buffer 2014-07-30 23:29:00 +02:00
vf_crop.c vf_crop, vf_expand: remove ancient and useless messages 2015-04-16 22:46:52 +02:00
vf_delogo.c Update license headers 2015-04-13 12:10:01 +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_hqdn3d.c Update license headers 2015-04-13 12:10:01 +02:00
vf_lavfi.c vf_lavfi: drop useless option from wrapper filters 2015-02-12 11:53:40 +01:00
vf_lavfi.h video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
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_noise.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 Update license headers 2015-04-13 12:10:01 +02:00
vf_stereo3d.c Update license headers 2015-04-13 12:10:01 +02:00
vf_sub.c Update license headers 2015-04-13 12:10:01 +02:00
vf_unsharp.c Update license headers 2015-04-13 12:10:01 +02:00
vf_vapoursynth.c vf_vapoursynth: reject unaligned video sizes 2015-05-15 13:41:19 +02:00
vf_vavpp.c vf_vavpp: move vaMapBuffer() closer to its use 2015-06-01 01:34:55 +02:00
vf_vdpaupp.c mp_image: remove some unused interlacing flags 2015-04-23 22:06:14 +02:00
vf_yadif.c Update license headers 2015-04-13 12:10:01 +02:00
vf.c build: fix libavfilter dependency for vf_mirror 2015-04-20 17:08:29 +02:00
vf.h vf_screenshot: remove this filter 2015-04-16 22:16:04 +02:00