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
2022-10-08avcodec/opus: Use prefix for definesAndreas Rheinhardt
2022-10-05avcodec/opus: Move Silk declarations to a new header, opus_silk.hAndreas Rheinhardt
2022-10-05avcodec/opus: Move defines to better placesAndreas Rheinhardt
2022-10-05avcodec/opus: Move remaining celt declarations to opus_celt.hAndreas Rheinhardt
2022-10-05avcodec/opus: Move stuff shared by decoder and parser to a new fileAndreas Rheinhardt
2022-10-05avcodec/opus: Move OpusStreamContext to its only userAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2021-01-01avcodec/opusdec: Move per-stream fields to OpusStreamContextAndreas Rheinhardt
2019-04-02avcodec/opus: make redundancy_buf 32 byte alignedJames Almer
2017-12-30opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov
2017-12-04opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov
2017-12-04opus: add an option to toggle intensity stereo phase inversionRostislav Pehlivanov
2017-02-14opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov
2017-02-14opus_celt: move quantization and band decoding to opus_pvq.cRostislav Pehlivanov
2016-12-18opus: remove redundant ff_celt_window2 declarationRostislav Pehlivanov
2016-11-08opus: move the entropy decoding functions to opus_rc.cRostislav Pehlivanov
2015-08-02Merge commit '14e558024642638085ae2bbeffc6087612e6a3f9'Hendrik Leppkes
2015-08-02opusdec: properly handle mismatching configurations in multichannel streamsAnton Khirnov
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2014-12-20mpegts: add support for OpusKieran Kunhya
2014-12-03avcodec/opusdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-10-27avcodec: Add support for Opus in MPEG-TSKieran Kunhya
2014-05-25avcodec/opus: Fix () in ROUND_MULL() macroMichael Niedermayer
2014-05-16avcodec/opus: fix doxygen comments to be associated with the correct fieldsMichael Niedermayer
2014-05-15Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba'Michael Niedermayer
2014-05-15avcodec/opusdec: switch to swresampleMichael Niedermayer
2014-05-15Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer
2014-05-15aarch64: opus NEON iMDCT and FFTJanne Grunau
2014-05-15lavc: add a native Opus decoder.Anton Khirnov