Commit Graph

231 Commits

Author SHA1 Message Date
Thomas Schmitt 190ad329fd Implemented emulation for cdrecord option -immed 2007-09-18 20:40:14 +00:00
Thomas Schmitt e43ec2b295 Corrected an outdated HINT text 2007-09-18 20:04:22 +00:00
Thomas Schmitt 2748f396ae Implemented emulation for cdrecord option -lock 2007-09-18 09:06:26 +00:00
Thomas Schmitt 2b0ce8ec9a Learned helptexts for -inq, -format, -load from cdrecord (they are wrong, btw) 2007-09-18 07:20:23 +00:00
Thomas Schmitt 8fd2539a5c Implemented emulation for cdrecord options -inq , -format , -load 2007-09-17 16:35:33 +00:00
Thomas Schmitt 488e970665 Fixed bug with direct_write_amount=0 2007-09-12 19:59:56 +00:00
Thomas Schmitt ffed552183 Fixed bug with dev=stdio: where path contains a digit 2007-09-09 09:36:36 +00:00
Thomas Schmitt bdff3ac16c New option --allow_emulated_drives 2007-09-08 16:49:19 +00:00
Thomas Schmitt 8bf8287c58 Changed speed measurement of stdio-drives to DVD 1x units 2007-09-08 13:22:10 +00:00
Thomas Schmitt df382b3f06 Made cdrskin work with null-drive (which it mistook for something like ATA:) 2007-09-08 10:26:15 +00:00
Thomas Schmitt 386149d5bf Report media profile in cdrskin blank, format, burn runs 2007-09-07 23:41:38 +00:00
Thomas Schmitt ec5bb6eba5 Removed obstacles for use of stdio-drives 2007-09-06 10:01:28 +00:00
Thomas Schmitt 070afd1a9b Made program behavior with --grow_overwriteable_iso more consistent 2007-08-28 14:31:42 +00:00
Thomas Schmitt 53634f23de New cdrskin option --grow_overwriteable_iso 2007-08-26 20:09:47 +00:00
Thomas Schmitt 12b6a07e9f Debug message explaining why burn_drive_convert_fs_adr() acts on track source 2007-08-12 09:52:40 +00:00
Thomas Schmitt 58e6577134 New option direct_write_amount= using new API call burn_random_access_write() 2007-08-11 20:22:52 +00:00
Thomas Schmitt 6950ac8c42 Reflected recent URL changes to libburnia-project.org 2007-08-11 07:51:04 +00:00
Thomas Schmitt 5363693b07 Allowed speed=any 2007-08-09 13:28:40 +00:00
Thomas Schmitt 00df1c9b85 Made number transition to 0.3.9 2007-07-20 18:53:32 +00:00
Thomas Schmitt e274c90f9d Avoided new track-drive test with option --no_convert_fs_adr 2007-07-19 17:18:12 +00:00
Thomas Schmitt bf25c6edc8 Trying to prevent usage of burn drive as track source 2007-07-19 14:29:59 +00:00
Thomas Schmitt 2c467c8378 Removed ban against speed 0 with burn_drive_set_buffer_waiting() 2007-07-19 07:23:01 +00:00
Thomas Schmitt bdadae6ba5 Implemented minimum speed in burn_drive_set_speed() 2007-07-17 08:57:24 +00:00
Thomas Schmitt dc97c0d0df Experimental option --adjust_speed_to_drive. Caution: May vanish soon. 2007-07-14 11:23:16 +00:00
Thomas Schmitt 16b6e1905a New options modesty_on_drive= and minbuf= 2007-07-12 17:31:57 +00:00
Thomas Schmitt 83e196d69f Disabled macro Cdrskin_debug_libdax_msgS. Thus getting unqueued error messages. 2007-05-22 15:46:57 +00:00
Thomas Schmitt ba7cd6d66e Made number transition and activated development documentation 2007-04-23 15:43:51 +00:00
Thomas Schmitt aa03717f24 Made use of fcntl(F_SETLK) switchable (and thus became more free with default) 2007-04-13 17:28:25 +00:00
Thomas Schmitt 76a9fa4fa2 New cdrskin options --drive_not_f_setlk and --drive_not_o_excl 2007-04-04 18:43:23 +00:00
Thomas Schmitt a686340407 Make --old_pseudo_scsi_adr -scanbus work with any drive_scsi_dev_family= 2007-04-03 14:56:36 +00:00
Thomas Schmitt eb860ee4b7 Silenced error message if tsize= is smaller than source is willing to deliver 2007-03-28 20:25:22 +00:00
Thomas Schmitt a8c69206fe Made fifo based -isosize read 64k first and the rest only at normal stage 2007-03-28 18:21:46 +00:00
Thomas Schmitt 26745b4064 Enabled -isosize with S_IFREG or S_IFBLK files and without fifo 2007-03-28 16:02:26 +00:00
Thomas Schmitt 962f68b1d6 Silenced error condition about -sao with stdin and -isosize 2007-03-28 11:15:04 +00:00
Thomas Schmitt cc5560fc86 Enabled -isosize for first track by help of fifo and without seeking 2007-03-28 10:07:09 +00:00
Thomas Schmitt 5d65697697 Preparations for option -isosize via fifo (only a debug message yet) 2007-03-27 21:33:22 +00:00
Thomas Schmitt 749d12591e Warning of very small tsize= settings. (Proposal by Eduard Bloch) 2007-03-24 09:34:56 +00:00
Thomas Schmitt 2816d8b569 Moved manual device family decision to a sufficiently early stage 2007-03-15 19:54:01 +00:00
Thomas Schmitt 6086b59301 New option drive_scsi_dev_family=sr|scd|sg 2007-03-14 13:37:32 +00:00
Thomas Schmitt 820f0924f9 Made number transition to 0.3.5 2007-03-12 15:58:19 +00:00
Thomas Schmitt bd529442ed New option assert_write_lba= 2007-03-09 13:43:57 +00:00
Thomas Schmitt 6a5e1b6bd5 Fifo got stuck if sum of processed track sizes was exactly aligned to fifo size 2007-03-04 18:45:52 +00:00
Thomas Schmitt b6c7fd7478 Re-enabled -force with write modes which seem unavailable 2007-03-03 14:11:52 +00:00
Thomas Schmitt 3b5c80e867 Preparations for supporting DVD+R[/DL] 2007-03-01 12:07:29 +00:00
Thomas Schmitt 362a8faa61 Enabled DVD-R/DL Sequential via --allow_untested_media_types 2007-02-23 19:10:30 +00:00
Thomas Schmitt 64ae333863 Macro for length of rejection reasons string (old size is still safe) 2007-02-22 09:49:18 +00:00
Thomas Schmitt 115f03cf63 Moved tao_to_sao_tsize into libburn, let cdrskin use auto_write_type and precheck 2007-02-21 20:53:28 +00:00
Thomas Schmitt afd54a1f87 Repaired slightly broken pacifier track size display with -audio 2007-02-19 18:41:38 +00:00
Thomas Schmitt c570e4868d Allowed forceful blanking of blank media in burn_disc_erase() 2007-02-17 08:56:41 +00:00
Thomas Schmitt dbe2ee41ae Took fill_up_media into respect with automatic write mode decisions 2007-02-15 20:16:22 +00:00