|
0f37170759
|
Made SCSI logger permanent and controllable via API call
|
2009-11-12 17:54:06 +00:00 |
|
|
76a4c0ac44
|
Increased stdio flush interval from 1 MB to 16 MB
|
2009-11-11 10:05:56 +00:00 |
|
|
83f80364c5
|
Hopefully solved the endless burn problem with Pioneer DVR-216D
|
2009-11-10 20:32:59 +00:00 |
|
|
9064b56c56
|
Avoiding START UNIT before the drive gets released
|
2009-11-10 12:21:43 +00:00 |
|
|
405e6b020e
|
Made SCSI command log more complete and more readable
|
2009-11-08 11:12:23 +00:00 |
|
|
ffe80264c7
|
Corrected allocation length with GET CONFIGURATION
|
2009-11-08 11:08:19 +00:00 |
|
|
d158e7f456
|
Test macros for double START UNIT and SET CD SPEED
|
2009-11-05 17:03:01 +00:00 |
|
|
4384b0c006
|
Test macro for SEND OPC INFORMATION before DVD-R track
|
2009-11-04 08:46:17 +00:00 |
|
|
e78353b7dd
|
Test macro for SL_V in mode page 05
|
2009-11-03 18:45:08 +00:00 |
|
|
3c2ad1be42
|
Test macros for finding reason of stall problem with Pioneer DVD-216D on DVD-R
|
2009-10-30 13:45:26 +00:00 |
|
|
937a226543
|
Bug fix: Closed memory leak with failure to open device file under FreeBSD. Thanks to George Danchev.
|
2009-10-27 10:09:31 +00:00 |
|
|
cca24711b8
|
Bug fix: burn_drive->disc_id or burn_drive->disc_app_code altered by stray 0. Thanks to George Danchev.
|
2009-10-27 10:06:43 +00:00 |
|
|
e646686145
|
More optimizations with parity computation
|
2009-10-20 16:14:14 +00:00 |
|
|
f3070d2e71
|
Optimizations with parity computation, clarification about nature of logarithms
|
2009-10-19 11:56:25 +00:00 |
|
|
39a7d18266
|
Re-implemented ECMA-130 P-parity, Q-parity and scrambling for BURN_WRITE_RAW
|
2009-10-17 13:17:06 +00:00 |
|
|
e65ccb2b5e
|
Made number transition to 0.7.3
|
2009-10-12 10:52:37 +00:00 |
|
|
ca97df9798
|
Made read_capacity error message of burn_read_data() depending on flag bit1
|
2009-10-09 20:03:06 +00:00 |
|
|
a318da9463
|
Determining read capacity for DVD-RAM
|
2009-10-09 12:35:42 +00:00 |
|
|
3c69b684a8
|
Fixed CD TAO multi-track -dummy bug reported by Philippe Rouquier
|
2009-10-04 15:11:35 +00:00 |
|
|
4457061656
|
Restricted retry to the timeout for single SCSI commands (200 seconds)
|
2009-09-22 19:26:57 +00:00 |
|
|
758f5a5c1e
|
Revoked instruction to retry STOP UNIT
|
2009-09-22 19:24:41 +00:00 |
|
|
c8c4da8e8e
|
Mentioned need for 2056 byte fifo chunks with burn_track_set_cdxa_conv()
|
2009-09-20 11:19:11 +00:00 |
|
|
4fdebcae9f
|
Refusing to read beyond media_read_capacity
|
2009-09-18 16:18:37 +00:00 |
|
|
82ee4c8788
|
Fixing SIGSEGV with CD SAO introduced with revision 2808
|
2009-09-18 16:16:56 +00:00 |
|
|
ad4a286736
|
Evaluating read capacity with role 2 drives (regular files and block devices)
|
2009-09-13 09:49:50 +00:00 |
|
|
2e6f83b3b3
|
New API call burn_track_set_cdxa_conv()
|
2009-09-11 11:53:36 +00:00 |
|
|
b724ab2130
|
New struct burn_toc_entry extension for Last Recorded Address
|
2009-09-09 15:38:47 +00:00 |
|
|
567beb1d9f
|
Correction with erasable bit of burn_disc_get_cd_info()
|
2009-09-09 13:39:27 +00:00 |
|
|
eb62395e41
|
New API call burn_disc_get_cd_info()
|
2009-09-09 12:52:07 +00:00 |
|
|
1d6c97c79f
|
Avoided to read third sixpack of manufacturer bytes with DVD-R media
|
2009-09-06 11:20:18 +00:00 |
|
|
719096b0a7
|
Changed new API call burn_get_media_product_id() to burn_disc_get_media_id()
|
2009-09-06 09:25:52 +00:00 |
|
|
75dca6c6e9
|
Made recognition of CD media codes work in burn_guess_manufacturer()
|
2009-09-06 09:22:26 +00:00 |
|
|
970ae46cfa
|
Silenced a valgrind warning caused by not recognizing side effects of a ioctl
|
2009-09-05 11:42:25 +00:00 |
|
|
693784cbf5
|
Made product ID surely a single printable word
|
2009-09-05 11:29:44 +00:00 |
|
|
557299d350
|
New API calls burn_get_media_product_id() and burn_guess_manufacturer()
|
2009-09-04 20:21:55 +00:00 |
|
|
6642342274
|
New API call burn_guess_cd_manufacturer()
|
2009-09-02 13:32:17 +00:00 |
|
|
40b3380d4d
|
Removed lec.c from libburn
|
2009-09-02 13:14:23 +00:00 |
|
|
407471898c
|
Disabled code using libburn/lec.c, removed lec.c from libburn
|
2009-09-01 09:56:51 +00:00 |
|
|
169963eced
|
Made number transition to development version 0.7.1
|
2009-08-27 14:38:24 +00:00 |
|
|
22c187cd61
|
Implemented automatic START UNIT after STOP UNIT before any other SCSI command
|
2009-08-24 20:24:39 +00:00 |
|
|
b900831914
|
Made burn_drive_snooze() safe for emulated drives
|
2009-08-24 16:15:46 +00:00 |
|
|
654d71ef07
|
New API call burn_drive_snooze()
|
2009-08-24 13:10:53 +00:00 |
|
|
0571f4dc2e
|
Adapted to pitfalls of U3 memory sticks which appear as CD-ROM drives
|
2009-08-23 13:08:19 +00:00 |
|
|
c59300b27a
|
New API calls burn_drive_get_all_profiles(), burn_obtain_profile_name()
|
2009-08-15 13:32:56 +00:00 |
|
|
635996a327
|
Added test code about output blocks size as comment.
|
2009-08-15 13:30:42 +00:00 |
|
|
3091eeb9c9
|
Made number transition and activated development documentation
|
2009-07-14 13:37:11 +00:00 |
|
|
b65b852c15
|
Retrying 3 times on EBUSY drives with generous usleep intervals
|
2009-06-14 09:49:47 +00:00 |
|
|
1ccedd5572
|
Bug fix: No usable media was detected with old MMC-1 drives
|
2009-06-03 18:53:57 +00:00 |
|
|
473e205c9e
|
Bug fix: Old MMC-1 drives were rejected because of mode page 2Ah length
|
2009-06-03 08:58:18 +00:00 |
|
|
2522bebfbd
|
Avoided to enumerate faulty drive objects
|
2009-06-02 17:21:43 +00:00 |
|