On Sat, Nov 17, 2012 at 10:33:27AM -0500, Justin Ruggles wrote: > Adds a wrapper function for downmixing which detects channel count changes > and updates the selected downmix function accordingly. > --- > libavcodec/ac3dec.c | 8 +- > libavcodec/ac3dsp.c | 72 +++++++++--- > libavcodec/ac3dsp.h | 8 +- > libavcodec/x86/Makefile | 3 +- > libavcodec/x86/ac3dsp.h | 28 +++++ > libavcodec/x86/ac3dsp_downmix.asm | 229 > +++++++++++++++++++++++++++++++++++++ > libavcodec/x86/ac3dsp_init.c | 185 +++++++++--------------------- > 7 files changed, 378 insertions(+), 155 deletions(-) > create mode 100644 libavcodec/x86/ac3dsp.h > create mode 100644 libavcodec/x86/ac3dsp_downmix.asm
This received a tentative OK from Kieran on IRC. Any more comments? Ronald, Jason, Loren? Diego _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel