1. d5c593b add documentation for new callback-based functions by Josh Coalson · 20 years ago
  2. deab462 add libFLAC++ equivalent callback-based chain reading/writing and tests by Josh Coalson · 20 years ago
  3. 0e46bf5 do not close any file handles in the callback-based chain reading/writing by Josh Coalson · 20 years ago
  4. 463a22c add callback-based versions of chain writing: FLAC__metadata_chain_check_if_tempfile_needed(), FLAC__metadata_chain_write_with_callbacks(), FLAC__metadata_chain_write_with_callbacks_and_tempfile() by Josh Coalson · 20 years ago
  5. eaf8fbd add an EOF callback to the mix by Josh Coalson · 20 years ago
  6. 91748be add FLAC__metadata_chain_read_with_callbacks() by Josh Coalson · 20 years ago
  7. d8934e2 add callback.h by Josh Coalson · 20 years ago
  8. 85d7b9f minor comments by Josh Coalson · 20 years ago
  9. f37a397 get rid of obsolete *_get_decode_position() methods by Josh Coalson · 20 years ago
  10. 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
  11. f45b2a8 minor reordering of decoder state enum to match FLAC layers by Josh Coalson · 21 years ago
  12. 287ba3a fix doc typos by Josh Coalson · 21 years ago
  13. 8a5b740 *** empty log message *** by Josh Coalson · 21 years ago
  14. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  15. e6d52b0 add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata rewriting by Josh Coalson · 21 years ago
  16. 30cd316 revamp OggFLAC__SeekableStreamEncoder to derive from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  17. b71b56c various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  18. 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
  19. 0bc2c32 minor comments by Josh Coalson · 21 years ago
  20. 37a4d2a workaround MSVC bug re: scoping of nested classes by Josh Coalson · 21 years ago
  21. 2ea9693 fix __LIBNAME__ definition by Josh Coalson · 21 years ago
  22. 5dda2bd use double for scale factor instead of float by Josh Coalson · 21 years ago
  23. 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
  24. 45df151 better end-of-file/stream checking by Josh Coalson · 21 years ago
  25. 3c2bdf8 add ogg seekable stream and file encoder and decoder interfaces by Josh Coalson · 21 years ago
  26. 4e96cdb minor syntax by Josh Coalson · 21 years ago
  27. 069a58b minor formatting by Josh Coalson · 21 years ago
  28. 071e13a minor comments by Josh Coalson · 21 years ago
  29. 6e2c6d9 add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust by Josh Coalson · 21 years ago
  30. 85f5357 minor comments by Josh Coalson · 21 years ago
  31. 774a127 minor syntax by Josh Coalson · 21 years ago
  32. d36b346 add resolved_as_cstring() by Josh Coalson · 21 years ago
  33. c6d1fc8 minor formatting by Josh Coalson · 21 years ago
  34. 02e6011 remove leftover and unimplemented proto FLAC__file_decoder_process_remaining_frames() by Josh Coalson · 21 years ago
  35. 8bd4884 add the metadata callback back in the stream encoder by Josh Coalson · 21 years ago
  36. 43b0ddc add OggFLAC__stream_encoder_get_resolved_state_string() by Josh Coalson · 21 years ago
  37. 75c7968 more API comments, add OggFLAC__file_decoder_set_serial_number(), OggFLAC__file_decoder_get_resolved_state_string(), OggFLAC__file_decoder_get_decode_position() by Josh Coalson · 21 years ago
  38. ae1aad1 more API comments, add OggFLAC__seekable_stream_decoder_set_serial_number(), OggFLAC__seekable_stream_decoder_get_resolved_state_string(), OggFLAC__seekable_stream_decoder_get_decode_position() by Josh Coalson · 21 years ago
  39. 03140c4 add OggFLAC__stream_decoder_get_resolved_state_string() by Josh Coalson · 21 years ago
  40. 5e97309 add *::State::resolved_as_cstring() by Josh Coalson · 21 years ago
  41. f1c2379 inline *::State::resolved_as_cstring() by Josh Coalson · 21 years ago
  42. 45f26d1 minor comments by Josh Coalson · 21 years ago
  43. 8d06d47 minor comments by Josh Coalson · 21 years ago
  44. 5b782b4 replace the compile time ordinals.h.in->ordinals.h conversion with a static ordinals.h by Josh Coalson · 21 years ago
  45. e8a7601 change license verbiage by Josh Coalson · 22 years ago
  46. afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago
  47. a7038a9 fix return type for Track::get_num_indices() by Josh Coalson · 22 years ago
  48. fb99386 add some asserts by Josh Coalson · 22 years ago
  49. f0a8c4f minor comments by Josh Coalson · 22 years ago
  50. 5e2f571 fix some ansi violations in identifier names by Josh Coalson · 22 years ago
  51. 656479f write missing docs for remaining new functions by Josh Coalson · 22 years ago
  52. b3538c8 minor comments by Josh Coalson · 22 years ago
  53. a70054d write up some missing documentation by Josh Coalson · 22 years ago
  54. 0eea34a big fix to allow codec and metadata interface to handle unknown metadata block types correctly by Josh Coalson · 22 years ago
  55. a7cf233 better logic for determining whether or not DLL cruft is needed by Josh Coalson · 22 years ago
  56. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  57. 8b9a477 fix verbiage about get_block() in Iterator class by Josh Coalson · 22 years ago
  58. 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
  59. 919f99a adjust CUESHEET reserved lengths, minor comments by Josh Coalson · 22 years ago
  60. 1a9869e fix for mingw32 by Josh Coalson · 22 years ago
  61. 121a356 add cuesheet writer by Josh Coalson · 22 years ago
  62. bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
  63. 42628af minor comments by Josh Coalson · 22 years ago
  64. 3b026e8 more cuesheet convenience functions by Josh Coalson · 22 years ago
  65. dc386e1 document some new functions by Josh Coalson · 22 years ago
  66. 5d86e18 add cuesheet.h by Josh Coalson · 22 years ago
  67. 1621979 finish implementation of CueSheet object wrapper by Josh Coalson · 22 years ago
  68. d5f612c initial import by Josh Coalson · 22 years ago
  69. df7240a add more CUESHEET convenience functions by Josh Coalson · 22 years ago
  70. 38162d5 add more reserved space to CUESHEET implementation by Josh Coalson · 22 years ago
  71. 863dbf3 add CueSheet object wrapper by Josh Coalson · 22 years ago
  72. d91f8fa add FLAC__METADATA_TYPE_UNDEFINED to FLAC__StreamMetadataType enum for marking beginning of reserved range by Josh Coalson · 22 years ago
  73. 90c6416 fail ..._init() if CUESHEET metadata block is illegal by Josh Coalson · 22 years ago
  74. 8e9c451 implement new CUESHEET metadata block by Josh Coalson · 22 years ago
  75. cd1a423 add FLAC__file_decoder_get_decode_position() by Josh Coalson · 22 years ago
  76. 58350af add FLAC__seekable_stream_decoder_get_decode_position() by Josh Coalson · 22 years ago
  77. 0295422 add ..._get_resolved_state_string() convenience function by Josh Coalson · 22 years ago
  78. 9c2a011 add ..._get_resolved_state_string() convenience function by Josh Coalson · 22 years ago
  79. 7ca0caf initial import by Josh Coalson · 22 years ago
  80. d4dbadc make names more consistent by Josh Coalson · 22 years ago
  81. b8f8a07 updates to work with new grabbag lib by Josh Coalson · 22 years ago
  82. bd6c68f initial import by Josh Coalson · 22 years ago
  83. 35f8dc4 move to grabbag/ by Josh Coalson · 22 years ago
  84. a3963a6 add covenience functions parsing gains/peaks from vorbis comments and computing the scale factor from the gain by Josh Coalson · 22 years ago
  85. b667e70 constify first arg of FLAC__metadata_object_vorbiscomment_find_entry_from() by Josh Coalson · 22 years ago
  86. 99602a2 add support for new file_utils convenience library by Josh Coalson · 22 years ago
  87. f0ba821 add more fine-grained tagging functions, do peak analysis by Josh Coalson · 22 years ago
  88. 1961c36 initial import by Josh Coalson · 22 years ago
  89. 3e40402 fix misspellings in docs by Josh Coalson · 22 years ago
  90. 45bb988 add more convenience for manipulating vorbis comments by Josh Coalson · 22 years ago
  91. ee0f93d flesh out implementation by Josh Coalson · 22 years ago
  92. 1f22816 initial import by Josh Coalson · 22 years ago
  93. ddadef6 add new gain_analysis convenience library by Josh Coalson · 22 years ago
  94. 1ce20b6 final merge of changes from the end of the flac 1.0.4 maintenance branch by Josh Coalson · 22 years ago
  95. 8806494 fixes for building static libs (new FLAC__NO_DLL #define) by Josh Coalson · 22 years ago
  96. 1d25bb6 fixes for building static libs (new FLAC__NO_DLL #define) by Josh Coalson · 22 years ago
  97. c216a82 initial import by Josh Coalson · 22 years ago
  98. 55bc587 tweaks to build libs as DLLs under windows by Josh Coalson · 22 years ago
  99. 9bfe757 add export.h by Josh Coalson · 22 years ago
  100. b070fe6 add FLAC__MAX_QLP_COEFF_PRECISION by Josh Coalson · 22 years ago