index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-utils
/
memcpy.c
Age
Commit message (
Expand
)
Author
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
2001-11-18
sorry, last update already contained some of the new config code
Guenter Bartsch
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-11-14
catch sigill in memcpy probing
Guenter Bartsch
2001-11-07
make sure a valid memcopy for the machine is used even if .xinerc tells somet...
Guenter Bartsch
2001-11-01
don't check for speed of sse-memcpy on freebsd
Heiko Schaefer
2001-10-30
fixing memcpy probing for some systems
Matthias Dahl
2001-10-22
remove prefetchnta from mmx1 code
Miguel Freitas
2001-10-22
introducing libxineutils and a this pointer for video_out_x11 callbacks
Guenter Bartsch