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-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2020-02-02avcodec/mlpdsp: Fix a invalid shift in ff_mlp_rematrix_channel()Michael Niedermayer
2017-11-27avcodec/mlpdsp: Fix signed integer overflow, 2nd tryMichael Niedermayer
2017-11-18avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()Michael Niedermayer
2017-05-21avcodec/mlpdsp: Fix runtime error: signed integer overflow: -24419392 * 128 c...Michael Niedermayer
2017-05-13avcodec/mlp: Fix multiple runtime error: left shift of negative value -1Michael Niedermayer
2014-03-26truehd: break out part of output_data into platform-specific callback.Ben Avison
2014-03-26truehd: break out part of rematrix_channels into platform-specific callback.Ben Avison
2014-03-26truehd: add hand-scheduled ARM asm version of mlp_filter_channel.Ben Avison
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2012-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-07Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård
2009-05-25mlp: Re-enable x86-optimized DSP functions.Ramiro Polla
2009-05-23Revert part of r18903:Ramiro Polla
2009-05-23MLP DSP functions x86-optimized.Ramiro Polla
2009-05-15mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla
2009-05-15mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.Ramiro Polla
2009-04-30mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla