rocky
8296df8b3d
Add generic mode_sense(), add cdio_have_atapi() and use these.
...
API number bumped
Add bool_3way_t (yes, nope, dunno)
2005-02-10 01:59:05 +00:00
rocky
43e8856bfa
Turn a number of the info messages into debug messages.
2005-02-09 09:55:38 +00:00
rocky
3755da8d0c
Add mode_sense6() and mode_sense10() MMC commands. Use them to
...
hopefully clean up code a little. Remove some unused MMC "private"
commands.
iso4 -> isofuzzy
2005-02-09 02:50:46 +00:00
rocky
644ad9ceb7
Add "Rigid Restricted Overwrite" string.
2005-02-09 01:24:17 +00:00
rocky
a1c206fe3b
Add enum for feature profiles. Add feature to string conversion routines.
2005-02-08 04:14:28 +00:00
rocky
7bb03d5c93
Break out DVD detection. More verbose comments about the issues here.
2005-02-07 04:16:19 +00:00
rocky
2860cea4cb
lib/drivermmc.{c,h}: Add mmc_have_interface() to see if we've got SCSI
...
or ATAPI or whatever.
cdda_interface: Use mmc_have_inteface() we don't have anything for
this except in GNU/Linux. May reduce the unnecessary data_bigendianp()
calls which cause lots of disc reading.
Turn #defines for MMC Profiles into enumeration.
Add enumeration for "core" interface types
#include <cdio/scsi_mmc.h> -> #include <cdio/mmc.h>
2005-02-07 03:36:01 +00:00
rocky
3344d5642f
Windows fixes. Read TOC via MMC only when media is not DVD.
2005-02-06 17:36:17 +00:00
rocky
6618a05537
Various portability fixes mosty for MSVC which doesn't have drand and
...
doesn't allow dynamic local arrays.
v_fragment -> v_fragment_t
libcdio.sym: more external symbols defined
/lib/_cdio_linux.c: harmless type mismatch
example/sample2.c -> example/device.c
2005-02-06 15:09:10 +00:00
rocky
315a31a5ee
scsi_mmc -> mmc name change.
2005-02-06 13:10:37 +00:00
rocky
ae0356f74e
FreeBSD fixes.
2005-02-06 13:05:42 +00:00
rocky
e2bfdf7659
OSX fixes.
2005-02-06 11:46:12 +00:00
rocky
0af0e995e2
BSDI fixes for get_media_changed. Fix mostly harmless type mismatch from
...
before media_changed work.
2005-02-06 11:39:32 +00:00
rocky
12186bc043
iso9660_fs.c: wrong order of initialization.
...
correct types on get_media_changed_mmc
Solaris fixes.
2005-02-06 11:32:22 +00:00
rocky
71a71d7f56
Start to implement ability to a detect media change.
...
scsi_mmc -> mmc. Warning: some breakage may occur.
2005-02-06 11:13:37 +00:00
rocky
fc60baec9c
Move track things out off sector.h
2005-02-06 04:20:25 +00:00
rocky
20acbc8d07
Another typo
2005-02-05 23:53:06 +00:00
rocky
ec5daa5b0d
Typo.
2005-02-05 23:52:20 +00:00
rocky
0e2f37193c
Another "cooked" name bites the dust. Soem doxygen cleanup too.
2005-02-05 23:45:57 +00:00
rocky
187c314225
Deal with OS's that don't have a stat'able filesystem.
...
More SuSe spec removal.
More SuSE spec removal
2005-02-05 23:16:34 +00:00
rocky
79d7a57f1f
Check in Mode 1 or Mode 2 on fuzzy searching.
2005-02-05 18:58:36 +00:00
rocky
1c5aa655ea
Check header for PVD MSF. Get XA mode more often.
2005-02-05 18:41:31 +00:00
rocky
a94f82f2e7
xa.h: add enumeration for debugging
...
rest: better understanding of when there might be XA and when there might not
be. Don't give a warnings about missing XA attributes when the format
isn't supposed to have it.
2005-02-05 17:29:01 +00:00
rocky
840330127a
cooked -> cddap. It has been observed that the use of "cooked" causes
...
confusion and derision among the small-minded; and the code doesn't
use cooked reading anyway.
2005-02-05 16:25:51 +00:00
rocky
81e6bf4c95
Move discmode things out of sector and over to disc.h and disc.c.
2005-02-05 14:42:28 +00:00
rocky
063b81e5cf
scsi_mmc -> mmc
2005-02-05 13:13:31 +00:00
rocky
c172c0ba20
scsi_mmc -> mmc
2005-02-05 13:07:02 +00:00
rocky
b58349ba1a
Make debugger-helping enums extern'd and define onces elsewhere.
2005-02-05 12:37:35 +00:00
rocky
d958f062ea
First attempt at smart iso9660 reading in CD images.
...
_cdio_stream.*: return is now cdio_driver_return_t
2005-02-05 04:25:14 +00:00
rocky
a35a0a61d3
Remove d->interface.
2005-02-05 04:23:56 +00:00
rocky
ecb7526721
const removal to match proper run_scsi_cmd prototype.
...
Bug in reporting TOC lsn's. Thanks to Bobbin007.
2005-02-04 03:57:45 +00:00
rocky
629addf0dc
remove cdio_malloc() and replace with calloc()
2005-02-04 02:18:12 +00:00
rocky
f0708a5264
Test and workaround another Unixism - pwd.h, getuid/getpwuid.
2005-02-03 08:07:24 +00:00
rocky
5bd3a51e03
Test for presense of lstat (optionally used in scan_devices of
...
cdda_interface).
2005-02-03 07:52:15 +00:00
rocky
f1d3b190ba
remove cdio_malloc and replace with calloc which does functionally
...
exactly the same thing (but is standard). In some drivers _data -> p_data.
2005-02-03 07:35:14 +00:00
rocky
3b6c362c6e
Remove a number of GNU/Linux and/or Unix #includes that probably don't
...
belong. #ifdef some of the others, although I think they'll likely be
there.
2005-02-03 07:28:40 +00:00
rocky
6796ed982a
More variable renamings.
2005-01-30 10:05:37 +00:00
rocky
580bf437c6
env -> p_env user_data -> p_user_data
2005-01-30 10:03:10 +00:00
rocky
f882c3e3b3
Missing cdio_error.
2005-01-29 21:20:01 +00:00
rocky
8ad5e4cbb0
Doxygen changes.
2005-01-29 20:54:20 +00:00
rocky
5586d10367
*** empty log message ***
2005-01-28 00:06:34 +00:00
rocky
9c58aecc32
fix harmless prototype mismatches.
2005-01-27 23:23:22 +00:00
rocky
18bda94aca
cygwin fixes mostly.
2005-01-27 11:08:55 +00:00
rocky
97bedb82a6
Add check for <sys/param.h> to and use in freebsd.c to stop warning.
2005-01-27 04:54:26 +00:00
rocky
75496146b7
Some FreeBSD fixes.
2005-01-27 04:00:48 +00:00
rocky
275d39eb41
Attempt to get library version numbers correct for release.
2005-01-27 03:26:37 +00:00
rocky
9e2eaf7546
cdparanoia: add ability to disable byte swapping
...
configure.ac: remove AIX driver for now - it doesn't really work
remove some (but not all) of the valgrind errors in cd-text
Some stylistic things, doxygen comment improvements typos, etc.
2005-01-27 03:10:06 +00:00
rocky
d7b87a6fad
Add a cdda_close that doesn't free the p_cdio pointer for those cases
...
where an application may want to keep that pointer open.
All routines now are distinct from parnaoia routines with suitable
#defines for compatibility.
2005-01-26 01:03:16 +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
ef95fa5ad4
Compilation fixes
2005-01-24 17:36:56 +00:00