| Commit message (Expand) | Author | Age |
* | Add license header to all top-level files missing them. | diego | 2010-01-30 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 |
* | Sync cpuid detection code with libavcodec: assume it is always available on x... | reimar | 2009-03-27 |
* | SSE3 support patch by Zhou Zongyi, zhouzongyi pset.suntec net | diego | 2009-03-12 |
* | Get rid of the outdated and unmaintained CPU codename table. | zuxy | 2009-02-23 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | Print information about detected CPU in verbose mode only. | diego | 2009-02-09 |
* | Use OS preprocessor checks with '#if defined()' consistently. | diego | 2009-01-30 |
* | Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. | diego | 2009-01-26 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 |
* | HAVE_3DNOWEX --> HAVE_3DNOWEXT | diego | 2009-01-25 |
* | fix wrong #ifdef/#ifndef -> #if conversion in r28323 | gpoirier | 2009-01-16 |
* | Fix a wrongly converted !defined(ARCH_X86_64) | reimar | 2009-01-16 |
* | Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc. | reimar | 2009-01-16 |
* | one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com | diego | 2009-01-16 |
* | Set and use only ARCH_PPC, not also ARCH_POWERPC. | diego | 2008-12-27 |
* | Correct detection of SSSE3 and SSE4a feature bits. | zuxy | 2008-11-30 |
* | Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq | cehoyos | 2008-11-25 |
* | Add detection of x86 CPU features SSSE3 and SSE4a. | gpoirier | 2008-11-19 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 |
* | Simplify cpudetect OS-support detection code, e.g. using one mp_msg to print ... | reimar | 2008-09-18 |
* | Remove pointless '#if 1 [...] #endif' around has_cpuid() function. | diego | 2008-08-29 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 |
* | Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT is | diego | 2008-02-24 |
* | Enable SSE detection on OS/2. | diego | 2008-02-24 |
* | cosmetics: Break one unreadable long line. | diego | 2008-02-24 |
* | Add #include <sys/sysctl.h> for Mac OS X, fixes the warning | diego | 2008-02-24 |
* | support for xtensa CPU architecture | diego | 2007-12-11 |
* | Slightly simplify preprocessor conditionals. | diego | 2007-12-11 |
* | Ahem, fix breakage of last commit: The AltiVec detection code has three | diego | 2007-12-11 |
* | Remove redundant and obfuscating preprocessor conditional. | diego | 2007-12-11 |
* | Replace SYS_DARWIN conditional by the more correct __APPLE__. | diego | 2007-12-11 |
* | Fix warning: | diego | 2007-10-01 |
* | Enable SSE on MinGW, many builds out there seem to use it without ill effect. | diego | 2007-09-29 |
* | sigill_handler_sse is not needed and can not compile on 64 bit systems | reimar | 2007-09-14 |
* | Do not check for X86_FXSR_MAGIC define, it is missing in newer | reimar | 2007-09-14 |
* | Remove unused sigfpe handler | reimar | 2007-09-14 |
* | Remove test for SSE exception support that has been commented out since ages. | reimar | 2007-09-14 |
* | GNU/kFreeBSD support, closes Bugzilla #704. | diego | 2007-01-10 |
* | ARCH_X86 simplifications | reimar | 2006-11-01 |
* | Detect sse/2 on intel mac, Valtteri Vuorikoski(vuori@sci.fi) | nplourde | 2006-10-05 |
* | rm unnecesary void* casts - part 1 | reynaldo | 2006-07-01 |
* | Typo: use ptmpstr instead of tmpstr to strip leading spaces + add | gpoirier | 2006-06-25 |
* | Retrieve CPU built-in namestring, and if it exists, print it during cpu detec... | gpoirier | 2006-05-17 |
* | add Amiga-style AltiVec detection, patch from andrea at amigasoft dot net | pacman | 2006-02-28 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |