summaryrefslogtreecommitdiffstats
path: root/libavcodec/libopusdec.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "libopus: Add channel mapping 2 support in libopusdec"Rostislav Pehlivanov2018-11-281-29/+10
* lavc/libopusdec: Allow avcodec_open2 to call .closeMatt Wolenetz2018-04-111-1/+5
* avcodec/libopus: support disabling phase inversion.Menno2018-02-061-0/+33
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* ffmpeg libopusdec: fix missing include file in libopusdec.cMikulas Patocka2017-11-251-0/+1
* libopus: Add channel mapping 2 support in libopusdecFelicia Lim2017-10-251-10/+29
* libopusdec: default to stereo for invalid number of channelsAndreas Cadhalpun2016-11-251-0/+7
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-1/+1
* | lavc/libopusdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/libopusdec: Set codec->delay to pre_skip not fixed valueJan Gerber2013-12-241-2/+2
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-4/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit '86bfcfcf2364bc837b7bb582c66a8a15a332414f'Michael Niedermayer2013-02-131-15/+14
|\ \ | |/
| * libopus: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-13/+12
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+1
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-021-17/+3
|\ \ | |/
| * Opus encoder using libopusNathan Caldwell2012-10-011-25/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-281-21/+48
|/
* libopus: Remap channels using libopus' internal remapping.Nathan Caldwell2012-09-281-25/+12
* Opus decoder using libopusNicolas George2012-09-281-0/+202
OpenPOWER on IntegriCloud