Commit Graph

95 Commits

Author SHA1 Message Date
rocky
f1a3c2f51c Add set_speed for OSX. 2005-01-18 02:18:49 +00:00
rocky
8c8c08aa67 We don't need driver_id, so simplify this code a little bit. 2005-01-17 16:29:14 +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
f6f38f0359 *** empty log message *** 2005-01-12 04:37:15 +00:00
rocky
446c4adc4c Add an example of using paranoia with libcdio. 2005-01-12 04:36:57 +00:00
rocky
1df3d730f2 Revise for current conventions. 2005-01-04 04:40:22 +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
cffed6fbbe Add cast to make this possible to compile via g++ 2004-11-21 22:30:55 +00:00
rocky
91efd3dba0 Small typo. 2004-11-13 20:38:41 +00:00
rocky
465e0373ee configure.ac, lib/*, example/*.c, src/iso-read.c:
start to separate compiler/OS deficiencies into "portable.h"

configure.ac, lib/iso9660_fs.c:
  use AM_LANGINFO_CODESET rather than code in our ouwn langinfo.h and
  CODESET tests.
2004-10-31 13:58:44 +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
55de6dfdeb First attempt to extent Joliet to CD reading portion. 2004-10-24 23:42:39 +00:00
rocky
4257f24aaa Add libiconv libraries where needed. 2004-10-24 12:26:28 +00:00
rocky
23235f4042 Rename many of the "sample" programs to something more descriptive.
libcdio.texi: add a SCSI-MMC example program.
2004-10-10 00:21:08 +00:00
rocky
0dd6c21281 Make ds.h public. It should have been that way since it *is* public.
Eventually though we'll redo things using glib and then ds.h will get
removed.
2004-10-09 03:20:28 +00:00
rocky
19991ded7b add psz_ to hwinfo type.
_cdio_linux.c: go back to using SCSI MMC drive cap routine.
2004-08-27 11:53:38 +00:00
rocky
c495bfdfa7 Add p_ where appropriate. 2004-08-27 11:36:45 +00:00
rocky
56c60c8ce1 add p_ where appropriate. 2004-08-27 11:34:44 +00:00
rocky
ae8bb2f892 cd_drives -> ppsz_cd_drives 2004-08-27 11:32:12 +00:00
rocky
7609605f3f *** empty log message *** 2004-08-27 11:28:03 +00:00
rocky
6725196b0f lib/*.c: create and use get_cdtext_generic.
lib/generic.h: prototypes for _cdio_generic.c (move out of _cdio_private.h)

example/sample10.c, src/util.c: small print format improvement
2004-08-10 11:58:14 +00:00
rocky
f744916699 We now have 10 samples so it's sample?? as well as sample? 2004-08-10 03:44:31 +00:00
rocky
993ec7356f Add a couple of "features".
freebsd_ioctl.c: hopefully less-erroneous MCN extraction.
2004-08-10 02:29:46 +00:00
rocky
322487ca91 Print hardware serial number if given by feature. 2004-08-08 03:11:11 +00:00
rocky
e79de51b44 cdio->p_cdio 2004-08-07 10:50:03 +00:00
rocky
a95d7bf830 *** empty log message *** 2004-08-07 10:40:29 +00:00
rocky
c10819c3e6 FreeBSD and gcc < 3.0 fixes
Some variable name changes to match style.
2004-08-07 09:42:34 +00:00
rocky
5f3ed4ee3a Add power management feature display. 2004-08-07 03:37:46 +00:00
rocky
1d727d1adb Add more feature descriptions. 2004-08-07 03:24:45 +00:00
rocky
18411a8764 util.*, cd-drive: Add feature listing to cd-drives.
sample10.c: More feature information printed

scsi_mmc.h: more doxygen comments about features.
2004-08-07 01:48:36 +00:00
rocky
fce143cf76 Update. 2004-08-06 22:07:09 +00:00
rocky
a2af9a1751 SCSI MMC example to show feature list of a drive. 2004-08-06 22:05:16 +00:00
rocky
3af90f3d7b message->psz_msg 2004-07-29 05:32:55 +00:00
rocky
fbe0efc195 sample9: A program to show issuing a SCSI-MMC command.
sample8: cdio->p_cdio; update copyright
2004-07-29 05:26:46 +00:00
rocky
e606f025a0 Add discmode to string array. Simplifies some code a bit. 2004-07-28 22:03:35 +00:00
rocky
9f6a77d296 Enumeration has changed. 2004-07-25 20:59:29 +00:00
rocky
f7348fbddc Changes to facilitate DVD detection. 2004-07-25 03:17:47 +00:00
rocky
2a29e4c84a sample8 program shows CD-TEXT and Disc mode info. 2004-07-24 06:11:30 +00:00
rocky
701885301f Correct for get_disctype to get_discmode change. 2004-07-21 11:01:23 +00:00
rocky
02872bfb2f Add get_discmode to return what kind of CD or DVD we've got. This is
no where near finished. In fact I just started it on GNU/Linux.

CD-TEXT on GNU/Linux: turn "warning" into "info". Reduce the chance of
error (although we still don't get the CD-TEXT.)
2004-07-21 10:19:20 +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
36a944cc28 MSWindows lint. 2004-07-13 12:28:18 +00:00
rocky
5eb83082eb Add CD-TEXT to MS-Windows ASPI driver. (The first real CD driver!)
In the process we've had to remove "const" from get_aspi.
2004-07-13 03:45:15 +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
rocky
ed6f60868d Start to merge in cue parsing from cuetools. Also moves forward CDTEXT
from a different direction.
2004-07-09 01:05:31 +00:00