]> git.sesse.net Git - vlc/history - include/vlc_cpu.h
qt4: fix COM leak and handle errors
[vlc] / include / vlc_cpu.h
2013-02-27 Rémi Denis-CourmontEnable FPU on 64-bits ARM
2013-01-07 Brad SmithFix building with Clang/LLVM
2012-12-27 Konstantin PavlovMIPS: enable HAVE_FPU on hard-float builds.
2012-10-13 Rémi Denis-CourmontVLC_CPU_*: use hexadecimal
2012-08-04 Rémi Denis-CourmontAdd ARMv6 CPU capability
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-08-01 Rémi Denis-Courmontcpu: do not define capabilities on platforms that do...
2012-07-03 Rafaël CarréRemove vlc_memcpy
2012-01-26 Rémi Denis-CourmontARM: detect VFP floating point unit
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-24 Rémi Denis-CourmontDefine VLC_MMX and VLC_SSE function attribute macros
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-07 Rémi Denis-CourmontReplace VLC_EXPORT macro with a simple prefix, VLC_API
2010-10-27 Pierre d'Herbemontvlc_cpu: Fix a typo about ppc64.
2010-05-03 Laurent AimarAdded vlc_GetCPUCount() to retreive the number of avail...
2009-11-24 Laurent AimarSplitted SSE4 into SSE4.1, SSE4.2 and SSE4A.
2009-10-19 Rémi Denis-CourmontHAVE_FPU: make constant
2009-09-22 Laurent AimarAlways defined CPU_CAPABILITY_*
2009-09-22 Rémi Denis-Courmontvlc_cpu.h: dedicated header for CPU features
2006-11-26 Clément StenacA bit of headers cleanup
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2004-01-25 Clément Stenac* Strings review in include/
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-10-03 Sam Hocevar * ./src/libvlc.c, ./include/main.h: the root of all...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
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.