summaryrefslogtreecommitdiff
path: root/src/xine-utils/xine_check.c
AgeCommit message (Expand)Author
2004-09-12including <unistd.h>, which has been removed from the global headersMichael Roitzsch
2004-07-04better error checking when testing cdrom and dvd devices, not being ableMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
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-18- fix compilation on Debian unstableBastien Nocera
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-25judging from the reaction, this check is supposed to test for SCSI devicesMichael Roitzsch
2003-10-03remove unresolved X11 symbols from xine-lib (xine-lib should always be X11-Michael Roitzsch
2003-09-16The code that checked to see that the cdrom and dvdrom drives wereStephen Torri
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
2003-08-04segfault fix by Frantisek DvorakMiguel Freitas
2003-03-24fix crash on no-mtrr x86 machinesGuenter Bartsch
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-17fixing the xine_check Xv problem (using Xv calls, but no Xv dependency is all...Michael Roitzsch
2003-02-07load Xv extension library by hand to avoid libXv linkingMichael Roitzsch
2002-11-22wrong response on non-linux platforms fixedGuenter Bartsch
2002-11-21Fix typo preventing compile on non-Linux platformsRobin KAY
2002-11-21remove unused xine param defines, add title and explanation fields to xine-checkGuenter Bartsch
2002-11-18Fixed wording in a comment.Stephen Torri
2002-11-11Fix xine_check on non-Linux platformsRobin KAY
2002-11-11Updated so that the function set_hc_result is now private to the file.Stephen Torri
2002-11-11Major thanks to Daniel for guiding me through the wonderful world ofStephen Torri
2002-11-10Clean up code for printing of strings.Stephen Torri
2002-11-10We are not borrowing code. Unnecessary comment from when I was debatig how to doStephen Torri
2002-11-10src/video_out/video_out_xv.c:Stephen Torri
2002-11-04use self-dlsym()'d "xdisplayname" instead of referencing XDisplayName...Siggi Langauf
2002-11-04Clean up code. Provde dlopen for XOpenDisplay, XDisplayName, and XvQueryExten...Stephen Torri
2002-11-04Fix a compile bug for non-intel platforms.Stephen Torri
2002-11-03Added newer interface to xine_health_checkStephen Torri
2002-11-03add config.h header #include, remove bad characters, fix some compilation issuesGuenter Bartsch
2002-11-02Thanks to Siggi, Bastien, and Robin for their help.Stephen Torri
2002-11-02Fixed support for 8 bit colour in pgx64. Changed xine_check only to include X...Robin KAY
2002-11-02Beta version of xine_health_check. Double check XV detection function.Stephen Torri
2002-10-26Fix prototype, when compiled on something != linuxJuergen Keil
2002-10-26Changed xine_health_check to take cdrom and dvd device links as argumentsStephen Torri
2002-10-22Disable the xine_check code for !linux platforms for now.Juergen Keil
2002-10-20turn healt_check into c-code ;>Guenter Bartsch
2002-10-20AUTHORS:Stephen Torri