Change the AC-3 encoder to use floating-point.
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 4 Jan 2011 11:53:44 +0000 (11:53 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 4 Jan 2011 11:53:44 +0000 (11:53 +0000)
commit6fd96d1a85f3b81a1dbf08b79ba395506471ded0
tree50aff50d56d178128d75a120a387f46b116d4965
parent6780f488467f75444317a95f00f35c26453f4e96
Change the AC-3 encoder to use floating-point.
Fixed-point AC-3 encoder renamed to ac3_fixed.
Regression test acodec-ac3 renamed to acodec-ac3_fixed.
Regression test lavf-rm changed to use ac3_fixed encoder.

Originally committed as revision 26209 to svn://svn.ffmpeg.org/ffmpeg/trunk
12 files changed:
Changelog
configure
libavcodec/Makefile
libavcodec/ac3enc.c
libavcodec/ac3enc_fixed.c
libavcodec/ac3enc_float.c [new file with mode: 0644]
libavcodec/ac3enc_float.h [new file with mode: 0644]
libavcodec/allcodecs.c
libavcodec/avcodec.h
tests/codec-regression.sh
tests/lavf-regression.sh
tests/ref/acodec/ac3_fixed [moved from tests/ref/acodec/ac3 with 100% similarity]