rocky
3861e929ef
Fix bug in is_device when driver_id = DRIVER_UNKNOWN or DRIVER_DEVICE
2006-02-01 00:45:45 +00:00
rocky
2afad8d866
Move lower-level cdrom_drive_t from paranoia.h into cdda.h
...
This may cause some incompatibilty in applications that did
#include <cdio/cdda.h> without #include <cdio/paranoia.h>
As of now it's okay to just #include <cdio/paranoia.h> or include both,
but #includ'ing only <cdio/cdda.h> will be a problem.
2005-09-21 01:41:31 +00:00
rocky
ea6f2ba77c
testparanoia.c: free() moved inside library where it belongs.
...
others: trivial changes.
2005-04-11 01:03:46 +00:00
rocky
266cb9a65d
libcdio_cdda.pc.in: had wrong cdda_interface library
...
Rename paranoia routines to cdio-specific names so both libraries can
coexist. And I think it makes debugging a little easier if not
clearer.
2005-01-25 11:04:45 +00:00
rocky
410a6a70e8
Remove access of uninitialized memory.
2005-01-23 05:54:25 +00:00
rocky
4fabb2857e
Remove some valgrind-caught memory leaks or use of uninitialized regions.
2005-01-23 05:31:03 +00:00
rocky
32b177638e
gcc < 3.0 compilation fix.
2005-01-18 03:27:58 +00:00
rocky
15483ee573
win32.c: was not indicating a failure when reading the TOC failed.
...
testparanoia.c: better check that there are drives.
device.c: I think better checking on drive capability. At least we now
check for the TOC failure case and not add a drive there.
2005-01-14 19:25:45 +00:00
rocky
78c0817acb
Use a more statistical approach to determining if cd-paranoia worked.
...
We still are really testing the error correction part which may be the
most interesting (and useful).
2005-01-14 04:26:20 +00:00
rocky
deaa91326f
Looked at WAV spec format. Probably (but I'm not certain) the thing
...
that was wrong was the test program which needs to byte swap. What
confuses me now is how the media players sort this out.
2005-01-14 04:09:30 +00:00
rocky
eafb323da4
Spelling mistake.
2005-01-14 02:13:36 +00:00
rocky
ec58bc385f
Start of a paranoia regression test program.
2005-01-13 03:58:47 +00:00