summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mlpdsp.c
Commit message (Expand)AuthorAge
* mlpdsp: x86: Respect cpuflagsLuca Barbato2013-07-12
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* dsputil: split out mlp dsp functionLuca Barbato2012-10-11
* x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes2012-09-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: mlpdsp: avoid taking address of voidMans Rullgard2012-08-13
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* configure: Drop check for availability of ten assembler operands.Diego Biurrun2011-06-28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use fewer macros in x86-optimized mlpdsp.Ramiro Polla2009-06-03
* mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.Ramiro Polla2009-05-25
* MLP DSP functions x86-optimized.Ramiro Polla2009-05-23