]> git.sesse.net Git - ffmpeg/history - libavcodec/dct-test.c
lavu: Remove bit packing from AVComponentDescriptor
[ffmpeg] / libavcodec / dct-test.c
2015-02-17 Vittorio Giovaradct-test: Fix initialization syntax
2014-10-24 Olivier Langloislavc: Use av_gettime_relative
2014-09-07 Diego BiurrunSplit off floating point AAN (I)DCT into separate compo...
2014-09-02 Pascal Massiminoxvid: Add C IDCT
2014-07-21 Diego Biurrunbuild: Conditionally build and run DCT test program
2014-07-21 Diego Biurrundct-test: Move arch-specific bits into arch-specific...
2014-07-20 Diego Biurrunidct: Move arm-specific declarations to a header in...
2014-07-19 Diego Biurrunfdct: Move ppc-specific declarations to a header in...
2014-07-19 Diego Biurrunsimple_idct: Move x86-specific declarations to a header...
2014-07-19 Diego Biurrunfdct: Move x86-specific declarations to a header in...
2014-07-18 Diego Biurrundct-test: Reuse enum idct_permutation_type instead...
2014-07-18 Diego Biurrundct-test: Skip indirection for MMX IDCT permutation
2014-07-18 Diego Biurrundct-test: Improve CPU flags struct member name
2014-07-18 Diego Biurrundct-test: Move cpu_flags variable out of global scope
2014-06-02 Diego BiurrunRemove all Blackfin architecture optimizations
2014-01-15 Janne Grunaudct-test: test ff_simple_idct_neon only on ARM for now
2013-11-13 Diego BiurrunRemove all Alpha architecture optimizations
2013-11-06 Diego BiurrunRemove #undefs for formerly forbidden system functions
2013-10-25 Derek Buitenhuisdct-test: Remove possibility of returning a restricted...
2013-10-05 Diego Biurrunx86: xviddct: Employ more specific ifdefs
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...
next