1. 31bdd70 add brady's first round of altivec implementations by Josh Coalson · 20 years ago
  2. 41294c9 add extra verbiage about hardware problems to verify error message, hopefully this will cut down on the number of bogus bug reports by Josh Coalson · 20 years ago
  3. a7eecd0 fix "unknown metadata block" test to use ID 126 instead of the now-reserved 127 by Josh Coalson · 20 years ago
  4. e04f0c4 fix erroneous assertion by Josh Coalson · 20 years ago
  5. 98a81f5 add tmv link by Josh Coalson · 20 years ago
  6. 1bdce9d add xmcd link by Josh Coalson · 20 years ago
  7. 2d40565 fix bonk, optimfrog, rkau links by Josh Coalson · 20 years ago
  8. f6eb2f4 fix shntool link by Josh Coalson · 20 years ago
  9. 3e7a96e tweaks to the MD5 routines; they need to be exported when building a windows DLL since the seekable stream decoder in libOggFLAC secretly uses them by Josh Coalson · 20 years ago
  10. 990f741 work around MSVC bug in set_metadata() by Josh Coalson · 20 years ago
  11. 527bdda make encoder encode the blocksize and sample rate in the frame header whenever possible, regardless if subset is specified or not by Josh Coalson · 20 years ago
  12. 63945ec fix warnings exposed by MSVC by Josh Coalson · 20 years ago
  13. 8eb486a update license verbiage by Josh Coalson · 20 years ago
  14. 9454b41 consolidate chain error reporting in a single function, add extra explanation for common errors by Josh Coalson · 20 years ago
  15. 3cb8341 add pragma to disable annoying MSVC warning C4800 by Josh Coalson · 20 years ago
  16. e44501d remove the __LIBNAME__ definitions by Josh Coalson · 20 years ago
  17. 00db211 add table of contents by Josh Coalson · 20 years ago
  18. 71ed969 initial import by Josh Coalson · 20 years ago
  19. df8fd27 add anchors for each option, add commented out docs for --apply-replaygain-which-is-not-lossless by Josh Coalson · 20 years ago
  20. 1cb2341 max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code by Josh Coalson · 20 years ago
  21. 5bf54f0 add link to Audio::FLAC::Decoder, update link to Audio::FLAC by Josh Coalson · 20 years ago
  22. 091d84f add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) by Josh Coalson · 20 years ago
  23. d113ca3 add an accessor method for the underlying ::FLAC__StreamMetadata object by Josh Coalson · 20 years ago
  24. e841026 fix display of year tag by Josh Coalson · 20 years ago
  25. 6a703a4 add more informative error info for some common errors; also, no not exit with error when decoding to stdout and writing return EPIPE by Josh Coalson · 20 years ago
  26. 9c82c17 add more informative error info for some common errors by Josh Coalson · 20 years ago
  27. 9af9519 fix option --residual-gnuplot, was previously looking for --residual-gnu-plot by Josh Coalson · 20 years ago
  28. a278cd8 add warning about libtool/autoconf "missing sed" bug to comments by Josh Coalson · 20 years ago
  29. c77b260 add libtoolize to flow by Josh Coalson · 20 years ago
  30. 86244e0 obey padding byte requirement when writing WAVE by Josh Coalson · 20 years ago
  31. ab86332 observe padding byte requirement when writing test WAVEs by Josh Coalson · 20 years ago
  32. a941454 fixes for autoconf by Josh Coalson · 20 years ago
  33. a175043 fix bug #896057: parsing ISRC number from cuesheet by Josh Coalson · 20 years ago
  34. 12d7fcb fix bug #877122: problem parsing cuesheet with CATALOG entry by Josh Coalson · 20 years ago
  35. faed149 add test for quoted catalog number by Josh Coalson · 20 years ago
  36. 3fb2148 fix bug #679166: flac doesn't respect RIFF subchunk padding byte by Josh Coalson · 20 years ago
  37. c57db22 replace verbose/silent flags with a verbosity level by Josh Coalson · 20 years ago
  38. 00e8513 fix bug in ratio calculation in print_stats() by Josh Coalson · 20 years ago
  39. e4240db add --totally-silent option to flac, man page, and html docs by Josh Coalson · 20 years ago
  40. 03a5a69 add --cue option to flac, and tests and documentation by Josh Coalson · 20 years ago
  41. ba56c9e add --force to run_flac invocations by Josh Coalson · 20 years ago
  42. 6d57954 don't always assume a cuesheet is CD-DA, guess based on the stream parameters by Josh Coalson · 20 years ago
  43. 0b695a6 make --serial-number or the default random serial number apply only to the first stream, and increment it for subsequent streams by Josh Coalson · 20 years ago
  44. 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
  45. 02d6681 fix time.h #includes by Josh Coalson · 20 years ago
  46. 0bb57d0 add tests for -f and flac default behavior when the output file already exists by Josh Coalson · 20 years ago
  47. d3ec1c6 print error if output file already exists, instead of overwriting by default; add -f (--force) option to force overwriting of files by Josh Coalson · 20 years ago
  48. cc75611 fix valgrind uninitialized memory errors by Josh Coalson · 20 years ago
  49. 89f161c tempfile only needs to be opened with wb, not w+b by Josh Coalson · 20 years ago
  50. b0be1e8 remove unused variables by Josh Coalson · 20 years ago
  51. 1138520 when encoding to Ogg FLAC, set a random serial number (instead of 0) if one is not provided on the command-line by Josh Coalson · 20 years ago
  52. cd5b1a6 minor comment fixes by Josh Coalson · 20 years ago
  53. d5c593b add documentation for new callback-based functions by Josh Coalson · 20 years ago
  54. 080d54b add documentation for new -f option to flac by Josh Coalson · 20 years ago
  55. deab462 add libFLAC++ equivalent callback-based chain reading/writing and tests by Josh Coalson · 20 years ago
  56. 967360b minor comments by Josh Coalson · 20 years ago
  57. 0e46bf5 do not close any file handles in the callback-based chain reading/writing by Josh Coalson · 20 years ago
  58. 0b8b564 add tests of mismatched read/write protections in chain interface by Josh Coalson · 20 years ago
  59. b279130 fix uninitialized variable error turned up by valgrind by Josh Coalson · 20 years ago
  60. 65831dd add tests for callback-based chain reading/writing by Josh Coalson · 20 years ago
  61. 028d97e fix bug in FLAC__metadata_chain_check_if_tempfile_needed() by Josh Coalson · 20 years ago
  62. 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
  63. eaf8fbd add an EOF callback to the mix by Josh Coalson · 20 years ago
  64. 91748be add FLAC__metadata_chain_read_with_callbacks() by Josh Coalson · 20 years ago
  65. ea25cb3 begin addition of callback-based option to metadata interfaces; start by converting chain reader to callback-based by Josh Coalson · 20 years ago
  66. d8934e2 add callback.h by Josh Coalson · 20 years ago
  67. 85d7b9f minor comments by Josh Coalson · 20 years ago
  68. 0e33f03 remove references to discontinued winamp3 plugin by Josh Coalson · 20 years ago
  69. ba8eecc add link to UniversalFront by Josh Coalson · 20 years ago
  70. f37a397 get rid of obsolete *_get_decode_position() methods by Josh Coalson · 20 years ago
  71. 3e3ad0c run --skip and --until tests in Ogg FLAC mode also by Josh Coalson · 20 years ago
  72. 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
  73. 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
  74. 6ebbabf fix another possible seeking bug by Josh Coalson · 20 years ago
  75. be62f3b minor comments by Josh Coalson · 20 years ago
  76. 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
  77. b7fcd59 add bonnaroo links by Josh Coalson · 20 years ago
  78. b8b9a5c *** empty log message *** by Josh Coalson · 20 years ago
  79. af80183 fix link to Audio::FLAC by Josh Coalson · 20 years ago
  80. 7217855 add roku soundbridge links by Josh Coalson · 20 years ago
  81. 8f22352 add jflac links by Josh Coalson · 20 years ago
  82. ed2e7d6 add "peem" ID by Josh Coalson · 20 years ago
  83. 42a167f use $libdir instead of $prefix/lib to find library dir by Josh Coalson · 20 years ago
  84. 5b4b9d2 add monkeysaudio 3.99 by Josh Coalson · 20 years ago
  85. aabc3af add apple lossless comparison by Josh Coalson · 20 years ago
  86. 6a19330 minor verbiage addition re: blocksize bits in frame header by Josh Coalson · 20 years ago
  87. 04027ad Enure that libFLAC is linked with -lm on all architectures, and regardless of by Matt Zimmerman · 20 years ago
  88. 31e9552 temporarily replace coolflac links until case's page comes back by Josh Coalson · 20 years ago
  89. 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
  90. fec4a77 fix bug: %ll doesn't work for MSVC, use %I64 instead by Josh Coalson · 20 years ago
  91. f45b2a8 minor reordering of decoder state enum to match FLAC layers by Josh Coalson · 20 years ago
  92. e436297 remove unused member "ogg_decoder_aspect" by Josh Coalson · 20 years ago
  93. e8d8fde add OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes() by Josh Coalson · 20 years ago
  94. e8fa86b fix memory leaks and bug where STREAMINFO was not being written back by Josh Coalson · 20 years ago
  95. 0433c8e refrain from forcing the ogg packet number; libogg overwrites it anyway with the packet counter from the stream state by Josh Coalson · 20 years ago
  96. 3e2a733 bump version info by Josh Coalson · 20 years ago
  97. 287ba3a fix doc typos by Josh Coalson · 20 years ago
  98. 6090381 fix rarewares link by Josh Coalson · 20 years ago
  99. dde4102 fix --until bug #851756 by Josh Coalson · 20 years ago
  100. 67de0be update verbiage for CD Wave link by Josh Coalson · 20 years ago