[FFmpeg-soc] [PATCH 0/5] ac3enc commits
Justin Ruggles
justin.ruggles at gmail.com
Sat Dec 11 17:11:54 CET 2010
Justin Ruggles (5):
Use libavcodec MDCT for floating-point encoding.
Split floating-point and fixed-point functions into separate files.
Revert some fixed-point only changes.
Add a quick way to test fixed-point encoding.
Split apply_window() to 2 separate functions for float and fixed.
configure | 5 +
libavcodec/ac3enc.c | 338 ++-------------------------------------------
libavcodec/ac3enc_fixed.c | 283 +++++++++++++++++++++++++++++++++++++
libavcodec/ac3enc_fixed.h | 57 ++++++++
libavcodec/ac3enc_float.c | 78 +++++++++++
libavcodec/ac3enc_float.h | 48 +++++++
tests/codec-regression.sh | 5 +-
tests/ref/acodec/ac3 | 4 +-
8 files changed, 488 insertions(+), 330 deletions(-)
create mode 100644 libavcodec/ac3enc_fixed.c
create mode 100644 libavcodec/ac3enc_fixed.h
create mode 100644 libavcodec/ac3enc_float.c
create mode 100644 libavcodec/ac3enc_float.h
More information about the FFmpeg-soc
mailing list