aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/mlpdsp.c
AgeCommit message (Expand)Author
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-06Move 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