1. 69cfda7 add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets by Josh Coalson · 20 years ago
  2. 63f8edc revamp OggFLAC__SeekableStreamDecoder to derive from OggFLAC__StreamDecoder instead of FLAC__SeekableStreamDecoder; rewrite seek routine to do a binary search through Ogg pages, instead of the seektable-based search of FLAC__SeekableStreamDecoder by Josh Coalson · 20 years ago
  3. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  4. 073bd9e revamp ogg flac file decoder; it needed to be derived from the ogg flac stream encoder instead of the flac file encoder by Josh Coalson · 21 years ago
  5. 06c9c53 fix bug in read callback where *bytes was not being set to 0 on end-of-stream condition by Josh Coalson · 21 years ago
  6. 3c2bdf8 add ogg seekable stream and file encoder and decoder interfaces by Josh Coalson · 21 years ago
  7. a47fa56 augment unit tests to test for correctness with unknown metadata blocks by Josh Coalson · 22 years ago
  8. a52a555 move common stuff into metadata_utils by Josh Coalson · 22 years ago
  9. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  10. b8f8a07 updates to work with new grabbag lib by Josh Coalson · 22 years ago
  11. 5843fc2 work related to moving some file utils into the new file_utils convenience lib by Josh Coalson · 22 years ago
  12. 8304c8f add support for serial number in Ogg streams by Josh Coalson · 22 years ago
  13. 765ff50 minor formatting by Josh Coalson · 22 years ago
  14. fedb0ae update tests to reflect addition of vorbis comment with vendor string by Josh Coalson · 22 years ago
  15. a86f870 add tests for libOggFLAC and libOggFLAC++ by Josh Coalson · 22 years ago