1. 80011e4 minor comments by Josh Coalson · 18 years ago
  2. 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
  3. ece2f61 write encoded stream to actual file to improve testing by Josh Coalson · 18 years ago
  4. cf1422e multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata; fix problem trying to update metadata when encoding to stdout; fix problem with updating metadata if client seek_callback returns UNSUPPORTED by Josh Coalson · 18 years ago
  5. f8d544f add argument to test_seeking to accept #samples in the input, to better evaluate whether or not seeking near/past end-of-stream by Josh Coalson · 18 years ago
  6. 036e9fd fix bug with -S # where the sample number >= total samples, is not getting converted to a placeholder point by Josh Coalson · 18 years ago
  7. 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
  8. 33bba6d minor comments by Josh Coalson · 18 years ago
  9. 6fba847 add support for read-only operations for ogg flac by Josh Coalson · 18 years ago
  10. 7d273b4 add support for read-only operations for ogg flac to chain interface by Josh Coalson · 18 years ago
  11. d037e88 minor comments by Josh Coalson · 18 years ago
  12. 8ad9a12 fix a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043) by Josh Coalson · 18 years ago
  13. 116ca67 fix bug, need to open exported picture file in binary mode on win32 by Josh Coalson · 18 years ago
  14. e58aabd fixes from MSVC6 by Josh Coalson · 18 years ago
  15. e7c1710 add more fixed bugs to list by Josh Coalson · 18 years ago
  16. 03c9d22 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
  17. 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
  18. 45f20fd increase progress report rate with -p and -e used together (SF#1580122: http://sourceforge.net/tracker/index.php?func=detail&aid=1580122&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  19. 144142b fix bug where sync error at end-of-stream was not being caught (SF#1244071 https://sourceforge.net/tracker/index.php?func=detail&aid=1244071&group_id=13478&atid=113478); add warning about not being able to check md5 if md5 sum in STREAMINFO is zero by Josh Coalson · 18 years ago
  20. 32e85a7 compile fixes based on patch (SF#913238 http://sourceforge.net/tracker/index.php?func=detail&aid=913238&group_id=13478&atid=113478 by Josh Coalson · 18 years ago
  21. 6d31c1a un-bump -beta2 prefix on version by Josh Coalson · 18 years ago
  22. 955aed9 fix bug compiling assembly files on intel mac (SF#1422598 http://sourceforge.net/tracker/index.php?func=detail&aid=1422598&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  23. 51240f4 fix bug SF#1293830: flac accepting WAVE files with "data" subchunks of size 0 by Josh Coalson · 18 years ago
  24. acd4a43 fix compiler warnings by Josh Coalson · 18 years ago
  25. b413ea4 fix problem with filename parsing if file does not have extension but also has a . in the path (SF#1161916 http://sourceforge.net/tracker/index.php?func=detail&aid=1161916&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  26. cc190e8 fix bug: wave header fixup was being tried even in test mode by Josh Coalson · 18 years ago
  27. 0895667 patch sf#1580550 noexec stack: http://sourceforge.net/tracker/index.php?func=detail&aid=1580550&group_id=13478&atid=313478 by Josh Coalson · 18 years ago
  28. 83d9142 add missing --lax by Josh Coalson · 18 years ago
  29. e3f00bc minor comments by Josh Coalson · 18 years ago
  30. 49f2f16 add overreading in the stream encoder process calls to be able to reliably detect when we are at the last block; also fixes a problem with EOS packet flag setting in Ogg FLAC by Josh Coalson · 18 years ago
  31. acc4bea add tests for different fractional end blocks with different blocksizes by Josh Coalson · 18 years ago
  32. b7b57ef fix bug in verify_write_callback_ where the FIFO dequeueing did not memmove all the data by Josh Coalson · 18 years ago
  33. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  34. 38bf3e6 fix FLAC::Decoder::Stream::finish() to return a bool like its C cousin by Josh Coalson · 18 years ago
  35. 4c5d485 check return value of FLAC__stream_decoder_finish() by Josh Coalson · 18 years ago
  36. fb84f25 minor syntax by Josh Coalson · 18 years ago
  37. 85aaed8 fix bug where window was not recalculated when blocksize decreased; better wording for fractional blocks by Josh Coalson · 18 years ago
  38. 8295fd0 fixes for new seeking algorithm by Josh Coalson · 18 years ago
  39. 1d42ba6 add tests for fractional blocks by Josh Coalson · 18 years ago
  40. 6948a47 add -Wextra to gcc flags by Josh Coalson · 18 years ago
  41. 89a8205 minor fixes to linked libs by Josh Coalson · 18 years ago
  42. e9b6183 some more unsigned->size_t fixes by Josh Coalson · 18 years ago
  43. e3e9fcf fix docs for --serial-number option by Josh Coalson · 18 years ago
  44. 3571f9c new seek algorithm for native FLAC from Miroslav by Josh Coalson · 18 years ago
  45. b1c3798 add multiple read modes to simulate different seeking/playback patterns by Josh Coalson · 18 years ago
  46. f7f7490 minor tweak to read callback eof handling by Josh Coalson · 18 years ago
  47. 5f0433f fix bug where encoder wasn't defaulting to -5 by Josh Coalson · 18 years ago
  48. 99abf3e add code examples for some of the callbacks to the docs by Josh Coalson · 18 years ago
  49. c28efe2 add support from encoding from ogg flac input by Josh Coalson · 18 years ago
  50. 2dd9d91 minor comments by Josh Coalson · 18 years ago
  51. c5675fb switch to using FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  52. ebd7be8 minor wording by Josh Coalson · 18 years ago
  53. 1a90ac4 add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  54. 425609c add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  55. 7464fec minor comments by Josh Coalson · 18 years ago
  56. aec8bb3 rename metaflac's --import-picture to --import-picture-from for consistency with other options by Josh Coalson · 18 years ago
  57. 989f267 add --export-picture-to option to metaflac by Josh Coalson · 18 years ago
  58. 7afb155 fix grabbag__file_are_same() on win32 by using GetFileInformationByHandle() to compare by Josh Coalson · 18 years ago
  59. 6986469 minor comments by Josh Coalson · 18 years ago
  60. 4ac9fdb default to FLAC__TEST_LEVEL=1 by Josh Coalson · 18 years ago
  61. 9452bfe add LIBFLACPP_LIBDIR, make AC_TRY_RUN more robust by Josh Coalson · 18 years ago
  62. 03a6887 add LIBFLAC_LIBDIR, make AC_TRY_RUN more robust by Josh Coalson · 18 years ago
  63. 08b7d0c more fixes for ogg support by Josh Coalson · 18 years ago
  64. e0efb5b add /D "FLAC__HAS_OGG" by Josh Coalson · 18 years ago
  65. 0b9442c remove now-obsolete libOggFLAC stuff by Josh Coalson · 18 years ago
  66. b1f3238 bump version to 1.1.3-beta2 by Josh Coalson · 18 years ago
  67. 32637e0 fixes for MSVC6 by Josh Coalson · 18 years ago
  68. 352feb5 change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  69. 8065a2d change "bytes" parameter of all read callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  70. 3c91754 improve comments by Josh Coalson · 18 years ago
  71. 71d5c25 rename set_serial_number to set_ogg_serial_number everywhere by Josh Coalson · 18 years ago
  72. 4511f20 link libogg if necessary by Josh Coalson · 18 years ago
  73. 15b8eb8 fix to ogg-less building by Josh Coalson · 18 years ago
  74. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  75. 03dbb26 remove unneeded SEEK_ERROR setting by Josh Coalson · 18 years ago
  76. 05c9b40 remove obsolete code by Josh Coalson · 18 years ago
  77. 4e48455 fix placement of FLAC_API_VERSION_... #defines by Josh Coalson · 18 years ago
  78. 1568b1f in grabbag__file_are_same() check that st_dev is same also by Josh Coalson · 18 years ago
  79. f491994 minor comments by Josh Coalson · 18 years ago
  80. 044be30 fix "extern"ness of ReplayGainReferenceLoudness by Josh Coalson · 18 years ago
  81. 6dde751 add missing files by Josh Coalson · 18 years ago
  82. 2d6b8c6 fix bug stats sent to progress callback by Josh Coalson · 18 years ago
  83. 0921730 minor formatting by Josh Coalson · 18 years ago
  84. 724932e minor syntax by Josh Coalson · 18 years ago
  85. 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
  86. a0c3b8d minor syntax by Josh Coalson · 18 years ago
  87. b0468ee update to match sgml by Josh Coalson · 18 years ago
  88. 663a2af bump version number to 1.1.3-beta1 by Josh Coalson · 18 years ago
  89. 42228b3 bump libtool .so number in prep for release by Josh Coalson · 18 years ago
  90. 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
  91. f461a7b enable file feof callback when input is stdin by Josh Coalson · 18 years ago
  92. 9fb948e minor syntax by Josh Coalson · 18 years ago
  93. 1d691ca add grabbag__file_are_same() by Josh Coalson · 18 years ago
  94. 369a6da remove window debugging code by Josh Coalson · 18 years ago
  95. ecb677e minor #includes by Josh Coalson · 18 years ago
  96. d68a14c _snprintf hackery for MSVC6 by Josh Coalson · 18 years ago
  97. 59717c2 minor comments by Josh Coalson · 18 years ago
  98. 35a07ee fix project name by Josh Coalson · 18 years ago
  99. 6af7ab8 minor syntax by Josh Coalson · 18 years ago
  100. 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