1. bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
  2. 3f86cc7 more checks in the cuesheet validator by Josh Coalson · 22 years ago
  3. 3b026e8 more cuesheet convenience functions by Josh Coalson · 22 years ago
  4. b74fc98 revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files by Josh Coalson · 22 years ago
  5. dd72307 minor comments by Josh Coalson · 22 years ago
  6. e6abfdb remove debug printf's by Josh Coalson · 22 years ago
  7. df7240a add more CUESHEET convenience functions by Josh Coalson · 22 years ago
  8. 38162d5 add more reserved space to CUESHEET implementation by Josh Coalson · 22 years ago
  9. a0d5454 fix MSVC warning with explicit casts by Josh Coalson · 22 years ago
  10. e486938 further implementation of new CUESHEET metadata block by Josh Coalson · 22 years ago
  11. 16cf47e add FLAC__bitbuffer_skip_bits_no_crc() by Josh Coalson · 22 years ago
  12. 8e9c451 implement new CUESHEET metadata block by Josh Coalson · 22 years ago
  13. 5f34956 reorganize metadata decoding in anticipation of new cuesheet block by Josh Coalson · 22 years ago
  14. cd1a423 add FLAC__file_decoder_get_decode_position() by Josh Coalson · 22 years ago
  15. 58350af add FLAC__seekable_stream_decoder_get_decode_position() by Josh Coalson · 22 years ago
  16. 0295422 add ..._get_resolved_state_string() convenience function by Josh Coalson · 22 years ago
  17. 9c2a011 add ..._get_resolved_state_string() convenience function by Josh Coalson · 22 years ago
  18. d9b6e33 fix bug in seekpoint calculation in the final frame by Josh Coalson · 22 years ago
  19. b4cf7b2 fix unused function #ifdefs by Josh Coalson · 22 years ago
  20. 5e3fcb2 more strict typecasts by Josh Coalson · 22 years ago
  21. 7424d2f fix bugs returning the wrong meaning from FLAC__stream_encoder_init() by Josh Coalson · 22 years ago
  22. 58d6cf8 #ifdef out more unused routines by Josh Coalson · 22 years ago
  23. b667e70 constify first arg of FLAC__metadata_object_vorbiscomment_find_entry_from() by Josh Coalson · 22 years ago
  24. 6ffe8da update to match new default vorbis comment implementation (now with vendor string) by Josh Coalson · 22 years ago
  25. 45bb988 add more convenience for manipulating vorbis comments by Josh Coalson · 22 years ago
  26. 7258291 #include bitmath.h by Josh Coalson · 22 years ago
  27. cd0e322 add notion of topdir to Makefile.lite build system by Josh Coalson · 22 years ago
  28. fb9d18f fix from Miroslav on the lpc datapath switching logic by Josh Coalson · 22 years ago
  29. 2c718a2 fix bug in free()ing of output arrays by Josh Coalson · 22 years ago
  30. 1d25bb6 fixes for building static libs (new FLAC__NO_DLL #define) by Josh Coalson · 22 years ago
  31. ea7155f switch malloc+memset(0) to calloc() by Josh Coalson · 22 years ago
  32. 5dee3a6 add assert on the vendor string construction by Josh Coalson · 22 years ago
  33. 6afed9f tweaks to build libs as DLLs under windows by Josh Coalson · 22 years ago
  34. f420524 initial import by Josh Coalson · 22 years ago
  35. fc70147 changes for MSCV: added dsp file, rename any .cc files to .cpp by Josh Coalson · 22 years ago
  36. 3960df1 Fix slightly botched search-and-replace which produced constructs like by Matt Zimmerman · 22 years ago
  37. 7269580 add verbatim catchall if no subframes are generated by Josh Coalson · 22 years ago
  38. f12edc6 fix assertion bug by Josh Coalson · 22 years ago
  39. 64df715 minor cosmetics by Josh Coalson · 22 years ago
  40. e525917 Use config.h rather than passing all defs in CFLAGS by Matt Zimmerman · 22 years ago
  41. e6b3bbe add functions/switches for disabling certain subframe types for use by the test suite by Josh Coalson · 22 years ago
  42. c9c0d13 add support for 64bit datapath through FIR filter, update logic for automatically choosing the qlp coeff precision by Josh Coalson · 22 years ago
  43. b6a3219 add support for 64bit datapath through inverse filter by Josh Coalson · 22 years ago
  44. 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
  45. bf26db9 add wide version of silog2 by Josh Coalson · 22 years ago
  46. c1c8d49 new #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER by Josh Coalson · 22 years ago
  47. 82738b3 fixes related to the change of FLAC__VERSION_STRING from a #define to an identifier by Josh Coalson · 22 years ago
  48. 7dfd40d bump the version number from 1.0.4_beta to 1.0.4 by Josh Coalson · 22 years ago
  49. da2dcd0 minor cosmetics by Josh Coalson · 22 years ago
  50. 07b4fb7 bump the libtool version number by Josh Coalson · 22 years ago
  51. 9945f8e check in Miroslav's speedup patch by Josh Coalson · 22 years ago
  52. 6b2efd0 bump version number to 1.0.4_beta by Josh Coalson · 22 years ago
  53. 4fbf2bb bump library version number by Josh Coalson · 22 years ago
  54. 0aad38b string hack for msvc6 by Josh Coalson · 22 years ago
  55. db17248 fix bug where seek table functionality was being called even though no seek table was requested by Josh Coalson · 22 years ago
  56. 21acd3f remove bogus return in FLAC__bitbuffer_dump by Josh Coalson · 22 years ago
  57. b4baa41 incorporate miroslav's speedup for little-endian 16bps mono/stereo by Josh Coalson · 22 years ago
  58. 5dcb57d comments by Josh Coalson · 22 years ago
  59. 20ac2c1 restrict subset to max blocksize of 16384 and max residual partition order of 8 by Josh Coalson · 22 years ago
  60. 3ac6693 add read_only argument to simple iterator initializer by Josh Coalson · 22 years ago
  61. 765ff50 minor formatting by Josh Coalson · 22 years ago
  62. 427048f streamline the residual energy calculation by Josh Coalson · 22 years ago
  63. cb9d93a add vendor string to encoding by Josh Coalson · 22 years ago
  64. 5f39e9f fixes based on Windows testing by Josh Coalson · 22 years ago
  65. 6fe72f7 minor formatting by Josh Coalson · 22 years ago
  66. a37ba46 split off dynamically allocated stuff from FLAC__EntropyCodingMethod_PartitionedRice to FLAC__EntropyCodingMethod_PartitionedRiceContent by Josh Coalson · 22 years ago
  67. b7023aa rework so that rice parameters and raw_bits from the entropy coding method struct are sized dynamically by Josh Coalson · 22 years ago
  68. cda4c3c add utility routines related to entropy coding by Josh Coalson · 22 years ago
  69. 8bcb9de add format.h by Josh Coalson · 22 years ago
  70. a0ac09a add assertions by Josh Coalson · 22 years ago
  71. a242b3c fix bug in status string table by Josh Coalson · 22 years ago
  72. fc2b737 add assertion failure on verify decoder underflow by Josh Coalson · 22 years ago
  73. 3262b0d more rigorous gate around callbacks in ..._finish() when called from ..._delete() by Josh Coalson · 22 years ago
  74. bf3713a #include fcntl.h in cygwin builds by Josh Coalson · 22 years ago
  75. 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
  76. 2ea0839 add a samples_written field to the progress callback by Josh Coalson · 22 years ago
  77. bd08990 fix bug where metadata callback was seeking to the wrong place to write the seektable by Josh Coalson · 22 years ago
  78. 89caa90 fix typos by Josh Coalson · 22 years ago
  79. 589f8c7 add ..._get_verify_decoder_error_stats() by Josh Coalson · 22 years ago
  80. 2b245f2 don't flush the input on delete unless encoder state is OK by Josh Coalson · 22 years ago
  81. 9c26109 minor formatting by Josh Coalson · 22 years ago
  82. a7e4fb2 zero allocated class memory by Josh Coalson · 22 years ago
  83. d86e03b add verify mode to all encoders by Josh Coalson · 22 years ago
  84. b5bc249 add ..._get_total_samples_estimate(), add progress callback to file encoder by Josh Coalson · 22 years ago
  85. 3a7b2c9 add ..._get_total_samples_estimate() by Josh Coalson · 22 years ago
  86. 3cec051 revamp decoder process calls by Josh Coalson · 22 years ago
  87. cfdfc82 revamp decoder process calls by Josh Coalson · 22 years ago
  88. 14ff156 fix bug where encoder was closing file too soon in finish() by Josh Coalson · 22 years ago
  89. 681c293 make typedefs for callbacks by Josh Coalson · 22 years ago
  90. 312438f finish implementation by Josh Coalson · 22 years ago
  91. 08a6282 fix bug in seektable sorter where it was returning the wrong value by Josh Coalson · 22 years ago
  92. 680e3aa minor syntax by Josh Coalson · 22 years ago
  93. cad97be new funcs for getting underlying decoder layer states by Josh Coalson · 22 years ago
  94. 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
  95. 5a5de73 new functions for seektable templates, point sorting by Josh Coalson · 22 years ago
  96. af34090 minor formatting by Josh Coalson · 22 years ago
  97. 69484aa finish up implementation by Josh Coalson · 22 years ago
  98. f1eff45 new seekable stream encoder and file encoder layers, not fully implemented yet by Josh Coalson · 22 years ago
  99. 570db86 minor formatting by Josh Coalson · 22 years ago
  100. f57c021 fix bug where flush() was not setting the state back to OK by Josh Coalson · 22 years ago