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