summaryrefslogtreecommitdiff
path: root/libavcodec/opus.c
Commit message (Expand)AuthorAge
* avcodec/opus: always use ambisonic layout for mapping family 2James Almer2022-03-20
* opus: export mapping family 2 (Ambisonic) as Ambisonic layoutAnton Khirnov2022-03-15
* opus: convert to new channel layout APIAnton Khirnov2022-03-15
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* lavc/opus: Reset alloc_trim when doing decoder bit-allocation.Carl Eugen Hoyos2020-05-02
* avcodec/opus: check if internal is availablePaul B Mahol2018-11-28
* avcodec/opus: set skip_samplesPaul B Mahol2018-11-28
* avcodec/opus: Add {} over multiline if() bodyMichael Niedermayer2018-01-12
* opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov2017-12-30
* opus: fix hybrid folding indexing during band quantizationRostislav Pehlivanov2017-12-08
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-04
* avcodec/opus: Check count of ambisonic channelsMichael Niedermayer2017-02-17
* libopus: decode ambisonics with non-diegetic sourcesFelicia2017-02-17
* opus_parser: fix leaking channel_maps on errorAndreas Cadhalpun2016-12-10
* libavcodec/opus: Add channel mapping 2 to extradata parserMichael Graczyk2016-09-01
* libavcodec/opus: Fix spelling in error messageMichael Graczyk2016-09-01
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * mpegts: add support for OpusKieran Kunhya2014-12-20
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* | lavc/opus: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* | avcodec: Add support for Opus in MPEG-TSKieran Kunhya2014-10-26
* | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer2014-05-15
|/
* lavc: add a native Opus decoder.Anton Khirnov2014-05-15