aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/dct-test.c
AgeCommit message (Expand)Author
2007-06-12misc spelling fixesDiego Biurrun
2007-06-09Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje
2007-06-07Only run MMX2 tests when MMX2 is available.Diego Biurrun
2007-06-07Fix linking when GPL code has been disabled.Diego Biurrun
2007-06-07Fix compilation when MMX is disabled.Ronald S. Bultje
2007-06-07FAAN is not x86-specific.Diego Biurrun
2007-05-12Remove redundant extern declaration of j_rev_dct that is alreadyDiego Biurrun
2007-03-31platform-independent restructuring and code simplificationMarc Hoffman
2007-03-31Remove illegal call to exit().Marc Hoffman
2007-03-31Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-10-11Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-07-03Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-10add xvid idcts to dct-testMichael Niedermayer
2003-10-2510lMichael Niedermayer
2003-10-23optionally merge postscale into quantization table for the float aan dctMichael Niedermayer
2003-10-22floating point AAN DCTMichael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-07suppressed getopt.hFabrice Bellard
2002-10-03in fact IDCT248 needs to be normalized as I suspectedFabrice Bellard
2002-10-03added IDCT248 testingFabrice Bellard
2002-09-19fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi
2002-09-01dct cleanupMichael Niedermayer
2002-09-01dct-test updateMichael Niedermayer
2002-06-04avoid name clash with libjpeg - added missing externsFabrice Bellard
2002-05-25license/copyright changeFabrice Bellard
2001-08-07updated dct-test to test IDCTs tooFabrice Bellard
2001-07-22Initial revisionFabrice Bellard