]> git.sesse.net Git - ffmpeg/history - libavcodec/dct-test.c
md5: cosmetics
[ffmpeg] / libavcodec / dct-test.c
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-08 Måns RullgårdARM: fix dct-test
2010-03-08 Måns RullgårdRemove unused fast_memcpy() function in dct-test
2010-03-08 Måns RullgårdMove dctref prototypes to a header file
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-06-04 Ramiro PollaReplace more uses of __attribute__((aligned)) by DECLAR...
2009-04-11 Stefano SabatiniReplace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-03-31 Diego BiurrunMark non-exported functions in test and example program...
2009-03-31 Dylan YudakenGive better names to reference DCT functions.
2009-03-20 Diego BiurrunReplace random() usage in test programs by av_lfg_*().
2009-03-19 Diego BiurrunNicely align output columns.
2009-02-01 Diego Biurruncosmetics: Remove period after copyright statement...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2009-01-18 Måns Rullgårddct-test: add Alpha idct
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-12-16 Måns Rullgårddct-test: add ARM IDCTs
2008-12-16 Måns Rullgårddct-test: add PARTTRANS permutation
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-11-28 Diego BiurrunDo not duplicate AAN DCT tables in dct-test.c.
2008-11-13 Baptiste Coudurieradd sse2 fdct
2008-11-03 Dominik MierzejewskiRemove duplicated MM_* macros for CPU capabilities...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-06-28 Michael NiedermayerMake code independent/less dependent on dsputil.
2008-06-26 Måns RullgårdRevert "add libmpeg2 permutation to dct-test"
2008-06-26 Måns Rullgårdadd libmpeg2 permutation to dct-test
2008-06-25 Alexander StrangeUse a local variable instead of mm_flags in dct-test.
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