]> git.sesse.net Git - ffmpeg/history - libavcodec/dct-test.c
configure: Identify icc compiler with a less ambiguous pattern
[ffmpeg] / libavcodec / dct-test.c
2013-02-08 Diego Biurrundsputil: Move fdct function declarations to dct.h
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-07 Mans Rullgarddct-test: arm: indicate required cpu features for optim...
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-09-13 Diego Biurrunx86: Remove some leftover declarations for non-existent...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-08-02 Mans Rullgardx86: remove libmpeg2 mmx(ext) idct functions
2012-08-01 Ronald S. Bultjedct-test: allow to compile without HAVE_INLINE_ASM.
2012-07-25 Ronald S. Bultjex86/dsputil: put inline asm under HAVE_INLINE_ASM.
2012-07-11 Ronald S. Bultjedct/fft-test: use a replacement getopt() if the system...
2012-06-20 Mans RullgardUse av_gettime() in various places
2012-06-20 Mans Rullgarddct-test: use emms_c() from libavutil instead of duplic...
2012-03-28 Diego Biurrunfaandct: Remove FAAN_POSTSCALE define and related code.
2012-02-17 Martin Storsjödct-test: Add the missing ff_ prefix to the altivec...
2012-02-17 Martin Storsjödct-test: Remove a stray declaration of a nonexistent...
2012-02-15 Martin Storsjölibavcodec: Add ff_ prefix to j_rev_dct*
2012-02-15 Martin Storsjölibavcodec: Prefix fdct_ifast, fdct_ifast248
2011-12-17 Mans Rullgarddct-test: remove unused variable cropTbl
2011-12-08 Diego Biurruntests/examples: Mark some variables only used within...
2011-11-02 Diego BiurrunReplace some forgotten FFmpeg references by Libav.
2011-09-21 Mans Rullgarddct-test: factor out some common code and do whas was...
2011-07-21 Mans Rullgardjfdctint: add 10-bit version
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-16 Mans Rullgarddct-test: remove write-only variable
2011-07-04 Mans Rullgarddct-test: remove 'ref' function pointer from tables
2011-07-04 Mans Rullgarddct-test: exit with non-zero status if an IDCT fails
2011-07-04 Mans Rullgarddct-test: make speed test optional
2011-07-04 Mans Rullgarddct-test: remove is_idct field from tables
2011-07-04 Mans Rullgarddct-test: split table in two for idct and fdct
2011-07-04 Mans Rullgarddct-test: simplify calling dct_error()
2011-07-04 Mans Rullgarddct-test: whitespace cosmetics
2011-07-04 Mans Rullgarddct-test: remove commented out code
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
next