1. 989f267 add --export-picture-to option to metaflac by Josh Coalson · 18 years ago
  2. 7afb155 fix grabbag__file_are_same() on win32 by using GetFileInformationByHandle() to compare by Josh Coalson · 18 years ago
  3. 6986469 minor comments by Josh Coalson · 18 years ago
  4. 4ac9fdb default to FLAC__TEST_LEVEL=1 by Josh Coalson · 18 years ago
  5. 9452bfe add LIBFLACPP_LIBDIR, make AC_TRY_RUN more robust by Josh Coalson · 18 years ago
  6. 03a6887 add LIBFLAC_LIBDIR, make AC_TRY_RUN more robust by Josh Coalson · 18 years ago
  7. 08b7d0c more fixes for ogg support by Josh Coalson · 18 years ago
  8. e0efb5b add /D "FLAC__HAS_OGG" by Josh Coalson · 18 years ago
  9. 0b9442c remove now-obsolete libOggFLAC stuff by Josh Coalson · 18 years ago
  10. b1f3238 bump version to 1.1.3-beta2 by Josh Coalson · 18 years ago
  11. 32637e0 fixes for MSVC6 by Josh Coalson · 18 years ago
  12. 352feb5 change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  13. 8065a2d change "bytes" parameter of all read callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  14. 3c91754 improve comments by Josh Coalson · 18 years ago
  15. 71d5c25 rename set_serial_number to set_ogg_serial_number everywhere by Josh Coalson · 18 years ago
  16. 4511f20 link libogg if necessary by Josh Coalson · 18 years ago
  17. 15b8eb8 fix to ogg-less building by Josh Coalson · 18 years ago
  18. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  19. 03dbb26 remove unneeded SEEK_ERROR setting by Josh Coalson · 18 years ago
  20. 05c9b40 remove obsolete code by Josh Coalson · 18 years ago
  21. 4e48455 fix placement of FLAC_API_VERSION_... #defines by Josh Coalson · 18 years ago
  22. 1568b1f in grabbag__file_are_same() check that st_dev is same also by Josh Coalson · 18 years ago
  23. f491994 minor comments by Josh Coalson · 18 years ago
  24. 044be30 fix "extern"ness of ReplayGainReferenceLoudness by Josh Coalson · 18 years ago
  25. 6dde751 add missing files by Josh Coalson · 18 years ago
  26. 2d6b8c6 fix bug stats sent to progress callback by Josh Coalson · 18 years ago
  27. 0921730 minor formatting by Josh Coalson · 18 years ago
  28. 724932e minor syntax by Josh Coalson · 18 years ago
  29. 31251b4 for grabbag__file_are_same() on windows use strcmp() on filenames temporarily since inode checking doesn't work by Josh Coalson · 18 years ago
  30. a0c3b8d minor syntax by Josh Coalson · 18 years ago
  31. b0468ee update to match sgml by Josh Coalson · 18 years ago
  32. 663a2af bump version number to 1.1.3-beta1 by Josh Coalson · 18 years ago
  33. 42228b3 bump libtool .so number in prep for release by Josh Coalson · 18 years ago
  34. 9f85cb6 fix problem with code that checks if temp file is needed, before it would compare filenames, now it compares inodes by Josh Coalson · 18 years ago
  35. f461a7b enable file feof callback when input is stdin by Josh Coalson · 18 years ago
  36. 9fb948e minor syntax by Josh Coalson · 18 years ago
  37. 1d691ca add grabbag__file_are_same() by Josh Coalson · 18 years ago
  38. 369a6da remove window debugging code by Josh Coalson · 18 years ago
  39. ecb677e minor #includes by Josh Coalson · 18 years ago
  40. d68a14c _snprintf hackery for MSVC6 by Josh Coalson · 18 years ago
  41. 59717c2 minor comments by Josh Coalson · 18 years ago
  42. 35a07ee fix project name by Josh Coalson · 18 years ago
  43. 6af7ab8 minor syntax by Josh Coalson · 18 years ago
  44. 51ab8cf fix bug where output file would always be deleted on error; instead, only delete when we know we have opened successfully, to avoid other problems like deleting pre-existing file when overwriting it fails by Josh Coalson · 18 years ago
  45. 484e074 *** empty log message *** by Josh Coalson · 18 years ago
  46. 92f7fa9 minor comments by Josh Coalson · 18 years ago
  47. fd5fbc7 bump version number to 1.1.3 by Josh Coalson · 18 years ago
  48. 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
  49. 20ad84a more doxygen comments by Josh Coalson · 18 years ago
  50. e401faa tweak some settings by Josh Coalson · 18 years ago
  51. 8def87a expand round-trip tests to include odd bits per sample (all 4<=bps<=24) by Josh Coalson · 18 years ago
  52. 572cc58 fix final problems with odd bits per sample by Josh Coalson · 18 years ago
  53. 6d8ce24 add verbiage about compression improvement by Josh Coalson · 18 years ago
  54. 2ddb1b1 minor bug fix by Josh Coalson · 18 years ago
  55. 34ae241 more robust -F: if end-of-stream is hit due to partial frame, decoding will complete and leave the output by Josh Coalson · 18 years ago
  56. 8501332 minor comments by Josh Coalson · 18 years ago
  57. afce1ae fix bug in code that skips id3v2 tags at the front of a file; false positives could cause decoding to fail by Josh Coalson · 18 years ago
  58. 1dfcea1 multichannel assignments in format and documentation by Josh Coalson · 18 years ago
  59. 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
  60. cc5c1d8 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
  61. b73fff6 add custom footer with copyright and sourceforge logo by Josh Coalson · 18 years ago
  62. 58c2acb upgrade to doxygen 1.4.2, add custom footer with copyright and sourceforge logo by Josh Coalson · 18 years ago
  63. ae00b5f *** empty log message *** by Josh Coalson · 18 years ago
  64. 825e72c try to limit the #defines (of fseeko to fseek and ftello to ftell) to just the versions of MSVC that appear not to have fseeko()/ftello() by Josh Coalson · 18 years ago
  65. 799c700 add support for WAVEFORMATEXTENSIBLE, support for some other bit-depths besides 8 and 16 by Josh Coalson · 18 years ago
  66. 499f19b fix path to test_picture.dsp by Josh Coalson · 18 years ago
  67. 66616f9 add test/pictures/Makefile to AC_OUTPUT by Josh Coalson · 18 years ago
  68. 2217cb8 disallow --replay-gain with -ogg as a protection; remove --super-secret-... by Josh Coalson · 18 years ago
  69. beb1284 minor comments by Josh Coalson · 18 years ago
  70. e64d5e3 fix label on instantaneous bitrate button by Josh Coalson · 18 years ago
  71. 719bdaa minor bug fix in argc checking by Josh Coalson · 18 years ago
  72. 8f6bdf2 minor fix for windows quirk by Josh Coalson · 18 years ago
  73. a65fd93 minor syntax by Josh Coalson · 18 years ago
  74. 6a630c3 add src/test_grabbag/picture/Makefile to AC_OUTPUT by Josh Coalson · 18 years ago
  75. 508e7cb check metadata before init call to give a better error message by Josh Coalson · 18 years ago
  76. 9c6930d always install doxygen docs by Josh Coalson · 18 years ago
  77. 2f3e673 change default padding to 8K, or 64K if input audio stream is >= 20 minutes long by Josh Coalson · 18 years ago
  78. 6f5568e change default padding to 8K, or 64K if input audio stream is >= 20 minutes long by Josh Coalson · 18 years ago
  79. 9ca69b9 add link for FLAC in WMP by Josh Coalson · 18 years ago
  80. c70b6c5 add more FAQs by Josh Coalson · 18 years ago
  81. 2e29c93 remove ancient deprecated things by Josh Coalson · 18 years ago
  82. 16b570f bump version number by Josh Coalson · 18 years ago
  83. 022572d add verbiage about libtool version number #defines by Josh Coalson · 18 years ago
  84. 833f832 change from one ..._API_NUMBER to 3 libtool numbers ..._API_VERSION_{CURRENT,REVISION,AGE} by Josh Coalson · 18 years ago
  85. d63c231 more PICTURE-related items by Josh Coalson · 18 years ago
  86. 480c011 minor comments by Josh Coalson · 18 years ago
  87. b02574e add --import-picture command to metaflac by Josh Coalson · 18 years ago
  88. 24bef0b add documentation for PICTURE metadata block by Josh Coalson · 18 years ago
  89. 291d9fc reformat; add documentation for flac's --picture option by Josh Coalson · 18 years ago
  90. d3b086b add documentation for flac's --picture option by Josh Coalson · 18 years ago
  91. 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
  92. 6e94c90 add parsing of picture type from spec; add check that type 1 picture is 32x32 PNG by Josh Coalson · 18 years ago
  93. 63da21f add test for --> MIME type (linked URL) by Josh Coalson · 18 years ago
  94. e6c93dd add support for --picture command to import PICTURE metadata by Josh Coalson · 18 years ago
  95. 5f427b3 new tester for testing PICTURE specification parsing by Josh Coalson · 18 years ago
  96. 37d44c1 add picture.c (PICTURE specification parsing) by Josh Coalson · 18 years ago
  97. 0faeaa1 new pictures/ directory has files used to test PICTURE metadata importing by Josh Coalson · 18 years ago
  98. 3fae7d4 add picture.h by Josh Coalson · 18 years ago
  99. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  100. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago