• Justin Ruggles's avatar
    AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9 · 486637af
    Justin Ruggles authored
    Latest commit.
    There is no error in parsing and or recovering transform coefficients.
    Double checked with ac3dec.
    Getting consistent results with the bit allocation routine and transform
    coefficients.
    The code is able to parse valid ac3 bitstreams without error from start
    to end.
    I have also implemented the imdct when block switching is not enabled.
    However, can anybody provide an insight into how to convert float samples to
    int16_t ? lrint is of no help cuz it produces output -1, 0 or 1 whereas the
    output should be between -32768 to 32767.
    
    Originally committed as revision 9654 to svn://svn.ffmpeg.org/ffmpeg/trunk
    486637af
Name
Last commit
Last update
doc Loading commit data...
libavcodec Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
tests Loading commit data...
tools Loading commit data...
vhook Loading commit data...
COPYING.GPL Loading commit data...
COPYING.LGPL Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffinstall.nsi Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
output_example.c Loading commit data...
version.sh Loading commit data...