Re: [FFmpeg-devel] [PATCH 1/3] avcodec: add avdsp

2014-07-26 Thread Michael Niedermayer
On Sat, Jul 26, 2014 at 09:58:16AM -0400, Ronald S. Bultje wrote: > Hi, > > > On Sat, Jul 26, 2014 at 9:34 AM, Michael Niedermayer > wrote: > > > This provides a public sustainable API/ABI for DSP functions. > > Only externally used dsp functions are included. > > The structure is extensible wi

Re: [FFmpeg-devel] [PATCH 1/3] avcodec: add avdsp

2014-07-26 Thread Ronald S. Bultje
Hi, On Sat, Jul 26, 2014 at 9:34 AM, Michael Niedermayer wrote: > This provides a public sustainable API/ABI for DSP functions. > Only externally used dsp functions are included. > The structure is extensible without ABI issues compared to the > existing dsp contexts. Please don't add new shi

[FFmpeg-devel] [PATCH 1/3] avcodec: add avdsp

2014-07-26 Thread Michael Niedermayer
This provides a public sustainable API/ABI for DSP functions. Only externally used dsp functions are included. The structure is extensible without ABI issues compared to the existing dsp contexts. Signed-off-by: Michael Niedermayer --- libavcodec/Makefile |1 + libavcodec/avdsp.c | 139 +++