]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dct-test.c
Added cancelation of contracts
[frescor/ffmpeg.git] / libavcodec / dct-test.c
2009-04-11 stefanoReplace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
2009-04-10 diegocosmetics: Rename prn variable to prng (Pseudo Random...
2009-03-31 diegoMark non-exported functions in test and example program...
2009-03-31 diegoGive better names to reference DCT functions.
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-03-19 diegoNicely align output columns.
2009-02-01 diegocosmetics: Remove period after copyright statement...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 diegoAdd missing void keyword to parameterless function...
2009-01-18 mrudct-test: add Alpha idct
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-22 diegoRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-17 mruARM: replace "armv4l" with "arm"
2008-12-16 mrudct-test: add ARM IDCTs
2008-12-16 mrudct-test: add PARTTRANS permutation
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-11-28 diegoDo not duplicate AAN DCT tables in dct-test.c.
2008-11-13 bcoudurieradd sse2 fdct
2008-11-03 rathannRemove duplicated MM_* macros for CPU capabilities...
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-06-28 michaelMake code independant/less dependant on dsputil.
2008-06-26 mruRevert "add libmpeg2 permutation to dct-test"
2008-06-26 mruadd libmpeg2 permutation to dct-test
2008-06-25 astrangeUse a local variable instead of mm_flags in dct-test.
2008-06-24 astrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-24 diegoReplace redundant MAX macro declaration by proper use...
2008-06-24 diegoMark constant structure member as const to avoid some...
2008-04-16 astrangeTest idct_xvid_sse2() in dct-test.
2008-04-12 diegoAdd a header file to declare Xvid IDCT functions.
2008-03-30 gpoirierAltivec and SSE2 require 16-byte alignment, so make...
2008-03-30 gpoiriercheck mm_flags for each DCT and skips the ones that...
2008-03-30 gpoirierget rid of the useless DCT_ERROR() macro
2008-03-25 benoitSet mm_flags in dct-test to fix floating math.
2008-02-26 michaelfloating point AAN IDCT
2007-12-08 aureladd ff_ prefix to all simple_idct symbols
2007-07-19 takisFix the self tests which are contained in some codecs...
2007-06-12 diegomisc spelling fixes
2007-06-09 diegoAdd some #includes to allow compilation without HAVE_AV...
2007-06-07 diegoOnly run MMX2 tests when MMX2 is available.
2007-06-07 diegoFix linking when GPL code has been disabled.
2007-06-07 diegoFix compilation when MMX is disabled.
2007-06-07 diegoFAAN is not x86-specific.
2007-05-12 diegoRemove redundant extern declaration of j_rev_dct that...
2007-03-31 diegoplatform-independent restructuring and code simplification
2007-03-31 diegoRemove illegal call to exit().
2007-03-31 diegoReplace emms() with emms_c(), patch by Marc Hoffman...
2006-11-14 mrurevert bad checkin
2006-11-14 mrumove some CFLAGS settings away from config.* writing...
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-10 diegoAdd official LGPL license headers to the files that...
2006-07-03 lucabeMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-10 michaeladd xvid idcts to dct-test
2003-10-25 michael10l
2003-10-23 michaeloptionally merge postscale into quantization table...
2003-10-22 michaelfloating point AAN DCT
2003-03-06 michaelniper file doxy
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-07 bellardsuppressed getopt.h
2002-10-03 bellardin fact IDCT248 needs to be normalized as I suspected
2002-10-03 bellardadded IDCT248 testing
2002-09-19 arpi_espfdct_mmx -> ff_fdct_mmx (renamed to avoid namespace...
2002-09-01 michaelnidct cleanup
2002-09-01 michaelnidct-test update
2002-06-04 bellardavoid name clash with libjpeg - added missing externs
2002-05-25 glantaulicense/copyright change
2001-08-07 glantauupdated dct-test to test IDCTs too
2001-07-22 glantauInitial revision