summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdsp.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avcodec/mlpdsp: Fix a invalid shift in ff_mlp_rematrix_channel()Michael Niedermayer2020-02-02
* avcodec/mlpdsp: Fix signed integer overflow, 2nd tryMichael Niedermayer2017-11-27
* avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()Michael Niedermayer2017-11-18
* avcodec/mlpdsp: Fix runtime error: signed integer overflow: -24419392 * 128 c...Michael Niedermayer2017-05-21
* avcodec/mlp: Fix multiple runtime error: left shift of negative value -1Michael Niedermayer2017-05-13
* truehd: break out part of output_data into platform-specific callback.Ben Avison2014-03-26
* truehd: break out part of rematrix_channels into platform-specific callback.Ben Avison2014-03-26
* truehd: add hand-scheduled ARM asm version of mlp_filter_channel.Ben Avison2014-03-26
* Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-01
|\|
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-11
|\|
| * dsputil: split out mlp dsp functionLuca Barbato2012-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-07
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård2010-03-06
* mlp: Re-enable x86-optimized DSP functions.Ramiro Polla2009-05-25
* Revert part of r18903:Ramiro Polla2009-05-23
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-23
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-15
* mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.Ramiro Polla2009-05-15
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-30