]> git.sesse.net Git - ffmpeg/history - libavcodec/dct-test.c
Fix compilation when MMX is disabled.
[ffmpeg] / libavcodec / dct-test.c
2007-06-07 Ronald S. BultjeFix compilation when MMX is disabled.
2007-06-07 Diego BiurrunFAAN is not x86-specific.
2007-05-12 Diego BiurrunRemove redundant extern declaration of j_rev_dct that...
2007-03-31 Marc Hoffmanplatform-independent restructuring and code simplification
2007-03-31 Marc HoffmanRemove illegal call to exit().
2007-03-31 Marc HoffmanReplace emms() with emms_c(), patch by Marc Hoffman...
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-07-03 Luca AbeniMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-10 Michael Niedermayeradd xvid idcts to dct-test
2003-10-25 Michael Niedermayer10l
2003-10-23 Michael Niedermayeroptionally merge postscale into quantization table...
2003-10-22 Michael Niedermayerfloating point AAN DCT
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-07 Fabrice Bellardsuppressed getopt.h
2002-10-03 Fabrice Bellardin fact IDCT248 needs to be normalized as I suspected
2002-10-03 Fabrice Bellardadded IDCT248 testing
2002-09-19 Arpifdct_mmx -> ff_fdct_mmx (renamed to avoid namespace...
2002-09-01 Michael Niedermayerdct cleanup
2002-09-01 Michael Niedermayerdct-test update
2002-06-04 Fabrice Bellardavoid name clash with libjpeg - added missing externs
2002-05-25 Fabrice Bellardlicense/copyright change
2001-08-07 Fabrice Bellardupdated dct-test to test IDCTs too
2001-07-22 Fabrice BellardInitial revision