Commit Graph

52 Commits

Author SHA1 Message Date
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 35a1a1f7d7 Removed obsolete test programs 2006-11-23 09:10:03 +00:00
Thomas Schmitt 18a592ad28 Shifted a comma 2006-11-17 21:30:25 +00:00
Thomas Schmitt ba48efbc52 Shifted a comma 2006-11-17 21:29:19 +00:00
Thomas Schmitt 0513a4eb2f Obsoleted old test program 2006-11-17 20:15:14 +00:00
Thomas Schmitt 254852ee36 Enabled multi-session with libburner 2006-11-17 19:51:51 +00:00
Thomas Schmitt ef6d76c22d Created info retrieval companion for libburner 2006-11-17 19:38:28 +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
Mario Danic 16cbb18f15 Removed remaining signs of libisofs in libburn tree 2006-11-14 00:52:32 +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 4b98af6011 Introduced temporary test program to produce SUN .au files 2006-10-24 14:10:16 +00:00
Thomas Schmitt 7d6e1b18e6 Enabled automatic extraction of .au 2006-10-24 13:02:20 +00:00
Thomas Schmitt 0d26beb2ed Introduced extraction of .au (but not its usage within cdrskin) 2006-10-24 07:50:31 +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 362bcc9cc0 Implemented some cdrecord pickiness for .wav extraction 2006-10-17 16:52:58 +00:00
Thomas Schmitt 1e80ad2187 Roughly implemented automatic .wav extraction in cdrskin 2006-10-17 14:13:30 +00:00
Thomas Schmitt 398d068820 Made helptext print to stderr rather than stdout 2006-10-15 21:14:22 +00:00
Thomas Schmitt cb42e2fcd9 Hunting a malloc/free memory problem 2006-10-15 18:49:30 +00:00
Thomas Schmitt 1851f3f82a Fixed permissions of eventually created output file 2006-10-15 14:19:21 +00:00
Thomas Schmitt e423bda96f Implemented a first attempt of a .wav decapitator (ticket 38) 2006-10-15 13:56:30 +00:00
Thomas Schmitt 3b16ef699f Implemented new API function burn_set_signal_handling(), libburner uses it 2006-10-03 16:37:08 +00:00
Mario Danic b28b07ce3e Removed obsolete test examples 2006-09-13 09:47:19 +00:00
Mario Danic e27b5e80fe Slightly modified master test 2006-09-12 19:28:18 +00:00
Thomas Schmitt af2cbe9354 Deleted until next occasion: testburner 2006-09-11 18:13:19 +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 eed4a0a89e Hopefully ensured correct burn_disc_is_erasable() already after first grab 2006-09-08 20:17:18 +00:00
Thomas Schmitt 1878671798 Added constraint --stdin_size >= 600k, better bus scan behavior 2006-09-07 18:43:37 +00:00
Thomas Schmitt f2e723bb2d Removed a remnant piece of rather unhealthy test code 2006-09-07 18:10:58 +00:00
Thomas Schmitt 187408f4b8 Prepared test bed for burn_drive_info_forget() as regular API call 2006-09-07 17:58:30 +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
Thomas Schmitt 535a86a97e Made "read-ahead" comment sufficiently ambigous: "buffer"|"filesystem" == "" 2006-09-01 12:34:37 +00:00
Thomas Schmitt 8642b335bb Added 300 kB of padding to get rid of warning in doc, plus end sector padding 2006-08-31 11:07:28 +00:00
Thomas Schmitt 36e1c5caa8 My proposal for a new souvereign app as API doc and reference for API decisions 2006-08-30 15:14:41 +00:00
Thomas Schmitt 24ad08b9ad Repaired SIGSEGV caused by releasing ungrabbed drive after mere bus scan 2006-08-30 12:23:01 +00:00
Thomas Schmitt 96466c3be1 Integrated functionality of test/blank.c into test/burniso.c 2006-08-29 21:07:26 +00:00
Thomas Schmitt a21c112fc5 Integrated functionality of test/devices.c into test/burniso.c 2006-08-28 20:26:02 +00:00
Thomas Schmitt 29ce7967dc Polished a bit more for doxygen 2006-08-28 11:55:46 +00:00
Thomas Schmitt c4d3ea8b5a Disabled inner burn_drive_info_free like in cdrskin, polished a bit 2006-08-27 22:27:59 +00:00
Thomas Schmitt 3d012e70b9 Rewrote test/blank.c to new API practice, inflated explanation comments 2006-08-27 22:26:09 +00:00
Thomas Schmitt f5878392d2 Rewrote it to new API practice, inflated explanation comments, SAO mode 2006-08-26 21:43:08 +00:00
Mario Danic 3ec88660e0 Fixed build mess 2006-08-24 20:46:12 +00:00