[FFmpeg-devel] [PATCH 2/3] Add floating-point AC-3 encoder. Rename the fixed-point AC-3 encoder ac3_fixed_encoder. Rename test acodec-ac3 to acodec-ac3_fixed and update dependencies. Modify test lavf-rm to use -acodec ac3_fixed.
Justin Ruggles
justin.ruggles
Fri Dec 31 21:11:39 CET 2010
---
configure | 3 +-
libavcodec/Makefile | 3 +-
libavcodec/ac3enc.c | 11 ++++-
libavcodec/ac3enc_fixed.c | 5 +-
libavcodec/ac3enc_float.c | 115 ++++++++++++++++++++++++++++++++++++++++++++
libavcodec/ac3enc_float.h | 46 +++++++++++++++++
libavcodec/allcodecs.c | 1 +
tests/codec-regression.sh | 4 +-
tests/lavf-regression.sh | 2 +-
tests/ref/acodec/ac3 | 2 -
tests/ref/acodec/ac3_fixed | 2 +
11 files changed, 184 insertions(+), 10 deletions(-)
create mode 100644 libavcodec/ac3enc_float.c
create mode 100644 libavcodec/ac3enc_float.h
delete mode 100644 tests/ref/acodec/ac3
create mode 100644 tests/ref/acodec/ac3_fixed
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Add-floating-point-AC-3-encoder.patch
Type: text/x-patch
Size: 10081 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101231/0ba1eddc/attachment.bin>
More information about the ffmpeg-devel
mailing list