1. 2de1124 add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces by Josh Coalson · 20 years ago
  2. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  3. 3fbf64c bump libtool library version numbers by Josh Coalson · 20 years ago
  4. 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  5. 9b32217 bump libtool version numbers for flac-1.1.1-beta1 by Josh Coalson · 20 years ago
  6. 990f741 work around MSVC bug in set_metadata() by Josh Coalson · 20 years ago
  7. 3cb8341 add pragma to disable annoying MSVC warning C4800 by Josh Coalson · 20 years ago
  8. 091d84f add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) by Josh Coalson · 20 years ago
  9. a941454 fixes for autoconf by Josh Coalson · 20 years ago
  10. 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
  11. deab462 add libFLAC++ equivalent callback-based chain reading/writing and tests by Josh Coalson · 20 years ago
  12. 42a167f use $libdir instead of $prefix/lib to find library dir by Josh Coalson · 20 years ago
  13. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  14. b7eeec1 #pragma to turn off useless MSVC warning C4800 by Josh Coalson · 21 years ago
  15. 6e2c6d9 add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust by Josh Coalson · 21 years ago
  16. f6224af *::State::resolved_as_cstring() is now inlined by Josh Coalson · 21 years ago
  17. e349907 Explicitly link shared libraries against dependent libraries, in response to by Matt Zimmerman · 21 years ago
  18. afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago
  19. e5d57af bump the libtool version numbers by Josh Coalson · 22 years ago
  20. 630d22e remove reference to obsolete Makefile.vc by Josh Coalson · 22 years ago
  21. d8109c2 obsolete now that .dsp files are complete by Josh Coalson · 22 years ago
  22. ad017c6 bump the libtool revision number only by Josh Coalson · 22 years ago
  23. 8dea208 Second patch from X-Fixer: tweaks for better MSVC build by Josh Coalson · 22 years ago
  24. a7101b1 minor formatting by Josh Coalson · 22 years ago
  25. cbaab86 big fix to allow codec and metadata interface to handle unknown metadata block types correctly by Josh Coalson · 22 years ago
  26. 8bd67f5 update the libtool library version number by Josh Coalson · 22 years ago
  27. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  28. 1024034 need /GR for dynamic_cast to work for some reason by Josh Coalson · 22 years ago
  29. 580b6e3 fix memory leaks by Josh Coalson · 22 years ago
  30. 75c863e fix memory leak in Cuesheet destructor by Josh Coalson · 22 years ago
  31. 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
  32. fcc7a68 get Makefile.vc system working again with new debug/release dirs and static/dynamic targets by Josh Coalson · 22 years ago
  33. bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
  34. b74fc98 revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files by Josh Coalson · 22 years ago
  35. 1621979 finish implementation of CueSheet object wrapper by Josh Coalson · 22 years ago
  36. 863dbf3 add CueSheet object wrapper by Josh Coalson · 22 years ago
  37. cd0e322 add notion of topdir to Makefile.lite build system by Josh Coalson · 22 years ago
  38. 1d25bb6 fixes for building static libs (new FLAC__NO_DLL #define) by Josh Coalson · 22 years ago
  39. a987ab4 more option tweaks by Josh Coalson · 22 years ago
  40. 6afed9f tweaks to build libs as DLLs under windows by Josh Coalson · 22 years ago
  41. 18db4f4 change .cc suffix to .cpp by Josh Coalson · 22 years ago
  42. f420524 initial import by Josh Coalson · 22 years ago
  43. fc70147 changes for MSCV: added dsp file, rename any .cc files to .cpp by Josh Coalson · 22 years ago
  44. 4240c53 rename .cc files to .cpp since I can find no way to make MSVC recognize .cc as a valid C++ file extension by Josh Coalson · 22 years ago
  45. 07b4fb7 bump the libtool version number by Josh Coalson · 22 years ago
  46. c360328 minor formatting by Josh Coalson · 22 years ago
  47. 4fbf2bb bump library version number by Josh Coalson · 22 years ago
  48. bc8f173 add resolved_as_cstring() method to State classes by Josh Coalson · 22 years ago
  49. 3ac6693 add read_only argument to simple iterator initializer by Josh Coalson · 22 years ago
  50. 765ff50 minor formatting by Josh Coalson · 22 years ago
  51. 5f39e9f fixes based on Windows testing by Josh Coalson · 22 years ago
  52. 2ea0839 add a samples_written field to the progress callback by Josh Coalson · 22 years ago
  53. 589f8c7 add ..._get_verify_decoder_error_stats() by Josh Coalson · 22 years ago
  54. d86e03b add verify mode to all encoders by Josh Coalson · 22 years ago
  55. b5bc249 add ..._get_total_samples_estimate(), add progress callback to file encoder by Josh Coalson · 22 years ago
  56. 3a7b2c9 add ..._get_total_samples_estimate() by Josh Coalson · 22 years ago
  57. cfdfc82 revamp decoder process calls by Josh Coalson · 22 years ago
  58. ebece62 new seekable stream encoder and file encoder layers by Josh Coalson · 22 years ago
  59. ec5aa7c add asserts by Josh Coalson · 22 years ago
  60. 0d36cbd rename (FLAC__format_is_valid_sample_rate() to FLAC__format_sample_rate_is_valid() by Josh Coalson · 22 years ago
  61. cd443f6 add Makefile.lite, Makefile.vc, etc. to EXTRA_DIST by Josh Coalson · 22 years ago
  62. 05d8583 bump the library revision number by Josh Coalson · 22 years ago
  63. 39eb471 set CXXFLAGS also during test by Josh Coalson · 22 years ago
  64. 69101a5 minor fixes by Josh Coalson · 22 years ago
  65. bfeec74 add autoconf m4 files by Josh Coalson · 22 years ago
  66. d57c8d3 fixes from compiling code and running all the tests on NT by Josh Coalson · 22 years ago
  67. 999be3b last batch of changes and fixes based on the libFLAC++ unit tests by Josh Coalson · 22 years ago
  68. cc68251 another big glob of changes/fixes by Josh Coalson · 22 years ago
  69. 57ba6f4 massive glob of checkins: improved tests, more tests, bugfixes by Josh Coalson · 22 years ago
  70. 28e08d8 bring in what was FLAC__seek_table_is_valid() by Josh Coalson · 22 years ago
  71. 8c2715f add inherited get methods from stream decoder by Josh Coalson · 22 years ago
  72. 7ee4d17 fixes based on MSVC compile by Josh Coalson · 22 years ago
  73. b2b5358 add methods to SeekTable, Padding, and VorbisComment by Josh Coalson · 22 years ago
  74. 9fa8929 add new decoder/encoder class files by Josh Coalson · 22 years ago
  75. b04a16e initial import by Josh Coalson · 22 years ago
  76. fb74f10 add iterator classes by Josh Coalson · 22 years ago
  77. fda98fb initial import by Josh Coalson · 22 years ago