]> git.sesse.net Git - vlc/history - src/misc/cpu.c
"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
[vlc] / src / misc / cpu.c
2010-05-05 Pierre Ynard"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
2010-05-05 Pierre d'Herbemontcpu: fix a typo and cpu detection on Mac OS.
2010-05-04 Pierre d'Herbemontcpu: Implement vlc_GetCPUCount() on Mac OS X.
2010-05-04 Pierre YnardWinCE: fix vlc_GetCPUCount()
2010-05-03 Laurent AimarAdded vlc_GetCPUCount() to retreive the number of avail...
2010-01-17 Jean-Baptiste KempfCPU: win32 simplification
2010-01-17 Rafaël CarréReplace a not space blank character
2010-01-17 Geoffroy CouprieRevert "Win32: use IsProcessorFeaturePresent() to detec...
2010-01-16 Geoffroy CouprieWin32: use IsProcessorFeaturePresent() to detect availa...
2010-01-12 Rémi Denis-CourmontWin32: assume the OS support what the processor supports
2010-01-12 Rémi Denis-CourmontPowerPC: reset SIGILL to default handler too
2010-01-12 Rémi Denis-CourmontWin32: compile fix
2010-01-12 Rémi Denis-CourmontCPU: force the SIGILL handler back to default after...
2010-01-11 Rémi Denis-Courmontthreads: remove legacy #includes
2010-01-10 Rémi Denis-CourmontCheck plugins directory names for unsupported capability
2009-12-29 Martin T. Sandsmarkuse _exit() instead of exit() when checking CPU capabil...
2009-11-24 Laurent AimarAdded SSSE3/SSE4.1/SSE4.2 support to libvlc.
2009-11-24 Laurent AimarFixed check_capability compilation (TSQ).
2009-11-24 Laurent AimarUsed the proper define in SSE2 detection code.
2009-11-24 Laurent AimarFactorized x86 features detection code.
2009-10-19 Rémi Denis-CourmontHAVE_FPU: make constant
2009-09-22 Jean-Baptiste KempfSSE3 detection (runtime)
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-20 Rémi Denis-CourmontRemove unused 486 and 586 capabilities
2009-09-20 Rémi Denis-CourmontAssume compiler-enabled CPU features are present
2009-09-19 Christophe MutricyFix compilation on Linux PPC
2009-09-05 Rémi Denis-CourmontAdd a CPU capability for ARM NEON
2009-09-05 Rémi Denis-CourmontARM: pretend not lack the FPU even if we have one
2009-08-21 Rémi Denis-CourmontUnused #include
2009-08-21 Rémi Denis-CourmontCPU: get rid of signal(SIGILL) - not thread-safe (in...
2009-08-21 Rémi Denis-CourmontCPU: fprintf is not safe inside a signal handler...
2009-08-16 Rémi Denis-CourmontFactor again
2009-08-16 Rémi Denis-CourmontCompile-time detection for FPU on ARM EABI
2009-08-16 Rémi Denis-CourmontFactor CPU detection a little
2009-04-10 Rémi Denis-CourmontRemove useless check for (C89) <signal.h>
2008-08-13 Jean-Baptiste KempfFix a warning on unused variable.
2008-08-12 Pierre d'Herbemontcpu: Don't warn if we don't support altivec.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-26 Rémi Denis-CourmontNo need for SYS_LINUX
2008-05-08 Rémi Denis-CourmontFix warning
2008-05-03 Rémi Denis-CourmontProcess-wide memcpy/memset accelarations
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-19 Rémi Denis-CourmontFix warning
2007-06-08 Rémi Denis-CourmontFix compiler warnings
2007-05-19 Christophe MutricyFix compilation.
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2006-11-26 Clément StenacA bit of headers cleanup
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-26 Sam Hocevar * src/misc/cpu.c: do not assume SYS_DARWIN means...
2006-01-12 Antoine CellerierFSF address change.
2005-10-01 Sam Hocevar * src/misc/cpu.c: oops.
2005-10-01 Sam Hocevar * src/misc/cpu.c: no need to push/pop %rbx before...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-06 Christophe Massiot * src/misc/cpu.c: Fixed the use of cpuid() on amd64...
2005-04-15 Christophe Massiot * ALL: x86-64 fixes.
2005-01-05 Gildas Bazin* src/misc/modules.c,cpu.c, modules/access/file.c:...
2004-08-16 Eric Petit ALL: BeOS fixes
2004-07-30 Sam Hocevar * src/video_output/video_output.c:
2004-05-20 Eric Petit misc/cpu.c: another BeOS compile fix
2004-02-01 Sigmund Augdal Helbergsrc/misc/cpu.c:
2004-01-20 Derk-Jan Hartman* src/misc/cpu.c: New altivec detection for Darwin...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-05-22 Gildas Bazin* INSTALL.win32: added a small note about running vlc...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-10-03 Sam Hocevar * ./src/libvlc.c, ./include/main.h: the root of all...
2002-08-19 Sam Hocevar * ./src/misc/cpu.c: we use void(*)(int) instead of...
2002-08-19 Sam Hocevar * ./src/misc/cpu.c: libvlc now plays nice with SIGILL...
2002-06-07 Sam Hocevar * ./src/playlist/playlist.c: lots of playlist behavio...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.