Age | Commit message (Expand) | Author |
2012-01-10 | Include xine_private.h to get xine_probe_fast_memcpy() definition | Petri Hintukainen |
2011-12-10 | Merge from 1.1. | Darren Salt |
2011-11-25 | Fixed using uninitialized variable (segfault in memcpy.c) | Petri Hintukainen |
2011-11-18 | Use POSIX timers where available for determining which memcpy method to use. | Darren Salt |
2011-03-20 | Merge from 1.1. | Darren Salt |
2010-10-30 | Try to meassure memcpy method speed by clock() when times() not available. | František Dvořák |
2010-10-23 | mingw32-w64 port: integer sizes portability | František Dvořák |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2008-01-03 | Make memcpy_method a static constant structure, and replace the name string w... | Diego 'Flameeyes' Pettenò |
2008-01-02 | The name of the memcpy method is constant. | Diego 'Flameeyes' Pettenò |
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-04-14 | Mark string arrays as arrays of constant pointers, and do the same for memcpy... | Diego 'Flameeyes' Pettenò |
2007-02-20 | const++ | Diego 'Flameeyes' Pettenò |
2006-10-16 | Fixed several warnings (but warnings due to APIs not solved). | František Dvořák |
2006-08-08 | emms not needed for sse | Miguel Freitas |
2006-02-04 | Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) | Miguel Freitas |
2005-11-28 | *BUGFIX* | František Dvořák |
2005-05-07 | *BUGFIX* | František Dvořák |
2004-12-20 | remove all local names beginning with double underscore, because C99 | Michael Roitzsch |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-08-27 | MINGW32 port. Engine library and most of plugins compiles now. | František Dvořák |
2004-06-04 | Remove GNUism. | Robin KAY |
2004-06-01 | applied patches from Daniel Mack for recognizing darwin as a host, and | Conrad Parker |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2004-04-25 | addeed ppcasm_cacheable_memcpy fix from David Woodhouse <dwmw2@infradead.org> | Manfred Tremmel |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-09-16 | Quit being trigger happy when commiting. | Stephen Torri |
2003-09-16 | Removed header that providing nothing needed to the build. | Stephen Torri |
2003-08-25 | AMD64 support patch by Adrian Schroeter | Michael Roitzsch |
2003-07-27 | - removed xine-engine/locale.c as it is unused, fix static functions in the | Bastien Nocera |
2003-04-20 | merging in win32 port | Guenter Bartsch |
2003-01-09 | memcpy tweaking by Jonathan Brown | Heiko Schaefer |
2002-12-22 | Make xine-lib compile with the SunPro compiler | Robin KAY |
2002-12-13 | avoid rdtsc with old cpus | Miguel Freitas |
2002-11-02 | Less verbosity. | Daniel Caujolle-Bert |
2002-10-26 | Removed trailing white spaces. | Stephen Torri |
2002-10-23 | final c++ -> c coding style fixes, libxine compiles now | Guenter Bartsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-06-24 | Remove last tranlated enums. Add --check in .po build, since it seems some | Daniel Caujolle-Bert |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-05-28 | PowerPC Assembly Patch by Andrew Patrikalakis <anrp@irulethe.net> | Siggi Langauf |
2001-11-20 | testing some configfile stuff... | Miguel Freitas |
2001-11-20 | playing with new configfile scheme | Miguel Freitas |
2001-11-18 | test OS support for SSE instructions | Miguel Freitas |
2001-11-18 | new configfile interface, code cleanup, xprintf is gone | Guenter Bartsch |