summaryrefslogtreecommitdiff
path: root/libavcodec/dct-test.c
Commit message (Expand)AuthorAge
* dct-test: test ff_simple_idct_neon only on ARM for nowJanne Grunau2014-01-15
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-13
* Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-07
* dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-25
* x86: xviddct: Employ more specific ifdefsDiego Biurrun2013-10-05
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* dct-test: arm: indicate required cpu features for optimised funcsMans Rullgard2012-12-07
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* x86: Remove some leftover declarations for non-existent functionsDiego Biurrun2012-09-13
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-02
* dct-test: allow to compile without HAVE_INLINE_ASM.Ronald S. Bultje2012-07-31
* x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-25
* dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-11
* Use av_gettime() in various placesMans Rullgard2012-06-20
* dct-test: use emms_c() from libavutil instead of duplicating itMans Rullgard2012-06-20
* faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-28
* dct-test: Add the missing ff_ prefix to the altivec functionsMartin Storsjö2012-02-18
* dct-test: Remove a stray declaration of a nonexistent functionMartin Storsjö2012-02-18
* libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö2012-02-15
* libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö2012-02-15
* dct-test: remove unused variable cropTblMans Rullgard2011-12-17
* tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-08
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-02
* dct-test: factor out some common code and do whas was likely intendedMans Rullgard2011-09-21
* jfdctint: add 10-bit versionMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* dct-test: remove write-only variableMans Rullgard2011-07-16
* dct-test: remove 'ref' function pointer from tablesMans Rullgard2011-07-04
* dct-test: exit with non-zero status if an IDCT failsMans Rullgard2011-07-04
* dct-test: make speed test optionalMans Rullgard2011-07-04
* dct-test: remove is_idct field from tablesMans Rullgard2011-07-04
* dct-test: split table in two for idct and fdctMans Rullgard2011-07-04
* dct-test: simplify calling dct_error()Mans Rullgard2011-07-04
* dct-test: whitespace cosmeticsMans Rullgard2011-07-04
* dct-test: remove commented out codeMans Rullgard2011-07-04
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* ARM: fix dct-testMåns Rullgård2010-03-08
* Remove unused fast_memcpy() function in dct-testMåns Rullgård2010-03-08
* Move dctref prototypes to a header fileMåns Rullgård2010-03-08
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-04
* Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.Stefano Sabatini2009-04-11