index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dct-test.c
Age
Commit message (
Expand
)
Author
2010-09-08
Move mm_support() from libavcodec to libavutil, make it a public
Stefano Sabatini
2010-09-04
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_
Stefano Sabatini
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-08
ARM: fix dct-test
Måns Rullgård
2010-03-08
Remove unused fast_memcpy() function in dct-test
Måns Rullgård
2010-03-08
Move dctref prototypes to a header file
Måns Rullgård
2010-01-22
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2009-06-04
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
Ramiro Polla
2009-04-11
Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
Stefano Sabatini
2009-04-10
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
Diego Biurrun
2009-03-31
Mark non-exported functions in test and example programs as static.
Diego Biurrun
2009-03-31
Give better names to reference DCT functions.
Dylan Yudaken
2009-03-20
Replace random() usage in test programs by av_lfg_*().
Diego Biurrun
2009-03-19
Nicely align output columns.
Diego Biurrun
2009-02-01
cosmetics: Remove period after copyright statement non-sentence.
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-30
Add missing void keyword to parameterless function declarations.
Diego Biurrun
2009-01-18
dct-test: add Alpha idct
Måns Rullgård
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-12-22
Rename libavcodec/i386/ --> libavcodec/x86/.
Diego Biurrun
2008-12-17
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-12-16
dct-test: add ARM IDCTs
Måns Rullgård
2008-12-16
dct-test: add PARTTRANS permutation
Måns Rullgård
2008-12-03
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-11-28
Do not duplicate AAN DCT tables in dct-test.c.
Diego Biurrun
2008-11-13
add sse2 fdct
Baptiste Coudurier
2008-11-03
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
Dominik Mierzejewski
2008-10-16
Convert asm keyword into __asm__.
Diego Pettenò
2008-06-28
Make code independent/less dependent on dsputil.
Michael Niedermayer
2008-06-26
Revert "add libmpeg2 permutation to dct-test"
Måns Rullgård
2008-06-26
add libmpeg2 permutation to dct-test
Måns Rullgård
2008-06-25
Use a local variable instead of mm_flags in dct-test.
Alexander Strange
2008-06-24
Define mm_flags/support to be 0 on architectures where they don't exist.
Alexander Strange
2008-06-24
Replace redundant MAX macro declaration by proper use of FFMAX.
Diego Biurrun
2008-06-24
Mark constant structure member as const to avoid some warnings.
Laurent Desnogues
2008-04-16
Test idct_xvid_sse2() in dct-test.
Alexander Strange
2008-04-12
Add a header file to declare Xvid IDCT functions.
Alexander Strange
2008-03-30
Altivec and SSE2 require 16-byte alignment, so make sure they get it
Alexander Strange
2008-03-30
check mm_flags for each DCT and skips the ones that can't be run
Alexander Strange
2008-03-30
get rid of the useless DCT_ERROR() macro
Alexander Strange
2008-03-25
Set mm_flags in dct-test to fix floating math.
Alexander Strange
2008-02-26
floating point AAN IDCT
Michael Niedermayer
2007-12-08
add ff_ prefix to all simple_idct symbols
Aurelien Jacobs
2007-07-19
Fix the compilation of dct-test, fft-test and motion-test which are using
Panagiotis Issaris
2007-06-12
misc spelling fixes
Diego Biurrun
2007-06-09
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
Ronald S. Bultje
2007-06-07
Only run MMX2 tests when MMX2 is available.
Diego Biurrun
2007-06-07
Fix linking when GPL code has been disabled.
Diego Biurrun
2007-06-07
Fix compilation when MMX is disabled.
Ronald S. Bultje
2007-06-07
FAAN is not x86-specific.
Diego Biurrun
[next]