Commit Graph

53 Commits

Author SHA1 Message Date
Thomas Schmitt ae667ca2e8 Adapted libburner to new advise about signal handling 2010-03-06 13:52:21 +00:00
Thomas Schmitt 54005cb60e Lifted ban to derive GPLv3, extended copyright range to 2010 2010-01-23 10:42:52 +00:00
Thomas Schmitt 734759190a Carified in libburner.c that apps must use 64 bit off_t. 2010-01-14 14:09:30 +00:00
Thomas Schmitt 16ffa10831 Carified in libburner.c that apps must use 64 bit off_t. 2010-01-14 14:01:13 +00:00
Thomas Schmitt 8276611468 Avoided SIGSEGV if no drives were found by scan 2009-06-02 16:30:06 +00:00
Thomas Schmitt 6fea3d0a9b Updated copyright claims to year 2009 2009-01-04 11:29:37 +00:00
Thomas Schmitt 687bde257c Cosmetic changes 2008-12-29 10:53:58 +00:00
Thomas Schmitt 147cb430d1 Updated libburner to BD-R 2008-12-14 10:45:04 +00:00
Thomas Schmitt a54113267e Declared BD-RE to be supported 2008-05-06 18:08:04 +00:00
Thomas Schmitt 5c6366ecbd Mentioned support for DVD+R/DL. 2008-02-28 13:24:08 +00:00
Thomas Schmitt c48244abfc Directed error message to proper output channel 2008-02-21 20:11:20 +00:00
Thomas Schmitt 6864b1d621 Minor changes with waiting for drive and fifo status display 2007-10-07 11:06:37 +00:00
Thomas Schmitt e065ff1db7 Inserted the necessary error messages and magic numbers 2007-10-04 20:06:38 +00:00
Thomas Schmitt f3966e5fee Made use of 4 MB fifo 2007-10-03 22:38:39 +00:00
Thomas Schmitt 011ba599cd Blocked against file descriptor drives. Too dangerous for a demo. 2007-09-24 18:21:32 +00:00
Thomas Schmitt 0c14e6ee4c burn_drive_grab_dummy() becomes invisible part of burn_drive_scan_and_grab() 2007-09-05 19:42:03 +00:00
Thomas Schmitt 970e2798ba Testing new API functions via --drive stdio:<path> 2007-09-04 22:51:44 +00:00
Thomas Schmitt 6950ac8c42 Reflected recent URL changes to libburnia-project.org 2007-08-11 07:51:04 +00:00
Thomas Schmitt 81d68aeb83 Changed "KB" to "kiB" 2007-06-10 08:06:03 +00:00
Thomas Schmitt 1a054b54c9 Updated media list in introduction comment 2007-04-06 06:49:51 +00:00
Thomas Schmitt 64ae333863 Macro for length of rejection reasons string (old size is still safe) 2007-02-22 09:49:18 +00:00
Thomas Schmitt 8c0e0a7a47 Removed unprecise unnecessary comment 2007-02-17 09:09:34 +00:00
Thomas Schmitt c570e4868d Allowed forceful blanking of blank media in burn_disc_erase() 2007-02-17 08:56:41 +00:00
Thomas Schmitt dc281902a5 Removed or updated outdated restriction statements 2007-02-13 14:38:14 +00:00
Thomas Schmitt 50eba7ee31 Updated documentation aspects 2007-02-07 17:49:52 +00:00
Thomas Schmitt 494693cc63 Made use of burn_write_opts_auto_write_type() 2007-02-07 16:37:25 +00:00
Thomas Schmitt fefdbc646f Mentioned DVD-RAM where appropriate 2007-01-13 21:20:56 +00:00
Thomas Schmitt ab51d551d3 New formatting parameter "size". Sorry for changing API. Function is a week old. 2007-01-06 12:08:57 +00:00
Thomas Schmitt 441c2a32cd Made use of formatting of DVD-RW 2007-01-02 12:57:47 +00:00
Thomas Schmitt 00afac796e Removed unnecessary waiting loops after grab, mentioned DVD+RW 2006-12-24 20:24:43 +00:00
Thomas Schmitt 59d3e7296b Report media type, avoid self contradicting messages with DVD+RW --multi 2006-12-21 20:58:26 +00:00
Thomas Schmitt aafc0b0be2 Changed URLs and umbrella names to libburnia 2006-12-03 15:56:27 +00:00
Thomas Schmitt 15df1d819c Corrected two minor bugs 2006-11-25 16:05:23 +00:00
Thomas Schmitt 11f16316b1 Made use of libburn device address translation (/dev/sr0, /dev/cdrom, ...) 2006-11-25 15:43:31 +00:00
Thomas Schmitt 56ab215db0 Ticket 91: update media state model after content change 2006-11-25 15:26:35 +00:00
Thomas Schmitt 254852ee36 Enabled multi-session with libburner 2006-11-17 19:51:51 +00:00
Thomas Schmitt 908a6b336b Obsoleted --stdin_size by automatic TAO. Cared for non-plain track files 2006-11-16 16:38:23 +00:00
Thomas Schmitt a239d54bd7 Changed status report during blanking (there are no "sectors") 2006-11-03 06:30:18 +00:00
Thomas Schmitt 15e37555ae Repaired broken macro settings during Linux build 2006-11-01 17:19:37 +00:00
Thomas Schmitt 1477b9097f Freed all tracks after burning and not only last one 2006-10-19 09:39:10 +00:00
Thomas Schmitt a6f394f626 Added --audio and multi-track, removed --verbose, hid --burn_for_real 2006-10-18 16:59:07 +00:00
Thomas Schmitt 3b16ef699f Implemented new API function burn_set_signal_handling(), libburner uses it 2006-10-03 16:37:08 +00:00
Thomas Schmitt 2ef83d54f7 Officialized burn_drive_info_forget() 2006-09-11 17:49:42 +00:00
Thomas Schmitt fb2deba58c Re-enabled call to burn_drive_info_free() after repair by revision 93 2006-09-10 17:25:00 +00:00
Thomas Schmitt 59f0c4caa3 Slowed down highspeed loops waiting for drive status changes 2006-09-10 10:09:17 +00:00
Thomas Schmitt 1878671798 Added constraint --stdin_size >= 600k, better bus scan behavior 2006-09-07 18:43:37 +00:00
Thomas Schmitt 085d025bd4 Changed a macro name from Burniso_ to Libburner_ 2006-09-07 09:32:18 +00:00
Thomas Schmitt 642cc5f77f Re-inserted lost tab. 2006-09-05 21:17:37 +00:00
Thomas Schmitt c2c9f4d77f Rearranged definitions and header inclusions. Is safer so. 2006-09-05 19:12:47 +00:00
Thomas Schmitt 5ece1f0db3 Added upcoming clarification of copyright and license aspiration 2006-09-02 20:29:58 +00:00