1. eaf8fbd add an EOF callback to the mix by Josh Coalson · 20 years ago
  2. 91748be add FLAC__metadata_chain_read_with_callbacks() by Josh Coalson · 20 years ago
  3. ea25cb3 begin addition of callback-based option to metadata interfaces; start by converting chain reader to callback-based by Josh Coalson · 20 years ago
  4. d8934e2 add callback.h by Josh Coalson · 20 years ago
  5. 85d7b9f minor comments by Josh Coalson · 20 years ago
  6. 0e33f03 remove references to discontinued winamp3 plugin by Josh Coalson · 20 years ago
  7. ba8eecc add link to UniversalFront by Josh Coalson · 20 years ago
  8. f37a397 get rid of obsolete *_get_decode_position() methods by Josh Coalson · 20 years ago
  9. 3e3ad0c run --skip and --until tests in Ogg FLAC mode also by Josh Coalson · 20 years ago
  10. 802cd80 use the OggFLAC__FileDecoder instead of the old OggFLAC__StreamDecoder way for all Ogg FLAC decoding, and enable use of --skip with Ogg FLAC by Josh Coalson · 20 years ago
  11. 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
  12. 6ebbabf fix another possible seeking bug by Josh Coalson · 20 years ago
  13. be62f3b minor comments by Josh Coalson · 20 years ago
  14. ab5c1d1 fix bug where calling FLAC__seekable_stream_decoder_set_metadata_ignore_*() to ignore STREAMINFO or SEEKTABLE would also prevent the seekable stream decoder from getting the blocks later, which it needs to be able to seek by Josh Coalson · 20 years ago
  15. b7fcd59 add bonnaroo links by Josh Coalson · 20 years ago
  16. b8b9a5c *** empty log message *** by Josh Coalson · 20 years ago
  17. af80183 fix link to Audio::FLAC by Josh Coalson · 20 years ago
  18. 7217855 add roku soundbridge links by Josh Coalson · 20 years ago
  19. 8f22352 add jflac links by Josh Coalson · 20 years ago
  20. ed2e7d6 add "peem" ID by Josh Coalson · 20 years ago
  21. 42a167f use $libdir instead of $prefix/lib to find library dir by Josh Coalson · 20 years ago
  22. 5b4b9d2 add monkeysaudio 3.99 by Josh Coalson · 20 years ago
  23. aabc3af add apple lossless comparison by Josh Coalson · 20 years ago
  24. 6a19330 minor verbiage addition re: blocksize bits in frame header by Josh Coalson · 20 years ago
  25. 04027ad Enure that libFLAC is linked with -lm on all architectures, and regardless of by Matt Zimmerman · 20 years ago
  26. 31e9552 temporarily replace coolflac links until case's page comes back by Josh Coalson · 20 years ago
  27. d666ed7 fix seeking bug where I/O seek to "unparseable" frame header caused a seek error: SF bug #851155 by Josh Coalson · 20 years ago
  28. fec4a77 fix bug: %ll doesn't work for MSVC, use %I64 instead by Josh Coalson · 20 years ago
  29. f45b2a8 minor reordering of decoder state enum to match FLAC layers by Josh Coalson · 21 years ago
  30. e436297 remove unused member "ogg_decoder_aspect" by Josh Coalson · 21 years ago
  31. e8d8fde add OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes() by Josh Coalson · 21 years ago
  32. e8fa86b fix memory leaks and bug where STREAMINFO was not being written back by Josh Coalson · 21 years ago
  33. 0433c8e refrain from forcing the ogg packet number; libogg overwrites it anyway with the packet counter from the stream state by Josh Coalson · 21 years ago
  34. 3e2a733 bump version info by Josh Coalson · 21 years ago
  35. 287ba3a fix doc typos by Josh Coalson · 21 years ago
  36. 6090381 fix rarewares link by Josh Coalson · 21 years ago
  37. dde4102 fix --until bug #851756 by Josh Coalson · 21 years ago
  38. 67de0be update verbiage for CD Wave link by Josh Coalson · 21 years ago
  39. e13e7d4 add metallica/edmdigital new items, split "communities" section up by Josh Coalson · 21 years ago
  40. e254776 add metallica new item by Josh Coalson · 21 years ago
  41. f3acbae comment out musepack link since some pron spammer snatched the domain by Josh Coalson · 21 years ago
  42. c0c1a6b add link to media center/jukebox plugin by Josh Coalson · 21 years ago
  43. 5f9c38c add news item re: charlie hunter by Josh Coalson · 21 years ago
  44. d1b8c40 add link to CoreFLAC by Josh Coalson · 21 years ago
  45. 8a5b740 *** empty log message *** by Josh Coalson · 21 years ago
  46. 1e25bb9 change wording for explanation of PADDING by Josh Coalson · 21 years ago
  47. 38e579d fix link for Audiofile by Josh Coalson · 21 years ago
  48. 93efc40 *** empty log message *** by Josh Coalson · 21 years ago
  49. 4052c87 fix possible bug with seeking past 4Gbytes by Josh Coalson · 21 years ago
  50. f3d6429 fix bug in asserts by Josh Coalson · 21 years ago
  51. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  52. e6d52b0 add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata rewriting by Josh Coalson · 21 years ago
  53. 8fdb964 minor comments by Josh Coalson · 21 years ago
  54. f83709c remove unused stuff by Josh Coalson · 21 years ago
  55. cc08536 fix more typos in returned states after conversion, temporarily disable metadata callback until ogg page rewriter is finished and hooked up by Josh Coalson · 21 years ago
  56. 30cd316 revamp OggFLAC__SeekableStreamEncoder to derive from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  57. 112ed6c always flush pages for metadata writes so that each block is in its own page as much as possible by Josh Coalson · 21 years ago
  58. 7994608 various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  59. d46cfb2 fix some syntax bugs by Josh Coalson · 21 years ago
  60. b71b56c various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  61. 1731027 minor reformatting by Josh Coalson · 21 years ago
  62. 09b3926 fix link to winamp3 plugin by Josh Coalson · 21 years ago
  63. fd29788 add link for digitalsoundboard.net by Josh Coalson · 21 years ago
  64. 9fad628 add comment for flac-tools link, add links for archive.org, move "communities" section between "hardware" and "software" section by Josh Coalson · 21 years ago
  65. 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
  66. 4d373f8 minor cleanup by Josh Coalson · 21 years ago
  67. 47d9bbd fix up reporting of the current frame to the write callback; also fixes a problem with progress callbacks in the ogg flac file encoder by Josh Coalson · 21 years ago
  68. 43d8f85 minor comments by Josh Coalson · 21 years ago
  69. 575c171 fix bug in dummy tell callback by Josh Coalson · 21 years ago
  70. 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
  71. 9b07b61 revamp the Ogg decoding logic; much more stable now by Josh Coalson · 21 years ago
  72. 0bc2c32 minor comments by Josh Coalson · 21 years ago
  73. 182e4e6 add #ifdef FLAC__ONE_FLAC_FRAME_PER_OGG_PAGE section to write callback wrapper by Josh Coalson · 21 years ago
  74. 5353606 add link for CD Wave by Josh Coalson · 21 years ago
  75. 9dfaa9e drop Easy CD-DA Extractor link (not freeware) by Josh Coalson · 21 years ago
  76. 37a4d2a workaround MSVC bug re: scoping of nested classes by Josh Coalson · 21 years ago
  77. c82bf8a fix plugin to match latest api for replaygain synthesis by Josh Coalson · 21 years ago
  78. 2ea9693 fix __LIBNAME__ definition by Josh Coalson · 21 years ago
  79. 5dda2bd use double for scale factor instead of float by Josh Coalson · 21 years ago
  80. b7eeec1 #pragma to turn off useless MSVC warning C4800 by Josh Coalson · 21 years ago
  81. 93c66d7 obliterate obsolete winamp3 plugin by Josh Coalson · 21 years ago
  82. 0f22034 fix endian bug when applying replaygain by Josh Coalson · 21 years ago
  83. 1a698a8 fix bug where apply gain is used on a file with no vorbis comment by Josh Coalson · 21 years ago
  84. e83dbbe fixes from MSVC build by Josh Coalson · 21 years ago
  85. 99e8c2f ugh, it's FLAC__ASSERT() not FLAC__assert() by Josh Coalson · 21 years ago
  86. 3c5072c use FLAC__assert() instead of assert() by Josh Coalson · 21 years ago
  87. 08af834 rename string.* to more unambiguous local_string_utils.* by Josh Coalson · 21 years ago
  88. f61dc66 rename string.* to more unambiguous local_string_utils.* by Josh Coalson · 21 years ago
  89. 3dc6fa4 fixes for MSVC by Josh Coalson · 21 years ago
  90. 029a8e9 fix typos, some calls to seekable stream decoder instead of stream decoder by Josh Coalson · 21 years ago
  91. 77625ed #include stdlib.h for size_t by Josh Coalson · 21 years ago
  92. ce3dd36 more re-org fixes by Josh Coalson · 21 years ago
  93. e2999b7 fix AC_OUTPUT screwup from re-org by Josh Coalson · 21 years ago
  94. 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
  95. 628f4ef stamp a CVS+date for the version by Josh Coalson · 21 years ago
  96. ca4a983 add Audio::FLAC S/W link by Josh Coalson · 21 years ago
  97. ddb8e82 fix bug in the returned size by Josh Coalson · 21 years ago
  98. c65460d use size_t for return type by Josh Coalson · 21 years ago
  99. fb30b9e add test of --add-replay-gain by Josh Coalson · 21 years ago
  100. 199edd5 typo by Josh Coalson · 21 years ago