summaryrefslogtreecommitdiffstats
path: root/libavcodec/opus.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/opus: check if internal is availablePaul B Mahol2018-11-281-1/+3
* avcodec/opus: set skip_samplesPaul B Mahol2018-11-281-1/+2
* avcodec/opus: Add {} over multiline if() bodyMichael Niedermayer2018-01-121-2/+3
* opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov2017-12-301-0/+348
* opus: fix hybrid folding indexing during band quantizationRostislav Pehlivanov2017-12-081-4/+3
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-041-1/+110
* avcodec/opus: Check count of ambisonic channelsMichael Niedermayer2017-02-171-0/+4
* libopus: decode ambisonics with non-diegetic sourcesFelicia2017-02-171-2/+4
* opus_parser: fix leaking channel_maps on errorAndreas Cadhalpun2016-12-101-0/+1
* libavcodec/opus: Add channel mapping 2 to extradata parserMichael Graczyk2016-09-011-1/+10
* libavcodec/opus: Fix spelling in error messageMichael Graczyk2016-09-011-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
| * mpegts: add support for OpusKieran Kunhya2014-12-201-8/+3
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-1/+1
* | lavc/opus: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+2
* | avcodec: Add support for Opus in MPEG-TSKieran Kunhya2014-10-261-8/+3
* | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer2014-05-151-4/+4
|/
* lavc: add a native Opus decoder.Anton Khirnov2014-05-151-0/+428
OpenPOWER on IntegriCloud