Commit Graph

2547 Commits

Author SHA1 Message Date
rocky
5d3ef6fa82 Add missing field in SVD structure. Document correspondencies with ECMA 119
better.
2006-05-06 16:08:06 +00:00
rocky
fcabaf3da6 Note what nsectors does. 2006-05-03 00:29:40 +00:00
rocky
7b14288feb gcc 2.9 fix remove ;; - thanks to sms 2006-04-28 16:38:23 +00:00
rocky
75107b3cd0 Remove API overhaul. 2006-04-17 13:24:56 +00:00
rocky
4d2b5161f6 Add UDF 1.02 image and use that in the default file-extraction test. 2006-04-17 11:45:22 +00:00
rocky
dfe7ad5410 udf2.c becomes the more general udffile.c 2006-04-17 03:37:58 +00:00
rocky
e7e73c05d8 UDF file reading works for strategy 4. What a pain in the ass. 2006-04-17 03:32:38 +00:00
rocky
8a9128cf61 Remove some bugs in udf_file.c Others remain. 2006-04-16 02:34:08 +00:00
rocky
f4438d5de5 . 2006-04-15 16:18:33 +00:00
rocky
3ccf07b429 iso3.cpp->isofile.cpp 2006-04-15 16:16:05 +00:00
rocky
3446755f9c iso1.cpp->isolist.cpp 2006-04-15 16:13:51 +00:00
rocky
eaab952ae5 iso1->isolist iso2->isofile2 iso3->isofile 2006-04-15 16:12:51 +00:00
rocky
b11191eb3a iso1->isolist iso2->isofile2 iso3->isofile 2006-04-15 15:47:05 +00:00
rocky
c3e6beb4c1 iso1.c->isolist.c iso2.c -> isofile2.c iso3.c -> isofile.c 2006-04-15 15:45:25 +00:00
rocky
32bc921144 Proposed 2006 Summer of Code tasks 2006-04-15 09:19:03 +00:00
rocky
22608b594e stream: add getpos routine
udf: save last read position.
2006-04-15 03:05:14 +00:00
rocky
80ab1a301c libcdio.sym: add mmc_close_tray
cdda-player.c, mmc-tool.c: remove possibility of uninitialized return
code variables
2006-04-14 22:17:08 +00:00
rocky
4585f21f80 Fix prototype mismatch. Thanks yet again to the every vigilant Steve
Schultz.
2006-04-14 21:09:55 +00:00
rocky
79755a7659 doc fix 2006-04-12 14:55:27 +00:00
rocky
46a68fcbc3 Add access to GPCMD_INQUIRY 2006-04-12 14:49:21 +00:00
rocky
c6a4097efe Note newer example programs like udf1.c udf2.c
libcdio.texi also has some other small typo corrections.
2006-04-12 10:17:49 +00:00
rocky
12ac7c8a23 configure.ac: in 0.78cvs now
mmc2a.c: small changes from and synch with mmc-tool.
2006-04-12 09:38:45 +00:00
rocky
0c2b1bfa9e mmc: add mmc_close_tray().
mmc-tool: add option for close tray and to get mode-sense 2A data.
2006-04-12 09:30:14 +00:00
rocky
a87210b686 Allow multiple sequence of operations. 2006-04-12 03:23:46 +00:00
rocky
f66b71db63 udf_fs.c: was freeing freed memory when searching for a file that
doesn't exist.

udf2.c: print error when looking for a non-existent file.
2006-04-11 06:46:29 +00:00
rocky
d0d5ea424f Make udf_read_block more like 2 read. Implementation is closer
to the description (although it needs more work.)
udf_fs.h: break out udf_check_tag()
*.h: /*! -> /** - is more like Javadoc.
2006-04-11 05:47:57 +00:00
rocky
e039fcee0e Handle error condition better. 2006-04-11 01:05:44 +00:00
rocky
e11190d0b2 Print out entire file. (File must fit in memory though.) 2006-04-11 01:02:18 +00:00
rocky
6eeb46aea7 UDF fixes. 2006-04-11 00:26:54 +00:00
rocky
cbcfd4ee77 Wrapping fixes 2006-04-07 02:32:03 +00:00
rocky
aca503e166 If a driver doesn't have cdio_get_audio_volume, increase/decrease
volume arbitrarily start off with 50 (midway in range) and we've arranged
that cdda-player will do it's own bookkeeping to figure out what the
current volume level is.
2006-04-07 02:01:46 +00:00
rocky
48d9626a53 Add ability to interactively set volume levels. Keys +/- 2006-04-05 11:46:54 +00:00
rocky
a454dc7194 Tidy up a little. 2006-04-05 04:11:33 +00:00
rocky
3c8e10bf67 . 2006-04-05 03:55:09 +00:00
rocky
5eaec0081d *** empty log message *** 2006-04-05 03:53:01 +00:00
rocky
049e4e2c67 Figure out last line from screen paramaters. (I'm embarrassed it this
wasn't put in earlier.) Play *only* if we weren't previously paused or
playing.
2006-04-05 03:52:21 +00:00
rocky
b9140126a8 Start off playing all tracks.
Set status to show playing all tracks.
2006-04-05 02:35:55 +00:00
rocky
d71d515ee6 Make so we can call from driver. Some comment changes too. 2006-04-05 02:20:06 +00:00
rocky
1be50a03fc typo 2006-04-04 02:09:19 +00:00
rocky
edc8056ec9 Clarify the difference betweeen speed as it is defined in the MMC spec
and drive unit speeds. Add a new mmc routine for the latter.
2006-04-04 02:06:12 +00:00
rocky
380b9322ee mmc-tool: tool do issue libcdio mmc commands. 2006-04-04 00:20:48 +00:00
rocky
c5bf341cc3 Add get/set blocksize and MCN commands. 2006-04-04 00:20:13 +00:00
rocky
f34726b9e6 typos 2006-04-03 19:54:06 +00:00
rocky
7112802d38 .cvsignore 2006-04-03 19:32:17 +00:00
rocky
10b57b2ddd gnu_linux: Use internal routine to set the speed.
mmc.c: add more debug_ variables for new enums and extern vars in mmc.h
set speed is in the write direction not read
2006-04-03 19:31:18 +00:00
rocky
93bb7fdb74 More #defines become enums.
Add CDIO_MMC_GETPOS_LEN16. Is like CDIO_MMC_GETPOS_LEN16 with extra
position parameter.
2006-04-03 18:51:46 +00:00
rocky
2087a6a769 Add example program to show MODE_SENSE page 2A: CD/DVD Capabilities
and Mechanical Status Page.
2006-04-03 18:50:46 +00:00
flameeyes
2f62a9c3fd Add a --disable-cxx configure parameter so that the C++ bindings can be skipped. 2006-03-30 10:47:51 +00:00
rocky
a2ebe5e4c0 README 2006-03-28 14:48:44 +00:00
rocky
ec577b97fc README 2006-03-28 14:11:56 +00:00