1. 8ad9a12 fix a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043) by Josh Coalson · 18 years ago
  2. e7c1710 add more fixed bugs to list by Josh Coalson · 18 years ago
  3. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  4. c28efe2 add support from encoding from ogg flac input by Josh Coalson · 18 years ago
  5. 1a90ac4 add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  6. aec8bb3 rename metaflac's --import-picture to --import-picture-from for consistency with other options by Josh Coalson · 18 years ago
  7. 989f267 add --export-picture-to option to metaflac by Josh Coalson · 18 years ago
  8. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  9. 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
  10. 6d8ce24 add verbiage about compression improvement by Josh Coalson · 18 years ago
  11. 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
  12. 6f5568e change default padding to 8K, or 64K if input audio stream is >= 20 minutes long by Josh Coalson · 18 years ago
  13. 2e29c93 remove ancient deprecated things by Josh Coalson · 18 years ago
  14. 022572d add verbiage about libtool version number #defines by Josh Coalson · 18 years ago
  15. d63c231 more PICTURE-related items by Josh Coalson · 18 years ago
  16. b02574e add --import-picture command to metaflac by Josh Coalson · 18 years ago
  17. b292e75 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  18. 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
  19. bfda378 add support for encoding from FLAC to FLAC while preserving metadata by Josh Coalson · 18 years ago
  20. 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
  21. 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
  22. 4cbb812 improve behavior of -F to decode even if there is no metadata by Josh Coalson · 18 years ago
  23. 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
  24. 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
  25. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  26. 26c8235 add new options: --tag-from-file for flac and --set-tag-from-file for metaflac by Josh Coalson · 18 years ago
  27. c4fe269 add set_apodization() to oggflac layers by Josh Coalson · 19 years ago
  28. 0395dac add 2206 to copyright notice by Josh Coalson · 19 years ago
  29. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 19 years ago
  30. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 19 years ago
  31. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  32. 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
  33. 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
  34. da08a9a add replay gain info to file info box by Josh Coalson · 19 years ago
  35. 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
  36. 83b8d28 add shorthand option --remove-replay-gain to metaflac by Josh Coalson · 19 years ago
  37. 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
  38. 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
  39. 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
  40. c2af428 add note about fixed utf-8 decoding (disallow non-shortest-form and surrogate sequences) by Josh Coalson · 19 years ago
  41. cee66cf only warn about non-CDDA-compliant cuesheets instead of error by Josh Coalson · 19 years ago
  42. 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
  43. 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
  44. 950e3ca revamp html to be xhtml 1.0 compliant, also use css by Josh Coalson · 20 years ago
  45. 26e101a fix tag typo by Josh Coalson · 20 years ago
  46. dc16d4c add note about xmms bug to http streaming entry by Josh Coalson · 20 years ago
  47. 3e41250 tag new changelog entry as version 1.1.2 by Josh Coalson · 20 years ago
  48. 03197fa add items: html metaflac docs, improved vorbis comment handling in API by Josh Coalson · 20 years ago
  49. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  50. 3923e10 add items for speedups and bug fixes by Josh Coalson · 20 years ago
  51. 42372b9 libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  52. c549f0f in stream encoder, only allocate and calculate real signal if max lpc order > 0 by Josh Coalson · 20 years ago
  53. 2de1124 add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces by Josh Coalson · 20 years ago
  54. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  55. e31d9eb remove id3 support from the plugins by Josh Coalson · 20 years ago
  56. a81bcae add changelog entry for fixed AIFF SSND offset bug by Josh Coalson · 20 years ago
  57. af65382 add note about re-encoding older versions of Ogg FLAC by Josh Coalson · 20 years ago
  58. c1a2fb3 minor wording on 1.1.1 bullets by Josh Coalson · 20 years ago
  59. f2ae3ed add 1.1.1 entry for new Ogg mapping by Josh Coalson · 20 years ago
  60. 6bcecbc add bullet item about renaming of metaflac *-vc-* options by Josh Coalson · 20 years ago
  61. 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  62. c844f5f add changelog and links to navigation bar, move links section from main page sidebar to its own page by Josh Coalson · 20 years ago
  63. 7976123 add 1.1.1 changelog entry for PPC optimizations by Josh Coalson · 20 years ago
  64. 71ed969 initial import by Josh Coalson · 20 years ago