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