libburn/libburn
Thomas Schmitt 54005cb60e Lifted ban to derive GPLv3, extended copyright range to 2010 2010-01-23 10:42:52 +00:00
..
Makefile Initial import 2006-08-15 20:37:04 +00:00
Makefile.am Fixed Makefile.am files 2006-08-24 18:41:01 +00:00
asserts.txt Got rid of assert() in libburn 2006-10-10 18:19:28 +00:00
async.c New API calls burn_os_open_track_src() , burn_os_alloc_buffer() 2009-11-23 18:56:18 +00:00
async.h Avoiding warning message about implicitely declared burn_fifo_abort() 2008-11-12 07:53:01 +00:00
back_hacks.h Allowed to blank appendable files and installed first back_hacks.h variable ever 2006-08-26 13:49:53 +00:00
cleanup.c Reacted on compiler warnings of SchilliX-0.6.7 (based on Solaris 5.11) 2009-03-08 14:01:10 +00:00
cleanup.h Implemented new API function burn_set_signal_handling(), libburner uses it 2006-10-03 16:37:08 +00:00
crc.c Initial import 2006-08-15 20:37:04 +00:00
crc.h Initial import 2006-08-15 20:37:04 +00:00
ddlpa.c Polished messages, comments and description of DDLP-A 2007-04-18 13:01:21 +00:00
ddlpa.h Progress due to tests with test/open-cd-excl 2007-04-18 10:35:38 +00:00
debug.c Initial import 2006-08-15 20:37:04 +00:00
debug.h Initial import 2006-08-15 20:37:04 +00:00
drive.c New OS adapter burn_os_is_2k_seekrw() replaces S_ISBLK() with pseudo-drives 2010-01-16 12:51:24 +00:00
drive.h Taking into respect drive list from /proc/sys/dev/cdrom/info 2008-08-05 18:00:37 +00:00
ecma130ab.c More optimizations with parity computation 2009-10-20 16:14:14 +00:00
ecma130ab.h More optimizations with parity computation 2009-10-20 16:14:14 +00:00
error.h Initial import 2006-08-15 20:37:04 +00:00
file.c New API calls burn_fifo_get_statistics(), burn_fifo_next_interval() 2009-11-26 14:43:38 +00:00
file.h New API calls burn_fifo_get_statistics(), burn_fifo_next_interval() 2009-11-26 14:43:38 +00:00
init.c Extended sg-API by sg_shutdown(), sg_dispose_drive(), sg_id_string() 2009-12-27 14:45:05 +00:00
init.h Trying to catch signals from within the writer thread 2007-09-29 18:50:19 +00:00
libburn.h Made number transition to 0.7.7 2010-01-23 10:40:11 +00:00
libdax_audioxtr.c Reacted on build warnings on another system 2007-11-26 15:49:39 +00:00
libdax_audioxtr.h Introduced extraction of .au (but not its usage within cdrskin) 2006-10-24 07:50:31 +00:00
libdax_msgs.c Lifted ban to derive GPLv3, extended copyright range to 2010 2010-01-23 10:42:52 +00:00
libdax_msgs.h Lifted ban to derive GPLv3, extended copyright range to 2010 2010-01-23 10:42:52 +00:00
libdax_msgs_to_xyz_msgs.sh A sed converter which creates libiso_msgs.[ch] from libdax_msgs.[ch] 2007-09-15 17:18:05 +00:00
mmc.c Some clarifications about the GH22LS30 problem 2009-12-06 07:32:38 +00:00
mmc.h Split automatic drive start function from mmc_function_spy() 2009-11-18 12:25:57 +00:00
null.c Initialized member set_size of burn_source within burn_null_source_new() 2007-01-26 17:33:29 +00:00
null.h Initial import 2006-08-15 20:37:04 +00:00
options.c New API calls burn_write_opts_set_dvd_obs(), burn_write_opts_set_stdio_fsync() 2009-11-15 15:30:26 +00:00
options.h New API calls burn_write_opts_set_dvd_obs(), burn_write_opts_set_stdio_fsync() 2009-11-15 15:30:26 +00:00
os-dummy.h New operating system adapter "dummy" for stdio on POSIX-like systems 2009-03-02 17:01:21 +00:00
os-freebsd.h Implemented adivisory FreeBSD drive locking via flock(2) 2010-01-15 18:25:14 +00:00
os-libcdio.h Enlarged buffer size of libcdio adapter on Linux to 64k 2010-01-04 13:52:57 +00:00
os-linux.h Taking into respect drive list from /proc/sys/dev/cdrom/info 2008-08-05 18:00:37 +00:00
os.h Experimentally enabled FreeBSD system adapter for Debian kfreebsd 2009-12-29 13:31:56 +00:00
read.c Made read_capacity error message of burn_read_data() depending on flag bit1 2009-10-09 20:03:06 +00:00
read.h Initial import 2006-08-15 20:37:04 +00:00
sbc.c Revoked asynchronous eject, as we cannot distinguish out from unready 2010-01-09 14:32:51 +00:00
sbc.h Test wether SCSI 1Bh START UNIT would be helpful with ticket 90 2006-11-18 19:49:18 +00:00
sector.c Re-implemented ECMA-130 P-parity, Q-parity and scrambling for BURN_WRITE_RAW 2009-10-17 13:17:06 +00:00
sector.h Disabled code using libburn/lec.c, removed lec.c from libburn 2009-09-01 09:56:51 +00:00
sg-dummy.c New OS adapter burn_os_is_2k_seekrw() replaces S_ISBLK() with pseudo-drives 2010-01-16 12:51:24 +00:00
sg-freebsd-port.c New OS adapter burn_os_is_2k_seekrw() replaces S_ISBLK() with pseudo-drives 2010-01-16 12:51:24 +00:00
sg-freebsd.c Learned how to inquire size of disk-like FreeBSD devices 2010-01-21 10:46:04 +00:00
sg-libcdio.c Learned how to inquire size of disk-like FreeBSD devices 2010-01-21 10:46:04 +00:00
sg-linux.c Changed a comment in sg-linux.c 2010-01-18 10:32:36 +00:00
sg.c Experimentally enabled FreeBSD system adapter for Debian kfreebsd 2009-12-29 13:31:56 +00:00
sg.h New OS adapter burn_os_is_2k_seekrw() replaces S_ISBLK() with pseudo-drives 2010-01-16 12:51:24 +00:00
source.c Implemented burn_source.cancel() in a binary backwards compatible way 2007-12-24 14:21:23 +00:00
source.h Implemented burn_source.cancel() in a binary backwards compatible way 2007-12-24 14:21:23 +00:00
spc.c Revoked asynchronous eject, as we cannot distinguish out from unready 2010-01-09 14:32:51 +00:00
spc.h Making use of libcdio function mmc_get_cmd_scsi_sense() 2009-12-24 17:04:40 +00:00
structure.c New API call burn_track_set_cdxa_conv() 2009-09-11 11:53:36 +00:00
structure.h New API call burn_track_set_cdxa_conv() 2009-09-11 11:53:36 +00:00
toc.c For Linux 2.4, USB : Carefully avoided to inquire more data than available 2007-05-21 18:57:09 +00:00
toc.h Initial import 2006-08-15 20:37:04 +00:00
transport.h Test macros for double START UNIT and SET CD SPEED 2009-11-05 17:03:01 +00:00
util.c Made recognition of CD media codes work in burn_guess_manufacturer() 2009-09-06 09:22:26 +00:00
util.h Made product ID surely a single printable word 2009-09-05 11:29:44 +00:00
write.c Avoiding stream recording on BD if not 64 kB buffer 2010-01-04 13:49:05 +00:00
write.h Took into respect deliberate lack of DVD-R/DL multi session capability 2007-02-25 11:26:20 +00:00