1. 792c10d minor cleanup in count_rice_bits_() by Josh Coalson · 18 years ago
  2. f5dd478 minor optimizations by Josh Coalson · 18 years ago
  3. 92e4317 minor typo by Josh Coalson · 18 years ago
  4. 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
  5. 08f582e add FLAC__bitbuffer_get_input_bits_unconsumed() by Josh Coalson · 18 years ago
  6. 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
  7. 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
  8. 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
  9. 2c93a74 *** empty log message *** by Josh Coalson · 18 years ago
  10. 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
  11. 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
  12. c85f314 bump version number to 1.1.3 by Josh Coalson · 18 years ago
  13. ab56ef1 fixes from 64-bit compile by Josh Coalson · 18 years ago
  14. b0627a4 fixes from MSVC compile by Josh Coalson · 18 years ago
  15. f1ac7d9 make "#if FLAC__HAS_OGG" checking consistent by Josh Coalson · 18 years ago
  16. 80011e4 minor comments by Josh Coalson · 18 years ago
  17. 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
  18. 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
  19. 7d273b4 add support for read-only operations for ogg flac to chain interface by Josh Coalson · 18 years ago
  20. e58aabd fixes from MSVC6 by Josh Coalson · 18 years ago
  21. 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
  22. acd4a43 fix compiler warnings by Josh Coalson · 18 years ago
  23. 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
  24. 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
  25. b7b57ef fix bug in verify_write_callback_ where the FIFO dequeueing did not memmove all the data by Josh Coalson · 18 years ago
  26. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  27. fb84f25 minor syntax by Josh Coalson · 18 years ago
  28. 85aaed8 fix bug where window was not recalculated when blocksize decreased; better wording for fractional blocks by Josh Coalson · 18 years ago
  29. 8295fd0 fixes for new seeking algorithm by Josh Coalson · 18 years ago
  30. e9b6183 some more unsigned->size_t fixes by Josh Coalson · 18 years ago
  31. 3571f9c new seek algorithm for native FLAC from Miroslav by Josh Coalson · 18 years ago
  32. 2dd9d91 minor comments by Josh Coalson · 18 years ago
  33. 425609c add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  34. 03a6887 add LIBFLAC_LIBDIR, make AC_TRY_RUN more robust by Josh Coalson · 18 years ago
  35. 08b7d0c more fixes for ogg support by Josh Coalson · 18 years ago
  36. e0efb5b add /D "FLAC__HAS_OGG" by Josh Coalson · 18 years ago
  37. 0b9442c remove now-obsolete libOggFLAC stuff by Josh Coalson · 18 years ago
  38. b1f3238 bump version to 1.1.3-beta2 by Josh Coalson · 18 years ago
  39. 32637e0 fixes for MSVC6 by Josh Coalson · 18 years ago
  40. 352feb5 change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  41. 8065a2d change "bytes" parameter of all read callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  42. 71d5c25 rename set_serial_number to set_ogg_serial_number everywhere by Josh Coalson · 18 years ago
  43. 15b8eb8 fix to ogg-less building by Josh Coalson · 18 years ago
  44. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  45. 2d6b8c6 fix bug stats sent to progress callback by Josh Coalson · 18 years ago
  46. 663a2af bump version number to 1.1.3-beta1 by Josh Coalson · 18 years ago
  47. 42228b3 bump libtool .so number in prep for release by Josh Coalson · 18 years ago
  48. f461a7b enable file feof callback when input is stdin by Josh Coalson · 18 years ago
  49. 369a6da remove window debugging code by Josh Coalson · 18 years ago
  50. 59717c2 minor comments by Josh Coalson · 18 years ago
  51. 92f7fa9 minor comments by Josh Coalson · 18 years ago
  52. 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
  53. 8501332 minor comments by Josh Coalson · 18 years ago
  54. 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
  55. 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
  56. a65fd93 minor syntax by Josh Coalson · 18 years ago
  57. 2e29c93 remove ancient deprecated things by Josh Coalson · 18 years ago
  58. 480c011 minor comments by Josh Coalson · 18 years ago
  59. 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
  60. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  61. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  62. 2257350 remove unused code that had the old way of stat()ing a filename to get the length by Josh Coalson · 18 years ago
  63. 180e0ca fix bug in file closing logic in _finish() by Josh Coalson · 18 years ago
  64. c0da196 minor comments by Josh Coalson · 18 years ago
  65. 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
  66. e5ad6bd bump version to 1.1.3 by Josh Coalson · 18 years ago
  67. 95b8968 bump version number to 1.1.3 by Josh Coalson · 18 years ago
  68. 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
  69. 5a8b6ba turn off do_md5_checking if there is no STREAMINFO block by Josh Coalson · 18 years ago
  70. bd8bb54 minor comments by Josh Coalson · 18 years ago
  71. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  72. 6c08886 add window.[ch] by Josh Coalson · 18 years ago
  73. 03f54be minor comments by Josh Coalson · 18 years ago
  74. fe3b8ec #define M_PI for MSVC6 by Josh Coalson · 18 years ago
  75. 0abc735 minor fixes by Josh Coalson · 18 years ago
  76. 81cbb8e turn off window profiling by Josh Coalson · 18 years ago
  77. 8238936 default window to tukey(0.5) instead of hann by Josh Coalson · 18 years ago
  78. beeee71 add window.c/window.h by Josh Coalson · 18 years ago
  79. 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
  80. 6e2b565 fix a calcuation bug in FLAC__lpc_compute_best_order() by Josh Coalson · 18 years ago
  81. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  82. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  83. c8dc7a4 bump version to intermediate CVS by Josh Coalson · 18 years ago
  84. b4c13d9 *** empty log message *** by Josh Coalson · 18 years ago
  85. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  86. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  87. 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
  88. 3889287 remove spurious semicolon 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. f2a8e06 disallow non-shortest-form encodings in utf-8 checking by Josh Coalson · 19 years ago
  92. fe1d311 slightly more precise error message in CDDA cuesheet checking by Josh Coalson · 19 years ago
  93. ce0b345 remove FLAC__SYMMETRIC_RICE code by Josh Coalson · 19 years ago
  94. a02b73f check in more fixes from Luca to build properly on linux-ppc (asm-related again) by Josh Coalson · 19 years ago
  95. 2f7293b add patch: on freebsd, detect via sysctl whether OS supports SSE by Josh Coalson · 19 years ago
  96. 66142c9 bump version to 1.1.2 by Josh Coalson · 20 years ago
  97. 17bdc00 reinstitute old FLAC__bitbuffer_read_rice_signed_block() for MSVC compiles by Josh Coalson · 20 years ago
  98. f81b6df minor comments by Josh Coalson · 20 years ago
  99. 16eded5 fix on ppc: as/gas checks need to be __TEMPORARILY_DISABLED by Josh Coalson · 20 years ago
  100. e68328e bump version number to 1.1.2-beta by Josh Coalson · 20 years ago