134 Commits (3ee2c60cc296eee3f63d7b5fee9b4332eeeac9fa)

Author SHA1 Message Date
Vittorio Giovara d89e58f539 dct-test: Fix initialization syntax 10 years ago
Olivier Langlois 6fdf35fe35 lavc: Use av_gettime_relative 10 years ago
Diego Biurrun 1274ea8dba Split off floating point AAN (I)DCT into separate components 10 years ago
Pascal Massimino 7a1d6ddd2c xvid: Add C IDCT 10 years ago
Diego Biurrun 16b7328058 build: Conditionally build and run DCT test program 10 years ago
Diego Biurrun 81b9bf3192 dct-test: Move arch-specific bits into arch-specific subdirectories 10 years ago
Diego Biurrun 4de8b60684 idct: Move arm-specific declarations to a header in the arm directory 10 years ago
Diego Biurrun 1a583c0c60 fdct: Move ppc-specific declarations to a header in the ppc directory 10 years ago
Diego Biurrun 5dcc201505 simple_idct: Move x86-specific declarations to a header in the x86 directory 10 years ago
Diego Biurrun 85cabb8d00 fdct: Move x86-specific declarations to a header in the x86 directory 10 years ago
Diego Biurrun e0a2e60c0a dct-test: Reuse enum idct_permutation_type instead of duplicating it 10 years ago
Diego Biurrun 913fa85a2c dct-test: Skip indirection for MMX IDCT permutation 10 years ago
Diego Biurrun 746ad4e0df dct-test: Improve CPU flags struct member name 10 years ago
Diego Biurrun cb44b21da1 dct-test: Move cpu_flags variable out of global scope 10 years ago
Diego Biurrun 880e2aa236 Remove all Blackfin architecture optimizations 11 years ago
Janne Grunau 1e9265cd8f dct-test: test ff_simple_idct_neon only on ARM for now 11 years ago
Diego Biurrun c7f7bfc9e3 Remove all Alpha architecture optimizations 11 years ago
Diego Biurrun 86f910806b Remove #undefs for formerly forbidden system functions 11 years ago
Derek Buitenhuis 5331d2b93f dct-test: Remove possibility of returning a restricted exit code 11 years ago
Diego Biurrun 0b8b2ae5e9 x86: xviddct: Employ more specific ifdefs 11 years ago
Diego Biurrun 5d3d39c72e dsputil: Move fdct function declarations to dct.h 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Mans Rullgard c29d49c1b3 dct-test: arm: indicate required cpu features for optimised funcs 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Diego Biurrun 2017f0fdb7 x86: Remove some leftover declarations for non-existent functions 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Mans Rullgard ec7c501ed5 x86: remove libmpeg2 mmx(ext) idct functions 12 years ago
Ronald S. Bultje ddbe71b44f dct-test: allow to compile without HAVE_INLINE_ASM. 12 years ago
Ronald S. Bultje 79195ce565 x86/dsputil: put inline asm under HAVE_INLINE_ASM. 12 years ago
Ronald S. Bultje 667fb97a65 dct/fft-test: use a replacement getopt() if the system has none present. 13 years ago
Mans Rullgard 980f81d961 Use av_gettime() in various places 13 years ago
Mans Rullgard db7d8fb4ef dct-test: use emms_c() from libavutil instead of duplicating it 13 years ago
Diego Biurrun 856c8e0a04 faandct: Remove FAAN_POSTSCALE define and related code. 13 years ago
Martin Storsjö 0733375059 dct-test: Add the missing ff_ prefix to the altivec functions 13 years ago
Martin Storsjö 89baf35996 dct-test: Remove a stray declaration of a nonexistent function 13 years ago
Martin Storsjö c8e1b2fbc9 libavcodec: Add ff_ prefix to j_rev_dct* 13 years ago
Martin Storsjö 3e2efacdd8 libavcodec: Prefix fdct_ifast, fdct_ifast248 13 years ago
Mans Rullgard e064d46e61 dct-test: remove unused variable cropTbl 13 years ago
Diego Biurrun 4dccfff9dd tests/examples: Mark some variables only used within their files as static. 13 years ago
Diego Biurrun f36b390275 Replace some forgotten FFmpeg references by Libav. 13 years ago
Mans Rullgard ae2e89717b dct-test: factor out some common code and do whas was likely intended 13 years ago
Mans Rullgard 0a72533e98 jfdctint: add 10-bit version 14 years ago
Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
Mans Rullgard 2f07cb4d39 dct-test: remove write-only variable 14 years ago
Mans Rullgard 74965f2644 dct-test: remove 'ref' function pointer from tables 14 years ago
Mans Rullgard dbf396d497 dct-test: exit with non-zero status if an IDCT fails 14 years ago
Mans Rullgard 7fd2c13888 dct-test: make speed test optional 14 years ago
Mans Rullgard cf2b4f884d dct-test: remove is_idct field from tables 14 years ago
Mans Rullgard 4b357756b1 dct-test: split table in two for idct and fdct 14 years ago