Commit Graph

67 Commits

Author SHA1 Message Date
ccda1ff6fe Implemented cache syncing for stdio-drives in burn_random_access_write() 2007-09-12 19:50:57 +00:00
1dd0c0623c Implemented realistic speed simulation with stdio-drives 2007-09-12 11:58:43 +00:00
7b205b4b4d Brought burn_stdio_write_track() onto sector_data() for outmost realism 2007-09-12 10:45:34 +00:00
491929686b Made Libburn_precheck_write_ruleS unconditional code 2007-09-08 17:47:59 +00:00
18192de9df Allowed -dummy burns with stdio-drives (because /dev/null is no block device) 2007-09-08 13:20:59 +00:00
7d563ef83d Corrected write counter in burn_stdio_write_track() 2007-09-07 10:27:38 +00:00
3f40d4fceb Added forgotten read/write counters in burn_stdio_write_track() 2007-09-06 10:00:20 +00:00
ab5f294c57 Fixed a bug with failed opening of pseudo-drive 2007-09-05 19:53:50 +00:00
5f728bd634 Reacted on compiler warnings 2007-09-04 22:56:50 +00:00
1c3a79629c New API calls burn_drive_grab_dummy(), burn_drive_get_drive_role() 2007-09-04 22:50:04 +00:00
64352b61ea Taking synchronous read/write into respect with abort handling 2007-08-22 17:33:53 +00:00
9a1e8a34a5 New API function burn_read_data() 2007-08-12 15:25:56 +00:00
6c6256bacf Checked in burn_random_access_write() wether drive is grabbed 2007-08-12 09:51:04 +00:00
9078e65ae6 New API function burn_random_access_write() 2007-08-11 20:16:57 +00:00
ba1956ebeb Preparations to avoid writing which will not fit in drive buffer 2007-07-12 16:29:29 +00:00
bbc91a6363 Moved general 32 kiB buffer restriction from write.c to os-linux.h 2007-05-28 13:24:33 +00:00
4b84739574 For Linux 2.4, USB audio : Reduced CD output buffer size to 32 kiB 2007-05-21 19:03:06 +00:00
2fd0c5ed7e Avoided unconditional finalizing of DVD+R 2007-03-30 21:47:56 +00:00
9658d1fba3 Allowed finalizing of DVD+R 2007-03-30 20:11:36 +00:00
913192f601 Some adjustments for DVD+R recording 2007-03-07 15:13:25 +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
796dab221d Re-enabled -force with write modes which seem unavailable 2007-03-03 14:11:52 +00:00
a25ab4d433 Preparations for supporting DVD+R[/DL] 2007-03-01 12:07:29 +00:00
e38875f0fd Took into respect deliberate lack of DVD-R/DL multi session capability 2007-02-25 11:26:20 +00:00
7e8aaa102a Enabled DVD-R/DL Sequential via burn_allow_untested_profiles() 2007-02-23 19:08:58 +00:00
dd805b734d Macro for length of rejection reasons string (old size is still safe) 2007-02-22 09:49:18 +00:00
d1ae732338 Moved tao_to_sao_tsize into libburn, let cdrskin use auto_write_type and precheck 2007-02-21 20:53:28 +00:00
9f2aa02c0d Re-arranged checking and defaulting of write parameters 2007-02-19 22:51:39 +00:00
8c2e145472 Corrected CD TAO bug introduced with DVD bug fix 724 and CD SAO change 655 2007-02-16 11:21:01 +00:00
7ee32a7e43 Repaired debugging message spoiled by uninitialized variable 2007-02-15 20:35:57 +00:00
de724a3b64 Took fill_up_media into respect with automatic write mode decisions 2007-02-15 20:16:22 +00:00
0bc022b510 Optional padding up to full media size when closing (incomplete yet) 2007-02-14 20:32:56 +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
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
08d9fd3265 Enforce minimum track length with SAO 2007-01-25 18:52:50 +00:00
eaec685927 Banned mixed mode SAO (because broken in libburn and unclear in MMC) 2007-01-22 11:42:17 +00:00
7d8171c014 Comments learned from studying MMC-3 and MMC-5 for SAO CD cookbook 2007-01-21 19:10:37 +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
8e9fe45086 Added missing cache sync in case of aborted DVD-RW burns 2007-01-14 11:55:17 +00:00
6e3e02ddf9 Enabled writing to DVD-RAM 2007-01-12 16:26:31 +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
f505c56896 Prepared formatting of DVD-RW 2007-01-01 17:10:54 +00:00
9b42fcf64b Prepared support for DVD-RW in mode Restricted Overwrite 2006-12-30 00:15:07 +00:00