summaryrefslogtreecommitdiff
path: root/libavcodec/dct-test.c
Commit message (Expand)AuthorAge
* Merge replacement of MPEG group reference DCT code.Diego Biurrun2009-04-13
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-01
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* dct-test: add Alpha idctMåns Rullgård2009-01-18
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* dct-test: add ARM IDCTsMåns Rullgård2008-12-16
* dct-test: add PARTTRANS permutationMåns Rullgård2008-12-16
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Do not duplicate AAN DCT tables in dct-test.c.Diego Biurrun2008-11-28
* add sse2 fdctBaptiste Coudurier2008-11-13
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Make code independent/less dependent on dsputil.Michael Niedermayer2008-06-28
* Revert "add libmpeg2 permutation to dct-test"Måns Rullgård2008-06-26
* add libmpeg2 permutation to dct-testMåns Rullgård2008-06-26
* Use a local variable instead of mm_flags in dct-test.Alexander Strange2008-06-25
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-24
* Replace redundant MAX macro declaration by proper use of FFMAX.Diego Biurrun2008-06-24
* Mark constant structure member as const to avoid some warnings.Laurent Desnogues2008-06-24
* Test idct_xvid_sse2() in dct-test.Alexander Strange2008-04-16
* Add a header file to declare Xvid IDCT functions.Alexander Strange2008-04-12
* Altivec and SSE2 require 16-byte alignment, so make sure they get itAlexander Strange2008-03-30
* check mm_flags for each DCT and skips the ones that can't be runAlexander Strange2008-03-30
* get rid of the useless DCT_ERROR() macroAlexander Strange2008-03-30
* Set mm_flags in dct-test to fix floating math.Alexander Strange2008-03-25
* floating point AAN IDCTMichael Niedermayer2008-02-26
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris2007-07-19
* misc spelling fixesDiego Biurrun2007-06-12
* Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje2007-06-09
* Only run MMX2 tests when MMX2 is available.Diego Biurrun2007-06-07
* Fix linking when GPL code has been disabled.Diego Biurrun2007-06-07
* Fix compilation when MMX is disabled.Ronald S. Bultje2007-06-07
* FAAN is not x86-specific.Diego Biurrun2007-06-07
* Remove redundant extern declaration of j_rev_dct that is alreadyDiego Biurrun2007-05-12
* platform-independent restructuring and code simplificationMarc Hoffman2007-03-31
* Remove illegal call to exit().Marc Hoffman2007-03-31
* Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-03-31
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-03
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* add xvid idcts to dct-testMichael Niedermayer2005-09-10