-
- Downloads
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
Showing
- Changelog 1 addition, 0 deletionsChangelog
- configure 2 additions, 1 deletionconfigure
- libavcodec/Makefile 2 additions, 1 deletionlibavcodec/Makefile
- libavcodec/ac3enc.c 10 additions, 1 deletionlibavcodec/ac3enc.c
- libavcodec/ac3enc_fixed.c 3 additions, 2 deletionslibavcodec/ac3enc_fixed.c
- libavcodec/ac3enc_float.c 117 additions, 0 deletionslibavcodec/ac3enc_float.c
- libavcodec/ac3enc_float.h 46 additions, 0 deletionslibavcodec/ac3enc_float.h
- libavcodec/allcodecs.c 1 addition, 0 deletionslibavcodec/allcodecs.c
- libavcodec/avcodec.h 1 addition, 1 deletionlibavcodec/avcodec.h
- tests/codec-regression.sh 2 additions, 2 deletionstests/codec-regression.sh
- tests/lavf-regression.sh 1 addition, 1 deletiontests/lavf-regression.sh
- tests/ref/acodec/ac3_fixed 0 additions, 0 deletionstests/ref/acodec/ac3_fixed
Loading
Please register or sign in to comment