summaryrefslogtreecommitdiff
path: root/libavcodec/dct-test.c
Commit message (Collapse)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje2007-06-09
| | | | | | taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only run MMX2 tests when MMX2 is available.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking when GPL code has been disabled.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when MMX is disabled.Ronald S. Bultje2007-06-07
| | | | | | inspired by a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FAAN is not x86-specific.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant extern declaration of j_rev_dct that is alreadyDiego Biurrun2007-05-12
| | | | | | present in the #included header file dsputil.h. Originally committed as revision 9005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* platform-independent restructuring and code simplificationMarc Hoffman2007-03-31
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove illegal call to exit().Marc Hoffman2007-03-31
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-03-31
| | | | Originally committed as revision 8571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-14
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-03
| | | | Originally committed as revision 5595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add xvid idcts to dct-testMichael Niedermayer2005-09-10
| | | | Originally committed as revision 4576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-25
| | | | Originally committed as revision 2435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-23
| | | | Originally committed as revision 2420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN DCTMichael Niedermayer2003-10-22
| | | | Originally committed as revision 2415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed getopt.hFabrice Bellard2003-01-07
| | | | Originally committed as revision 1422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* in fact IDCT248 needs to be normalized as I suspectedFabrice Bellard2002-10-03
| | | | Originally committed as revision 997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added IDCT248 testingFabrice Bellard2002-10-03
| | | | Originally committed as revision 995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-19
| | | | | | [found by Kim Minh Kaplan] Originally committed as revision 960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct cleanupMichael Niedermayer2002-09-01
| | | | | | | more accurate mmx dct (dont discard bits for fun) fixing mmx quantizer bug for qscale%2==1 (bias was slightly wrong) Originally committed as revision 895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct-test updateMichael Niedermayer2002-09-01
| | | | | | | | test simple-idct and ijg int DCT too do tests with random & sparse matrixes print systematic error matrixes Originally committed as revision 892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-04
| | | | Originally committed as revision 660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updated dct-test to test IDCTs tooFabrice Bellard2001-08-07
| | | | Originally committed as revision 44 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk