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
_______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
