1. 6f5568e change default padding to 8K, or 64K if input audio stream is >= 20 minutes long by Josh Coalson · 18 years ago
  2. 9ca69b9 add link for FLAC in WMP by Josh Coalson · 18 years ago
  3. c70b6c5 add more FAQs by Josh Coalson · 18 years ago
  4. 2e29c93 remove ancient deprecated things by Josh Coalson · 18 years ago
  5. 16b570f bump version number by Josh Coalson · 18 years ago
  6. 022572d add verbiage about libtool version number #defines by Josh Coalson · 18 years ago
  7. 833f832 change from one ..._API_NUMBER to 3 libtool numbers ..._API_VERSION_{CURRENT,REVISION,AGE} by Josh Coalson · 18 years ago
  8. d63c231 more PICTURE-related items by Josh Coalson · 18 years ago
  9. 480c011 minor comments by Josh Coalson · 18 years ago
  10. b02574e add --import-picture command to metaflac by Josh Coalson · 18 years ago
  11. 24bef0b add documentation for PICTURE metadata block by Josh Coalson · 18 years ago
  12. 291d9fc reformat; add documentation for flac's --picture option by Josh Coalson · 18 years ago
  13. d3b086b add documentation for flac's --picture option by Josh Coalson · 18 years ago
  14. 3957c47 add more checks to PICTURE metadata: at most one type=1 and type=2 blocks, type=1 block must be 32x32 pixel PNG by Josh Coalson · 18 years ago
  15. 6e94c90 add parsing of picture type from spec; add check that type 1 picture is 32x32 PNG by Josh Coalson · 18 years ago
  16. 63da21f add test for --> MIME type (linked URL) by Josh Coalson · 18 years ago
  17. e6c93dd add support for --picture command to import PICTURE metadata by Josh Coalson · 18 years ago
  18. 5f427b3 new tester for testing PICTURE specification parsing by Josh Coalson · 18 years ago
  19. 37d44c1 add picture.c (PICTURE specification parsing) by Josh Coalson · 18 years ago
  20. 0faeaa1 new pictures/ directory has files used to test PICTURE metadata importing by Josh Coalson · 18 years ago
  21. 3fae7d4 add picture.h by Josh Coalson · 18 years ago
  22. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  23. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  24. aa1edeb add #define FLAC_API_NUMBER by Josh Coalson · 18 years ago
  25. f7f6c6e change type val for UNKNOWN metadata block from 127 (now reserved) to 126 by Josh Coalson · 18 years ago
  26. d62eed4 minor comments by Josh Coalson · 18 years ago
  27. 1d43e10 minor comments by Josh Coalson · 18 years ago
  28. 7f1b642 minor comments by Josh Coalson · 18 years ago
  29. 2257350 remove unused code that had the old way of stat()ing a filename to get the length by Josh Coalson · 18 years ago
  30. 0008856 remove unused code by Josh Coalson · 18 years ago
  31. 982ea3a fix recovery logic when seek fails by Josh Coalson · 18 years ago
  32. 9acc35f fix problem on windows where rename() fails if destination exists by Josh Coalson · 18 years ago
  33. 180e0ca fix bug in file closing logic in _finish() by Josh Coalson · 18 years ago
  34. da6c00e fixed bug, file was not being closed at _finish() time by Josh Coalson · 18 years ago
  35. e137825 remove unused code by Josh Coalson · 18 years ago
  36. c0da196 minor comments by Josh Coalson · 18 years ago
  37. 68acb04 change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts by Josh Coalson · 18 years ago
  38. edf672e minor wording by Josh Coalson · 18 years ago
  39. 0472058 fix bug, --remove-replay-gain was not removing REPLAYGAIN_REFERENCE_LOUDNESS by Josh Coalson · 18 years ago
  40. afd99a8 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  41. 0973d4e in FLAC tester, process til end-of-stream before seek barrage, to make sure the decoder can still seek while in the EOS state by Josh Coalson · 18 years ago
  42. b292e75 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  43. dcf0442 add ReplayGainReferenceLoudness constant by Josh Coalson · 18 years ago
  44. 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
  45. 461f3eb relicense under LGPL 2.1 by Josh Coalson · 18 years ago
  46. e5ad6bd bump version to 1.1.3 by Josh Coalson · 18 years ago
  47. 95b8968 bump version number to 1.1.3 by Josh Coalson · 18 years ago
  48. bfda378 add support for encoding from FLAC to FLAC while preserving metadata by Josh Coalson · 18 years ago
  49. ff151cc switch metaflac test over to comparing output against "golden" files by Josh Coalson · 18 years ago
  50. 08c719a fix #include for off_t by Josh Coalson · 18 years ago
  51. 14502c6 minor typo by Josh Coalson · 18 years ago
  52. f27a8ac minor EMX fix by Josh Coalson · 18 years ago
  53. 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
  54. d237379 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; also fixup wave/aiff headers when -F and there is no STREAMINFO by Josh Coalson · 18 years ago
  55. ba26e4e comments by Josh Coalson · 18 years ago
  56. 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
  57. 4cbb812 improve behavior of -F to decode even if there is no metadata by Josh Coalson · 18 years ago
  58. 48b1e6e improve behavior of -F to decode even if there is no metadata by Josh Coalson · 18 years ago
  59. 5a8b6ba turn off do_md5_checking if there is no STREAMINFO block by Josh Coalson · 18 years ago
  60. 78579c5 fix largefile bug by Josh Coalson · 18 years ago
  61. bd8bb54 minor comments by Josh Coalson · 18 years ago
  62. 2bf0ef8 only build plugin_common if FLaC__HAVE_XMMS by Josh Coalson · 18 years ago
  63. 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
  64. 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
  65. daa6842 minro syntax by Josh Coalson · 18 years ago
  66. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  67. 6977bda minor syntax by Josh Coalson · 18 years ago
  68. 462a5e6 minor syntax by Josh Coalson · 18 years ago
  69. 4a83953 use flac file name instead of dummy.wav for --export-cuesheet-to (sf request #1272825 https://sourceforge.net/tracker/index.php?func=detail&aid=1272825&group_id=13478&atid=363478) by Josh Coalson · 18 years ago
  70. b5134f1 add --disable-doxygen-docs options (sf patch #1365935 https://sourceforge.net/tracker/index.php?func=detail&aid=1365935&group_id=13478&atid=313478) by Josh Coalson · 18 years ago
  71. 26c8235 add new options: --tag-from-file for flac and --set-tag-from-file for metaflac by Josh Coalson · 18 years ago
  72. 6c08886 add window.[ch] by Josh Coalson · 18 years ago
  73. 8542542 update iconv settings by Josh Coalson · 18 years ago
  74. 03f54be minor comments by Josh Coalson · 18 years ago
  75. 6126c83 minor syntax by Josh Coalson · 18 years ago
  76. fe3b8ec #define M_PI for MSVC6 by Josh Coalson · 18 years ago
  77. 0abc735 minor fixes by Josh Coalson · 18 years ago
  78. 81cbb8e turn off window profiling by Josh Coalson · 18 years ago
  79. 419e4ba remove window profiling field by Josh Coalson · 18 years ago
  80. 8238936 default window to tukey(0.5) instead of hann by Josh Coalson · 18 years ago
  81. c4fe269 add set_apodization() to oggflac layers by Josh Coalson · 18 years ago
  82. ea73d72 add docs for -A, additional docs for --cue by Josh Coalson · 18 years ago
  83. beeee71 add window.c/window.h by Josh Coalson · 18 years ago
  84. df59845 fix calculation bugs in encode_subframe_(): max_qlp_coeff_precision when qlp_coeff_prec_search; account for qlp coeff overhead in guessing the best lpc order; default to hann instead of rectangular window on assertion failure by Josh Coalson · 18 years ago
  85. 6e2b565 fix a calcuation bug in FLAC__lpc_compute_best_order() by Josh Coalson · 18 years ago
  86. 96d8cd2 fix comment typos by Josh Coalson · 18 years ago
  87. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  88. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  89. c8dc7a4 bump version to intermediate CVS by Josh Coalson · 18 years ago
  90. b4c13d9 *** empty log message *** by Josh Coalson · 18 years ago
  91. 6be6fe6 reuse fskip_ahead() in flac__encode_wav() by Josh Coalson · 18 years ago
  92. e64dda0 fix compiler warnings by Josh Coalson · 18 years ago
  93. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  94. 91018c8 add host detection for mingw by Josh Coalson · 19 years ago
  95. 09db6d8 minor comments by Josh Coalson · 19 years ago
  96. 6847a66 fix vorbiscomment entry validity tests to match better utf-8 checking in libFLAC by Josh Coalson · 19 years ago
  97. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  98. 1be4415 default to using current script as test file if there is no /bin/sh by Josh Coalson · 19 years ago
  99. 461899f only generate ogg files if flac is ogg-enabled by Josh Coalson · 19 years ago
  100. 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