rocky
aa50f5e09a
Add regression-test mechanism. Right now we only have underrun testing.
...
Perhaps more later...
cd-paranoia: -x option added to specify what to test.
2005-01-15 16:05:44 +00:00
rocky
a9832ae495
Start another cd-paranoia test. This one uses image reading so it
...
doesn't require a CD-DA loaded.
2005-01-15 10:17:17 +00:00
rocky
9b6f6ef912
Need to put in libcdio libs for testparanoia.
2005-01-14 21:40:33 +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
rocky
15527b8cb1
Non-functional changes:
...
Small coding style changes: add _t to some types, p_/psz_ to some variables
Update/add doxygen comments
add missing regression test output
2005-01-12 11:34:51 +00:00
rocky
3c734f4c25
scsi_mmc.c: style differences. Need to do something about checking to
...
make sure we don't exceed the disc though.
vcd_demo.right: output has changed yet again.
2005-01-09 16:26:51 +00:00
rocky
4ce2a5fe57
Create open_input() for common input open routines.
...
Input error messages have been gone over. cd-read is a little more
like the rest.
Regression output now has NO-WARRANTY.
2005-01-09 00:10:48 +00:00
rocky
307404f50a
Regression output changed again.
2005-01-01 15:16:07 +00:00
rocky
1022ccd689
Add track flags for solaris. Regression test without vcdinfo corrected.
2004-12-31 08:27:49 +00:00
rocky
97a51c3c26
Add image driver track flag reporting. Reorganize code for image drivers
...
a little better (via image_common.c).
Update regression tests for more expanded cd-info output.
2004-12-31 07:51:43 +00:00
rocky
9b53e2ae3c
We now list the CD size on the leadout line.
2004-12-23 10:05:02 +00:00
rocky
be13044164
Regress last regression test output change.
2004-12-22 10:23:26 +00:00
rocky
9f3eeda741
Add derived paranoia regession test.
2004-12-22 10:17:55 +00:00
rocky
7d12a1078b
discmode output changed its Data Mode2 not Data Form1.
2004-12-22 10:02:06 +00:00
rocky
0c35a965fc
More integration/cleanup. Now uses cdio bytesex.h's BE/LE routines.
...
copystring -> strdup.
Some int's changed to track_t. But I need to be careful *not* to change
cdda_interface.h.
2004-12-19 01:43:38 +00:00
rocky
81d0304b7e
test/*, configure.ac:
...
First paranoia regression test. It's run automatically as it assumes
that you have a *flawless* CD-DA in a drive.
*.{c,h}: more integration toward libcdio routines. In particular remove
swap16 and swap32.
2004-12-19 00:02:09 +00:00
rocky
8b111096d3
cd-info now shows size of CD.
...
iso-info takes options -l and -f to be a little more like isoinfo
configure.ac now allows for disabling cd-paranoia, iso-read,
iso-drive, cd-drive.
Regression tests adjusted to new output and more drive reading capabilities.
2004-12-18 21:24:25 +00:00
rocky
6c14d28918
BIG REORGANIZATION.
...
Reorganize directory structure for inclusion of cd-paranoia. Works for
GNU/Linux. Other OS's may be broken. Regression test output needs to
be adjusted too.
Move:
lib/driver (split off of lib)
lib/iso9660 (split off of lib)
Add from paranoia:
lib/cdda_interface
lib/paranoia
src/paranoia
Also made some small changes to capability indentification to show
more reading capabilties and show that.
cd-info now shows the total disc size.
2004-12-18 17:29:32 +00:00
rocky
e99e2d46cc
cd-info output changed.
...
Stupid me: I keep getting mode/form confusted. Discs are Mode 1, 2, CDDA
or mixed. (Not form 1 and 2).
2004-12-17 04:49:33 +00:00
rocky
0c465c6a98
Solaris creates core files not, core.$pid. Change to make "make
...
distcheck" work.
2004-11-21 04:02:09 +00:00
rocky
854313a20b
Remove erroneous free()'s. This now give a valgrind error that looks
...
to me bogus.
2004-11-06 17:24:04 +00:00
rocky
f4a22b5fe6
src/util.c: remove extra white space
...
test/cdda.right: adjust for recently found bug.
2004-11-06 03:17:31 +00:00
rocky
ab9c002b0b
Add joliet regression test files.
2004-10-28 11:14:50 +00:00
rocky
6869e97bb2
configure.ac: Add --disable-joliet and disable joliet if iconv is not around
...
iso9660_fs.c: Setting string length on of UCBE wrong?
test/*: add joliet regression test.
2004-10-28 11:13:40 +00:00
rocky
589fba32d9
Solaris fixes
...
test/vcd_demo.right: fix when vcd-info is not installed.
2004-10-26 08:32:28 +00:00
rocky
8b895d0ba1
Joliet filename detection for CD images is now done.
...
Various valgrind-caught errors fixed
Output changed: we no longer print root block number.
(It is still shown when XA attributes are printed.)
2004-10-26 01:21:05 +00:00
rocky
4257f24aaa
Add libiconv libraries where needed.
2004-10-24 12:26:28 +00:00
rocky
a492bb4ab6
First cut at Joliet support for ISO 9660 images. More work is needed
...
to integrate this into CD reading.
2004-10-23 20:55:08 +00:00
rocky
82e74387c6
cdtext.h: minor doxygen improvemtn
...
others: make "make distcheck" work again.
2004-09-05 13:03:46 +00:00
rocky
40332db672
Add get_hwinfo functions in image drivers.
2004-09-04 00:06:50 +00:00
rocky
da7098b2af
More correct output and add additional capability lines
2004-08-10 03:10:04 +00:00
rocky
89d9cc10ef
Output had been erroneously showing CD-RW write capability.
...
We also now show DVD-RW and DVD+RW capabilities.
2004-08-06 01:07:00 +00:00
rocky
0d8a3e2a82
Tighten code by putting more generic routines in cdio_generic:
...
to get first track number and number of tracks
to get discmode
everybody now has gen.i_tracks and gen.i_first_track.
test/* format of output changed yet again.
2004-07-29 02:16:20 +00:00
rocky
2b67971152
Compilation fixes. Added get_discmode.
2004-07-27 01:36:37 +00:00
rocky
fd5e6d1243
Reduce overall number of CD disc modes. I thing the main purpose
...
that will be used is to separate CD Audio from CD Data, XA and DVD's.
On GNU/Linux it seems that the implementation is a bit artificial.
2004-07-25 18:37:09 +00:00
rocky
7e31efeba4
Not sure if we can have a MCN on a CD-DATA filesystem, but I know we
...
can have one on a CD-DA. So remove it from the ISO and add it to the
CD-DA. Also isofs-m1 is now reports that it is a CD-DATA CD since
that's what it is.
2004-07-25 09:57:04 +00:00
rocky
b4cea7fd9e
Add get_disc_mode to image readers.
...
Add it in cd-info display.
Update regression tests.
I'm not sure disc_mode is all that helpful or correct.
2004-07-24 14:23:37 +00:00
rocky
4032022898
Output has changed again. "eject" seems to be more commonly used than
...
"open tray."
2004-07-18 05:10:45 +00:00
rocky
212b701ef6
MMC mode page capabilities gone over. Some more were added.
2004-07-18 03:35:07 +00:00
rocky
e84c6316b0
Expand getting drive capabilities. We now have 3 masks where we had
...
only one before.
2004-07-17 22:16:46 +00:00
rocky
0c36493f8d
Expand get_cdtext to include a track number. 0 = disc info.
2004-07-17 02:18:26 +00:00
rocky
ca69284de2
Add cdtext display to cd-info and adjust regression tests accordingly.
...
cd-read.c: don't try to print null strings.
2004-07-16 21:29:24 +00:00
rocky
de43320ad1
Bad catalog cue test 1.
2004-07-12 03:59:59 +00:00
rocky
442506783b
Bad MSF cue test 3.
2004-07-12 03:58:55 +00:00
rocky
f1b39241d5
MSF cue test 1
2004-07-12 03:57:28 +00:00
rocky
0d3c10c775
Redo CD-TEXT handling. First minimally working version for CD bin/cue
...
and cdrdao images.
2004-07-11 14:25:07 +00:00