gstreamer/ext/speex
Sebastian Dröge 4d7b4ca2ae speexdec: Always process the number of frames per packet as specified in the header
Looking at the remaining bits in the bitstream after decoding a
single frame can't be used as loop condition. The remaining
bits might not give a complete frame and the speex decoder will
then output nothing but access uninitialized memory, which leads
to valgrind warnings.

Fixes bug #644669.
2011-03-14 19:31:33 +01:00
..
gstspeex.c Add RANKS for various encoders and muxers 2009-05-07 18:10:08 +01:00
gstspeexdec.c speexdec: Always process the number of frames per packet as specified in the header 2011-03-14 19:31:33 +01:00
gstspeexdec.h speex: remove unused define 2010-04-08 13:16:53 +03:00
gstspeexenc.c various (ext): add a missing G_PARAM_STATIC_STRINGS flags 2010-10-13 17:39:36 +03:00
gstspeexenc.h speexenc: remove unused defines 2010-04-08 13:40:09 +03:00
Makefile.am build: Makefile.am cleanups 2010-03-18 21:34:24 +00:00