Historique des commits

Auteur SHA1 Message Date
  Alex Perez a50f446273 Merge pull request #215 from saybur/audio-msf il y a 2 ans
  saybur faa0c6ca2d Use a local struct copy when finding the last CUE track. il y a 2 ans
  saybur 299656a157 Support for platform eject buttons. il y a 2 ans
  saybur 14aac8050a Set file_offset to start of actual track. il y a 2 ans
  saybur fcac5ae7c6 Intercept READ(6) to allow CHECK CONDITION when blocksize != 2048 il y a 2 ans
  saybur 3a6abfee24 Reject basic READ commands if the 2048-byte spec requirement is not met. il y a 2 ans
  saybur 89331518dd Leaving reference to a vendor-specific rewind/fast-forward command. il y a 2 ans
  saybur 6ccdfd4549 Implement some vendor-specific behavior the Apple driver expects. il y a 2 ans
  saybur 4b66b35893 Implementation of CD-specific READ CAPACITY command. il y a 2 ans
  saybur 519dc231e6 Add explicit bounds checking for read CD commands. il y a 2 ans
  saybur dcee82f0cd Fix playback positioning within tracks. il y a 2 ans
  saybur f845eb6f12 Have A0, A1, A2 pointers match the track types they point to. il y a 2 ans
  saybur de5893fa86 Update simple full TOC reporting to adjustments made to regular version. il y a 2 ans
  saybur 4e30a0ad53 Report updated lead-out information for basic TOC command il y a 2 ans
  saybur 10f9302df5 Handle lead-out positioning given variable length data in the image. il y a 2 ans
  saybur fe21f38699 Full TOC needs to return addresses in hex rather than bcd. il y a 2 ans
  saybur 4e81c3e992 Remove TOC handler for PMA area (format 0011b) il y a 2 ans
  saybur 92a39b092c Q sub-channel Min/Sec/Frame changed to relative addressing. il y a 2 ans
  saybur 6d524ef910 Offset MSF addresses with 2s pre-gap. il y a 2 ans
  saybur 2b4dda189a Remove B0 and C0 headers from full TOC response. il y a 2 ans
  saybur 142548f5cf Change READ HEADER to return sector address instead of track start address. il y a 2 ans
  saybur b7a9146512 Fix off-by-one error in debug messages. il y a 2 ans
  saybur e34898b321 Adjustment to raw TOC ATIME field. il y a 2 ans
  saybur f1dc0e35e6 Consolidate MSF/LBA conversion logic. il y a 2 ans
  saybur 6d0c464420 Change READ TOC track parameter to be the start track for return data. il y a 2 ans
  saybur 977da94eec Fix my earlier error, this should have been advancing the pointer. il y a 2 ans
  saybur 385ec19b01 Add audio stop for SEEK commands. il y a 2 ans
  saybur e69d4eb4dd Unused variable warning for non-audio firmware. il y a 2 ans
  saybur 45748b4dff Implement STOP PLAY/SCAN il y a 2 ans
  saybur 766f65da8c Added mode page 0x0D and a vendor-specific way to stop playback. il y a 2 ans