summaryrefslogtreecommitdiff
path: root/libavcodec/g722dec.c
Commit message (Expand)AuthorAge
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge commit '8ac0f6767bf63d3e6b308ee6648ff02598b81e03'Michael Niedermayer2012-11-02
|\|
| * g722dec: set channel layout at initialization instead of validating itJustin Ruggles2012-11-01
* | g722dec: s/Libav/FFmpeg/ The copyright years predate the existence of LibavMichael Niedermayer2012-10-23
|/
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* g722: Fix the QMF scalingMartin Storsjö2012-03-02
* g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_cod...Martin Storsjö2011-12-05
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* g722dec: check output buffer size before decodingJustin Ruggles2011-10-25
* g722dec: cosmetics: reindent/linewrapJustin Ruggles2011-10-25
* g722dec: remove the use of lowres for half-rate decoding.Justin Ruggles2011-10-25
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-23