• Justin Ruggles's avatar
    AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9 · 00585845
    Justin Ruggles authored
    Removed _ from names
    Removed temporary storage for the exponents
    Removed ctx->samples
    Now each transform coefficients are stored in audio block as an array of transform coefficients for each channel
    added ctx->delay (output of later half of previous block)
    added audio_block->block_output(output of this block)
    
    I am still not able to produce the output.
    I checked the code twice completely. I am not missing anything in
    parsing or in bit allocation. Yet it throws error in getting transform
    coefficients sometimes. Can anyone review a code of get_transform_coeffs and
    help me debug it further. I think the error is in do_bit_allocation routine cuz
    get_transform_coeffs is dependent on the bit allocation parameters table.
    
    I have checked the bit allocation algorithm thoroughly and it is as defined in the
    standard. Tried everything and got stuck where to go further.
    Please help me.
    
    Originally committed as revision 9653 to svn://svn.ffmpeg.org/ffmpeg/trunk
    00585845
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...