summaryrefslogtreecommitdiffstats
path: root/libavcodec/g722dec.c
Commit message (Expand)AuthorAgeFilesLines
* libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-211-3/+3
* g722: Reduce number of pointers passed to g722_apply_qmf() functionPeter Meerwald2015-02-151-5/+4
* g722: Split out g722_qmf_apply() function into g722dsp.cPeter Meerwald2015-02-151-2/+4
* g722dec: Change bits_per_codeword to the right option typeMartin Storsjö2013-10-281-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* g722: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-8/+5
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-2/+2
* g722dec: set channel layout at initialization instead of validating itJustin Ruggles2012-11-011-5/+4
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* g722: Fix the QMF scalingMartin Storsjö2012-03-021-2/+2
* g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_cod...Martin Storsjö2011-12-051-15/+17
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-8/+17
* g722dec: check output buffer size before decodingJustin Ruggles2011-10-251-4/+10
* g722dec: cosmetics: reindent/linewrapJustin Ruggles2011-10-251-18/+16
* g722dec: remove the use of lowres for half-rate decoding.Justin Ruggles2011-10-251-13/+5
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-231-0/+147
OpenPOWER on IntegriCloud