summaryrefslogtreecommitdiff
path: root/src/xine-utils/utils.c
AgeCommit message (Expand)Author
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-06fix mem overlap reported by valgrindMiguel Freitas
2003-12-04some const correctnessJames Stembridge
2003-11-04Final patches for compiling xine under MSVC:František Dvořák
2003-09-16Removed headers that provided nothing needed to the build.Stephen Torri
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
2003-07-16don't try to print del eitherJames Stembridge
2003-07-161) signed data needs casting to unsignedJames Stembridge
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-04-20merging in win32 portGuenter Bartsch
2003-03-03implementing the backtrace function in the header results in the code being i...Michael Roitzsch
2003-01-12i got the case that getpwuid_r returns 0 _and_ NULL in pwStefan Holst
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
2002-07-30memory leaks fixed by Andres Salomon <dilinger@voxel.net>Michael Roitzsch
2002-06-23Use much faster calloc instead of malloc/memset (reduces startup time)Ewald Snel
2002-05-14fix segfault after getpwuid_r as suggested by Gianluca AmatoMiguel Freitas
2002-05-14fix suggested by Ian GoldbergMiguel Freitas
2002-03-24scr unregister patch from Michael Roitzsch, buffer mem release fix, xmalloc_a...Guenter Bartsch
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-17fixing memory leaksMiguel Freitas
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch