summaryrefslogtreecommitdiff
path: root/libavcodec/mlpdsp.c
Commit message (Expand)AuthorAge
* 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
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* dsputil: split out mlp dsp functionLuca Barbato2012-10-11
* 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