Commit Graph

314 Commits

Author SHA1 Message Date
63dd52b6a4 Introduced temporary test program to produce SUN .au files 2006-10-24 14:10:16 +00:00
5d624f1d5a Enabled automatic extraction of .au 2006-10-24 13:02:20 +00:00
03c2f0d21e Enabled byte swapping for audio track sources, added anti option -swab 2006-10-24 10:20:35 +00:00
d2d1883356 Introduced extraction of .au (but not its usage within cdrskin) 2006-10-24 07:50:31 +00:00
e44b5c0465 Corrected -toc track counter and notified about "hidden" tracks 2006-10-23 13:47:10 +00:00
8b3b04db7c Updated tangling of FreeBSD code with mmc.c :( 2006-10-23 12:41:29 +00:00
728c8621b4 Made available drive buffer fill during write 2006-10-23 11:31:37 +00:00
95965c695d Made use of burn_drive_info.revision as firmware revision text 2006-10-23 07:44:25 +00:00
41ecb32c4a Made clarification in remark about atip speed conversion 2006-10-23 07:42:46 +00:00
406d6e25dc Regulated coexistence of options -toc and -atip 2006-10-22 13:14:33 +00:00
24bd1bada5 Implemented cdrskin -toc 2006-10-22 13:03:28 +00:00
6a68e1ed69 Split enumerate_common() into logic-layer, command-layer, transport-layer 2006-10-21 18:51:35 +00:00
7c90dbf4b1 Clarified relation of burn_disc_read_atip() and burn_drive_get_start_end_lba() 2006-10-21 10:38:31 +00:00
9a12d64c7e Clarified relation of burn_disc_read_atip() and burn_drive_get_start_end_lba() 2006-10-21 10:37:58 +00:00
0553687bff Implemented some ATIP functionality 2006-10-21 10:34:15 +00:00
37ac61dabf Classified media with TOC read error as unsuitable (rather than as blank) 2006-10-20 15:16:29 +00:00
690373c4c2 Updated help text of libburner 2006-10-20 13:58:53 +00:00
0dec4cdc1a Made cdrskin produce "ATIP start of lead" (on non-blank media for now) 2006-10-20 11:34:52 +00:00
Alexander Nedotsukov
7c40c0fca2 Unused siblings locking bits excluded from FreeBSD build. 2006-10-20 06:56:02 +00:00
7c53e5f1d7 Corrected -help text 2006-10-19 16:49:00 +00:00
6976b0cbb8 Updated documentation about cdrskin-0.2.3 2006-10-19 16:23:54 +00:00
acfb7ece77 Made cdrskin use libburn/cleanup.[oh] by default (not cdrskin/cleanup.[ch]) 2006-10-19 09:46:57 +00:00
c62beee701 Freed all tracks after burning and not only last one 2006-10-19 09:39:10 +00:00
Alexander Nedotsukov
f7e3bceff7 Replaced malloc/memset pairs with single calloc() call. 2006-10-19 08:31:33 +00:00
Alexander Nedotsukov
757a718f5a Handled platform specific differences in time zone calculation. 2006-10-19 08:12:29 +00:00
Alexander Nedotsukov
7348c61553 - Libs specification corrected.
Pthreads is private to libburn and we should require clients
  to link against it only in case of static linking.
- Added system specific libraries to private librraies list.
2006-10-19 08:06:18 +00:00
5f652a7f52 Removed a typo 2006-10-18 18:23:06 +00:00
1fa2351602 Changed audio statements to reflect new situation 2006-10-18 17:50:24 +00:00
8cdbaaa0d2 Removed assumption BURN_DRIVE_IDLE==0 2006-10-18 17:48:04 +00:00
3b543ab883 Added --audio and multi-track, removed --verbose, hid --burn_for_real 2006-10-18 16:59:07 +00:00
a08dacb94e Implemented some cdrecord pickiness for .wav extraction 2006-10-17 16:52:58 +00:00
8eddd8f422 Roughly implemented automatic .wav extraction in cdrskin 2006-10-17 14:13:30 +00:00
Alexander Nedotsukov
e544abde2c - Added logging to libdax_msgs similar to Linux backend.
- Added mmc_function_spy() traces.
2006-10-17 03:09:29 +00:00
3142dd6d05 Made helptext print to stderr rather than stdout 2006-10-15 21:14:22 +00:00
6bb2c36f17 Hopefully fixed problem with stdin as audio source 2006-10-15 21:04:00 +00:00
e282d5f686 Hopefully fixed memory problem which causes sigabrt on free 2006-10-15 19:26:22 +00:00
59ba152e36 Hunting a malloc/free memory problem 2006-10-15 18:49:30 +00:00
3f6b6f73a3 Fixed permissions of eventually created output file 2006-10-15 14:19:21 +00:00
bf0dedae2c Implemented a first attempt of a .wav decapitator (ticket 38) 2006-10-15 13:56:30 +00:00
f08a680b5e Implemented a first attempt of a .wav decapitator (ticket 38) 2006-10-15 13:51:41 +00:00
3c6f6de961 Changed ambigous include statement of libburn.h 2006-10-15 13:44:44 +00:00
Alexander Nedotsukov
c32a424f27 Move Linux specific includes to the place where they actually required. 2006-10-15 13:07:43 +00:00
980e573b9f Introduced burn_drive_enumerator_t to allow more complete sg-freebsd implementation 2006-10-14 12:24:03 +00:00
1bda5fe4fa Removed bug in burn_disc_write_sync(): BURN_DRIVE_IDLE, then d->sync_cache() 2006-10-13 11:46:07 +00:00
0accb7728a Made libburn and cdrskin build on my Linux again 2006-10-13 10:22:21 +00:00
Mario Danic
62cf36d11f Implemented freebsd transport layer 2006-10-12 17:38:32 +00:00
Mario Danic
11ae4b357b Prepared sg files for multi-os support 2006-10-12 17:36:38 +00:00
Mario Danic
7b456c60c6 Made several changes for freebsd support 2006-10-12 17:35:06 +00:00
Mario Danic
9edf861b03 Initial preparations for multi-os support 2006-10-12 17:33:22 +00:00
Mario Danic
d70229dcb3 Modified structure.c 2006-10-12 17:31:58 +00:00