Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-03x86/mlpdec: add ff_mlp_rematrix_channel_{sse4,avx2}James Almer
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-03-19avcodec/x86/mlpdsp: Only use asm when non-local inline asm lables are supportedMatt Oliver
2013-07-12Merge commit '2b379a925162b6783bd9a81dc03e647e8b65494c'Michael Niedermayer
2013-07-12mlpdsp: x86: Respect cpuflagsLuca Barbato
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2012-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2012-09-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-08x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes
2012-08-16x86/mlpdsp: remove libavutil/internal.h includeMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-13x86: mlpdsp: avoid taking address of voidMans Rullgard
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-04Use 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