1. 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
  2. 63945ec fix warnings exposed by MSVC by Josh Coalson · 20 years ago
  3. 8eb486a update license verbiage by Josh Coalson · 20 years ago
  4. 9454b41 consolidate chain error reporting in a single function, add extra explanation for common errors by Josh Coalson · 20 years ago
  5. 3cb8341 add pragma to disable annoying MSVC warning C4800 by Josh Coalson · 20 years ago
  6. e44501d remove the __LIBNAME__ definitions by Josh Coalson · 20 years ago
  7. 00db211 add table of contents by Josh Coalson · 20 years ago
  8. 71ed969 initial import by Josh Coalson · 20 years ago
  9. df8fd27 add anchors for each option, add commented out docs for --apply-replaygain-which-is-not-lossless by Josh Coalson · 20 years ago
  10. 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
  11. 5bf54f0 add link to Audio::FLAC::Decoder, update link to Audio::FLAC by Josh Coalson · 20 years ago
  12. 091d84f add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) by Josh Coalson · 20 years ago
  13. d113ca3 add an accessor method for the underlying ::FLAC__StreamMetadata object by Josh Coalson · 20 years ago
  14. e841026 fix display of year tag by Josh Coalson · 20 years ago
  15. 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
  16. 9c82c17 add more informative error info for some common errors by Josh Coalson · 20 years ago
  17. 9af9519 fix option --residual-gnuplot, was previously looking for --residual-gnu-plot by Josh Coalson · 20 years ago
  18. a278cd8 add warning about libtool/autoconf "missing sed" bug to comments by Josh Coalson · 20 years ago
  19. c77b260 add libtoolize to flow by Josh Coalson · 20 years ago
  20. 86244e0 obey padding byte requirement when writing WAVE by Josh Coalson · 20 years ago
  21. ab86332 observe padding byte requirement when writing test WAVEs by Josh Coalson · 20 years ago
  22. a941454 fixes for autoconf by Josh Coalson · 20 years ago
  23. a175043 fix bug #896057: parsing ISRC number from cuesheet by Josh Coalson · 20 years ago
  24. 12d7fcb fix bug #877122: problem parsing cuesheet with CATALOG entry by Josh Coalson · 20 years ago
  25. faed149 add test for quoted catalog number by Josh Coalson · 20 years ago
  26. 3fb2148 fix bug #679166: flac doesn't respect RIFF subchunk padding byte by Josh Coalson · 20 years ago
  27. c57db22 replace verbose/silent flags with a verbosity level by Josh Coalson · 20 years ago
  28. 00e8513 fix bug in ratio calculation in print_stats() by Josh Coalson · 20 years ago
  29. e4240db add --totally-silent option to flac, man page, and html docs by Josh Coalson · 20 years ago
  30. 03a5a69 add --cue option to flac, and tests and documentation by Josh Coalson · 20 years ago
  31. ba56c9e add --force to run_flac invocations by Josh Coalson · 20 years ago
  32. 6d57954 don't always assume a cuesheet is CD-DA, guess based on the stream parameters by Josh Coalson · 20 years ago
  33. 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
  34. 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
  35. 02d6681 fix time.h #includes by Josh Coalson · 20 years ago
  36. 0bb57d0 add tests for -f and flac default behavior when the output file already exists by Josh Coalson · 20 years ago
  37. 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
  38. cc75611 fix valgrind uninitialized memory errors by Josh Coalson · 20 years ago
  39. 89f161c tempfile only needs to be opened with wb, not w+b by Josh Coalson · 20 years ago
  40. b0be1e8 remove unused variables by Josh Coalson · 20 years ago
  41. 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
  42. cd5b1a6 minor comment fixes by Josh Coalson · 20 years ago
  43. d5c593b add documentation for new callback-based functions by Josh Coalson · 20 years ago
  44. 080d54b add documentation for new -f option to flac by Josh Coalson · 20 years ago
  45. deab462 add libFLAC++ equivalent callback-based chain reading/writing and tests by Josh Coalson · 20 years ago
  46. 967360b minor comments by Josh Coalson · 20 years ago
  47. 0e46bf5 do not close any file handles in the callback-based chain reading/writing by Josh Coalson · 20 years ago
  48. 0b8b564 add tests of mismatched read/write protections in chain interface by Josh Coalson · 20 years ago
  49. b279130 fix uninitialized variable error turned up by valgrind by Josh Coalson · 20 years ago
  50. 65831dd add tests for callback-based chain reading/writing by Josh Coalson · 20 years ago
  51. 028d97e fix bug in FLAC__metadata_chain_check_if_tempfile_needed() by Josh Coalson · 20 years ago
  52. 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
  53. eaf8fbd add an EOF callback to the mix by Josh Coalson · 20 years ago
  54. 91748be add FLAC__metadata_chain_read_with_callbacks() by Josh Coalson · 20 years ago
  55. ea25cb3 begin addition of callback-based option to metadata interfaces; start by converting chain reader to callback-based by Josh Coalson · 20 years ago
  56. d8934e2 add callback.h by Josh Coalson · 20 years ago
  57. 85d7b9f minor comments by Josh Coalson · 20 years ago
  58. 0e33f03 remove references to discontinued winamp3 plugin by Josh Coalson · 20 years ago
  59. ba8eecc add link to UniversalFront by Josh Coalson · 20 years ago
  60. f37a397 get rid of obsolete *_get_decode_position() methods by Josh Coalson · 20 years ago
  61. 3e3ad0c run --skip and --until tests in Ogg FLAC mode also by Josh Coalson · 20 years ago
  62. 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
  63. 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
  64. 6ebbabf fix another possible seeking bug by Josh Coalson · 20 years ago
  65. be62f3b minor comments by Josh Coalson · 20 years ago
  66. 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
  67. b7fcd59 add bonnaroo links by Josh Coalson · 20 years ago
  68. b8b9a5c *** empty log message *** by Josh Coalson · 20 years ago
  69. af80183 fix link to Audio::FLAC by Josh Coalson · 20 years ago
  70. 7217855 add roku soundbridge links by Josh Coalson · 20 years ago
  71. 8f22352 add jflac links by Josh Coalson · 20 years ago
  72. ed2e7d6 add "peem" ID by Josh Coalson · 20 years ago
  73. 42a167f use $libdir instead of $prefix/lib to find library dir by Josh Coalson · 20 years ago
  74. 5b4b9d2 add monkeysaudio 3.99 by Josh Coalson · 20 years ago
  75. aabc3af add apple lossless comparison by Josh Coalson · 20 years ago
  76. 6a19330 minor verbiage addition re: blocksize bits in frame header by Josh Coalson · 20 years ago
  77. 04027ad Enure that libFLAC is linked with -lm on all architectures, and regardless of by Matt Zimmerman · 20 years ago
  78. 31e9552 temporarily replace coolflac links until case's page comes back by Josh Coalson · 20 years ago
  79. 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
  80. fec4a77 fix bug: %ll doesn't work for MSVC, use %I64 instead by Josh Coalson · 20 years ago
  81. f45b2a8 minor reordering of decoder state enum to match FLAC layers by Josh Coalson · 21 years ago
  82. e436297 remove unused member "ogg_decoder_aspect" by Josh Coalson · 21 years ago
  83. e8d8fde add OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes() by Josh Coalson · 21 years ago
  84. e8fa86b fix memory leaks and bug where STREAMINFO was not being written back by Josh Coalson · 21 years ago
  85. 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
  86. 3e2a733 bump version info by Josh Coalson · 21 years ago
  87. 287ba3a fix doc typos by Josh Coalson · 21 years ago
  88. 6090381 fix rarewares link by Josh Coalson · 21 years ago
  89. dde4102 fix --until bug #851756 by Josh Coalson · 21 years ago
  90. 67de0be update verbiage for CD Wave link by Josh Coalson · 21 years ago
  91. e13e7d4 add metallica/edmdigital new items, split "communities" section up by Josh Coalson · 21 years ago
  92. e254776 add metallica new item by Josh Coalson · 21 years ago
  93. f3acbae comment out musepack link since some pron spammer snatched the domain by Josh Coalson · 21 years ago
  94. c0c1a6b add link to media center/jukebox plugin by Josh Coalson · 21 years ago
  95. 5f9c38c add news item re: charlie hunter by Josh Coalson · 21 years ago
  96. d1b8c40 add link to CoreFLAC by Josh Coalson · 21 years ago
  97. 8a5b740 *** empty log message *** by Josh Coalson · 21 years ago
  98. 1e25bb9 change wording for explanation of PADDING by Josh Coalson · 21 years ago
  99. 38e579d fix link for Audiofile by Josh Coalson · 21 years ago
  100. 93efc40 *** empty log message *** by Josh Coalson · 21 years ago