1. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  2. 2757af6 get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage by Josh Coalson · 20 years ago
  3. 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
  4. 3cb8341 add pragma to disable annoying MSVC warning C4800 by Josh Coalson · 20 years ago
  5. cc75611 fix valgrind uninitialized memory errors by Josh Coalson · 20 years ago
  6. 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
  7. 93efc40 *** empty log message *** by Josh Coalson · 21 years ago
  8. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  9. e6d52b0 add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata rewriting by Josh Coalson · 21 years ago
  10. b71b56c various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  11. 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
  12. 9c650a5 add undocumented option --apply-replaygain-which-is-not-lossless to flac; required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/ by Josh Coalson · 21 years ago
  13. 3c2bdf8 add ogg seekable stream and file encoder and decoder interfaces by Josh Coalson · 21 years ago
  14. e7e5675 add metadata callback back to ogg stream encoder by Josh Coalson · 21 years ago
  15. 8bd4884 add the metadata callback back in the stream encoder by Josh Coalson · 21 years ago
  16. ca56e93 Build libtool archives instead of plain .a archives, so that PIC versions are by Matt Zimmerman · 21 years ago
  17. 630d22e remove reference to obsolete Makefile.vc by Josh Coalson · 21 years ago
  18. d8109c2 obsolete now that .dsp files are complete by Josh Coalson · 21 years ago
  19. 53496dd bump version number to 1.1.0 by Josh Coalson · 21 years ago
  20. 8dea208 Second patch from X-Fixer: tweaks for better MSVC build by Josh Coalson · 22 years ago
  21. a47fa56 augment unit tests to test for correctness with unknown metadata blocks by Josh Coalson · 22 years ago
  22. 7eca3ff minor verbiage by Josh Coalson · 22 years ago
  23. a52a555 move common stuff into metadata_utils by Josh Coalson · 22 years ago
  24. 26dff91 add new/missing files by Josh Coalson · 22 years ago
  25. 3f0f742 initial import, copied from test_libFLAC/ by Josh Coalson · 22 years ago
  26. e1565f0 minor verbiage by Josh Coalson · 22 years ago
  27. 75d78a3 bump version string to 1.0.5_beta2 by Josh Coalson · 22 years ago
  28. 4c2676a update the version number from 1.0.4 to 1.0.5-beta1 by Josh Coalson · 22 years ago
  29. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  30. f91251d add flushed fwrite in Valgrind mode by Josh Coalson · 22 years ago
  31. 44ca9fe fix library list by Josh Coalson · 22 years ago
  32. fcc7a68 get Makefile.vc system working again with new debug/release dirs and static/dynamic targets by Josh Coalson · 22 years ago
  33. bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
  34. b74fc98 revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files by Josh Coalson · 22 years ago
  35. af385ab fix path to grabbag lib by Josh Coalson · 22 years ago
  36. b8f8a07 updates to work with new grabbag lib by Josh Coalson · 22 years ago
  37. 5843fc2 work related to moving some file utils into the new file_utils convenience lib by Josh Coalson · 22 years ago
  38. cd0e322 add notion of topdir to Makefile.lite build system by Josh Coalson · 22 years ago
  39. 8806494 fixes for building static libs (new FLAC__NO_DLL #define) by Josh Coalson · 22 years ago
  40. a15bc55 initial import by Josh Coalson · 22 years ago
  41. 18db4f4 change .cc suffix to .cpp by Josh Coalson · 22 years ago
  42. fc70147 changes for MSCV: added dsp file, rename any .cc files to .cpp by Josh Coalson · 22 years ago
  43. 4240c53 rename .cc files to .cpp since I can find no way to make MSVC recognize .cc as a valid C++ file extension by Josh Coalson · 22 years ago
  44. acf812a Fix a broken search-and-replace which produced effects like @ OGG_CFLAGS@ by Matt Zimmerman · 22 years ago
  45. 3960df1 Fix slightly botched search-and-replace which produced constructs like by Matt Zimmerman · 22 years ago
  46. e525917 Use config.h rather than passing all defs in CFLAGS by Matt Zimmerman · 22 years ago
  47. 7dfd40d bump the version number from 1.0.4_beta to 1.0.4 by Josh Coalson · 22 years ago
  48. da2dcd0 minor cosmetics by Josh Coalson · 22 years ago
  49. 6b2efd0 bump version number to 1.0.4_beta by Josh Coalson · 22 years ago
  50. 8304c8f add support for serial number in Ogg streams by Josh Coalson · 22 years ago
  51. 765ff50 minor formatting by Josh Coalson · 22 years ago
  52. fedb0ae update tests to reflect addition of vorbis comment with vendor string by Josh Coalson · 22 years ago
  53. a86f870 add tests for libOggFLAC and libOggFLAC++ by Josh Coalson · 22 years ago