summaryrefslogtreecommitdiff
path: root/src/xine-utils
AgeCommit message (Expand)Author
2004-12-20reverse the order plugins with equal priorities are handled so that pluginsMichael Roitzsch
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-12-12Check absolute path in $ac_aux_dir (just reflected from gxine).František Dvořák
2004-10-30better check for posix timersMiguel Freitas
2004-10-29use monotonic clock when availableMiguel Freitas
2004-09-28Turn #if condition in ppcasm_string.S to an AM_CONDITIONAL: fixes compilationAndre Pang
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-09-20Build system improvements:František Dvořák
2004-09-14Moved building xmlparser.c back to xine-utils Makefile from xine-engine MakefileStephen Torri
2004-09-12including <unistd.h>, which has been removed from the global headersMichael Roitzsch
2004-09-06Updates:František Dvořák
2004-09-02Warnings on WIN32.František Dvořák
2004-09-01Improvements and implementing Michael's suggestions:František Dvořák
2004-08-30Fix the way the library path is supplied when testing for libdga. Disable com...Robin KAY
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-07-25protect bufferMichael Roitzsch
2004-07-14 - Use Windows encoding for the external subtitles, guessed according to curr...František Dvořák
2004-07-05setjmp/longjmp support for Darwin/PPCDaniel Mack
2004-07-04better error checking when testing cdrom and dvd devices, not being ableMichael Roitzsch
2004-06-25beautify last commitMichael Roitzsch
2004-06-25have CVS compile againMichael Roitzsch
2004-06-25Move IA32 specific code out of the generic code into the ISA-specific arch_ac...Robin KAY
2004-06-14fix comment (this is enclosed in #ifdef DEBUG)Michael Roitzsch
2004-06-04Remove GNUism.Robin KAY
2004-06-01applied patches from Daniel Mack for recognizing darwin as a host, andConrad Parker
2004-05-31'/' is not allowed in identifierThibaut Mattern
2004-05-09Valid error description for gethostbyname. Obsolete function hstrerror() has ...František Dvořák
2004-04-28Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these routin...Robin KAY
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
2004-04-16- flush the events queue before returning from an open() so that the front-endsBastien Nocera
2004-04-06Prepare for MinGW port:František Dvořák
2004-03-29fix prototypeMichael Roitzsch
2004-03-27"+y"+p code from xine-ui for guessing locale codeset (default encoding for OSD).František Dvořák
2004-03-18The string passed to putenv must not be freed during the lifetime of that ent...Robin KAY
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-03-03arrays of variable size are not understood by all compilersMichael Roitzsch
2004-01-07frame copying functionsJames Stembridge
2003-12-29getting rid of some MSVC specific partsMichael Roitzsch
2003-12-26Win32 mega update:František Dvořák
2003-12-24Ooops, not even an editor with brace highlighting can compensate my faultsMichael Roitzsch
2003-12-24the access() check is wrong, since R_OK & W_OK & X_OK is always 0, so weMichael Roitzsch
2003-12-21if gcc knows that xine_xmalloc() behaves like malloc(), some moreMichael Roitzsch
2003-12-18- fix compilation on Debian unstableBastien Nocera
2003-12-13Update win32 MSVC build:František Dvořák
2003-12-13no need to mallocing (and never freeing) for putenv() calls.Daniel Caujolle-Bert
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-08use __XINE_FUNCTION__Daniel Caujolle-Bert
2003-12-08_x_assert: printout format like assert(), _x_abort: print file/line/func befo...Daniel Caujolle-Bert