summaryrefslogtreecommitdiffstats
path: root/libavcodec/libspeexdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer2012-10-041-18/+23
|\
| * libspeexdec: handle NULL return value from speex_packet_to_header()Justin Ruggles2012-10-031-2/+7
| * libspeexdec: properly handle DTX for multiple frames-per-packetJustin Ruggles2012-10-031-4/+6
| * libspeexdec: move the SpeexHeader from LibSpeexContext to where it is usedJustin Ruggles2012-10-031-8/+6
| * libspeexdec: simplify setting of frame_sizeJustin Ruggles2012-10-031-5/+1
| * libspeexdec: set channel_layoutJustin Ruggles2012-10-031-1/+5
* | Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer2012-10-041-19/+26
|\ \ | |/
| * libspeexdec: If the channel count is not valid, decode as stereo.Justin Ruggles2012-10-031-3/+5
| * libspeexdec: improve setting of Speex mode and sample rateJustin Ruggles2012-10-031-16/+21
* | lavc: add missing new line to some messagesPiotr Bandurski2012-09-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-011-1/+1
|\ \ | |/
| * libspeexdec: set frame size in libspeex_decode_init()Justin Ruggles2012-03-301-0/+1
* | Fix libspeex decoding.Carl Eugen Hoyos2012-03-211-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-061-3/+0
|\ \ | |/
| * libspeexdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-15/+21
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-15/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-25/+43
|\ \ | |/
| * libspeexdec: include system headers before local headersJustin Ruggles2011-10-211-1/+1
| * libspeexdec: return meaningful error codesJustin Ruggles2011-10-211-3/+3
| * libspeexdec: cosmetics: reindentJustin Ruggles2011-10-211-7/+7
| * libspeexdec: decode one frame at a time.Justin Ruggles2011-10-211-18/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-161-1/+1
|\ \ | |/
| * libspeexdec: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-161-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* libspeex: Do not set AVCodecContext.frame_size in decoder init if there is noJustin Ruggles2009-09-041-2/+1
* Store the frame size in the LibSpeexContext in case the header does not exist.Justin Ruggles2009-08-291-5/+8
* Use the output data type to determine the maximum number of samples that can beJustin Ruggles2009-08-281-1/+1
* Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles2009-08-281-3/+6
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Fix a few typos and use a consistent codec long name.Diego Biurrun2009-02-081-5/+5
* Speex decoding via libspeexDavid Conrad2008-10-241-0/+144
OpenPOWER on IntegriCloud