summaryrefslogtreecommitdiff
path: root/libavcodec/libilbc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-14/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* libilbc: 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/+1
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-2/+2
* libilbc: set channel layoutJustin Ruggles2012-11-011-3/+5
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-2/+2
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-181-0/+209