summaryrefslogtreecommitdiffstats
path: root/libavcodec/dct-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-471/+0
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* dct-test: Fix initialization syntaxVittorio Giovara2015-02-171-2/+2
* lavc: Use av_gettime_relativeOlivier Langlois2014-10-241-4/+4
* Split off floating point AAN (I)DCT into separate componentsDiego Biurrun2014-09-071-3/+7
* xvid: Add C IDCTPascal Massimino2014-09-021-1/+5
* build: Conditionally build and run DCT test programDiego Biurrun2014-07-211-1/+4
* dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun2014-07-211-74/+31
* idct: Move arm-specific declarations to a header in the arm directoryDiego Biurrun2014-07-201-7/+1
* fdct: Move ppc-specific declarations to a header in the ppc directoryDiego Biurrun2014-07-191-3/+1
* simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-191-0/+1
* fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun2014-07-191-0/+1
* dct-test: Reuse enum idct_permutation_type instead of duplicating itDiego Biurrun2014-07-181-32/+39
* dct-test: Skip indirection for MMX IDCT permutationDiego Biurrun2014-07-181-14/+1
* dct-test: Improve CPU flags struct member nameDiego Biurrun2014-07-181-2/+2
* dct-test: Move cpu_flags variable out of global scopeDiego Biurrun2014-07-181-4/+1
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-021-12/+0
* dct-test: test ff_simple_idct_neon only on ARM for nowJanne Grunau2014-01-151-1/+1
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-131-6/+0
* Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-071-2/+0
* dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-251-1/+4
* x86: xviddct: Employ more specific ifdefsDiego Biurrun2013-10-051-0/+8
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-091-1/+1
* Drop DCTELEM typedefDiego Biurrun2013-01-221-15/+16
* dct-test: arm: indicate required cpu features for optimised funcsMans Rullgard2012-12-071-3/+3
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-2/+2
* x86: Remove some leftover declarations for non-existent functionsDiego Biurrun2012-09-131-4/+0
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-2/+2
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-2/+2
* x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-021-4/+0
* dct-test: allow to compile without HAVE_INLINE_ASM.Ronald S. Bultje2012-07-311-1/+1
* x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-251-1/+1
* dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-111-0/+7
* Use av_gettime() in various placesMans Rullgard2012-06-201-12/+5
* dct-test: use emms_c() from libavutil instead of duplicating itMans Rullgard2012-06-201-11/+3
* faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-281-7/+1
* dct-test: Add the missing ff_ prefix to the altivec functionsMartin Storsjö2012-02-181-3/+3
* dct-test: Remove a stray declaration of a nonexistent functionMartin Storsjö2012-02-181-2/+0
* libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö2012-02-151-1/+1
* libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö2012-02-151-1/+1
* dct-test: remove unused variable cropTblMans Rullgard2011-12-171-9/+0
* tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-081-1/+1
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-021-1/+1
* dct-test: factor out some common code and do whas was likely intendedMans Rullgard2011-09-211-75/+55
* jfdctint: add 10-bit versionMans Rullgard2011-07-211-1/+1
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-1/+1
* dct-test: remove write-only variableMans Rullgard2011-07-161-4/+0
* dct-test: remove 'ref' function pointer from tablesMans Rullgard2011-07-041-28/+28
* dct-test: exit with non-zero status if an IDCT failsMans Rullgard2011-07-041-13/+30
* dct-test: make speed test optionalMans Rullgard2011-07-041-6/+18
OpenPOWER on IntegriCloud