1. 5acd894 minor html fixes by Josh Coalson · 18 years ago
  2. 0e6187c minor formatting by Josh Coalson · 18 years ago
  3. 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
  4. 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
  5. 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
  6. 7d273b4 add support for read-only operations for ogg flac to chain interface by Josh Coalson · 18 years ago
  7. 8ad9a12 fix a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043) by Josh Coalson · 18 years ago
  8. e7c1710 add more fixed bugs to list by Josh Coalson · 18 years ago
  9. 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
  10. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  11. c28efe2 add support from encoding from ogg flac input by Josh Coalson · 18 years ago
  12. ebd7be8 minor wording by Josh Coalson · 18 years ago
  13. 1a90ac4 add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  14. aec8bb3 rename metaflac's --import-picture to --import-picture-from for consistency with other options by Josh Coalson · 18 years ago
  15. 989f267 add --export-picture-to option to metaflac by Josh Coalson · 18 years ago
  16. 0b9442c remove now-obsolete libOggFLAC stuff by Josh Coalson · 18 years ago
  17. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  18. fd5fbc7 bump version number to 1.1.3 by Josh Coalson · 18 years ago
  19. 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
  20. e401faa tweak some settings by Josh Coalson · 18 years ago
  21. 6d8ce24 add verbiage about compression improvement by Josh Coalson · 18 years ago
  22. 1dfcea1 multichannel assignments in format and documentation by Josh Coalson · 18 years ago
  23. 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
  24. b73fff6 add custom footer with copyright and sourceforge logo by Josh Coalson · 18 years ago
  25. 58c2acb upgrade to doxygen 1.4.2, add custom footer with copyright and sourceforge logo by Josh Coalson · 18 years ago
  26. ae00b5f *** empty log message *** by Josh Coalson · 18 years ago
  27. 9c6930d always install doxygen docs by Josh Coalson · 18 years ago
  28. 6f5568e change default padding to 8K, or 64K if input audio stream is >= 20 minutes long by Josh Coalson · 18 years ago
  29. 9ca69b9 add link for FLAC in WMP by Josh Coalson · 18 years ago
  30. c70b6c5 add more FAQs by Josh Coalson · 18 years ago
  31. 2e29c93 remove ancient deprecated things by Josh Coalson · 18 years ago
  32. 16b570f bump version number by Josh Coalson · 18 years ago
  33. 022572d add verbiage about libtool version number #defines by Josh Coalson · 18 years ago
  34. d63c231 more PICTURE-related items by Josh Coalson · 18 years ago
  35. b02574e add --import-picture command to metaflac by Josh Coalson · 18 years ago
  36. 24bef0b add documentation for PICTURE metadata block by Josh Coalson · 18 years ago
  37. d3b086b add documentation for flac's --picture option by Josh Coalson · 18 years ago
  38. b292e75 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  39. 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
  40. bfda378 add support for encoding from FLAC to FLAC while preserving metadata by Josh Coalson · 18 years ago
  41. 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
  42. 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
  43. 4cbb812 improve behavior of -F to decode even if there is no metadata by Josh Coalson · 18 years ago
  44. 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
  45. 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
  46. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  47. 26c8235 add new options: --tag-from-file for flac and --set-tag-from-file for metaflac by Josh Coalson · 18 years ago
  48. c4fe269 add set_apodization() to oggflac layers by Josh Coalson · 18 years ago
  49. ea73d72 add docs for -A, additional docs for --cue by Josh Coalson · 18 years ago
  50. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  51. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  52. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  53. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  54. 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
  55. 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
  56. da08a9a add replay gain info to file info box by Josh Coalson · 19 years ago
  57. 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
  58. 83fa59c more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion by Josh Coalson · 19 years ago
  59. 83b8d28 add shorthand option --remove-replay-gain to metaflac by Josh Coalson · 19 years ago
  60. 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
  61. 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
  62. 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
  63. 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
  64. c2af428 add note about fixed utf-8 decoding (disallow non-shortest-form and surrogate sequences) by Josh Coalson · 19 years ago
  65. cee66cf only warn about non-CDDA-compliant cuesheets instead of error by Josh Coalson · 19 years ago
  66. 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
  67. 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
  68. a3dc20b typo by Josh Coalson · 20 years ago
  69. a2f9a5b fix link to debian packages by Josh Coalson · 20 years ago
  70. 950e3ca revamp html to be xhtml 1.0 compliant, also use css by Josh Coalson · 20 years ago
  71. 66142c9 bump version to 1.1.2 by Josh Coalson · 20 years ago
  72. 81c50d6 add news item for 1.1.2 by Josh Coalson · 20 years ago
  73. e5c114d improve wording for --lax by Josh Coalson · 20 years ago
  74. 4cd9e81 remove joke faq entry by Josh Coalson · 20 years ago
  75. 26e101a fix tag typo by Josh Coalson · 20 years ago
  76. e68328e bump version number to 1.1.2-beta by Josh Coalson · 20 years ago
  77. 318bc93 bump version number to 1.1.2 by Josh Coalson · 20 years ago
  78. a512713 move the acknowledgments section below the TOC by Josh Coalson · 20 years ago
  79. dc3fd35 update link to sf logo by Josh Coalson · 20 years ago
  80. 7bc3a10 link update for MC plugin by Josh Coalson · 20 years ago
  81. dc16d4c add note about xmms bug to http streaming entry by Josh Coalson · 20 years ago
  82. 65dc12a add link to project page on sourceforge by Josh Coalson · 20 years ago
  83. 3e41250 tag new changelog entry as version 1.1.2 by Josh Coalson · 20 years ago
  84. 7ba6412 merge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEASE_1_1_1__2004_10_01 -j FLAC_RELEASE_1_1_1_MAINTENANCE_BRANCH (AKA FLAC_RELEASE_1_1_1_MAINTENANCE__MERGE_TO_TRUNK)) by Josh Coalson · 20 years ago
  85. 03197fa add items: html metaflac docs, improved vorbis comment handling in API by Josh Coalson · 20 years ago
  86. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  87. 3923e10 add items for speedups and bug fixes by Josh Coalson · 20 years ago
  88. 42372b9 libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  89. a11870b fix typos by Josh Coalson · 20 years ago
  90. 720216a add latest rice partition order limit restriction to subset definition by Josh Coalson · 20 years ago
  91. 01fb720 add docs for metaflac by Josh Coalson · 20 years ago
  92. 4926250 minor comments by Josh Coalson · 20 years ago
  93. c549f0f in stream encoder, only allocate and calculate real signal if max lpc order > 0 by Josh Coalson · 20 years ago
  94. 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
  95. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  96. ed1db1f add --input-size option to flac by Josh Coalson · 20 years ago
  97. fa10dcf bump release date to 2004-Oct-01 by Josh Coalson · 20 years ago
  98. d77805f remove logo.jpg by Josh Coalson · 20 years ago
  99. e31d9eb remove id3 support from the plugins by Josh Coalson · 20 years ago
  100. 47297ce obsolete by Josh Coalson · 20 years ago