Commit Graph

208 Commits

Author SHA1 Message Date
27262bde51 Option -force enables re-formatting 2007-01-10 15:26:30 +00:00
e6cfff69eb Enhanced DVD-RW formatting 2007-01-09 21:06:55 +00:00
fdd40d4492 Introduced size parameter to DVD-RW formatting plus writing of zeros. 2007-01-08 10:42:54 +00:00
ab51d551d3 New formatting parameter "size". Sorry for changing API. Function is a week old. 2007-01-06 12:08:57 +00:00
97fe858760 Prepared formatting of DVD-RW 2007-01-01 17:10:54 +00:00
cafad767a9 Minor corrections to revisions 559 and 560 2006-12-26 18:45:21 +00:00
85ffe77a32 New API calls burn_drive_get_speedlist() , burn_drive_free_speedlist() 2006-12-26 17:07:53 +00:00
a4846ef882 Ticket 93: write speeds from mode page 2Ah descriptors 2006-12-25 11:34:43 +00:00
7e30dbfc5a More appropriate drive status during format and close of DVD+RW 2006-12-23 18:43:31 +00:00
1ce6ec4a3a New API function to inquire burn success (and avoid confusing messages) 2006-12-23 14:12:55 +00:00
c09d8e6da6 Adjustable write position for DVD+RW: burn_write_opts_set_start_byte() 2006-12-23 10:20:35 +00:00
fcf9c50220 Appeased doxygen warnings 2006-12-11 21:51:00 +00:00
229328e869 New API function to obtain media type: burn_disc_get_profile() 2006-12-02 11:17:12 +00:00
4daed7c4a9 Implemented libburn builtin fine granulated drive buffer min-fill recording 2006-11-19 11:47:34 +00:00
725b6515ff Fixed a wrong name in API description 2006-11-14 16:38:01 +00:00
6c22b98235 New API function burn_disc_track_lba_nwa() 2006-11-11 12:22:53 +00:00
c9478cc15e Experimentally enabled burning to BURN_DISC_APPENDABLE (tested with TAO only) 2006-11-09 19:29:39 +00:00
448aac8880 Made CD with unclosed track blankable (by -force) 2006-11-06 15:52:45 +00:00
d7c34f05e4 New API burn_write_opts_set_multi(). (But libburn cannot burn next session yet) 2006-11-06 11:42:21 +00:00
c98dd9b0a7 Installed status communications about closing session ("Fixating") 2006-11-02 21:17:32 +00:00
d337722920 dapted cdrskin pacifier to possibly unknown track size 2006-11-01 16:39:07 +00:00
f95d7aa6aa Enabled byte swapping for audio track sources, added anti option -swab 2006-10-24 10:20:35 +00:00
404067bfda Made available drive buffer fill during write 2006-10-23 11:31:37 +00:00
8f232d1133 Implemented cdrskin -toc 2006-10-22 13:03:28 +00:00
6971f3f96d Clarified relation of burn_disc_read_atip() and burn_drive_get_start_end_lba() 2006-10-21 10:37:58 +00:00
b6a04cb493 Implemented some ATIP functionality 2006-10-21 10:34:15 +00:00
4718ad99f9 Classified media with TOC read error as unsuitable (rather than as blank) 2006-10-20 15:16:29 +00:00
8610c9bd1d Made cdrskin produce "ATIP start of lead" (on non-blank media for now) 2006-10-20 11:34:52 +00:00
d252d1fc9b Got rid of assert() in options.c by soft means 2006-10-07 14:19:32 +00:00
ff0be0eeae Got rid of assert() in drive.c by soft means 2006-10-07 12:29:22 +00:00
b6831605b2 Made use of SCSI_IOCTL_GET_BUS_NUMBER in hope of cdrecord compatibility 2006-10-05 14:21:34 +00:00
3b16ef699f Implemented new API function burn_set_signal_handling(), libburner uses it 2006-10-03 16:37:08 +00:00
b3bea43074 Implemented burn_abort() and made use of it 2006-10-02 10:35:51 +00:00
6dbcf6a8f4 Made official exclusive==2 with burn_preset_device_open() 2006-09-28 07:51:38 +00:00
29d630b141 Disabled but did not discarded failed attempt to lock against growisofs 2006-09-27 12:04:53 +00:00
0ee5e11a8f Removed libburn/message.[ch] 2006-09-26 14:53:06 +00:00
facd49dc4e Made first use of queued messages and fixed several bugs with that 2006-09-26 11:44:07 +00:00
15b3f2627c Obsoleted libburn/message.[ch] 2006-09-24 20:25:54 +00:00
bcaf610800 Added an error message handling facility (ticket 74) 2006-09-24 17:16:01 +00:00
faaefaa4b8 Introduced new API function burn_drive_obtain_scsi_adr() 2006-09-23 08:51:27 +00:00
b3c2e76975 Made burn_drive_convert_scsi_adr() a new API function 2006-09-23 08:16:22 +00:00
f580ef6637 Implemented new API function burn_drive_convert_fs_adr() 2006-09-22 17:01:26 +00:00
7937cb5d9b Implemented resolving of softlinks (ticket 33) 2006-09-22 13:30:32 +00:00
fa0ab21469 Made doxygen happy with parameter of burn_drive_get_adr 2006-09-16 05:38:21 +00:00
2ef83d54f7 Officialized burn_drive_info_forget() 2006-09-11 17:49:42 +00:00
fcaba35881 Implemented first use of API-experimental burn_drive_info_forget() in cdrskin signal handler 2006-09-07 11:55:00 +00:00
4ecc0a8777 Added new parameter "force" to API-experimental burn_drive_info_forget() 2006-09-06 09:16:02 +00:00
bbdb40ff0f Integrated elmom patch proposal #3 from ticket #62 2006-09-04 19:11:04 +00:00
a660d0050c Wrote into API the imperative not to use drive.location but burn_drive_get_adr 2006-08-28 21:28:24 +00:00
6ff1a35c65 Changed some 'release' to 'close' with specs of burn_drive_scan_and_grab 2006-08-27 22:23:03 +00:00
Mario Danic
c155e08301 Extended API docs to document fact that audio data must be in little-endian byte order 2006-08-27 20:55:14 +00:00
9063945d28 Adjusted statement at API documention of burn_initialize() 2006-08-25 17:35:24 +00:00
Mario Danic
525322ddf1 API docs addition for burn_audio 2006-08-24 22:33:49 +00:00
fff851b263 Hopefully fixed an unintended line break in API doxygen 2006-08-24 21:21:25 +00:00
d6df47920e Introduced API functions burn_drive_scan_and_grab() burn_drive_get_adr() 2006-08-24 13:30:21 +00:00
265fae24b4 Hopefully fixed a file descriptor resource leak in sg_grab() 2006-08-20 19:03:21 +00:00
Mario Danic
12ebc4002d Implemented persistent drive adresses, method to leave all drives but one untouched 2006-08-15 20:40:30 +00:00
Mario Danic
2f2c115e08 Initial import 2006-08-15 20:37:04 +00:00