1. c0da196 minor comments by Josh Coalson · 18 years ago
  2. 68acb04 change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts by Josh Coalson · 18 years ago
  3. edf672e minor wording by Josh Coalson · 18 years ago
  4. 0472058 fix bug, --remove-replay-gain was not removing REPLAYGAIN_REFERENCE_LOUDNESS by Josh Coalson · 18 years ago
  5. afd99a8 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  6. 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
  7. b292e75 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  8. dcf0442 add ReplayGainReferenceLoudness constant by Josh Coalson · 18 years ago
  9. 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
  10. 461f3eb relicense under LGPL 2.1 by Josh Coalson · 18 years ago
  11. e5ad6bd bump version to 1.1.3 by Josh Coalson · 18 years ago
  12. 95b8968 bump version number to 1.1.3 by Josh Coalson · 18 years ago
  13. bfda378 add support for encoding from FLAC to FLAC while preserving metadata by Josh Coalson · 18 years ago
  14. ff151cc switch metaflac test over to comparing output against "golden" files by Josh Coalson · 18 years ago
  15. 08c719a fix #include for off_t by Josh Coalson · 18 years ago
  16. 14502c6 minor typo by Josh Coalson · 18 years ago
  17. f27a8ac minor EMX fix by Josh Coalson · 18 years ago
  18. 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
  19. 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
  20. ba26e4e comments 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. 48b1e6e improve behavior of -F to decode even if there is no metadata by Josh Coalson · 18 years ago
  24. 5a8b6ba turn off do_md5_checking if there is no STREAMINFO block by Josh Coalson · 18 years ago
  25. 78579c5 fix largefile bug by Josh Coalson · 18 years ago
  26. bd8bb54 minor comments by Josh Coalson · 18 years ago
  27. 2bf0ef8 only build plugin_common if FLaC__HAVE_XMMS by Josh Coalson · 18 years ago
  28. 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
  29. 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
  30. daa6842 minro syntax by Josh Coalson · 18 years ago
  31. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  32. 6977bda minor syntax by Josh Coalson · 18 years ago
  33. 462a5e6 minor syntax by Josh Coalson · 18 years ago
  34. 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
  35. 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
  36. 26c8235 add new options: --tag-from-file for flac and --set-tag-from-file for metaflac by Josh Coalson · 18 years ago
  37. 6c08886 add window.[ch] by Josh Coalson · 18 years ago
  38. 8542542 update iconv settings by Josh Coalson · 18 years ago
  39. 03f54be minor comments by Josh Coalson · 18 years ago
  40. 6126c83 minor syntax by Josh Coalson · 18 years ago
  41. fe3b8ec #define M_PI for MSVC6 by Josh Coalson · 18 years ago
  42. 0abc735 minor fixes by Josh Coalson · 18 years ago
  43. 81cbb8e turn off window profiling by Josh Coalson · 18 years ago
  44. 419e4ba remove window profiling field by Josh Coalson · 18 years ago
  45. 8238936 default window to tukey(0.5) instead of hann by Josh Coalson · 18 years ago
  46. c4fe269 add set_apodization() to oggflac layers by Josh Coalson · 18 years ago
  47. ea73d72 add docs for -A, additional docs for --cue by Josh Coalson · 18 years ago
  48. beeee71 add window.c/window.h by Josh Coalson · 18 years ago
  49. 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
  50. 6e2b565 fix a calcuation bug in FLAC__lpc_compute_best_order() by Josh Coalson · 18 years ago
  51. 96d8cd2 fix comment typos by Josh Coalson · 18 years ago
  52. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  53. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  54. c8dc7a4 bump version to intermediate CVS by Josh Coalson · 18 years ago
  55. b4c13d9 *** empty log message *** by Josh Coalson · 18 years ago
  56. 6be6fe6 reuse fskip_ahead() in flac__encode_wav() by Josh Coalson · 18 years ago
  57. e64dda0 fix compiler warnings by Josh Coalson · 18 years ago
  58. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  59. 91018c8 add host detection for mingw by Josh Coalson · 19 years ago
  60. 09db6d8 minor comments by Josh Coalson · 19 years ago
  61. 6847a66 fix vorbiscomment entry validity tests to match better utf-8 checking in libFLAC by Josh Coalson · 19 years ago
  62. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  63. 1be4415 default to using current script as test file if there is no /bin/sh by Josh Coalson · 19 years ago
  64. 461899f only generate ogg files if flac is ogg-enabled by Josh Coalson · 19 years ago
  65. 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
  66. 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
  67. 33f4ce5 add xmms.m4 to new m4/ directory as backup by Josh Coalson · 19 years ago
  68. b0a4ee3 fix "redefinition of socklen_t" problem on freebsd by Josh Coalson · 19 years ago
  69. d2918a3 last batch of fixes related to problems caused by new http streaming code by Josh Coalson · 19 years ago
  70. bdb9b2c minor cosmetics by Josh Coalson · 19 years ago
  71. da08a9a add replay gain info to file info box by Josh Coalson · 19 years ago
  72. f8ffa1a add new replaygain module by Josh Coalson · 19 years ago
  73. 99ea640 minor cosmetics by Josh Coalson · 19 years ago
  74. 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
  75. 53b626a add to verbiage about verify error; point to FAQ entry by Josh Coalson · 19 years ago
  76. 83fa59c more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion by Josh Coalson · 19 years ago
  77. 83b8d28 add shorthand option --remove-replay-gain to metaflac by Josh Coalson · 19 years ago
  78. b047964 fix minor problem with error case in handler for --add-seekpoint by Josh Coalson · 19 years ago
  79. 585e45d fix bad use of g_strconcat() by Josh Coalson · 19 years ago
  80. 3889287 remove spurious semicolon by Josh Coalson · 19 years ago
  81. 2808c09 convert from dos to unix cr/lf by Josh Coalson · 19 years ago
  82. 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
  83. 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
  84. c2751e6 add support for raw and aiff input in the multifile tests; also add proper checking for the correct operation of --sector-align by Josh Coalson · 19 years ago
  85. 53d7e14 minor comments by Josh Coalson · 19 years ago
  86. 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
  87. 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
  88. c2af428 add note about fixed utf-8 decoding (disallow non-shortest-form and surrogate sequences) by Josh Coalson · 19 years ago
  89. c6e53da fix bug in utf8len() by Josh Coalson · 19 years ago
  90. b4de169 fixes to remove warnings from gcc-4.0.0 by Josh Coalson · 19 years ago
  91. d263e6e disallow non-shortest-form encodings in utf-8 checking; when converting utf-8 to ucs-2, replace code points outside of ucs-2 with ? character by Josh Coalson · 19 years ago
  92. f2a8e06 disallow non-shortest-form encodings in utf-8 checking by Josh Coalson · 19 years ago
  93. cee66cf only warn about non-CDDA-compliant cuesheets instead of error by Josh Coalson · 19 years ago
  94. 67bae33 check that a cuesheet is legal before trying to encode with it so user will get a more useful error message; only warn about non-CDDA-compliant cuesheets instead of error by Josh Coalson · 19 years ago
  95. fe1d311 slightly more precise error message in CDDA cuesheet checking by Josh Coalson · 19 years ago
  96. e7001d6 change bug submission verbiage, require monitoring of sourceforge bug by Josh Coalson · 19 years ago
  97. 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
  98. ce0b345 remove FLAC__SYMMETRIC_RICE code by Josh Coalson · 19 years ago
  99. d8e59d2 add special CONFIG_CFLAGS for darwin by Josh Coalson · 19 years ago
  100. a02b73f check in more fixes from Luca to build properly on linux-ppc (asm-related again) by Josh Coalson · 20 years ago