1. 83b37db add sonos review by Josh Coalson · 18 years ago
  2. 0bd9a00 add note to #bugs about error with corrupted FLAC input and FLAC-to-FLAC transcoding by Josh Coalson · 18 years ago
  3. d351d04 fix makefile bug with ogg linkage (SF#1611414: http://sourceforge.net/tracker/index.php?func=detail&aid=1611414&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  4. c259050 Fix bug where using -F with FLAC-to-FLAC transcoding of a corrupted FLAC would have no effect (SF#1615391: https://sourceforge.net/tracker/index.php?func=detail&aid=1615391&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  5. 4de8052 Fix bug where FLAC-to-FLAC transcoding of a corrupted FLAC file would truncate the transcoded file at the first error (SF#1615019: https://sourceforge.net/tracker/index.php?func=detail&aid=1615019&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  6. 173814f add pearl jam item, remove some old ones by Josh Coalson · 18 years ago
  7. 3121f78 add links: m6 miniplayer, teclast tl-29, pearl jam by Josh Coalson · 18 years ago
  8. b35fc93 typo by Josh Coalson · 18 years ago
  9. 5c7abee add link to bugs by Josh Coalson · 18 years ago
  10. 4e8fe85 fix bug with locale-specific -A defaults for -0..-8 (SF#1608883: https://sourceforge.net/tracker/index.php?func=detail&aid=1608883&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  11. 699e548 fix link to wmp guide; fix default padding number in faq by Josh Coalson · 18 years ago
  12. 6e78e9b update links by Josh Coalson · 18 years ago
  13. 1b8526e fix link to wmp guide; add known bug: -A in some locales by Josh Coalson · 18 years ago
  14. e492051 minor formatting by Josh Coalson · 18 years ago
  15. 4269ba2 add link to known bugs by Josh Coalson · 18 years ago
  16. d9ac0bd bump release date by Josh Coalson · 18 years ago
  17. 16e015a fix some links, add porting guide to news item by Josh Coalson · 18 years ago
  18. 3000d6c make official download links version-unspecific by Josh Coalson · 18 years ago
  19. 6076b74 add news item for 1.1.3 by Josh Coalson · 18 years ago
  20. 1572378 add a few missing 1.1.3 items by Josh Coalson · 18 years ago
  21. 5acd894 minor html fixes by Josh Coalson · 18 years ago
  22. 0e6187c minor formatting by Josh Coalson · 18 years ago
  23. f37520b final merge down from 1.1.2 maintenance branch (cvs up -j FLAC_RELEASE_1_1_2_MAINTENANCE_BASELINE -j FLAC_RELEASE_1_1_2_MAINTENANCE_BRANCH) by Josh Coalson · 18 years ago
  24. a7dceb9 multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata by Josh Coalson · 18 years ago
  25. c986d13 fix a bug where missing STREAMINFO fields (min/max framesize, total samples, MD5 sum) and seek point offsets were not getting rewritten back to Ogg FLAC file (SF#1338969 https://sourceforge.net/tracker/index.php?func=detail&aid=1338969&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  26. 7d273b4 add support for read-only operations for ogg flac to chain interface by Josh Coalson · 18 years ago
  27. 8ad9a12 fix a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043) by Josh Coalson · 18 years ago
  28. e7c1710 add more fixed bugs to list by Josh Coalson · 18 years ago
  29. 16e953f disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 http://sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  30. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  31. c28efe2 add support from encoding from ogg flac input by Josh Coalson · 18 years ago
  32. ebd7be8 minor wording by Josh Coalson · 18 years ago
  33. 1a90ac4 add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  34. aec8bb3 rename metaflac's --import-picture to --import-picture-from for consistency with other options by Josh Coalson · 18 years ago
  35. 989f267 add --export-picture-to option to metaflac by Josh Coalson · 18 years ago
  36. 0b9442c remove now-obsolete libOggFLAC stuff by Josh Coalson · 18 years ago
  37. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  38. fd5fbc7 bump version number to 1.1.3 by Josh Coalson · 18 years ago
  39. d0edb97 limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max LPC order is 12 by Josh Coalson · 18 years ago
  40. e401faa tweak some settings by Josh Coalson · 18 years ago
  41. 6d8ce24 add verbiage about compression improvement by Josh Coalson · 18 years ago
  42. 1dfcea1 multichannel assignments in format and documentation by Josh Coalson · 18 years ago
  43. b51392b complete WAVEFORMATEXTENSIBLE support, multichannel assignments in format and documentation, multichannel support for AIFF and WAVE, channel mapping, new --channel-map=none option to flac, saving and restoring of WAVEFORMATEXTENSIBLE channel mask to/from tag, robust handling of "odd" sample resolutions (i.e. not multiple of 8 bits) for AIFF and WAVE by Josh Coalson · 18 years ago
  44. b73fff6 add custom footer with copyright and sourceforge logo by Josh Coalson · 18 years ago
  45. 58c2acb upgrade to doxygen 1.4.2, add custom footer with copyright and sourceforge logo by Josh Coalson · 18 years ago
  46. ae00b5f *** empty log message *** by Josh Coalson · 18 years ago
  47. 9c6930d always install doxygen docs by Josh Coalson · 18 years ago
  48. 6f5568e change default padding to 8K, or 64K if input audio stream is >= 20 minutes long by Josh Coalson · 18 years ago
  49. 9ca69b9 add link for FLAC in WMP by Josh Coalson · 18 years ago
  50. c70b6c5 add more FAQs by Josh Coalson · 18 years ago
  51. 2e29c93 remove ancient deprecated things by Josh Coalson · 18 years ago
  52. 16b570f bump version number by Josh Coalson · 18 years ago
  53. 022572d add verbiage about libtool version number #defines by Josh Coalson · 18 years ago
  54. d63c231 more PICTURE-related items by Josh Coalson · 18 years ago
  55. b02574e add --import-picture command to metaflac by Josh Coalson · 18 years ago
  56. 24bef0b add documentation for PICTURE metadata block by Josh Coalson · 18 years ago
  57. d3b086b add documentation for flac's --picture option by Josh Coalson · 18 years ago
  58. b292e75 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  59. 6b21f66 merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH by Josh Coalson · 18 years ago
  60. bfda378 add support for encoding from FLAC to FLAC while preserving metadata by Josh Coalson · 18 years ago
  61. 7688f8e MD5 comparison failures on decoding are now an error instead of a warning and will also return a non-zero exit code (SF #1493725). by Josh Coalson · 18 years ago
  62. 1a8afc7 change unparseable frame handling, from a fatal error and FLAC__STREAM_DECODER_UNPARSEABLE_STREAM state, to a soft error FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM by Josh Coalson · 18 years ago
  63. 4cbb812 improve behavior of -F to decode even if there is no metadata by Josh Coalson · 18 years ago
  64. c933c93 add --disable-xmms-plugin option to prevent building the xmms plugin (sf#930494 https://sourceforge.net/tracker/index.php?func=detail&aid=930494&group_id=13478&atid=363478) by Josh Coalson · 18 years ago
  65. de9091e add configure options --disable-thorough-tests which breaks up testing into 3 levels: 0 for basic testing, 1 for thorough testing, 2 for exhaustive testing by Josh Coalson · 18 years ago
  66. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  67. 26c8235 add new options: --tag-from-file for flac and --set-tag-from-file for metaflac by Josh Coalson · 18 years ago
  68. c4fe269 add set_apodization() to oggflac layers by Josh Coalson · 18 years ago
  69. ea73d72 add docs for -A, additional docs for --cue by Josh Coalson · 18 years ago
  70. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  71. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  72. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  73. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  74. d926496 fix bug in return value for FLAC__stream_decoder_set_metadata_respond_application() and FLAC__stream_decoder_set_metadata_ignore_application() (sf #1235005: https://sourceforge.net/tracker/index.php?func=detail&aid=1235005&group_id=13478&atid=113478) by Josh Coalson · 19 years ago
  75. 7fdd688 fix bug: -a and -t were not prevented from being used together (sf #1229481: https://sourceforge.net/tracker/index.php?func=detail&aid=1229481&group_id=13478&atid=113478) by Josh Coalson · 19 years ago
  76. da08a9a add replay gain info to file info box by Josh Coalson · 19 years ago
  77. 95e39a8 allow non-strict mode for reading replaygain tags, to fallback to track tags if album tags are not available and vice versa by Josh Coalson · 19 years ago
  78. 83fa59c more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion by Josh Coalson · 19 years ago
  79. 83b8d28 add shorthand option --remove-replay-gain to metaflac by Josh Coalson · 19 years ago
  80. e781952 fix minor bug printing unknown aiff subchunks (SF bug #1267476: https://sourceforge.net/tracker/index.php?func=detail&aid=1267476&group_id=13478&atid=113478) by Josh Coalson · 19 years ago
  81. 4731c75 remove verbiage about --sector-align only working for WAVE files since it works for all kinds of input now by Josh Coalson · 19 years ago
  82. dee5339 fix bug in --sector-align where appended samples did not completely contain silence (SF bug #1237707: https://sourceforge.net/tracker/index.php?func=detail&aid=1237707&group_id=13478&atid=113478). also, fix bugs with --sector-align on raw files by Josh Coalson · 19 years ago
  83. 15acb69 add support for encoding from non-compressed AIFF-C (SF bug #1090933: https://sourceforge.net/tracker/?func=detail&atid=113478&aid=1090933&group_id=13478) by Josh Coalson · 19 years ago
  84. c2af428 add note about fixed utf-8 decoding (disallow non-shortest-form and surrogate sequences) by Josh Coalson · 19 years ago
  85. cee66cf only warn about non-CDDA-compliant cuesheets instead of error by Josh Coalson · 19 years ago
  86. 0d903aa fix bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline by Josh Coalson · 19 years ago
  87. 302ed8c change the navbar css by integrating the separators into it. IE was treating the empty separator div's differently than everything else and putting space in them by Josh Coalson · 20 years ago
  88. a3dc20b typo by Josh Coalson · 20 years ago
  89. a2f9a5b fix link to debian packages by Josh Coalson · 20 years ago
  90. 950e3ca revamp html to be xhtml 1.0 compliant, also use css by Josh Coalson · 20 years ago
  91. 66142c9 bump version to 1.1.2 by Josh Coalson · 20 years ago
  92. 81c50d6 add news item for 1.1.2 by Josh Coalson · 20 years ago
  93. e5c114d improve wording for --lax by Josh Coalson · 20 years ago
  94. 4cd9e81 remove joke faq entry by Josh Coalson · 20 years ago
  95. 26e101a fix tag typo by Josh Coalson · 20 years ago
  96. e68328e bump version number to 1.1.2-beta by Josh Coalson · 20 years ago
  97. 318bc93 bump version number to 1.1.2 by Josh Coalson · 20 years ago
  98. a512713 move the acknowledgments section below the TOC by Josh Coalson · 20 years ago
  99. dc3fd35 update link to sf logo by Josh Coalson · 20 years ago
  100. 7bc3a10 link update for MC plugin by Josh Coalson · 20 years ago