78 Commits (96a1459ed58ca0afef31327564f97bb28fa498c0)

Author SHA1 Message Date
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 0926c00980 ARM: fix dct-test 15 years ago
Måns Rullgård a79f59e31c Remove unused fast_memcpy() function in dct-test 15 years ago
Måns Rullgård 6a81329593 Move dctref prototypes to a header file 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Ramiro Polla 74a841af8b Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. 16 years ago
Stefano Sabatini 147a90a3e5 Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. 16 years ago
Diego Biurrun 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
Diego Biurrun 504ffed19f Mark non-exported functions in test and example programs as static. 16 years ago
Dylan Yudaken 0de74546d7 Give better names to reference DCT functions. 16 years ago
Diego Biurrun 294eaa2643 Replace random() usage in test programs by av_lfg_*(). 16 years ago
Diego Biurrun 2029e934d2 Nicely align output columns. 16 years ago
Diego Biurrun 94f694a476 cosmetics: Remove period after copyright statement non-sentence. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun dc8a7c93d3 Add missing void keyword to parameterless function declarations. 16 years ago
Måns Rullgård 2a839eeb02 dct-test: add Alpha idct 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago
Måns Rullgård 479044cea5 dct-test: add ARM IDCTs 16 years ago
Måns Rullgård 875f31259b dct-test: add PARTTRANS permutation 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Diego Biurrun 10ac361827 Do not duplicate AAN DCT tables in dct-test.c. 16 years ago
Baptiste Coudurier 83534418f0 add sse2 fdct 16 years ago
Dominik Mierzejewski 82d1605fe7 Remove duplicated MM_* macros for CPU capabilities from dsputil.h. 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Michael Niedermayer aadd27cdf4 Make code independent/less dependent on dsputil. 17 years ago
Måns Rullgård dce292bb35 Revert "add libmpeg2 permutation to dct-test" 17 years ago
Måns Rullgård fb9464e807 add libmpeg2 permutation to dct-test 17 years ago
Alexander Strange dafe882457 Use a local variable instead of mm_flags in dct-test. 17 years ago
Alexander Strange f67a10cd0c Define mm_flags/support to be 0 on architectures where they don't exist. 17 years ago
Diego Biurrun ae32e509fb Replace redundant MAX macro declaration by proper use of FFMAX. 17 years ago
Laurent Desnogues f5b6778184 Mark constant structure member as const to avoid some warnings. 17 years ago
Alexander Strange ad246860fa Test idct_xvid_sse2() in dct-test. 17 years ago
Alexander Strange 54a0b6e590 Add a header file to declare Xvid IDCT functions. 17 years ago
Alexander Strange 55727a835b Altivec and SSE2 require 16-byte alignment, so make sure they get it 17 years ago
Alexander Strange 3794b92819 check mm_flags for each DCT and skips the ones that can't be run 17 years ago
Alexander Strange 1a7ee380c5 get rid of the useless DCT_ERROR() macro 17 years ago
Alexander Strange 28c47a423b Set mm_flags in dct-test to fix floating math. 17 years ago
Michael Niedermayer 6f08c541b4 floating point AAN IDCT 17 years ago
Aurelien Jacobs 59e6f60a99 add ff_ prefix to all simple_idct symbols 17 years ago
Panagiotis Issaris cc61f96f8a Fix the compilation of dct-test, fft-test and motion-test which are using 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Ronald S. Bultje 12807c8d87 Add some #includes to allow compilation without HAVE_AV_CONFIG_H. 18 years ago
Diego Biurrun 94254fc00e Only run MMX2 tests when MMX2 is available. 18 years ago
Diego Biurrun b9702de506 Fix linking when GPL code has been disabled. 18 years ago
Ronald S. Bultje ee3035f31e Fix compilation when MMX is disabled. 18 years ago
Diego Biurrun b0b0d7e78c FAAN is not x86-specific. 18 years ago