summaryrefslogtreecommitdiff
path: root/libavcodec/libspeexdec.c
Commit message (Expand)AuthorAge
* libspeexdec: include system headers before local headersJustin Ruggles2011-10-21
* libspeexdec: return meaningful error codesJustin Ruggles2011-10-21
* libspeexdec: cosmetics: reindentJustin Ruggles2011-10-21
* libspeexdec: decode one frame at a time.Justin Ruggles2011-10-21
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* libspeexdec: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-16
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* libspeex: Do not set AVCodecContext.frame_size in decoder init if there is noJustin Ruggles2009-09-04
* Store the frame size in the LibSpeexContext in case the header does not exist.Justin Ruggles2009-08-29
* Use the output data type to determine the maximum number of samples that can beJustin Ruggles2009-08-28
* Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles2009-08-28
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* cosmetics: Fix a few typos and use a consistent codec long name.Diego Biurrun2009-02-08
* Speex decoding via libspeexDavid Conrad2008-10-24