]> git.sesse.net Git - vlc/history - src/misc/cpu.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / misc / cpu.c
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.