1. a4f9391 add FLAC::Decoder::Stream::get_decode_position() by Josh Coalson · 17 years ago
  2. cb6dc72 *** empty log message *** by Josh Coalson · 17 years ago
  3. 9bedd78 fix compiler warnings by Josh Coalson · 17 years ago
  4. 4296e1a bump libtool .so revision number by Josh Coalson · 17 years ago
  5. 066913d add pkg-config files for libFLAC and libFLAC++ (SF#1647881: http://sourceforge.net/tracker/index.php?func=detail&aid=1647881&group_id=13478&atid=313478) by Josh Coalson · 17 years ago
  6. 07e89cc add pkg-config files for libFLAC and libFLAC++ (SF#1647881: http://sourceforge.net/tracker/index.php?func=detail&aid=1647881&group_id=13478&atid=313478) by Josh Coalson · 17 years ago
  7. 4e5c45c minor syntax by Josh Coalson · 18 years ago
  8. 1c91ee3 add debugging defines with /D by Josh Coalson · 18 years ago
  9. e74bd95 add 2007 copyright 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. 7d273b4 add support for read-only operations for ogg flac to chain interface by Josh Coalson · 18 years ago
  12. 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
  13. 38bf3e6 fix FLAC::Decoder::Stream::finish() to return a bool like its C cousin by Josh Coalson · 18 years ago
  14. fb84f25 minor syntax by Josh Coalson · 18 years ago
  15. 425609c add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  16. 9452bfe add LIBFLACPP_LIBDIR, make AC_TRY_RUN more robust by Josh Coalson · 18 years ago
  17. 0b9442c remove now-obsolete libOggFLAC stuff by Josh Coalson · 18 years ago
  18. 352feb5 change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  19. 8065a2d change "bytes" parameter of all read callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  20. 71d5c25 rename set_serial_number to set_ogg_serial_number everywhere by Josh Coalson · 18 years ago
  21. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  22. 42228b3 bump libtool .so number in prep for release by Josh Coalson · 18 years ago
  23. 480c011 minor comments by Josh Coalson · 18 years ago
  24. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  25. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  26. 68acb04 change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts by Josh Coalson · 18 years ago
  27. 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
  28. 6126c83 minor syntax by Josh Coalson · 18 years ago
  29. c4fe269 add set_apodization() to oggflac layers by Josh Coalson · 18 years ago
  30. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  31. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  32. a344812 bump the libtool number by Josh Coalson · 20 years ago
  33. 05a3984 fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS by Josh Coalson · 20 years ago
  34. f4c1a8e fixes for compiling with SunPro by Josh Coalson · 20 years ago
  35. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  36. c71bfe9 remove superfluous semicolon after namespace closures by Josh Coalson · 20 years ago
  37. 42372b9 libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  38. 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
  39. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  40. 3fbf64c bump libtool library version numbers by Josh Coalson · 20 years ago
  41. 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  42. 9b32217 bump libtool version numbers for flac-1.1.1-beta1 by Josh Coalson · 20 years ago
  43. 990f741 work around MSVC bug in set_metadata() by Josh Coalson · 20 years ago
  44. 3cb8341 add pragma to disable annoying MSVC warning C4800 by Josh Coalson · 20 years ago
  45. 091d84f add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) by Josh Coalson · 20 years ago
  46. a941454 fixes for autoconf by Josh Coalson · 20 years ago
  47. 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
  48. deab462 add libFLAC++ equivalent callback-based chain reading/writing and tests by Josh Coalson · 20 years ago
  49. 42a167f use $libdir instead of $prefix/lib to find library dir by Josh Coalson · 20 years ago
  50. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  51. b7eeec1 #pragma to turn off useless MSVC warning C4800 by Josh Coalson · 21 years ago
  52. 6e2c6d9 add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust by Josh Coalson · 21 years ago
  53. f6224af *::State::resolved_as_cstring() is now inlined by Josh Coalson · 21 years ago
  54. e349907 Explicitly link shared libraries against dependent libraries, in response to by Matt Zimmerman · 21 years ago
  55. afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago
  56. e5d57af bump the libtool version numbers by Josh Coalson · 22 years ago
  57. 630d22e remove reference to obsolete Makefile.vc by Josh Coalson · 22 years ago
  58. d8109c2 obsolete now that .dsp files are complete by Josh Coalson · 22 years ago
  59. ad017c6 bump the libtool revision number only by Josh Coalson · 22 years ago
  60. 8dea208 Second patch from X-Fixer: tweaks for better MSVC build by Josh Coalson · 22 years ago
  61. a7101b1 minor formatting by Josh Coalson · 22 years ago
  62. cbaab86 big fix to allow codec and metadata interface to handle unknown metadata block types correctly by Josh Coalson · 22 years ago
  63. 8bd67f5 update the libtool library version number by Josh Coalson · 22 years ago
  64. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  65. 1024034 need /GR for dynamic_cast to work for some reason by Josh Coalson · 22 years ago
  66. 580b6e3 fix memory leaks by Josh Coalson · 22 years ago
  67. 75c863e fix memory leak in Cuesheet destructor by Josh Coalson · 22 years ago
  68. 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
  69. fcc7a68 get Makefile.vc system working again with new debug/release dirs and static/dynamic targets by Josh Coalson · 22 years ago
  70. bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
  71. b74fc98 revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files by Josh Coalson · 22 years ago
  72. 1621979 finish implementation of CueSheet object wrapper by Josh Coalson · 22 years ago
  73. 863dbf3 add CueSheet object wrapper by Josh Coalson · 22 years ago
  74. cd0e322 add notion of topdir to Makefile.lite build system by Josh Coalson · 22 years ago
  75. 1d25bb6 fixes for building static libs (new FLAC__NO_DLL #define) by Josh Coalson · 22 years ago
  76. a987ab4 more option tweaks by Josh Coalson · 22 years ago
  77. 6afed9f tweaks to build libs as DLLs under windows by Josh Coalson · 22 years ago
  78. 18db4f4 change .cc suffix to .cpp by Josh Coalson · 22 years ago
  79. f420524 initial import by Josh Coalson · 22 years ago
  80. fc70147 changes for MSCV: added dsp file, rename any .cc files to .cpp by Josh Coalson · 22 years ago
  81. 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
  82. 07b4fb7 bump the libtool version number by Josh Coalson · 22 years ago
  83. c360328 minor formatting by Josh Coalson · 22 years ago
  84. 4fbf2bb bump library version number by Josh Coalson · 22 years ago
  85. bc8f173 add resolved_as_cstring() method to State classes by Josh Coalson · 22 years ago
  86. 3ac6693 add read_only argument to simple iterator initializer by Josh Coalson · 22 years ago
  87. 765ff50 minor formatting by Josh Coalson · 22 years ago
  88. 5f39e9f fixes based on Windows testing by Josh Coalson · 22 years ago
  89. 2ea0839 add a samples_written field to the progress callback by Josh Coalson · 22 years ago
  90. 589f8c7 add ..._get_verify_decoder_error_stats() by Josh Coalson · 22 years ago
  91. d86e03b add verify mode to all encoders by Josh Coalson · 22 years ago
  92. b5bc249 add ..._get_total_samples_estimate(), add progress callback to file encoder by Josh Coalson · 22 years ago
  93. 3a7b2c9 add ..._get_total_samples_estimate() by Josh Coalson · 22 years ago
  94. cfdfc82 revamp decoder process calls by Josh Coalson · 22 years ago
  95. ebece62 new seekable stream encoder and file encoder layers by Josh Coalson · 22 years ago
  96. ec5aa7c add asserts by Josh Coalson · 22 years ago
  97. 0d36cbd rename (FLAC__format_is_valid_sample_rate() to FLAC__format_sample_rate_is_valid() by Josh Coalson · 22 years ago
  98. cd443f6 add Makefile.lite, Makefile.vc, etc. to EXTRA_DIST by Josh Coalson · 22 years ago
  99. 05d8583 bump the library revision number by Josh Coalson · 22 years ago
  100. 39eb471 set CXXFLAGS also during test by Josh Coalson · 22 years ago