aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dct-test.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix linking when GPL code has been disabled.Diego Biurrun2007-06-071-0/+2
* Fix compilation when MMX is disabled.Ronald S. Bultje2007-06-071-1/+1
* FAAN is not x86-specific.Diego Biurrun2007-06-071-1/+1
* Remove redundant extern declaration of j_rev_dct that is alreadyDiego Biurrun2007-05-121-1/+0
* platform-independent restructuring and code simplificationMarc Hoffman2007-03-311-37/+68
* Remove illegal call to exit().Marc Hoffman2007-03-311-2/+1
* Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-03-311-3/+3
* revert bad checkinMåns Rullgård2006-11-141-4/+4
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-4/+4
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6