index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
dct-test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dct-test: Fix initialization syntax
Vittorio Giovara
2015-02-17
1
-2
/
+2
*
lavc: Use av_gettime_relative
Olivier Langlois
2014-10-24
1
-4
/
+4
*
Split off floating point AAN (I)DCT into separate components
Diego Biurrun
2014-09-07
1
-3
/
+7
*
xvid: Add C IDCT
Pascal Massimino
2014-09-02
1
-1
/
+5
*
build: Conditionally build and run DCT test program
Diego Biurrun
2014-07-21
1
-1
/
+4
*
dct-test: Move arch-specific bits into arch-specific subdirectories
Diego Biurrun
2014-07-21
1
-74
/
+31
*
idct: Move arm-specific declarations to a header in the arm directory
Diego Biurrun
2014-07-20
1
-7
/
+1
*
fdct: Move ppc-specific declarations to a header in the ppc directory
Diego Biurrun
2014-07-19
1
-3
/
+1
*
simple_idct: Move x86-specific declarations to a header in the x86 directory
Diego Biurrun
2014-07-19
1
-0
/
+1
*
fdct: Move x86-specific declarations to a header in the x86 directory
Diego Biurrun
2014-07-19
1
-0
/
+1
*
dct-test: Reuse enum idct_permutation_type instead of duplicating it
Diego Biurrun
2014-07-18
1
-32
/
+39
*
dct-test: Skip indirection for MMX IDCT permutation
Diego Biurrun
2014-07-18
1
-14
/
+1
*
dct-test: Improve CPU flags struct member name
Diego Biurrun
2014-07-18
1
-2
/
+2
*
dct-test: Move cpu_flags variable out of global scope
Diego Biurrun
2014-07-18
1
-4
/
+1
*
Remove all Blackfin architecture optimizations
Diego Biurrun
2014-06-02
1
-12
/
+0
*
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
[next]