Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Fri, 12 Dec 2008 09:59:00 +0000 |
gpoirier |
add Altivec implementation of clear_block
libavcodec
|
Thu, 24 Jul 2008 10:53:32 +0000 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
libavcodec
|
Sun, 20 Jul 2008 20:56:40 +0000 |
diego |
cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Fri, 04 Jan 2008 13:38:25 +0000 |
diego |
Change some files to only include the necessary headers.
libavcodec
|
Sat, 01 Dec 2007 22:35:38 +0000 |
vitor |
Fix alignment broke by my last patch
libavcodec
|
Sat, 01 Dec 2007 22:21:04 +0000 |
vitor |
spelling
libavcodec
|
Tue, 02 Oct 2007 12:35:23 +0000 |
diego |
cosmetics: Fix indentation after last commit.
libavcodec
|
Tue, 02 Oct 2007 12:34:43 +0000 |
diego |
Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).
libavcodec
|
Tue, 02 Oct 2007 11:39:32 +0000 |
lu_zero |
Sanitize altivec code so it can be built with runtime check properly
libavcodec
|
Tue, 02 Oct 2007 10:34:57 +0000 |
diego |
cosmetics: Fix AltiVec spelling.
libavcodec
|
Mon, 01 Oct 2007 14:23:36 +0000 |
diego |
Remove const vector macro indirection that is useless and obfuscating
libavcodec
|
Mon, 27 Aug 2007 09:21:33 +0000 |
diego |
Simplify preprocessor directives.
libavcodec
|
Mon, 27 Aug 2007 09:17:03 +0000 |
diego |
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
libavcodec
|