Quoting Vittorio Giovara (2016-02-12 16:06:05) > On Fri, Feb 12, 2016 at 4:09 AM, Anton Khirnov <[email protected]> wrote: > > --- > > configure | 1 + > > doc/filters.texi | 11 ++ > > libavfilter/Makefile | 1 + > > libavfilter/allfilters.c | 1 + > > libavfilter/vf_hwupload_cuda.c | 237 > > +++++++++++++++++++++++++++++++++++++++++ > > 5 files changed, 251 insertions(+) > > create mode 100644 libavfilter/vf_hwupload_cuda.c > > For the little grasp on hwaccel I have, I think I like the idea of a > (soon generic?) filter system that uploads frames from memory to gpu.
The question, I think, is not whether such a functionality should exist at all, but whether it should live in a filter. Hendrik want it to live in a separate API outside of lavfi. I don't necessarily disagree with that, but I don't think the time is right to write such an API. (IOW I'm being lazy) -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
