Commit Graph

71 Commits

Author SHA1 Message Date
bd24c8a60a Reacted on compiler -O2 warnings 2007-09-12 11:57:49 +00:00
7b205b4b4d Brought burn_stdio_write_track() onto sector_data() for outmost realism 2007-09-12 10:45:34 +00:00
d9ef40e39c Ended falsely alleged erasability of DVD-RAM and DVD+RW 2007-09-09 18:28:05 +00:00
2139aa5ac3 More memory management changes proposed by Joris Dobbelsteen 2007-08-25 16:02:58 +00:00
3e432c0341 Corrected memory management flaws found by Joris Dobbelsteen 2007-08-25 08:58:41 +00:00
d8399cc8c9 Allowed to suppress error message from failed burn_read_data() 2007-08-23 15:02:55 +00:00
ab47b3bb1b Corrected dangerous typo with error message production of mmc_read_10() 2007-08-22 13:46:21 +00:00
9a1e8a34a5 New API function burn_read_data() 2007-08-12 15:25:56 +00:00
3ffd17556b Implemented minimum speed in burn_drive_set_speed() 2007-07-17 08:57:24 +00:00
37868dec9b Only set realistic maximum DVD speeds (for my LG GSA which fails otherwise) 2007-07-14 11:22:01 +00:00
ba1956ebeb Preparations to avoid writing which will not fit in drive buffer 2007-07-12 16:29:29 +00:00
40b4674190 For Linux 2.4, USB : Carefully avoided to inquire more data than available 2007-05-21 18:57:09 +00:00
9cfe22531d Updated comments about DVD+R 2007-04-18 10:36:35 +00:00
2a32b31ed7 Kept mmc_get_configuration() from believing the announcement of 1 GB reply 2007-03-15 19:55:17 +00:00
ada31dd3f2 Enabled DVD+R as tested media (-multi is still always on) 2007-03-06 20:51:32 +00:00
d178e2abdb Enabled DVD+R, DVD+R DL via --allow_untested_media_types, always -multi for now 2007-03-06 19:50:32 +00:00
0a4f2e2f10 Determine physical interface SCSI,ATA,SATA,USB,... (for future use) 2007-03-03 14:09:46 +00:00
a25ab4d433 Preparations for supporting DVD+R[/DL] 2007-03-01 12:07:29 +00:00
7e8aaa102a Enabled DVD-R/DL Sequential via burn_allow_untested_profiles() 2007-02-23 19:08:58 +00:00
b9c71c4d63 Disabled debugging messages about format descriptors 2007-02-22 07:31:32 +00:00
18ad6c20ac Installed a guardian for predicted track end 2007-02-15 20:18:07 +00:00
74487ee749 Handle eventual ridiculously high d->last_track_no 2007-02-14 12:20:32 +00:00
8ac399f67e Mew API function burn_disc_available_space() 2007-02-13 14:37:25 +00:00
5251e93562 Made profile 0010h DVD-ROM suitable,full,not erasable. So it delivers a TOC. 2007-02-12 14:23:14 +00:00
7d7e64f43c Added a comment about DVD-R 2007-02-10 17:23:49 +00:00
681336e23f Beautification of debugging messages 2007-02-06 17:08:15 +00:00
3f35513991 Implemented DVD-R[W] DAO as BURN_WRITE_SAO 2007-02-06 13:06:39 +00:00
073ff204b3 Preparations for DVD-R[W] DAO 2007-02-05 13:28:57 +00:00
56695822a7 New in API : struct burn_multi_caps and burn_disc_get_multi_caps() 2007-02-04 07:30:14 +00:00
6e6f0d5de8 Improved classification and TOC of finalized DVD-R[W] media 2007-02-02 17:32:09 +00:00
e5e76665b0 Make mmc_read_multi_session_c1 use TOC if available 2007-02-02 15:11:35 +00:00
dd6f2d074f Allowed blanking of DVD-RW which offer no Incremental Streaming 2007-02-01 19:15:06 +00:00
ddb5fa1083 Obtain TOC from non-CD via 52h READ TRACK INFORMATION 2007-02-01 16:15:09 +00:00
d0a2ff1278 Provisorily obtain multi-session -C parameters (violates MMC specs but works) 2007-01-31 17:34:49 +00:00
f39fff4e16 First successful multi-session write to a sequential DVD-RW 2007-01-30 19:16:35 +00:00
eae1198606 Preparations for DVD-R[W] Sequential Recording 2007-01-30 17:54:39 +00:00
1c750ea1e8 Experiments about list of features and profiles 2007-01-29 17:57:31 +00:00
d3773ab6eb Removed forgotten debug message printed to stderr 2007-01-19 11:05:18 +00:00
87576c3dfc Kept DVD+RW from stopping BG formatting if it was not started at all 2007-01-18 21:18:03 +00:00
c053c40dcb Avoided closing of 0x13-DVD-RW sessions which are not intermediate 2007-01-14 13:41:19 +00:00
8b927c3cd5 Load array of format capacities into struct burn_drive 2007-01-13 21:16:04 +00:00
6e3e02ddf9 Enabled writing to DVD-RAM 2007-01-12 16:26:31 +00:00
de189ea742 With full formatting prefer format 10h over 13h or 15h 2007-01-11 13:29:39 +00:00
7a7bd12ad2 Enabled explicit full formatting of DVD+RW ("de-icing") 2007-01-10 21:07:48 +00:00
560798d9a1 Switched full formatting from type 10h to 00h which includes lead-out 2007-01-10 15:27:54 +00:00
f0df191a5e Option -force enables re-formatting 2007-01-10 15:26:30 +00:00
f0538694c5 Enhanced DVD-RW formatting 2007-01-09 21:06:55 +00:00
c9a9da9554 Introduced size parameter to DVD-RW formatting plus writing of zeros. 2007-01-08 10:42:54 +00:00
f78e267af1 New formatting parameter "size". Sorry for changing API. Function is a week old. 2007-01-06 12:08:57 +00:00
f263e1087c Comments and name changes from new findings out of reading MMC-5 2007-01-05 12:58:36 +00:00