]> git.sesse.net Git - vlc/history - src/misc/cpu.c
decoder: inline DecoderSignalWait()
[vlc] / src / misc / cpu.c
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2012-08-05 Rémi Denis-CourmontFix 3d Now! tests compilation
2012-08-05 Rémi Denis-CourmontSimplify SSE tests
2012-08-05 Rémi Denis-CourmontTypo
2012-08-04 Rémi Denis-CourmontDefine CPU capabilities for AVX, AVX2, XOP and FMA4
2012-08-04 Rémi Denis-CourmontCheck for 3D Now! at build time
2012-08-04 Rémi Denis-CourmontCheck for SSE4 at build time where possible
2012-08-04 Rémi Denis-CourmontCheck for SSSE3 at build time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE3 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE2 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMXEXT and SSE at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMX at build-time if possible
2012-08-01 Rémi Denis-CourmontCheck for AltiVec at build-time if possible (untested)
2012-08-01 Rémi Denis-CourmontCheck for ARM NEON at build-time if possible
2012-07-31 Felix Paul Kühnesrc/misc: added runtime NEON detection code for Android
2012-07-31 Felix Paul Kühnesrc/misc: added compile time detection code for NEON...
2012-07-03 Rafaël CarréRemove vlc_memcpy
2012-03-16 Rémi Denis-CourmontFix a warning on uncommon architectures (hopefully)
2012-02-13 Christophe MutricyTypo
2012-02-10 Brad SmithFix compilation due to missing headers on OpenBSD/powerpc
2012-02-03 Rémi Denis-CourmontLinux: parse /proc/cpuinfo instead of playing fork...
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-24 Rémi Denis-CourmontSet VLC_MMX and VLC_SSE where needed while testing...
2011-10-25 Rémi Denis-CourmontImprove x86 cpuid
2011-10-25 Rafaël Carréx86_64 cpuid: remove useless step (already done by...
2011-10-11 KO Myung-HunDisable check_OS_capability() on OS/2
2011-10-10 KO Myung-HunCall vlc_CPU_init() when loading a DLL on OS/2 as Win32.
2011-09-05 Rémi Denis-CourmontImprove vlc_memalign()
2011-08-29 Rafaël CarréRevert ARM part of [806505a4f]
2011-08-26 Rafaël Carrévlc_CPU_init: factorize altivec check by using asm...
2011-08-19 Rémi Denis-CourmontClean up CPU flags one-time initialization
2011-08-19 Rémi Denis-CourmontMove CPU capabilities debug to src/misc/cpu.c
2011-07-23 Felix Paul Kühnemisc/cpu: fixed compilation on Darwin (PPC)
2011-07-04 Rémi Denis-CourmontRun-time CPU detection for ARM (meaning NEON)
2011-06-29 Rémi Denis-Courmontvlc_GetCPUCount(): move to thread subsystem (cosmetic)
2011-05-10 Rémi Denis-CourmontAlias vlc_memset() to memset()
2011-05-09 Rémi Denis-CourmontRemove plugin directory per CPU capability hack
2010-12-30 Jean-Baptiste KempfSymbian: Return 1 as cpu number
2010-11-07 Laurent AimarGet process affinity mask to compute the number of...
2010-08-09 Brad SmithAdd support for detecting the number of CPUs with OpenBSD.
2010-08-08 Brad SmithAdd AltiVec detection for OpenBSD/powerpc.
2010-06-15 Francois Cartegnievlc_GetCPUCount: add Solaris detection
2010-05-09 Laurent AimarMade vlc_memalign public.
2010-05-05 Juho Vähä-Herttuacpu: fix compilation on Intel Mac OS X by including...
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
next