Commit Graph

168 Commits

Author SHA1 Message Date
a34e8752b0 Preserving an immature sketch of media quality scanning 2012-11-18 18:46:05 +00:00
3fce53d739 New flag bit4 of burn_read_data() for better handling of TAO end blocks 2012-10-25 12:39:50 +00:00
a8c1cec56c Bug fix: Speed setting had no effect on BD media. Thanks to Dennis Vshivkov. 2012-09-13 08:57:31 +00:00
9e2e34fc9b Bug fix: CD SAO sessions with data tracks started by an audio pause 2012-05-30 20:22:07 +00:00
43191b6e77 Corrected some minor differences between SVN and local development tree 2012-01-23 10:27:13 +00:00
3a9294b175 Obtaining more accurate track sizes for CD with pre-gap 2012-01-11 12:25:06 +00:00
d35cb78a74 New API call burn_session_set_start_tno() 2012-01-07 19:09:15 +00:00
abf0d38c00 Writing SCMS into mode page 5 if TAO 2012-01-01 12:43:36 +00:00
daf3a18425 Reduced waiting time between retries of WRITE commands 2011-12-30 14:27:45 +00:00
d2abe23c25 Improved reaction on failure of SEND CUE SHEET 2011-12-28 15:23:24 +00:00
48d56d759f Transmitting CATALOG by mode page 5. ISRC too, if TAO. 2011-12-28 10:41:05 +00:00
3dbf723e9d New API call burn_write_opts_set_leadin_text() 2011-12-05 20:36:31 +00:00
4f1792b2ff Corrected a style deviation in code of mmc.c 2011-12-03 11:33:59 +00:00
570c490fe6 New API call burn_disc_get_leadin_text() 2011-12-02 17:15:14 +00:00
deed48dba9 Improved debugging of drive feature list 2011-11-30 13:16:38 +00:00
086c62f992 Made SCSI timeout settable at level of SPC, SBC, MMC functions 2011-11-30 08:11:52 +00:00
f05b812c36 Corrected a bug with obtaining Physical Interface Standard information 2011-11-02 13:07:56 +00:00
8ee4e78bc2 Enabled recognition of QEMU DVD-ROM 0.12 as ATAPI drive 2011-10-31 16:43:02 +00:00
180acafc59 Gave up use of burn_print() in libburn 2011-10-12 10:01:28 +00:00
12b70cd70c New API call burn_disc_get_phys_format_info() 2011-08-01 12:54:24 +00:00
44dea991a6 Bug fix: Some drives return -150 as NWA of blank CD, rather than 0 2011-07-31 08:31:11 +00:00
55a6563e92 Bug fix: Some drives returned wrong CD sizes after having burnt DVD-R 2011-07-31 08:03:51 +00:00
4d83f90ca8 Silenced warning of cppcheck 2011-07-07 11:49:36 +00:00
998e447345 Reacted on warnings of -Wunused-but-set-variable 2011-07-06 14:31:32 +00:00
dfccac8ba7 Reporting SCSI error if command RESERVE TRACK fails 2011-06-14 15:29:51 +00:00
64cba32cfd Bug fix: burn_disc_format() on DVD-RW issued wrong block size with type 00h 2011-06-08 18:13:02 +00:00
f75d8a8004 Consolidated several local struct command to a new member of struct burn_drive 2011-06-07 14:40:31 +00:00
03b1817ded Improved reaction on Damage Bit and missing NWA_V of READ TRACK INFORMATION 2011-05-26 14:58:10 +00:00
c88214e221 Replaced some large local variables by other means in libburn/mmc.c 2011-05-23 15:39:51 +00:00
80aa39403a Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:46:59 +00:00
0f79047c75 Enabled BD formatting iby index on Pioneer BDR-205 which offers no Cert or QCert 2011-03-18 15:33:15 +00:00
2bf4664e9e Burning DVD-R DAO with 2 kB size granularity rather than 32 kB 2011-03-12 09:35:04 +00:00
1d86a0be2f Issueing error messages if cache syncing or closing fails 2010-10-29 16:41:16 +00:00
077eb50c5f Avoiding to inquire spare area of unsuitable media 2010-09-28 10:11:06 +00:00
2e7e61b680 New API call burn_disc_get_bd_spare_info() 2010-09-24 09:07:05 +00:00
339bbc0fbc Lifted test reservation on DVD-R DL media. Thanks to Kevin Kieffer for testing. 2010-08-21 09:56:16 +00:00
5eb145168e Recognizing sense data format 0x72 if given instead of 0x70 2010-07-29 08:35:36 +00:00
d4be375515 Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
1ecc2d2030 Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
6d10819e3a Bug fix: CD-ROM media got attributed random lead-in and lead-out adresses 2010-05-01 08:29:28 +00:00
8b28a2124a Avoided to create track without toc_entry from "hidden first track" on CD 2010-04-30 18:04:47 +00:00
0dd6444ea7 Avoiding to inquire NWA of unwritable media or states 2010-03-27 15:58:05 +00:00
6a7da3cfec Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
ab62ffd02b Changed docs and comments to "GNU/Linux" where appropriate 2010-02-12 21:26:46 +00:00
07f535c72b Some clarifications about the GH22LS30 problem 2009-12-06 07:32:38 +00:00
2fd0fc3086 Converted stderr experiment messages to DEBUG messages 2009-12-05 14:35:41 +00:00
203976a6db Bug fix: SIGSEGV with LG GH22LS30 when inquiring media product id 2009-12-05 11:17:13 +00:00
0debeeabf9 Split automatic drive start function from mmc_function_spy() 2009-11-18 12:25:57 +00:00
ff94b794fd Workaround for Pioneer DVR-216D refusal to eject 2009-11-12 17:56:18 +00:00
71e2ab85e6 Hopefully solved the endless burn problem with Pioneer DVR-216D 2009-11-10 20:32:59 +00:00