Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Mon, 08 Mar 2010 19:00:05 +0000 |
mru |
ARM: fix dct-test
libavcodec
|
Mon, 08 Mar 2010 18:43:41 +0000 |
mru |
Remove unused fast_memcpy() function in dct-test
libavcodec
|
Mon, 08 Mar 2010 18:43:33 +0000 |
mru |
Move dctref prototypes to a header file
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Thu, 04 Jun 2009 23:25:09 +0000 |
ramiro |
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
libavcodec
|
Sat, 11 Apr 2009 18:12:23 +0000 |
stefano |
Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
libavcodec
|
Fri, 10 Apr 2009 17:23:38 +0000 |
diego |
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
libavcodec
|
Tue, 31 Mar 2009 09:32:59 +0000 |
diego |
Mark non-exported functions in test and example programs as static.
libavcodec
|
Tue, 31 Mar 2009 08:55:22 +0000 |
diego |
Give better names to reference DCT functions.
libavcodec
|
Fri, 20 Mar 2009 11:48:27 +0000 |
diego |
Replace random() usage in test programs by av_lfg_*().
libavcodec
|
Thu, 19 Mar 2009 09:53:50 +0000 |
diego |
Nicely align output columns.
libavcodec
|
Sun, 01 Feb 2009 15:52:01 +0000 |
diego |
cosmetics: Remove period after copyright statement non-sentence.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 30 Jan 2009 18:38:25 +0000 |
diego |
Add missing void keyword to parameterless function declarations.
libavcodec
|
Sun, 18 Jan 2009 05:52:20 +0000 |
mru |
dct-test: add Alpha idct
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Mon, 22 Dec 2008 09:12:42 +0000 |
diego |
Rename libavcodec/i386/ --> libavcodec/x86/.
libavcodec
|
Wed, 17 Dec 2008 00:54:54 +0000 |
mru |
ARM: replace "armv4l" with "arm"
libavcodec
|
Tue, 16 Dec 2008 20:00:07 +0000 |
mru |
dct-test: add ARM IDCTs
libavcodec
|
Tue, 16 Dec 2008 19:59:50 +0000 |
mru |
dct-test: add PARTTRANS permutation
libavcodec
|
Wed, 03 Dec 2008 15:23:30 +0000 |
diego |
Delete unnecessary 'extern' keywords.
libavcodec
|
Fri, 28 Nov 2008 00:32:24 +0000 |
diego |
Do not duplicate AAN DCT tables in dct-test.c.
libavcodec
|
Thu, 13 Nov 2008 19:54:02 +0000 |
bcoudurier |
add sse2 fdct
libavcodec
|
Mon, 03 Nov 2008 18:08:00 +0000 |
rathann |
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
libavcodec
|
Thu, 16 Oct 2008 13:34:09 +0000 |
flameeyes |
Convert asm keyword into __asm__.
libavcodec
|
Sat, 28 Jun 2008 10:42:31 +0000 |
michael |
Make code independent/less dependent on dsputil.
libavcodec
|
Thu, 26 Jun 2008 17:20:26 +0000 |
mru |
Revert "add libmpeg2 permutation to dct-test"
libavcodec
|
Thu, 26 Jun 2008 01:13:16 +0000 |
mru |
add libmpeg2 permutation to dct-test
libavcodec
|
Wed, 25 Jun 2008 17:33:55 +0000 |
astrange |
Use a local variable instead of mm_flags in dct-test.
libavcodec
|
Tue, 24 Jun 2008 23:51:17 +0000 |
astrange |
Define mm_flags/support to be 0 on architectures where they don't exist.
libavcodec
|
Tue, 24 Jun 2008 20:15:31 +0000 |
diego |
Replace redundant MAX macro declaration by proper use of FFMAX.
libavcodec
|
Tue, 24 Jun 2008 09:10:30 +0000 |
diego |
Mark constant structure member as const to avoid some warnings.
libavcodec
|
Wed, 16 Apr 2008 01:54:16 +0000 |
astrange |
Test idct_xvid_sse2() in dct-test.
libavcodec
|
Sat, 12 Apr 2008 16:54:36 +0000 |
diego |
Add a header file to declare Xvid IDCT functions.
libavcodec
|
Sun, 30 Mar 2008 10:30:33 +0000 |
gpoirier |
Altivec and SSE2 require 16-byte alignment, so make sure they get it
libavcodec
|
Sun, 30 Mar 2008 10:29:28 +0000 |
gpoirier |
check mm_flags for each DCT and skips the ones that can't be run
libavcodec
|
Sun, 30 Mar 2008 10:28:03 +0000 |
gpoirier |
get rid of the useless DCT_ERROR() macro
libavcodec
|
Tue, 25 Mar 2008 14:34:27 +0000 |
benoit |
Set mm_flags in dct-test to fix floating math.
libavcodec
|
Tue, 26 Feb 2008 14:59:11 +0000 |
michael |
floating point AAN IDCT
libavcodec
|
Sat, 08 Dec 2007 21:21:11 +0000 |
aurel |
add ff_ prefix to all simple_idct symbols
libavcodec
|
Thu, 19 Jul 2007 08:46:28 +0000 |
takis |
Fix the compilation of dct-test, fft-test and motion-test which are using
libavcodec
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavcodec
|
Sat, 09 Jun 2007 17:52:16 +0000 |
diego |
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
libavcodec
|
Thu, 07 Jun 2007 15:59:15 +0000 |
diego |
Only run MMX2 tests when MMX2 is available.
libavcodec
|
Thu, 07 Jun 2007 15:54:49 +0000 |
diego |
Fix linking when GPL code has been disabled.
libavcodec
|
Thu, 07 Jun 2007 15:30:54 +0000 |
diego |
Fix compilation when MMX is disabled.
libavcodec
|
Thu, 07 Jun 2007 15:27:53 +0000 |
diego |
FAAN is not x86-specific.
libavcodec
|
Sat, 12 May 2007 10:53:33 +0000 |
diego |
Remove redundant extern declaration of j_rev_dct that is already
libavcodec
|
Sat, 31 Mar 2007 17:24:09 +0000 |
diego |
platform-independent restructuring and code simplification
libavcodec
|
Sat, 31 Mar 2007 17:14:59 +0000 |
diego |
Remove illegal call to exit().
libavcodec
|
Sat, 31 Mar 2007 16:20:51 +0000 |
diego |
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.
libavcodec
|
Tue, 14 Nov 2006 03:18:09 +0000 |
mru |
revert bad checkin
libavcodec
|
Tue, 14 Nov 2006 03:12:29 +0000 |
mru |
move some CFLAGS settings away from config.* writing section
libavcodec
|
Wed, 11 Oct 2006 23:17:58 +0000 |
diego |
Rename ABS macro to FFABS.
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sun, 10 Sep 2006 14:02:42 +0000 |
diego |
Add official LGPL license headers to the files that were missing them.
libavcodec
|
Mon, 03 Jul 2006 10:52:07 +0000 |
lucabe |
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|