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
/
utils.c
Age
Commit message (
Expand
)
Author
2004-10-30
better check for posix timers
Miguel Freitas
2004-10-29
use monotonic clock when available
Miguel Freitas
2004-09-26
- almost finalize headers refactoring needed for MSVC frontends (and for other
František Dvořák
2004-09-20
Build system improvements:
František Dvořák
2004-09-12
including <unistd.h>, which has been removed from the global headers
Michael Roitzsch
2004-09-02
Warnings on WIN32.
František Dvořák
2004-09-01
Improvements and implementing Michael's suggestions:
František Dvořák
2004-08-27
MINGW32 port. Engine library and most of plugins compiles now.
František Dvořák
2004-07-25
protect buffer
Michael Roitzsch
2004-07-14
- Use Windows encoding for the external subtitles, guessed according to curr...
František Dvořák
2004-05-09
Valid error description for gethostbyname. Obsolete function hstrerror() has ...
František Dvořák
2004-04-06
Prepare for MinGW port:
František Dvořák
2004-03-29
fix prototype
Michael Roitzsch
2004-03-27
"+y"+p code from xine-ui for guessing locale codeset (default encoding for OSD).
František Dvořák
2003-12-09
update copyright year (and we have to do it again in 3 weeks... ;-) )
Daniel Caujolle-Bert
2003-12-07
get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...
Daniel Caujolle-Bert
2003-12-06
fix mem overlap reported by valgrind
Miguel Freitas
2003-12-04
some const correctness
James Stembridge
2003-11-04
Final patches for compiling xine under MSVC:
František Dvořák
2003-09-16
Removed 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 the
Bastien Nocera
2003-07-16
don't try to print del either
James Stembridge
2003-07-16
1) signed data needs casting to unsigned
James Stembridge
2003-07-16
more cleanup; remove unused variables; use lprintf
Marco Zuehlke
2003-04-20
merging in win32 port
Guenter Bartsch
2003-03-03
implementing the backtrace function in the header results in the code being i...
Michael Roitzsch
2003-01-12
i got the case that getpwuid_r returns 0 _and_ NULL in pw
Stefan Holst
2002-11-22
Developers can now run "make" in their work area (e.g. src/libffmpeg) and it
Stephen Torri
2002-07-30
memory leaks fixed by Andres Salomon <dilinger@voxel.net>
Michael Roitzsch
2002-06-23
Use much faster calloc instead of malloc/memset (reduces startup time)
Ewald Snel
2002-05-14
fix segfault after getpwuid_r as suggested by Gianluca Amato
Miguel Freitas
2002-05-14
fix suggested by Ian Goldberg
Miguel Freitas
2002-03-24
scr unregister patch from Michael Roitzsch, buffer mem release fix, xmalloc_a...
Guenter Bartsch
2001-11-30
Valid mrls are no more static (except few ones), like file suffix too.
Daniel Caujolle-Bert
2001-11-17
fixing memory leaks
Miguel Freitas
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