summaryrefslogtreecommitdiff
path: root/libavcodec/dct-test.c
Commit message (Expand)AuthorAge
* 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
* 10lMichael Niedermayer2003-10-25
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-23
* floating point AAN DCTMichael Niedermayer2003-10-22
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* suppressed getopt.hFabrice Bellard2003-01-07
* in fact IDCT248 needs to be normalized as I suspectedFabrice Bellard2002-10-03
* added IDCT248 testingFabrice Bellard2002-10-03
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-19
* dct cleanupMichael Niedermayer2002-09-01
* dct-test updateMichael Niedermayer2002-09-01
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-04
* license/copyright changeFabrice Bellard2002-05-25
* updated dct-test to test IDCTs tooFabrice Bellard2001-08-07
* Initial revisionFabrice Bellard2001-07-22