[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.

Michael Niedermayer michaelni
Sat Jan 1 21:23:58 CET 2011


On Fri, Dec 31, 2010 at 03:11:39PM -0500, Justin Ruggles wrote:
> ---
>  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
> 

>  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(-)
> c7d77f0059950939ac2dedeed1047d3d60ffeddc  0002-Add-floating-point-AC-3-encoder.patch

lgtm if tested

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is not what we do, but why we do it that matters.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110101/2ef7f9a8/attachment.pgp>



More information about the ffmpeg-devel mailing list