Commit Graph

261 Commits (4dbae90e80ea16719b33a641571fff46645e3125)
 

Author SHA1 Message Date
Alexander Nedotsukov 4dbae90e80 Handled platform specific differences in time zone calculation. 17 years ago
Alexander Nedotsukov a8d9882280 - 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.
17 years ago
Thomas Schmitt 82bddb6e4c Removed a typo 17 years ago
Thomas Schmitt 8961d47fed Changed audio statements to reflect new situation 17 years ago
Thomas Schmitt 401329f710 Removed assumption BURN_DRIVE_IDLE==0 17 years ago
Thomas Schmitt a6f394f626 Added --audio and multi-track, removed --verbose, hid --burn_for_real 17 years ago
Thomas Schmitt 362bcc9cc0 Implemented some cdrecord pickiness for .wav extraction 17 years ago
Thomas Schmitt 1e80ad2187 Roughly implemented automatic .wav extraction in cdrskin 17 years ago
Alexander Nedotsukov f8fd6a21f4 - Added logging to libdax_msgs similar to Linux backend.
- Added mmc_function_spy() traces.
17 years ago
Thomas Schmitt 398d068820 Made helptext print to stderr rather than stdout 17 years ago
Thomas Schmitt e326e9aac9 Hopefully fixed problem with stdin as audio source 17 years ago
Thomas Schmitt fdfc4ebf36 Hopefully fixed memory problem which causes sigabrt on free 17 years ago
Thomas Schmitt cb42e2fcd9 Hunting a malloc/free memory problem 17 years ago
Thomas Schmitt 1851f3f82a Fixed permissions of eventually created output file 17 years ago
Thomas Schmitt e423bda96f Implemented a first attempt of a .wav decapitator (ticket 38) 17 years ago
Thomas Schmitt 9d3f1292d6 Implemented a first attempt of a .wav decapitator (ticket 38) 17 years ago
Thomas Schmitt 6cdfb35c09 Changed ambigous include statement of libburn.h 17 years ago
Alexander Nedotsukov e28798d8a0 Move Linux specific includes to the place where they actually required. 17 years ago
Thomas Schmitt 0710bbb4fb Introduced burn_drive_enumerator_t to allow more complete sg-freebsd implementation 17 years ago
Thomas Schmitt 6ad8e2e251 Removed bug in burn_disc_write_sync(): BURN_DRIVE_IDLE, then d->sync_cache() 17 years ago
Thomas Schmitt 170eb96356 Made libburn and cdrskin build on my Linux again 17 years ago
Mario Danic 1d570af0b5 Implemented freebsd transport layer 17 years ago
Mario Danic 5fd59b1858 Prepared sg files for multi-os support 17 years ago
Mario Danic 86bfcea2b3 Made several changes for freebsd support 17 years ago
Mario Danic 16086d5a7b Initial preparations for multi-os support 17 years ago
Mario Danic ac6eed7aef Modified structure.c 17 years ago
Thomas Schmitt 6310bd0c74 Changed pseudo-cdrecord addresses: /dev/hdX = ATA:(X-'a')/2,(X-'a')%2,0 17 years ago
Thomas Schmitt be991c61d7 Got rid of assert() in libburn 17 years ago
Thomas Schmitt 6c3f912561 Got rid of assert() in sg.c by soft means 17 years ago
Thomas Schmitt 96af620334 Got rid of assert() in sector.c by soft means 17 years ago
Thomas Schmitt bd1577debd Got rid of assert() in mmc.c by soft means 17 years ago
Thomas Schmitt cf8aacb27d Got rid of assert() in write.c by soft means 17 years ago
Thomas Schmitt 5d0b8265b2 Got rid of assert() in util.c by soft means 17 years ago
Thomas Schmitt f5603c7519 Got rid of assert() in to.c by soft means 17 years ago
Thomas Schmitt 2403532242 Got rid of assert() in structure.c by soft means 17 years ago
Thomas Schmitt 988622c3b6 Got rid of assert() in spc.c by soft means 17 years ago
Thomas Schmitt c6bd87af59 Got rid of some assert() in sg.c by soft means 17 years ago
Thomas Schmitt b202e3be5b Got rid of assert() in read.c by soft means 17 years ago
Thomas Schmitt d252d1fc9b Got rid of assert() in options.c by soft means 17 years ago
Thomas Schmitt a8921e4f59 Got rid of assert() in init.c by soft means 17 years ago
Thomas Schmitt ff0be0eeae Got rid of assert() in drive.c by soft means 17 years ago
Thomas Schmitt 91f2a231f3 Got rid by soft means of assert() in async.c 17 years ago
Thomas Schmitt 16d3089ba8 Listed findings on assert() within libburn 17 years ago
Thomas Schmitt b6831605b2 Made use of SCSI_IOCTL_GET_BUS_NUMBER in hope of cdrecord compatibility 17 years ago
Thomas Schmitt 1fe7f68b43 Uploaded forgotten part of revision 245 17 years ago
Thomas Schmitt 3b16ef699f Implemented new API function burn_set_signal_handling(), libburner uses it 17 years ago
Thomas Schmitt b3bea43074 Implemented burn_abort() and made use of it 17 years ago
Thomas Schmitt 5aa2729766 Enhanced Cdrpreskin__cdrecord_to_dev so it warns of invisible SCSI drive 17 years ago
Thomas Schmitt 9c48ad4dff Restored vanished line at end of -help text and added a new one 17 years ago
Thomas Schmitt 6dbcf6a8f4 Made official exclusive==2 with burn_preset_device_open() 17 years ago