• Michael Niedermayer's avatar
    flac fixes: · ac2570a8
    Michael Niedermayer authored
    fix data types of residual&decoded
    fix twos complement bitfields
    fix utf8 (no, utf8 is not the same as the simple and compact uvlc used in nut)
    add truncated bitstream support, both ogg and flac demuxers in mplayer cvs provide incomplete frames, and furthermore it isnt possible to find frameboundaries in flac without decoding it completly
    add escape-less golomb rice decoder (=flac style golomb rice) (ultra efficient, the longest vlc code is just 2^32-1 bits)
    printf->av_log
    fix bps for non independant channels
    fix a few +-1 bugs
    fix sample order for independant channels
    fix data_size
    
    Originally committed as revision 2791 to svn://svn.ffmpeg.org/ffmpeg/trunk
    ac2570a8
Name
Last commit
Last update
doc Loading commit data...
libavcodec Loading commit data...
libavformat Loading commit data...
postproc Loading commit data...
tests Loading commit data...
vhook Loading commit data...
.cvsignore Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL Loading commit data...
Makefile Loading commit data...
README Loading commit data...
berrno.h Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
configure Loading commit data...
cygwin_inttypes.h 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...
xvmc_render.h Loading commit data...