]> git.sesse.net Git - ffmpeg/history - libavcodec/libspeexdec.c
h264: fix invalid pointer arithmetic
[ffmpeg] / libavcodec / libspeexdec.c
2012-10-03 Justin Ruggleslibspeexdec: handle NULL return value from speex_packet...
2012-10-03 Justin Ruggleslibspeexdec: properly handle DTX for multiple frames...
2012-10-03 Justin Ruggleslibspeexdec: move the SpeexHeader from LibSpeexContext...
2012-10-03 Justin Ruggleslibspeexdec: simplify setting of frame_size
2012-10-03 Justin Ruggleslibspeexdec: set channel_layout
2012-10-03 Justin Ruggleslibspeexdec: If the channel count is not valid, decode...
2012-10-03 Justin Ruggleslibspeexdec: improve setting of Speex mode and sample...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-30 Justin Ruggleslibspeexdec: set frame size in libspeex_decode_init()
2012-03-05 Justin Ruggleslibspeexdec: do not set AVCodecContext.frame_size
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-21 Justin Ruggleslibspeexdec: include system headers before local headers
2011-10-21 Justin Ruggleslibspeexdec: return meaningful error codes
2011-10-21 Justin Ruggleslibspeexdec: cosmetics: reindent
2011-10-21 Justin Ruggleslibspeexdec: decode one frame at a time.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-15 Diego Biurrunlibspeexdec: Drop const qualifier to silence compiler...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-09-04 Justin Ruggleslibspeex: Do not set AVCodecContext.frame_size in decod...
2009-08-29 Justin RugglesStore the frame size in the LibSpeexContext in case...
2009-08-28 Justin RugglesUse the output data type to determine the maximum numbe...
2009-08-28 Justin RugglesModify the Ogg/Speex demuxer and the libspeex decoder...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-08 Diego Biurruncosmetics: Fix a few typos and use a consistent codec...
2008-10-24 David ConradSpeex decoding via libspeex