Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no | Justin Ruggles | 2009-09-04 | 1 | -2/+1 |
* | Store the frame size in the LibSpeexContext in case the header does not exist. | Justin Ruggles | 2009-08-29 | 1 | -5/+8 |
* | Use the output data type to determine the maximum number of samples that can be | Justin Ruggles | 2009-08-28 | 1 | -1/+1 |
* | Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat | Justin Ruggles | 2009-08-28 | 1 | -3/+6 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | cosmetics: Fix a few typos and use a consistent codec long name. | Diego Biurrun | 2009-02-08 | 1 | -5/+5 |
* | Speex decoding via libspeex | David Conrad | 2008-10-24 | 1 | -0/+144 |