Age | Commit message (Expand) | Author |
2012-03-29 | Detect CPU/OS support for SSE3, SSSE3, SSE4, SSE42 and AVX | Petri Hintukainen |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-03-03 | Merge from 1.1. | Darren Salt |
2009-02-17 | Allow cpuid code to compile on OpenBSD/i386. | Brad Smith |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-06-09 | signal.h and setjmp.h are needed on PPC and SPARC too. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Use __i386__ and __x86_64__ instead of ARCH_X86 and ARCH_X86_64; the ARCH_* d... | Diego 'Flameeyes' Pettenò |
2007-06-09 | If SSE, SSE2 and MMX are enabled at build-time, enable them and skip over the... | Diego 'Flameeyes' Pettenò |
2007-06-09 | If 3dNOW is enabled at build-time, mark it as present on x86-64; it's not alw... | Diego 'Flameeyes' Pettenò |
2007-06-09 | Include dlfcn.h only when dlopen() is needed. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Define sigill_return and sigill_handler only on x86, as there is where they o... | Diego 'Flameeyes' Pettenò |
2006-05-22 | Don't hardcode cache line size for PPC. (Andreas Schwab) | Matthias Hopf |
2006-02-04 | Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) | Miguel Freitas |
2005-07-29 | Fix PIC define | James Stembridge |
2004-07-05 | setjmp/longjmp support for Darwin/PPC | Daniel Mack |
2004-06-25 | beautify last commit | Michael Roitzsch |
2004-06-25 | have CVS compile again | Michael Roitzsch |
2004-06-25 | Move IA32 specific code out of the generic code into the ISA-specific arch_ac... | Robin KAY |
2004-04-28 | Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these routin... | Robin KAY |
2004-04-25 | addeed ppcasm_cacheable_memcpy fix from David Woodhouse <dwmw2@infradead.org> | Manfred Tremmel |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-10-20 | Allow lazy loading of Sun mediaLib. Update ChangeLog. | Robin KAY |
2003-09-16 | Removed headers that were providing nothing needed to the build. | Stephen Torri |
2003-08-25 | AMD64 support patch by Adrian Schroeter | Michael Roitzsch |
2003-07-25 | export XINE_NO_ACCEL can be used to disable MMX/SSE code. | Miguel Freitas |
2003-04-20 | merging in win32 port | Guenter Bartsch |
2003-03-11 | Disable some debug output on x86, when the OS doesn't support SSE. | Juergen Keil |
2002-10-23 | Help compiling in ansi. | James Courtier-Dutton |
2002-10-22 | trying to reduce the number of SIGILL signals on Solaris x86 (no SSE support) | Juergen Keil |
2001-12-08 | improved altivec detection by Bill Fink <billfink@mindspring.com> | Guenter Bartsch |
2001-12-05 | altivec support by Jeffrey W. Baker <jwbaker@acm.org> | Guenter Bartsch |
2001-11-20 | bugfix | Miguel Freitas |
2001-11-18 | test OS support for SSE instructions | Miguel Freitas |
2001-11-18 | update to latest mpeg2dec x86_accel sources, hopefully this solves conftest s... | Guenter Bartsch |
2001-11-17 | Add 'xine_' prefix to all of xine-utils functions (what about cpu | Daniel Caujolle-Bert |
2001-10-22 | introducing libxineutils and a this pointer for video_out_x11 callbacks | Guenter Bartsch |