• Siarhei Siamashka's avatar
    Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") · 460c0abf
    Siarhei Siamashka authored
    This was off-by-one bug which affects floor0 encoded files. Tracked down
    by valgrind (was reported as the use of uninitialized memory).
    
    With this patch applied, tiny_psnr now reports the following when ffvorbis
    is compared to libvorbis-1.0beta4 output for 'lsp-test.ogg' sample:
    stddev:    0.76 PSNR: 98.69 bytes:  3498380/  3498452
    
    Output from libvorbis-1.2 is substantially different:
    stddev:  132.57 PSNR: 53.87 bytes:  3498424/  3498496
    
    Originally committed as revision 18821 to svn://svn.ffmpeg.org/ffmpeg/trunk
    460c0abf
Name
Last commit
Last update
doc Loading commit data...
ffpresets Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter 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...
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...
LICENSE 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...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...