On Tue, May 17, 2011 at 05:24:24PM +0100, Mans Rullgard wrote: > This separation allows these functions to be used in a cleaner > fashion from other codecs (e.g. qdm2) and simplifies creating > optimised versions of them. > --- > This might need some more work before it's ready, but I'd like to get > some comments before proceeding further. It depends on some patches > I've sent previously. > --- > configure | 19 ++- > libavcodec/Makefile | 1 + > libavcodec/mpadsp.c | 40 +++++++ > libavcodec/mpadsp.h | 63 ++++++++++ > libavcodec/mpadsp_fixed.c | 20 +++ > libavcodec/mpadsp_float.c | 20 +++ > libavcodec/mpadsp_template.c | 205 > +++++++++++++++++++++++++++++++++ > libavcodec/mpc.c | 4 +- > libavcodec/mpc.h | 1 + > libavcodec/mpc7.c | 3 +- > libavcodec/mpc8.c | 3 +- > libavcodec/mpegaudio.h | 24 +---- > libavcodec/mpegaudiodec.c | 197 +------------------------------- > libavcodec/mpegaudiodec_float.c | 19 --- > libavcodec/ppc/mpegaudiodec_altivec.c | 9 +- > libavcodec/qdm2.c | 6 +- > libavcodec/x86/mpegaudiodec_mmx.c | 9 +- > 17 files changed, 388 insertions(+), 255 deletions(-) > create mode 100644 libavcodec/mpadsp.c > create mode 100644 libavcodec/mpadsp.h > create mode 100644 libavcodec/mpadsp_fixed.c > create mode 100644 libavcodec/mpadsp_float.c > create mode 100644 libavcodec/mpadsp_template.c
looks ok to me _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
