Mon, 03 May 2010 23:34:38 +0000 |
diego |
the great MPlayer tab removal: part II
|
Sat, 27 Mar 2010 19:45:59 +0000 |
reimar |
Leave disabling SSE to the check_os_katmai_support always regardless of OS,
|
Wed, 17 Mar 2010 14:09:09 +0000 |
diego |
Rename SGI_MIPS architecture to plain MIPS.
|
Sat, 30 Jan 2010 23:24:23 +0000 |
diego |
Add license header to all top-level files missing them.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Wed, 08 Apr 2009 20:21:21 +0000 |
ramiro |
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
|
Thu, 02 Apr 2009 09:20:48 +0000 |
diego |
Remove unnecessary malloc.h #includes and related #ifdeffery.
|
Fri, 27 Mar 2009 18:48:47 +0000 |
reimar |
Sync cpuid detection code with libavcodec: assume it is always available on x86_64
|
Thu, 12 Mar 2009 10:50:21 +0000 |
diego |
SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net
|
Mon, 23 Feb 2009 03:35:07 +0000 |
zuxy |
Get rid of the outdated and unmaintained CPU codename table.
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Mon, 09 Feb 2009 00:29:26 +0000 |
diego |
Print information about detected CPU in verbose mode only.
|
Fri, 30 Jan 2009 23:29:39 +0000 |
diego |
Use OS preprocessor checks with '#if defined()' consistently.
|
Mon, 26 Jan 2009 14:36:31 +0000 |
diego |
Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
|
Mon, 26 Jan 2009 09:29:53 +0000 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW
|
Sun, 25 Jan 2009 21:03:02 +0000 |
diego |
HAVE_3DNOWEX --> HAVE_3DNOWEXT
|
Fri, 16 Jan 2009 12:23:52 +0000 |
gpoirier |
fix wrong #ifdef/#ifndef -> #if conversion in r28323
|
Fri, 16 Jan 2009 09:44:36 +0000 |
reimar |
Fix a wrongly converted !defined(ARCH_X86_64)
|
Fri, 16 Jan 2009 08:43:05 +0000 |
reimar |
Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.
|
Fri, 16 Jan 2009 01:11:16 +0000 |
diego |
one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com
|
Sat, 27 Dec 2008 12:00:11 +0000 |
diego |
Set and use only ARCH_PPC, not also ARCH_POWERPC.
|
Sun, 30 Nov 2008 09:17:21 +0000 |
zuxy |
Correct detection of SSSE3 and SSE4a feature bits.
|
Tue, 25 Nov 2008 18:36:50 +0000 |
cehoyos |
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq
|
Wed, 19 Nov 2008 16:41:59 +0000 |
gpoirier |
Add detection of x86 CPU features SSSE3 and SSE4a.
|
Thu, 16 Oct 2008 20:17:56 +0000 |
diego |
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
Thu, 16 Oct 2008 18:59:27 +0000 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
Mon, 13 Oct 2008 16:23:55 +0000 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
Thu, 18 Sep 2008 15:30:23 +0000 |
reimar |
Simplify cpudetect OS-support detection code, e.g. using one mp_msg to print either yes or no instead of two.
|
Fri, 29 Aug 2008 17:44:51 +0000 |
diego |
Remove pointless '#if 1 [...] #endif' around has_cpuid() function.
|
Fri, 16 May 2008 09:42:28 +0000 |
diego |
cosmetics: Remove useless parentheses from return statements.
|