]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/vp56dsp_init.c
Move misplaced file author information where it belongs
[ffmpeg] / libavcodec / x86 / vp56dsp_init.c
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-27 Ronald S. Bultjevp56: only compile MMX SIMD on x86-32.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() x86 SIMD code from inline ASM...
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() from DSPContext to VP56DSPContext.