mpv/video/filter
wm4 15a5d33b79 vf_vavpp: move frame handling to separate file
Move the handling of the future/past frames and the associated dataflow
rules to a separate source file.

While this on its own seems rather questionable and just inflates the
code, I intend to reuse it for other filters. The logic is annoying
enough that it shouldn't be duplicated a bunch of times.

(I considered other ways of sharing this logic, such as an uber-
deinterlace filter, which would access the hardware deinterlacer via a
different API. Although that sounds like kind of the right approach,
this would have other problems, so let's not, at least for now.)
2016-05-25 23:51:24 +02:00
..
refqueue.c vf_vavpp: move frame handling to separate file 2016-05-25 23:51:24 +02:00
refqueue.h vf_vavpp: move frame handling to separate file 2016-05-25 23:51:24 +02:00
vf.c video: refactor how VO exports hwdec device handles 2016-05-09 20:03:22 +02:00
vf.h video: refactor how VO exports hwdec device handles 2016-05-09 20:03:22 +02:00
vf_buffer.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
vf_crop.c vf_crop: support opaque hardware decoding formats 2016-05-19 22:56:11 +02:00
vf_dlopen.c Relicense some non-MPlayer source files to LGPL 2.1 or later 2016-01-19 18:36:06 +01:00
vf_dlopen.h vf_dlopen: declare as deprecated 2015-05-25 21:13:54 +02:00
vf_dsize.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_eq.c Update license headers 2015-04-13 12:10:01 +02:00
vf_expand.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_flip.c Update license headers 2015-04-13 12:10:01 +02:00
vf_format.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_gradfun.c Update license headers 2015-04-13 12:10:01 +02:00
vf_lavfi.c af_lavfi, vf_lavfi: fix compilation on Libav 2016-01-22 20:53:52 +01: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 video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_stereo3d.c vf_stereo3d: add alternating modes 2015-12-18 15:35:06 +01:00
vf_sub.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_vapoursynth.c vf_vapoursynth: fix everything 2015-12-20 09:55:26 +01:00
vf_vavpp.c vf_vavpp: move frame handling to separate file 2016-05-25 23:51:24 +02:00
vf_vdpaupp.c video: refactor how VO exports hwdec device handles 2016-05-09 20:03:22 +02:00
vf_vdpaurb.c video: refactor how VO exports hwdec device handles 2016-05-09 20:03:22 +02:00
vf_yadif.c vf_yadif: change defaults 2015-12-21 22:05:40 +01:00