| Commit message (Expand) | Author | Age | Files | Lines |
* | dct-test: test ff_simple_idct_neon only on ARM for now | Janne Grunau | 2014-01-15 | 1 | -1/+1 |
* | Remove all Alpha architecture optimizations | Diego Biurrun | 2013-11-13 | 1 | -6/+0 |
* | Remove #undefs for formerly forbidden system functions | Diego Biurrun | 2013-11-07 | 1 | -2/+0 |
* | dct-test: Remove possibility of returning a restricted exit code | Derek Buitenhuis | 2013-10-25 | 1 | -1/+4 |
* | x86: xviddct: Employ more specific ifdefs | Diego Biurrun | 2013-10-05 | 1 | -0/+8 |
* | dsputil: Move fdct function declarations to dct.h | Diego Biurrun | 2013-02-09 | 1 | -1/+1 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -15/+16 |
* | dct-test: arm: indicate required cpu features for optimised funcs | Mans Rullgard | 2012-12-07 | 1 | -3/+3 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 1 | -2/+2 |
* | x86: Remove some leftover declarations for non-existent functions | Diego Biurrun | 2012-09-13 | 1 | -4/+0 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 1 | -2/+2 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -2/+2 |
* | x86: remove libmpeg2 mmx(ext) idct functions | Mans Rullgard | 2012-08-02 | 1 | -4/+0 |
* | dct-test: allow to compile without HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-31 | 1 | -1/+1 |
* | x86/dsputil: put inline asm under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-25 | 1 | -1/+1 |
* | dct/fft-test: use a replacement getopt() if the system has none present. | Ronald S. Bultje | 2012-07-11 | 1 | -0/+7 |
* | Use av_gettime() in various places | Mans Rullgard | 2012-06-20 | 1 | -12/+5 |
* | dct-test: use emms_c() from libavutil instead of duplicating it | Mans Rullgard | 2012-06-20 | 1 | -11/+3 |
* | faandct: Remove FAAN_POSTSCALE define and related code. | Diego Biurrun | 2012-03-28 | 1 | -7/+1 |
* | dct-test: Add the missing ff_ prefix to the altivec functions | Martin Storsjö | 2012-02-18 | 1 | -3/+3 |
* | dct-test: Remove a stray declaration of a nonexistent function | Martin Storsjö | 2012-02-18 | 1 | -2/+0 |
* | libavcodec: Add ff_ prefix to j_rev_dct* | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | libavcodec: Prefix fdct_ifast, fdct_ifast248 | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | dct-test: remove unused variable cropTbl | Mans Rullgard | 2011-12-17 | 1 | -9/+0 |
* | tests/examples: Mark some variables only used within their files as static. | Diego Biurrun | 2011-12-08 | 1 | -1/+1 |
* | Replace some forgotten FFmpeg references by Libav. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | dct-test: factor out some common code and do whas was likely intended | Mans Rullgard | 2011-09-21 | 1 | -75/+55 |
* | jfdctint: add 10-bit version | Mans Rullgard | 2011-07-21 | 1 | -1/+1 |
* | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -1/+1 |
* | dct-test: remove write-only variable | Mans Rullgard | 2011-07-16 | 1 | -4/+0 |
* | dct-test: remove 'ref' function pointer from tables | Mans Rullgard | 2011-07-04 | 1 | -28/+28 |
* | dct-test: exit with non-zero status if an IDCT fails | Mans Rullgard | 2011-07-04 | 1 | -13/+30 |
* | dct-test: make speed test optional | Mans Rullgard | 2011-07-04 | 1 | -6/+18 |
* | dct-test: remove is_idct field from tables | Mans Rullgard | 2011-07-04 | 1 | -33/+32 |
* | dct-test: split table in two for idct and fdct | Mans Rullgard | 2011-07-04 | 1 | -14/+22 |
* | dct-test: simplify calling dct_error() | Mans Rullgard | 2011-07-04 | 1 | -20/+16 |
* | dct-test: whitespace cosmetics | Mans Rullgard | 2011-07-04 | 1 | -183/+191 |
* | dct-test: remove commented out code | Mans Rullgard | 2011-07-04 | 1 | -35/+0 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -19/+0 |
* | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -4/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -11/+11 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | ARM: fix dct-test | Måns Rullgård | 2010-03-08 | 1 | -6/+6 |
* | Remove unused fast_memcpy() function in dct-test | Måns Rullgård | 2010-03-08 | 1 | -2/+0 |
* | Move dctref prototypes to a header file | Måns Rullgård | 2010-03-08 | 1 | -5/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -5/+5 |
* | Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. | Ramiro Polla | 2009-06-04 | 1 | -5/+5 |
* | Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. | Stefano Sabatini | 2009-04-11 | 1 | -3/+3 |