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