rocky
0c44dbe2b0
Add track control info for Doze.
2005-01-01 04:17:41 +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
cc9b8fcb42
Track-related calls go here.
2004-12-31 05:48:09 +00:00
rocky
74045586bd
Start to fill in cdio_get_preemphasis, cdio_get_copy_permit, and
...
cdio_get_channels. Internals reworked a little for this.
2004-12-31 05:47:36 +00:00
rocky
c51a6ba67e
Add cd-paranoia's track flag routines: copy-permitted, pre-emphasis, channels.
...
Updates to drivers to set this properly is still needed.
2004-12-30 11:13:49 +00:00
rocky
00569141c7
Perhaps this is okay.
2004-12-27 23:50:19 +00:00
rocky
8ddfd0fa0c
Remove some semicolons at the end of lines.
2004-12-27 23:33:25 +00:00
rocky
af80e83aa7
Typo causing "make install" to fail. Problem found by Steve Schultz.
2004-12-24 10:41:01 +00:00
rocky
9b53e2ae3c
We now list the CD size on the leadout line.
2004-12-23 10:05:02 +00:00
rocky
6786658c3a
Correct bin_PROGRAMS name.
...
cd-paranoia/.deps/cd-paranoia$(EXEEXT).Po was getting created when
when it should be
cd-paranoia/.deps/cd-paranoia.Po
Problem reported by C.Y.M.
2004-12-23 09:57:33 +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
4fba1f791c
Until we put in more fine-grain control, don't make libcdio_paranoia
...
and libcdda_interface libraries if we aren't making cd-paranoia.
src/Makefile.am: correct way to disable cd-paranoia.
2004-12-22 10:04:46 +00:00
rocky
7d12a1078b
discmode output changed its Data Mode2 not Data Form1.
2004-12-22 10:02:06 +00:00
rocky
b273f5bf95
Read in configuration settings from config.h. paranoia was GNU/Linux based
...
so the #includes had been set specific to that.
2004-12-22 09:41:58 +00:00
rocky
ce38e7dea6
CDIO_DRIVE_CAP_{MCN,ISRC} are now CDIO_DRIVE_CAP_READ_{MCN,ISRC}
...
respectively. Thanks yet again to Steve Schultz.
2004-12-22 09:09:55 +00:00
rocky
f3e391b2f9
Much has been going on. Note it.
2004-12-19 02:31:27 +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
a8f67b6163
Classified one more disc mode perhaps. Variable name change and
...
probably clarification.
2004-12-17 04:57:14 +00:00
rocky
bdc5d3ff6e
Change wording of discmode2str.
2004-12-17 04:50:46 +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
5cfd029197
Towards getting an AIX driver working.
2004-12-15 01:45:15 +00:00
rocky
5f76506751
As per Tilman Linneweh FreeBSD 6 is like FreeBSD 5.
2004-12-09 01:03:29 +00:00
rocky
15e74d015c
Add better discmode detection via FULLTOC that we use on GNU/Linux.
2004-12-06 05:30:43 +00:00
rocky
f1c7afdc9d
scsi_mmc_get_discmode: As per Justin B Ruggles, SCSI, MMC-5 may require setting
...
db.field[1] = CDIO_CDROM_MSF.
2004-12-06 04:47:57 +00:00
rocky
d0ec7d55fd
Small typo.
2004-12-04 12:01:48 +00:00
rocky
ba02860069
Add Justin B. Ruggles.
2004-12-04 11:52:48 +00:00
rocky
2334c3c7cc
Move scsi mmc discmode determination to scsi-mmc.
...
Add discmode for CD-i.
2004-12-04 11:50:40 +00:00
rocky
16bc93f4e5
Add cast to remove compiler warning.
2004-12-04 11:44:16 +00:00
rocky
9e95befc7f
Justin B Ruggles <jruggle@earthlink.net> reports:
...
GNU/Linux ioctl(.., CDROM_DISC_STATUS does not return "CD DATA Form
2" for SVCD's when I know they are form 2, so we read a FULL TOC in
an attempt to make it more accurate. Most of the info was obtained
the SCSI MMC draft spec revision 10a from
http://www.t10.org/ftp/t10/drafts/mmc/mmc-r10a.pdf
Pages 56 to 62 give more details. Libcdio does not have CD-i as a
discmode, so I just have it treat CD-i as if it is CD-XA.
This doesn't work for the SVCD I tried but it is probably a step in
the right direction. And when things settle down, it should be done on
other OS drivers as well.
2004-12-04 05:49:25 +00:00
rocky
5e5914d0c3
Small typo.
2004-12-04 05:20:35 +00:00
rocky
eb712d81a9
Small update.
2004-12-01 12:33:49 +00:00
rocky
3d5c352290
Make sure we have automake version 1.6 or greater. Problem reported by
...
C.Y.M
2004-11-29 02:50:21 +00:00
rocky
9818368169
make -j4 was failing because the Makefile variable
...
libcdio_la_dependencies was not getting set. I don't know why this
happens, but I've worked around the problem by removing this variable
and adding the value of it (libcdio.la) in the places
libcdio_la_dependencies is used.
Problem reported by Goetz Waschk.
2004-11-22 11:03:28 +00:00
rocky
4e86a6f923
Add C++ binaries.
2004-11-22 03:38:06 +00:00
rocky
a97310f3d4
C++ version of iso3.c
2004-11-22 03:36:50 +00:00
rocky
9e5434790b
Add C++ programs.
2004-11-22 01:25:12 +00:00
rocky
1ca2253b95
Fix up ability to use in C++ programs.
...
Add some C++ example programs to make sure those compile.
2004-11-22 01:03:52 +00:00
rocky
e28ed9bd87
configure.ac: in 72cvs now.
...
iso9660.{c,h}: "new" is a reserved word in C++. Don't use it as a
parameter name
2004-11-21 22:32:03 +00:00
rocky
cffed6fbbe
Add cast to make this possible to compile via g++
2004-11-21 22:30:55 +00:00
rocky
1016c98cdc
Update OS section and note ISO 9660 library in the history part.
2004-11-21 11:36:13 +00:00
rocky
85871615ed
Go over. Add section on Joliet. Add iso-info sample output. Break out
...
info nodes for tracks and sectors. Some small improvements.
2004-11-21 09:59:44 +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
8700ac32b4
Make sure we initialize get_hwinfo expliscitly.
2004-11-20 12:50:26 +00:00
rocky
f0f6aa9441
Make sure get_hwinfo is initialized. Add cdio_ in front of to/from_bcd8
2004-11-20 12:41:21 +00:00
rocky
734f295960
Add cdio_ in front of to_bcd8 and from_bcd8.
2004-11-19 22:10:21 +00:00