rocky
|
3db829442a
|
More MinGW things. Need generic routine for determining if a string is a device
|
2003-06-07 16:53:21 +00:00 |
|
rocky
|
4a83e68d52
|
Add access routine to return driver string
|
2003-06-07 01:19:46 +00:00 |
|
rocky
|
63a645196e
|
Closer to having WIN32 CD-ROM support
|
2003-05-27 02:55:58 +00:00 |
|
rocky
|
8bed6e4314
|
Add cdio_get_driver_name: routine to list name of driver selected.
|
2003-05-24 15:25:21 +00:00 |
|
rocky
|
b6b8e1d88a
|
Add routine to open check for bin file (cdio_is_binfile). Code
simplified a little.
|
2003-05-18 01:50:51 +00:00 |
|
rocky
|
29d1f1da90
|
Wasn't nulling correctly. Eject test faulty too.
|
2003-05-16 07:36:48 +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
|
1e935d3bf1
|
Add small cdda test.
cdio.c: cdio_open was opening image drivers.
|
2003-04-20 15:34:31 +00:00 |
|
rocky
|
0afa4b86dc
|
Bad linux default_device initialization.
|
2003-04-14 04:24:47 +00:00 |
|
rocky
|
58e0285383
|
Add routine cdio_is_bincue to test if file is a cue file.
cdio_open does a better job in automatically determining the type of file.
|
2003-04-12 03:38:00 +00:00 |
|
rocky
|
aa9d1b517f
|
get_default_device with NULL will get device *without* trying to open
cd. Add read_audio call.
|
2003-04-10 04:13:41 +00:00 |
|
rocky
|
e345c227ff
|
Documentation improvment: Note that get_default_device returns NULL on error.
|
2003-04-04 00:41:10 +00:00 |
|
rocky
|
d10a388ad0
|
Note that device is uninit when destroying, 'cause it is!
|
2003-04-02 14:54:52 +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 |
|