Fri, 14 Sep 2012 14:16:08 +0000 |
cehoyos |
Add SSE3, SSE4, SSE4.2 and AVX detection.
|
Thu, 03 Nov 2011 13:24:46 +0000 |
diego |
cpudetect: clean up libavutil #includes
|
Mon, 02 Aug 2010 17:39:20 +0000 |
reimar |
Reuse do_cpuid from cpudetect.c in loader/win32.c.
|
Mon, 03 May 2010 23:34:38 +0000 |
diego |
the great MPlayer tab removal: part II
|
Sat, 30 Jan 2010 23:24:23 +0000 |
diego |
Add license header to all top-level files missing them.
|
Fri, 27 Mar 2009 20:33:13 +0000 |
reimar |
Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating it
|
Thu, 12 Mar 2009 10:50:21 +0000 |
diego |
SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net
|
Thu, 19 Feb 2009 10:07:46 +0000 |
diego |
Add necessary header for ARCH_X86_64 preprocessor check.
|
Fri, 16 Jan 2009 08:43:05 +0000 |
reimar |
Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.
|
Wed, 19 Nov 2008 16:41:59 +0000 |
gpoirier |
Add detection of x86 CPU features SSSE3 and SSE4a.
|
Fri, 22 Feb 2008 09:09:46 +0000 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
Mon, 31 Dec 2007 11:51:54 +0000 |
diego |
Fix typo in multiple inclusion guard comment.
|
Wed, 17 May 2006 21:10:11 +0000 |
gpoirier |
Retrieve CPU built-in namestring, and if it exists, print it during cpu detection; t it doesn't exist, fallback to the cpu table. Patch by Zuxy Meng
|
Sat, 06 May 2006 01:53:07 +0000 |
michael |
REGBP
|
Thu, 21 Oct 2004 11:55:20 +0000 |
aurel |
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
|
Fri, 19 Sep 2003 23:52:41 +0000 |
atmos4 |
cpuspeed detection for X86 TSC capable CPUs (also added TSC detection, should best be verified by some people with TSC/nonTSC capable CPUs)
|
Sat, 18 Jan 2003 19:29:46 +0000 |
arpi |
AltiVec detection code ("borrowed" from FFmpeg and
|
Thu, 09 Jan 2003 18:39:09 +0000 |
arpi |
cpu cache line length detection
|
Sun, 09 Dec 2001 17:03:04 +0000 |
alex |
added cpuStepping to CpuCaps struct (needed win32.c)
|
Mon, 26 Nov 2001 23:08:48 +0000 |
michael |
non x86 fix (otherwise we would need #ifdef ARCH_X86 around every if(gCpuCaps.has...))
|
Sat, 20 Oct 2001 11:16:47 +0000 |
pl |
returns a malloc()'ed string instead of an auto char[]
|
Sat, 20 Oct 2001 02:35:31 +0000 |
atmos4 |
Detect and show cpu name.
|
Fri, 19 Oct 2001 13:09:26 +0000 |
arpi |
fixed?
|
Fri, 19 Oct 2001 13:01:31 +0000 |
pontscho |
amd fix
|
Fri, 19 Oct 2001 00:40:19 +0000 |
arpi |
cpu detect code by Eric Anholt <eanholt@gladstone.uoregon.edu>
|