1. c85056b use inline byte-swapping function for MSVC by Josh Coalson · 18 years ago
  2. 8640da3 fix bug where specifying --picture in FLAC-to-FLAC transcoding did not have any effect (SF#1627993: http://sourceforge.net/tracker/index.php?func=detail&aid=1627993&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  3. d1dd66b minor asserts by Josh Coalson · 18 years ago
  4. 67e5d6d minor syntax by Josh Coalson · 18 years ago
  5. 469ba74 minor comments by Josh Coalson · 18 years ago
  6. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  7. fc92d8d bump version to 1.1.4-alpha1 by Josh Coalson · 18 years ago
  8. 0486d43 add dithering to lp coeff quantization by Josh Coalson · 18 years ago
  9. f57bd7a *** empty log message *** by Josh Coalson · 18 years ago
  10. b5a26ce fix problem in frame size calculation in analysis mode on first frame by Josh Coalson · 18 years ago
  11. 0014e41 add support for passing frame size to analyzer; analyzer also print qlp coeffs by Josh Coalson · 18 years ago
  12. 90c693a speed up precompute_partition_info_escapes_() by Josh Coalson · 18 years ago
  13. 37d9fb1 bump requisite _MSC_VER to <=1600 for fseeko/ftello hack by Josh Coalson · 18 years ago
  14. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 18 years ago
  15. 44eead8 minor typos by Josh Coalson · 18 years ago
  16. 2761e13 return nonzero exit code if invalid option was used by Josh Coalson · 18 years ago
  17. 1c03407 in FLAC__stream_encoder_set_metadata(), copy the metadata array of pointers instead of requiring the caller to keep it until initialization; the objects themselves are still owned by caller by Josh Coalson · 18 years ago
  18. 8008739 make CVS vendor string by Josh Coalson · 18 years ago
  19. 423f804 several speed improvements: completely rewritten bitbuffer which uses native machine word size instead of bytes; much faster rice partition size estimation; crc16 calculation in machine word size by Josh Coalson · 18 years ago
  20. 76ba93a minor comments by Josh Coalson · 18 years ago
  21. 1109e7f code simplification and speed optimization for set_partitioned_rice_() by Josh Coalson · 18 years ago
  22. 792c10d minor cleanup in count_rice_bits_() by Josh Coalson · 18 years ago
  23. f5dd478 minor optimizations by Josh Coalson · 18 years ago
  24. 92e4317 minor typo by Josh Coalson · 18 years ago
  25. ce1d07c add system for verifying that encoded frame size estimates are accurate; clean up the code for rice parameter searching and rice codeword length estimation by Josh Coalson · 18 years ago
  26. cbe2842 improved fix for misleading warning, now error out for id3v2 tag (SF#1631064: http://sourceforge.net/tracker/index.php?func=detail&aid=1631064&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  27. 08f582e add FLAC__bitbuffer_get_input_bits_unconsumed() by Josh Coalson · 18 years ago
  28. 0e4b20f fix misleading warning (SF#1631064: http://sourceforge.net/tracker/index.php?func=detail&aid=1631064&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  29. d351d04 fix makefile bug with ogg linkage (SF#1611414: http://sourceforge.net/tracker/index.php?func=detail&aid=1611414&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  30. c259050 Fix bug where using -F with FLAC-to-FLAC transcoding of a corrupted FLAC would have no effect (SF#1615391: https://sourceforge.net/tracker/index.php?func=detail&aid=1615391&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  31. 4de8052 Fix bug where FLAC-to-FLAC transcoding of a corrupted FLAC file would truncate the transcoded file at the first error (SF#1615019: https://sourceforge.net/tracker/index.php?func=detail&aid=1615019&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  32. 5ae0084 C89 fix (SF#1613348: http://sourceforge.net/tracker/index.php?func=detail&aid=1613348&group_id=13478&atid=313478) by Josh Coalson · 18 years ago
  33. 4e8fe85 fix bug with locale-specific -A defaults for -0..-8 (SF#1608883: https://sourceforge.net/tracker/index.php?func=detail&aid=1608883&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  34. fa9d634 minor error message change by Josh Coalson · 18 years ago
  35. d6af578 link with libogg by Josh Coalson · 18 years ago
  36. 32b9bae quick fix for SF#1601812 where an error of exactly 0 (very rare) in FLAC__lpc_compute_lp_coefficients() could cause an infinite loop later in FLAC__lpc_quantize_coefficients() by Josh Coalson · 18 years ago
  37. cd3302e fix bug where jpeg marker detection could be broken by non-C locale by Josh Coalson · 18 years ago
  38. 2c93a74 *** empty log message *** by Josh Coalson · 18 years ago
  39. a196a66 fix bug where test would fail if libFLAC not built with ogg support by Josh Coalson · 18 years ago
  40. 2beca73 patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tracker/index.php?func=detail&aid=1599018&group_id=13478&atid=313478) by Josh Coalson · 18 years ago
  41. 7581d12 patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tracker/index.php?func=detail&aid=1599018&group_id=13478&atid=313478) by Josh Coalson · 18 years ago
  42. f37520b final merge down from 1.1.2 maintenance branch (cvs up -j FLAC_RELEASE_1_1_2_MAINTENANCE_BASELINE -j FLAC_RELEASE_1_1_2_MAINTENANCE_BRANCH) by Josh Coalson · 18 years ago
  43. 7ae3359 fixes based on valgrind run by Josh Coalson · 18 years ago
  44. c85f314 bump version number to 1.1.3 by Josh Coalson · 18 years ago
  45. ab56ef1 fixes from 64-bit compile by Josh Coalson · 18 years ago
  46. 6f51d07 fix bug where decoding to stdout could fail for no good reason in some cases; fixes from MSVC compile by Josh Coalson · 18 years ago
  47. b0627a4 fixes from MSVC compile by Josh Coalson · 18 years ago
  48. f1ac7d9 make "#if FLAC__HAS_OGG" checking consistent by Josh Coalson · 18 years ago
  49. 80011e4 minor comments by Josh Coalson · 18 years ago
  50. 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
  51. ece2f61 write encoded stream to actual file to improve testing by Josh Coalson · 18 years ago
  52. 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
  53. 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
  54. 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
  55. 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&amp;aid=1338969&amp;group_id=13478&amp;atid=113478) by Josh Coalson · 18 years ago
  56. 6fba847 add support for read-only operations for ogg flac by Josh Coalson · 18 years ago
  57. 7d273b4 add support for read-only operations for ogg flac to chain interface by Josh Coalson · 18 years ago
  58. d037e88 minor comments by Josh Coalson · 18 years ago
  59. 8ad9a12 fix a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043) by Josh Coalson · 18 years ago
  60. 116ca67 fix bug, need to open exported picture file in binary mode on win32 by Josh Coalson · 18 years ago
  61. e58aabd fixes from MSVC6 by Josh Coalson · 18 years ago
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. 51240f4 fix bug SF#1293830: flac accepting WAVE files with "data" subchunks of size 0 by Josh Coalson · 18 years ago
  68. acd4a43 fix compiler warnings by Josh Coalson · 18 years ago
  69. 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
  70. cc190e8 fix bug: wave header fixup was being tried even in test mode by Josh Coalson · 18 years ago
  71. 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
  72. 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
  73. b7b57ef fix bug in verify_write_callback_ where the FIFO dequeueing did not memmove all the data by Josh Coalson · 18 years ago
  74. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  75. 38bf3e6 fix FLAC::Decoder::Stream::finish() to return a bool like its C cousin by Josh Coalson · 18 years ago
  76. 4c5d485 check return value of FLAC__stream_decoder_finish() by Josh Coalson · 18 years ago
  77. fb84f25 minor syntax by Josh Coalson · 18 years ago
  78. 85aaed8 fix bug where window was not recalculated when blocksize decreased; better wording for fractional blocks by Josh Coalson · 18 years ago
  79. 8295fd0 fixes for new seeking algorithm by Josh Coalson · 18 years ago
  80. 89a8205 minor fixes to linked libs by Josh Coalson · 18 years ago
  81. e9b6183 some more unsigned->size_t fixes by Josh Coalson · 18 years ago
  82. e3e9fcf fix docs for --serial-number option by Josh Coalson · 18 years ago
  83. 3571f9c new seek algorithm for native FLAC from Miroslav by Josh Coalson · 18 years ago
  84. b1c3798 add multiple read modes to simulate different seeking/playback patterns by Josh Coalson · 18 years ago
  85. f7f7490 minor tweak to read callback eof handling by Josh Coalson · 18 years ago
  86. 5f0433f fix bug where encoder wasn't defaulting to -5 by Josh Coalson · 18 years ago
  87. c28efe2 add support from encoding from ogg flac input by Josh Coalson · 18 years ago
  88. 2dd9d91 minor comments by Josh Coalson · 18 years ago
  89. c5675fb switch to using FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  90. 425609c add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  91. aec8bb3 rename metaflac's --import-picture to --import-picture-from for consistency with other options by Josh Coalson · 18 years ago
  92. 989f267 add --export-picture-to option to metaflac by Josh Coalson · 18 years ago
  93. 7afb155 fix grabbag__file_are_same() on win32 by using GetFileInformationByHandle() to compare by Josh Coalson · 18 years ago
  94. 6986469 minor comments by Josh Coalson · 18 years ago
  95. 9452bfe add LIBFLACPP_LIBDIR, make AC_TRY_RUN more robust by Josh Coalson · 18 years ago
  96. 03a6887 add LIBFLAC_LIBDIR, make AC_TRY_RUN more robust by Josh Coalson · 18 years ago
  97. 08b7d0c more fixes for ogg support by Josh Coalson · 18 years ago
  98. e0efb5b add /D "FLAC__HAS_OGG" by Josh Coalson · 18 years ago
  99. 0b9442c remove now-obsolete libOggFLAC stuff by Josh Coalson · 18 years ago
  100. b1f3238 bump version to 1.1.3-beta2 by Josh Coalson · 18 years ago