1. 6afed9f tweaks to build libs as DLLs under windows by Josh Coalson · 22 years ago
  2. f420524 initial import by Josh Coalson · 22 years ago
  3. fc70147 changes for MSCV: added dsp file, rename any .cc files to .cpp by Josh Coalson · 22 years ago
  4. 3960df1 Fix slightly botched search-and-replace which produced constructs like by Matt Zimmerman · 22 years ago
  5. 7269580 add verbatim catchall if no subframes are generated by Josh Coalson · 22 years ago
  6. f12edc6 fix assertion bug by Josh Coalson · 22 years ago
  7. 64df715 minor cosmetics by Josh Coalson · 22 years ago
  8. e525917 Use config.h rather than passing all defs in CFLAGS by Matt Zimmerman · 22 years ago
  9. e6b3bbe add functions/switches for disabling certain subframe types for use by the test suite by Josh Coalson · 22 years ago
  10. c9c0d13 add support for 64bit datapath through FIR filter, update logic for automatically choosing the qlp coeff precision by Josh Coalson · 22 years ago
  11. b6a3219 add support for 64bit datapath through inverse filter by Josh Coalson · 22 years ago
  12. eac1024 add wide (64-bit) versions of the FIR filter and inverse filter, remove unused arg from quantizing routine by Josh Coalson · 22 years ago
  13. bf26db9 add wide version of silog2 by Josh Coalson · 22 years ago
  14. c1c8d49 new #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER by Josh Coalson · 22 years ago
  15. 82738b3 fixes related to the change of FLAC__VERSION_STRING from a #define to an identifier by Josh Coalson · 22 years ago
  16. 7dfd40d bump the version number from 1.0.4_beta to 1.0.4 by Josh Coalson · 22 years ago
  17. da2dcd0 minor cosmetics by Josh Coalson · 22 years ago
  18. 07b4fb7 bump the libtool version number by Josh Coalson · 22 years ago
  19. 9945f8e check in Miroslav's speedup patch by Josh Coalson · 22 years ago
  20. 6b2efd0 bump version number to 1.0.4_beta by Josh Coalson · 22 years ago
  21. 4fbf2bb bump library version number by Josh Coalson · 22 years ago
  22. 0aad38b string hack for msvc6 by Josh Coalson · 22 years ago
  23. db17248 fix bug where seek table functionality was being called even though no seek table was requested by Josh Coalson · 22 years ago
  24. 21acd3f remove bogus return in FLAC__bitbuffer_dump by Josh Coalson · 22 years ago
  25. b4baa41 incorporate miroslav's speedup for little-endian 16bps mono/stereo by Josh Coalson · 22 years ago
  26. 5dcb57d comments by Josh Coalson · 22 years ago
  27. 20ac2c1 restrict subset to max blocksize of 16384 and max residual partition order of 8 by Josh Coalson · 22 years ago
  28. 3ac6693 add read_only argument to simple iterator initializer by Josh Coalson · 22 years ago
  29. 765ff50 minor formatting by Josh Coalson · 22 years ago
  30. 427048f streamline the residual energy calculation by Josh Coalson · 22 years ago
  31. cb9d93a add vendor string to encoding by Josh Coalson · 22 years ago
  32. 5f39e9f fixes based on Windows testing by Josh Coalson · 22 years ago
  33. 6fe72f7 minor formatting by Josh Coalson · 22 years ago
  34. a37ba46 split off dynamically allocated stuff from FLAC__EntropyCodingMethod_PartitionedRice to FLAC__EntropyCodingMethod_PartitionedRiceContent by Josh Coalson · 22 years ago
  35. b7023aa rework so that rice parameters and raw_bits from the entropy coding method struct are sized dynamically by Josh Coalson · 22 years ago
  36. cda4c3c add utility routines related to entropy coding by Josh Coalson · 22 years ago
  37. 8bcb9de add format.h by Josh Coalson · 22 years ago
  38. a0ac09a add assertions by Josh Coalson · 22 years ago
  39. a242b3c fix bug in status string table by Josh Coalson · 22 years ago
  40. fc2b737 add assertion failure on verify decoder underflow by Josh Coalson · 22 years ago
  41. 3262b0d more rigorous gate around callbacks in ..._finish() when called from ..._delete() by Josh Coalson · 22 years ago
  42. bf3713a #include fcntl.h in cygwin builds by Josh Coalson · 22 years ago
  43. b4e186a fix bug in STREAMINFO reader that trashes the high bit of bps; streamline the level 0 interface by ignoring all metadata except STREAMINFO by Josh Coalson · 22 years ago
  44. 2ea0839 add a samples_written field to the progress callback by Josh Coalson · 22 years ago
  45. bd08990 fix bug where metadata callback was seeking to the wrong place to write the seektable by Josh Coalson · 22 years ago
  46. 89caa90 fix typos by Josh Coalson · 22 years ago
  47. 589f8c7 add ..._get_verify_decoder_error_stats() by Josh Coalson · 22 years ago
  48. 2b245f2 don't flush the input on delete unless encoder state is OK by Josh Coalson · 22 years ago
  49. 9c26109 minor formatting by Josh Coalson · 22 years ago
  50. a7e4fb2 zero allocated class memory by Josh Coalson · 22 years ago
  51. d86e03b add verify mode to all encoders by Josh Coalson · 22 years ago
  52. b5bc249 add ..._get_total_samples_estimate(), add progress callback to file encoder by Josh Coalson · 22 years ago
  53. 3a7b2c9 add ..._get_total_samples_estimate() by Josh Coalson · 22 years ago
  54. 3cec051 revamp decoder process calls by Josh Coalson · 22 years ago
  55. cfdfc82 revamp decoder process calls by Josh Coalson · 22 years ago
  56. 14ff156 fix bug where encoder was closing file too soon in finish() by Josh Coalson · 22 years ago
  57. 681c293 make typedefs for callbacks by Josh Coalson · 22 years ago
  58. 312438f finish implementation by Josh Coalson · 22 years ago
  59. 08a6282 fix bug in seektable sorter where it was returning the wrong value by Josh Coalson · 22 years ago
  60. 680e3aa minor syntax by Josh Coalson · 22 years ago
  61. cad97be new funcs for getting underlying decoder layer states by Josh Coalson · 22 years ago
  62. 5c491a1 change to FLAC__stream_encoder_init(), now calls write callback for fLaC signature, and once for each metadata block by Josh Coalson · 22 years ago
  63. 5a5de73 new functions for seektable templates, point sorting by Josh Coalson · 22 years ago
  64. af34090 minor formatting by Josh Coalson · 22 years ago
  65. 69484aa finish up implementation by Josh Coalson · 22 years ago
  66. f1eff45 new seekable stream encoder and file encoder layers, not fully implemented yet by Josh Coalson · 22 years ago
  67. 570db86 minor formatting by Josh Coalson · 22 years ago
  68. f57c021 fix bug where flush() was not setting the state back to OK by Josh Coalson · 22 years ago
  69. a4c0d72 add asserts by Josh Coalson · 22 years ago
  70. 639aeb0 make _delete() free the same stuff that _finish() does by Josh Coalson · 22 years ago
  71. 93df7e0 fix bug #584595: infinite loop if ..._process*() called when decoder is ABORTED by Josh Coalson · 22 years ago
  72. 9203160 add asserts, make FLAC__stream_encoder_finish() reset the defaults to be consistent with the decoders by Josh Coalson · 22 years ago
  73. a5f27af fix bug where md5_checking setting was not restored properly after a ..._reset() by Josh Coalson · 22 years ago
  74. 0833f34 use FLAC__format_seektable_is_legal() by Josh Coalson · 22 years ago
  75. 0d36cbd rename (FLAC__format_is_valid_sample_rate() to FLAC__format_sample_rate_is_valid() by Josh Coalson · 22 years ago
  76. d8ab346 add some asserts by Josh Coalson · 22 years ago
  77. 9b86c96 add some FLAC__ASSERTs by Josh Coalson · 22 years ago
  78. cd443f6 add Makefile.lite, Makefile.vc, etc. to EXTRA_DIST by Josh Coalson · 22 years ago
  79. 05d8583 bump the library revision number by Josh Coalson · 22 years ago
  80. 60b205c fix bug in errno mis-handling with MSVC by Josh Coalson · 22 years ago
  81. 39eb471 set CXXFLAGS also during test by Josh Coalson · 22 years ago
  82. 69101a5 minor fixes by Josh Coalson · 22 years ago
  83. bfeec74 add autoconf m4 files by Josh Coalson · 22 years ago
  84. 5e028f9 fix bug where decoder wasn't getting streaminfo or seektable in all cases; improve seek algo slightly by Josh Coalson · 22 years ago
  85. 3ecb117 fix bug where current chain length was not calculated all the time by Josh Coalson · 22 years ago
  86. bc86950 minor changes in anticipation of release by Josh Coalson · 22 years ago
  87. b549c9b don't use errno on win32 by Josh Coalson · 22 years ago
  88. d57c8d3 fixes from compiling code and running all the tests on NT by Josh Coalson · 22 years ago
  89. c75164a add all.h by Josh Coalson · 22 years ago
  90. 999be3b last batch of changes and fixes based on the libFLAC++ unit tests by Josh Coalson · 22 years ago
  91. cc68251 another big glob of changes/fixes by Josh Coalson · 22 years ago
  92. 57ba6f4 massive glob of checkins: improved tests, more tests, bugfixes by Josh Coalson · 22 years ago
  93. e848f78 minor syntax by Josh Coalson · 22 years ago
  94. 28e08d8 bring in what was FLAC__seek_table_is_valid() by Josh Coalson · 22 years ago
  95. 6dc7934 remove seek_table; it moved into the metadata interface by Josh Coalson · 22 years ago
  96. 40f0371 contents moved into metadata interface by Josh Coalson · 22 years ago
  97. ddc5bc7 minor consolidation by Josh Coalson · 22 years ago
  98. 947065a fix status enum, more rigorous setting of defaults, add inherited get methods from stream decoder by Josh Coalson · 22 years ago
  99. 2835f43 fix with new status enums by Josh Coalson · 22 years ago
  100. 090f8f7 fix status enum, fix bug parsing vorbis comments, stop filtering placeholder seekpoints, more rigorous setting of defaults by Josh Coalson · 22 years ago