summaryrefslogtreecommitdiff
path: root/libavcodec/libopusdec.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* Revert "libopus: Add channel mapping 2 support in libopusdec"Rostislav Pehlivanov2018-11-28
* lavc/libopusdec: Allow avcodec_open2 to call .closeMatt Wolenetz2018-04-11
* avcodec/libopus: support disabling phase inversion.Menno2018-02-06
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* ffmpeg libopusdec: fix missing include file in libopusdec.cMikulas Patocka2017-11-25
* libopus: Add channel mapping 2 support in libopusdecFelicia Lim2017-10-25
* libopusdec: default to stereo for invalid number of channelsAndreas Cadhalpun2016-11-25
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch2016-06-21
|\|
| * Drop pointless assert.h #includesDiego Biurrun2016-05-03
* | lavc/libopusdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/libopusdec: Set codec->delay to pre_skip not fixed valueJan Gerber2013-12-24
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit '86bfcfcf2364bc837b7bb582c66a8a15a332414f'Michael Niedermayer2013-02-13
|\|
| * libopus: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-02
|\|
| * Opus encoder using libopusNathan Caldwell2012-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-28
|/
* libopus: Remap channels using libopus' internal remapping.Nathan Caldwell2012-09-28
* Opus decoder using libopusNicolas George2012-09-28