summaryrefslogtreecommitdiffstats
path: root/libavcodec/dct-test.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dct-test: remove is_idct field from tablesMans Rullgard2011-07-041-33/+32
* dct-test: split table in two for idct and fdctMans Rullgard2011-07-041-14/+22
* dct-test: simplify calling dct_error()Mans Rullgard2011-07-041-20/+16
* dct-test: whitespace cosmeticsMans Rullgard2011-07-041-183/+191
* dct-test: remove commented out codeMans Rullgard2011-07-041-35/+0
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-19/+0
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-4/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-11/+11
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* ARM: fix dct-testMåns Rullgård2010-03-081-6/+6
* Remove unused fast_memcpy() function in dct-testMåns Rullgård2010-03-081-2/+0
* Move dctref prototypes to a header fileMåns Rullgård2010-03-081-5/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-5/+5
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla2009-06-041-5/+5
* Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.Stefano Sabatini2009-04-111-3/+3
OpenPOWER on IntegriCloud