Commit Graph

14 Commits

Author SHA1 Message Date
rocky
c7703d2fd1 Small comment change. 2003-07-27 22:52:22 +00:00
rocky
67051b0f71 Make GNU/Linux smarter about finding a default device -- code sort of from SDL.
Better error checking all around.
2003-06-12 04:46:27 +00:00
rocky
8b22196efe Bug in eject: need to close internal file descriptor before ejecting.
eject interface now nulls cdio pointer after a sucessful eject.
2003-05-16 07:18:27 +00:00
rocky
adfb8564c9 tests -> test
All public includes are included via #include <cdio/....h> rather than
#include "....h"

(removed -I $top_srcdir/include/cdio)
2003-04-22 12:09:08 +00:00
rocky
cf68b0ffc7 Remove compile warning on non-GNU/Linux servers. 2003-04-15 05:19:00 +00:00
rocky
4a67211833 Add ability to read audio (CD-DA) sector. 2003-04-10 04:11:45 +00:00
rocky
66575b8b85 Small name changes. 2003-04-08 21:12:45 +00:00
rocky
1844e64bfb More #define reductions/fixes. 2003-04-06 18:12:37 +00:00
rocky
797d0c3c98 Change sector.h constants, yet again. This time for Herbert Valiero Riedel. 2003-04-06 17:57:20 +00:00
rocky
fe31b5baa6 Use new sector.h constants. More changes will no doubt follow. 2003-04-06 06:45:13 +00:00
rocky
62d12714b1 More common routiens and structures moved to cdio_generic.c or
cdio_private.h respectively.
2003-03-30 13:01:22 +00:00
rocky
f488280282 Add simple (non-mode2) read/seek.
_cdio_generic.c: place to save common driver routines
add cdio_get_track_sec_count.
2003-03-29 17:32:00 +00:00
rocky
d8566f16a9 _cdio_linux.c: eject routines does it's own open and close.
cdio.h, Makefile.am, cdio.c: Add FreeBSD routine (not complete yet).
2003-03-24 23:59:22 +00:00
rocky
d4d82912da Initial revision 2003-03-24 19:01:09 +00:00