Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-02lavc/opus: Reset alloc_trim when doing decoder bit-allocation.Carl Eugen Hoyos
2018-11-28avcodec/opus: check if internal is availablePaul B Mahol
2018-11-28avcodec/opus: set skip_samplesPaul B Mahol
2018-01-13avcodec/opus: Add {} over multiline if() bodyMichael Niedermayer
2017-12-30opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov
2017-12-08opus: fix hybrid folding indexing during band quantizationRostislav Pehlivanov
2017-12-04opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov
2017-02-17avcodec/opus: Check count of ambisonic channelsMichael Niedermayer
2017-02-17libopus: decode ambisonics with non-diegetic sourcesFelicia
2016-12-10opus_parser: fix leaking channel_maps on errorAndreas Cadhalpun
2016-09-02libavcodec/opus: Add channel mapping 2 to extradata parserMichael Graczyk
2016-09-01libavcodec/opus: Fix spelling in error messageMichael Graczyk
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2015-12-25lavc/opus: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2014-12-20mpegts: add support for OpusKieran Kunhya
2014-10-27avcodec: Add support for Opus in MPEG-TSKieran Kunhya
2014-05-15Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer
2014-05-15lavc: add a native Opus decoder.Anton Khirnov