1. 37d44c1 add picture.c (PICTURE specification parsing) by Josh Coalson · 18 years ago
  2. 0faeaa1 new pictures/ directory has files used to test PICTURE metadata importing by Josh Coalson · 18 years ago
  3. 3fae7d4 add picture.h by Josh Coalson · 18 years ago
  4. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  5. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  6. aa1edeb add #define FLAC_API_NUMBER by Josh Coalson · 18 years ago
  7. f7f6c6e change type val for UNKNOWN metadata block from 127 (now reserved) to 126 by Josh Coalson · 18 years ago
  8. d62eed4 minor comments by Josh Coalson · 18 years ago
  9. 1d43e10 minor comments by Josh Coalson · 18 years ago
  10. 7f1b642 minor comments by Josh Coalson · 18 years ago
  11. 2257350 remove unused code that had the old way of stat()ing a filename to get the length by Josh Coalson · 18 years ago
  12. 0008856 remove unused code by Josh Coalson · 18 years ago
  13. 982ea3a fix recovery logic when seek fails by Josh Coalson · 18 years ago
  14. 9acc35f fix problem on windows where rename() fails if destination exists by Josh Coalson · 18 years ago
  15. 180e0ca fix bug in file closing logic in _finish() by Josh Coalson · 18 years ago
  16. da6c00e fixed bug, file was not being closed at _finish() time by Josh Coalson · 18 years ago
  17. e137825 remove unused code by Josh Coalson · 18 years ago
  18. c0da196 minor comments by Josh Coalson · 18 years ago
  19. 68acb04 change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts by Josh Coalson · 18 years ago
  20. edf672e minor wording by Josh Coalson · 18 years ago
  21. 0472058 fix bug, --remove-replay-gain was not removing REPLAYGAIN_REFERENCE_LOUDNESS by Josh Coalson · 18 years ago
  22. afd99a8 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  23. 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
  24. b292e75 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  25. dcf0442 add ReplayGainReferenceLoudness constant by Josh Coalson · 18 years ago
  26. 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
  27. 461f3eb relicense under LGPL 2.1 by Josh Coalson · 18 years ago
  28. e5ad6bd bump version to 1.1.3 by Josh Coalson · 18 years ago
  29. 95b8968 bump version number to 1.1.3 by Josh Coalson · 18 years ago
  30. bfda378 add support for encoding from FLAC to FLAC while preserving metadata by Josh Coalson · 18 years ago
  31. ff151cc switch metaflac test over to comparing output against "golden" files by Josh Coalson · 18 years ago
  32. 08c719a fix #include for off_t by Josh Coalson · 18 years ago
  33. 14502c6 minor typo by Josh Coalson · 18 years ago
  34. f27a8ac minor EMX fix by Josh Coalson · 18 years ago
  35. 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
  36. 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
  37. ba26e4e comments by Josh Coalson · 18 years ago
  38. 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
  39. 4cbb812 improve behavior of -F to decode even if there is no metadata by Josh Coalson · 18 years ago
  40. 48b1e6e improve behavior of -F to decode even if there is no metadata by Josh Coalson · 18 years ago
  41. 5a8b6ba turn off do_md5_checking if there is no STREAMINFO block by Josh Coalson · 18 years ago
  42. 78579c5 fix largefile bug by Josh Coalson · 18 years ago
  43. bd8bb54 minor comments by Josh Coalson · 18 years ago
  44. 2bf0ef8 only build plugin_common if FLaC__HAVE_XMMS by Josh Coalson · 18 years ago
  45. 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
  46. 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
  47. daa6842 minro syntax by Josh Coalson · 18 years ago
  48. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  49. 6977bda minor syntax by Josh Coalson · 18 years ago
  50. 462a5e6 minor syntax by Josh Coalson · 18 years ago
  51. 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
  52. 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
  53. 26c8235 add new options: --tag-from-file for flac and --set-tag-from-file for metaflac by Josh Coalson · 18 years ago
  54. 6c08886 add window.[ch] by Josh Coalson · 18 years ago
  55. 8542542 update iconv settings by Josh Coalson · 18 years ago
  56. 03f54be minor comments by Josh Coalson · 18 years ago
  57. 6126c83 minor syntax by Josh Coalson · 18 years ago
  58. fe3b8ec #define M_PI for MSVC6 by Josh Coalson · 18 years ago
  59. 0abc735 minor fixes by Josh Coalson · 18 years ago
  60. 81cbb8e turn off window profiling by Josh Coalson · 18 years ago
  61. 419e4ba remove window profiling field by Josh Coalson · 18 years ago
  62. 8238936 default window to tukey(0.5) instead of hann by Josh Coalson · 18 years ago
  63. c4fe269 add set_apodization() to oggflac layers by Josh Coalson · 18 years ago
  64. ea73d72 add docs for -A, additional docs for --cue by Josh Coalson · 18 years ago
  65. beeee71 add window.c/window.h by Josh Coalson · 18 years ago
  66. 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
  67. 6e2b565 fix a calcuation bug in FLAC__lpc_compute_best_order() by Josh Coalson · 18 years ago
  68. 96d8cd2 fix comment typos by Josh Coalson · 18 years ago
  69. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  70. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  71. c8dc7a4 bump version to intermediate CVS by Josh Coalson · 18 years ago
  72. b4c13d9 *** empty log message *** by Josh Coalson · 18 years ago
  73. 6be6fe6 reuse fskip_ahead() in flac__encode_wav() by Josh Coalson · 18 years ago
  74. e64dda0 fix compiler warnings by Josh Coalson · 18 years ago
  75. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  76. 91018c8 add host detection for mingw by Josh Coalson · 19 years ago
  77. 09db6d8 minor comments by Josh Coalson · 19 years ago
  78. 6847a66 fix vorbiscomment entry validity tests to match better utf-8 checking in libFLAC by Josh Coalson · 19 years ago
  79. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  80. 1be4415 default to using current script as test file if there is no /bin/sh by Josh Coalson · 19 years ago
  81. 461899f only generate ogg files if flac is ogg-enabled by Josh Coalson · 19 years ago
  82. 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
  83. 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
  84. 33f4ce5 add xmms.m4 to new m4/ directory as backup by Josh Coalson · 19 years ago
  85. b0a4ee3 fix "redefinition of socklen_t" problem on freebsd by Josh Coalson · 19 years ago
  86. d2918a3 last batch of fixes related to problems caused by new http streaming code by Josh Coalson · 19 years ago
  87. bdb9b2c minor cosmetics by Josh Coalson · 19 years ago
  88. da08a9a add replay gain info to file info box by Josh Coalson · 19 years ago
  89. f8ffa1a add new replaygain module by Josh Coalson · 19 years ago
  90. 99ea640 minor cosmetics by Josh Coalson · 19 years ago
  91. 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
  92. 53b626a add to verbiage about verify error; point to FAQ entry by Josh Coalson · 19 years ago
  93. 83fa59c more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion by Josh Coalson · 19 years ago
  94. 83b8d28 add shorthand option --remove-replay-gain to metaflac by Josh Coalson · 19 years ago
  95. b047964 fix minor problem with error case in handler for --add-seekpoint by Josh Coalson · 19 years ago
  96. 585e45d fix bad use of g_strconcat() by Josh Coalson · 19 years ago
  97. 3889287 remove spurious semicolon by Josh Coalson · 19 years ago
  98. 2808c09 convert from dos to unix cr/lf by Josh Coalson · 19 years ago
  99. 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
  100. 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