1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 13:14:36 +00:00
mpv/video/filter
wm4 f5ed13bcd4 video: better pipelining with vf_vapoursynth
Most of this is explained in the code comments. This change should
improve performance with vapoursynth, especially if concurrent requests
are used.

This should change nothing if vf_vapoursynth is not in the filter chain,
since non-threaded filters obviously can not asynchronously finish
filtering of frames.
2015-01-03 03:01:58 +01:00
..
pullup.c
pullup.h
vf_buffer.c
vf_crop.c
vf_delogo.c
vf_divtc.c Remove mpbswap.h 2014-09-25 21:32:55 +02:00
vf_dlopen.c video: remove internal QP passing 2014-12-03 23:01:20 +01:00
vf_dlopen.h
vf_dsize.c
vf_eq.c
vf_expand.c
vf_flip.c
vf_format.c
vf_gradfun.c vf_lavfi: make chaining from other filters more flexible 2014-09-27 17:21:29 +02:00
vf_hqdn3d.c
vf_ilpack.c
vf_lavfi.c vf_lavfi: proper rounding for lavfi->mpv aspect ratio 2014-10-09 18:18:05 +02:00
vf_lavfi.h vf_lavfi: fix compilation failure 2014-10-08 12:44:47 +02:00
vf_mirror.c
vf_noformat.c
vf_noise.c
vf_phase.c
vf_pullup.c video: remove internal QP passing 2014-12-03 23:01:20 +01:00
vf_rotate.c Silence some Coverity warnings 2014-11-21 09:59:58 +01:00
vf_scale.c video: remove swapped-endian image format aliases 2014-11-05 01:52:20 +01:00
vf_screenshot.c
vf_softpulldown.c vf_softpulldown: handle null mpi_image correctly 2014-08-30 15:15:38 +02:00
vf_stereo3d.c vf_stereo3d: fix "auto" input format with libav 2014-10-04 16:28:30 +02:00
vf_sub.c vf_sub: fix previous commit 2014-11-11 19:26:43 +01:00
vf_swapuv.c
vf_unsharp.c
vf_vapoursynth.c video: better pipelining with vf_vapoursynth 2015-01-03 03:01:58 +01:00
vf_vavpp.c
vf_vdpaupp.c
vf_yadif.c
vf.c video: better pipelining with vf_vapoursynth 2015-01-03 03:01:58 +01:00
vf.h video: better pipelining with vf_vapoursynth 2015-01-03 03:01:58 +01:00