summaryrefslogtreecommitdiffstats
path: root/libavcodec/dct-test.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-4/+1
|\
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-4/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-11/+11
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* ARM: fix dct-testMåns Rullgård2010-03-081-6/+6
* Remove unused fast_memcpy() function in dct-testMåns Rullgård2010-03-081-2/+0
* Move dctref prototypes to a header fileMåns Rullgård2010-03-081-5/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-5/+5
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-041-5/+5
* Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.Stefano Sabatini2009-04-111-3/+3
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-101-14/+14
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-311-6/+6
* Give better names to reference DCT functions.Dylan Yudaken2009-03-311-32/+32
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-201-13/+16
* Nicely align output columns.Diego Biurrun2009-03-191-1/+1
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-011-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-301-1/+1
* dct-test: add Alpha idctMåns Rullgård2009-01-181-0/+6
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-10/+10
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-1/+1
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-2/+2
* dct-test: add ARM IDCTsMåns Rullgård2008-12-161-0/+20
* dct-test: add PARTTRANS permutationMåns Rullgård2008-12-161-1/+4
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-10/+10
* Do not duplicate AAN DCT tables in dct-test.c.Diego Biurrun2008-11-281-12/+2
* add sse2 fdctBaptiste Coudurier2008-11-131-0/+1
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-031-10/+10
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-1/+1
* Make code independent/less dependent on dsputil.Michael Niedermayer2008-06-281-5/+14
* Revert "add libmpeg2 permutation to dct-test"Måns Rullgård2008-06-261-4/+1
* add libmpeg2 permutation to dct-testMåns Rullgård2008-06-261-1/+4
* Use a local variable instead of mm_flags in dct-test.Alexander Strange2008-06-251-5/+2
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-241-0/+3
* Replace redundant MAX macro declaration by proper use of FFMAX.Diego Biurrun2008-06-241-5/+2
* Mark constant structure member as const to avoid some warnings.Laurent Desnogues2008-06-241-1/+1
* Test idct_xvid_sse2() in dct-test.Alexander Strange2008-04-161-1/+7
* Add a header file to declare Xvid IDCT functions.Alexander Strange2008-04-121-2/+1
* Altivec and SSE2 require 16-byte alignment, so make sure they get itAlexander Strange2008-03-301-1/+1
* check mm_flags for each DCT and skips the ones that can't be runAlexander Strange2008-03-301-9/+10
* get rid of the useless DCT_ERROR() macroAlexander Strange2008-03-301-21/+18
* Set mm_flags in dct-test to fix floating math.Alexander Strange2008-03-251-0/+1
* floating point AAN IDCTMichael Niedermayer2008-02-261-0/+2
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-081-2/+2
* Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris2007-07-191-0/+1
* misc spelling fixesDiego Biurrun2007-06-121-2/+2
* Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje2007-06-091-0/+1
* Only run MMX2 tests when MMX2 is available.Diego Biurrun2007-06-071-0/+2
OpenPOWER on IntegriCloud