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-09-30avcodec/ac3dsp: Remove unused parameterAndreas Rheinhardt
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-05-15avcodec/ac3: Move non-(de|en)coder-only parts out of ac3.hAndreas Rheinhardt
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2021-01-14ac3enc_fixed: drop unnecessary fixed-point DSP codeLynne
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2017-03-29avcodec/ac3dsp: add special-case handling for the C downmix_fixed functionJames Almer
2017-03-22Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb'Clément Bœsch
2017-03-22Merge commit 'a9ba59591ed509fb7e6decfde8da4cbfd4ddf4b8'Clément Bœsch
2017-03-22Merge commit '43717469f9daa402f6acb48997255827a56034e9'Clément Bœsch
2016-10-01ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asmJustin Ruggles
2016-10-01ac3dsp: Add some special-case handling for the C downmix functionJustin Ruggles
2016-10-01ac3dsp: Reverse matrix in/out order in downmix()Justin Ruggles
2016-06-21Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2015-02-21Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer
2015-02-21libavcodec: Make use of av_clip functionsPeter Meerwald
2014-04-01libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic
2014-03-14Merge commit '831a1180785a786272cdcefb71566a770bfb879e'Michael Niedermayer
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2013-12-09Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'Michael Niedermayer
2013-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun
2012-12-10Merge commit '30b39164256999efc8d77edc85e2e0b963c24834'Michael Niedermayer
2012-12-09ac3dec: make downmix() take array of pointers to channel dataMans Rullgard
2012-11-20mips: Optimization of AC3 FP encoder and EAC3 FP decoderBojan Zivkovic
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-13ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard
2012-02-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-01ac3: Do not read past the end of ff_ac3_band_start_tab.Mans Rullgard
2011-10-22Merge remote-tracking branch 'mans/ac3'Michael Niedermayer
2011-07-06ac3enc: move inner loop of compute_rematrixing_strategy to ac3dspMans Rullgard
2011-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-01ac3dsp: simplify extract_exponents() now that it does not need to do clipping.Justin Ruggles
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-28ac3dsp: fix loop condition in ac3_update_bap_counts_c()Justin Ruggles
2011-05-28ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles
2011-05-02Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-01ac3enc: clip large coefficient values and negative exponents rather than usingJustin Ruggles
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard
2011-03-30Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-30ac3enc: move compute_mantissa_size() to ac3dspMans Rullgard
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard
2011-03-25Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-24ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_minMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles
2011-03-14ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles