summaryrefslogtreecommitdiff
path: root/libavcodec/libcelt_dec.c
Commit message (Expand)AuthorAge
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* libcelt: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
* libcelt: decode directly to the user-provided AVFrame.Nicolas George2013-02-13
* lavc/libcelt: add missing internal.h include.Clément Bœsch2012-12-09
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* Replace PATCHWELCOME by relevant error codes.Nicolas George2011-12-20
* replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer2011-12-20
* celtdec: adapt to avcodec_decode_audio4.Nicolas George2011-12-03
* Remove CELT / Opus confusion in labels, doc and comments.Nicolas George2011-10-25
* libcelt_dec: whitespace cosmetics.Nicolas George2011-10-25
* libcelt_dec: set sample_fmt.Nicolas George2011-10-24
* Fix compilation with libcelt on Apple OS X.Carl Eugen Hoyos2011-04-23
* Fix compilation after version bump.Carl Eugen Hoyos2011-04-23
* Xiph CELT/Opus decoder using libcelt.Nicolas George2011-04-20