aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/libspeexdec.c
AgeCommit message (Expand)Author
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-21libspeexdec: fix detection of final terminator codeJustin Ruggles
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12libspeex: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-03libspeexdec: handle NULL return value from speex_packet_to_header()Justin Ruggles
2012-10-03libspeexdec: properly handle DTX for multiple frames-per-packetJustin Ruggles
2012-10-03libspeexdec: move the SpeexHeader from LibSpeexContext to where it is usedJustin Ruggles
2012-10-03libspeexdec: simplify setting of frame_sizeJustin Ruggles
2012-10-03libspeexdec: set channel_layoutJustin Ruggles
2012-10-03libspeexdec: If the channel count is not valid, decode as stereo.Justin Ruggles
2012-10-03libspeexdec: improve setting of Speex mode and sample rateJustin Ruggles
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-30libspeexdec: set frame size in libspeex_decode_init()Justin Ruggles
2012-03-05libspeexdec: do not set AVCodecContext.frame_sizeJustin Ruggles
2011-12-02Add avcodec_decode_audio4().Justin Ruggles
2011-10-21libspeexdec: include system headers before local headersJustin Ruggles
2011-10-21libspeexdec: return meaningful error codesJustin Ruggles
2011-10-21libspeexdec: cosmetics: reindentJustin Ruggles
2011-10-21libspeexdec: decode one frame at a time.Justin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-16libspeexdec: Drop const qualifier to silence compiler warning.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-09-04libspeex: Do not set AVCodecContext.frame_size in decoder init if there is noJustin Ruggles
2009-08-29Store the frame size in the LibSpeexContext in case the header does not exist.Justin Ruggles
2009-08-28Use the output data type to determine the maximum number of samples that can beJustin Ruggles
2009-08-28Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-08cosmetics: Fix a few typos and use a consistent codec long name.Diego Biurrun
2008-10-24Speex decoding via libspeexDavid Conrad