Add float_interleave() to FmtConvertContext with x86-optimized versions.
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 24 Apr 2011 21:50:17 +0000 (17:50 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 18 May 2011 21:27:05 +0000 (17:27 -0400)
commit32f8fb8ecf8178b9c9ec8d7152f1fdd8537f7f3a
tree75ece9cd372dafb36670424033068b6edafaceda
parentf907ad9b85d5e08e4a024e24734181940cd4fc48
Add float_interleave() to FmtConvertContext with x86-optimized versions.

Partially based on patches by clsid2 in ffdshow-tryout.
ff_float_interleave6() x86 improvements by Loren Merrit.
libavcodec/fmtconvert.c
libavcodec/fmtconvert.h
libavcodec/x86/fmtconvert.asm
libavcodec/x86/fmtconvert_mmx.c