libburn/libburn
Thomas Schmitt d4147e72f0 Mentioned the need for 64 bit file i/o 2009-01-27 12:10:39 +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 Complaining and refusing more early with unformatted BD-RE 2009-01-06 13:53:01 +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 Kept SIGWINCH from spoiling a burn. 2007-01-11 13:31:28 +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 API function burn_get_read_capacity() 2008-12-17 09:19:34 +00:00
drive.h Taking into respect drive list from /proc/sys/dev/cdrom/info 2008-08-05 18:00:37 +00:00
error.h Initial import 2006-08-15 20:37:04 +00:00
file.c Cancelling libburn fifo thread before freeing the fifo object 2008-11-08 14:18:14 +00:00
file.h Cancelling libburn fifo thread before freeing the fifo object 2008-11-08 14:18:14 +00:00
init.c Changed meaning of unrecognized severity texts from FATAL to ALL 2008-02-22 21:38:09 +00:00
init.h Trying to catch signals from within the writer thread 2007-09-29 18:50:19 +00:00
lec.c Initial import 2006-08-15 20:37:04 +00:00
lec.h Initial import 2006-08-15 20:37:04 +00:00
libburn.h Mentioned the need for 64 bit file i/o 2009-01-27 12:10:39 +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 Updated copyright claims to year 2009 2009-01-04 11:29:37 +00:00
libdax_msgs.h Prepared eventual closing of spoiled BD-R media by a pseudo write run 2009-01-11 10:28:05 +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 Recognizing BD-R media spoiled by the close bug and handling them as appendable 2009-01-09 09:59:59 +00:00
mmc.h Formatting of BD-R SRM to default size and by index 2008-12-10 09:26:09 +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 call burn_write_opts_set_stream_recording() 2008-04-12 16:42:45 +00:00
options.h New API call burn_write_opts_set_stream_recording() 2008-04-12 16:42:45 +00:00
os-freebsd.h Restored FreeBSD backend. 2007-01-24 12:44:22 +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 Made consolidaed operating system adapters for ease of porting 2006-11-16 11:17:55 +00:00
read.c Prevented SIGSEGV after illegal drive operations during sync write 2008-10-04 07:27:43 +00:00
read.h Initial import 2006-08-15 20:37:04 +00:00
sbc.c Updated a comment about Immed and a debug message with tray loading 2007-09-23 16:35:44 +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 Implemented burn_source.cancel() in a binary backwards compatible way 2007-12-24 14:21:23 +00:00
sector.h Got rid of assert() in sector.c by soft means 2006-10-10 11:26:46 +00:00
sg-freebsd-port.c Removed remark that use of statvfs() was untested with FreeBSD 2008-11-15 22:07:24 +00:00
sg-freebsd.c Removed remark that use of statvfs() was untested with FreeBSD 2008-11-15 22:07:24 +00:00
sg-linux.c Bug fix: /dev/sr0 was accepted as enumerable address on Linux 2.4 2008-09-29 07:35:30 +00:00
sg.c Made consolidaed operating system adapters for ease of porting 2006-11-16 11:17:55 +00:00
sg.h Enable os dependend stdio size estimation 2007-09-09 13:31:29 +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 Error texts for ASC 73 : power calibration and program memory 2009-01-06 12:25:53 +00:00
spc.h Made use of Immed bit with 1Bh START STOP UNIT and 35h SYNCHRONIZE CACHE 2007-09-18 20:03:20 +00:00
structure.c Defaulting sessions without leadout entry 2008-12-03 08:52:44 +00:00
structure.h CD burn_toc_entries now bear extension_valid data 2008-08-09 07:18:53 +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 Recognizing BD-R media spoiled by the close bug and handling them as appendable 2009-01-09 09:59:59 +00:00
util.c Gave up problematic and unused version.h 2008-09-14 17:45:11 +00:00
util.h Initial import 2006-08-15 20:37:04 +00:00
write.c Prepared eventual closing of spoiled BD-R media by a pseudo write run 2009-01-11 10:28: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