[FFmpeg-devel] [PATCH 2/2] Add hflip filter.

Ronald S. Bultje rsbultje
Mon Aug 16 22:12:28 CEST 2010


Hi,

On Mon, Aug 16, 2010 at 3:57 PM, Stefano Sabatini
<stefano.sabatini-lala at poste.it> wrote:
> My problem with dsputil is that:
[..]

No, no dsputil. I want nothing to do with dsputil, and we all want to
kill it, I think (ask Mans).

We want a new, libavfilter-specific, AVHFlipVFilterDSPContext struct
in a file called libavfilter/whatever (and so on). If CPU-detection is
an issue (might still be in lavc), we can move that from lavc to
lavcore or so, but that really only becomes relevant once someone
starts writing optimizations. Have a look at lavc/vp8dsp.[ch] for an
example.

I could do it myself, but if you know how to do it, we have one more
victim that knows how this stuff works. ;-).

Ronald



More information about the ffmpeg-devel mailing list