]> git.sesse.net Git - ffmpeg/history - libavcodec/dct-test.c
Define mm_flags/support to be 0 on architectures where they don't exist.
[ffmpeg] / libavcodec / dct-test.c
2008-06-24 Alexander StrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-24 Diego BiurrunReplace redundant MAX macro declaration by proper use...
2008-06-24 Laurent DesnoguesMark constant structure member as const to avoid some...
2008-04-16 Alexander StrangeTest idct_xvid_sse2() in dct-test.
2008-04-12 Alexander StrangeAdd a header file to declare Xvid IDCT functions.
2008-03-30 Alexander StrangeAltivec and SSE2 require 16-byte alignment, so make...
2008-03-30 Alexander Strangecheck mm_flags for each DCT and skips the ones that...
2008-03-30 Alexander Strangeget rid of the useless DCT_ERROR() macro
2008-03-25 Alexander StrangeSet mm_flags in dct-test to fix floating math.
2008-02-26 Michael Niedermayerfloating point AAN IDCT
2007-12-08 Aurelien Jacobsadd ff_ prefix to all simple_idct symbols
2007-07-19 Panagiotis IssarisFix the compilation of dct-test, fft-test and motion...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-09 Ronald S. BultjeAdd some #includes to allow compilation without HAVE_AV...
2007-06-07 Diego BiurrunOnly run MMX2 tests when MMX2 is available.
2007-06-07 Diego BiurrunFix linking when GPL code has been disabled.
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