1. 3bb5d8c include: Escape number signs to suppress warnings by NotTsunami · 4 years, 7 months ago
  2. b917d45 make dllexport work with compilers other than MSVC by sezero · 4 years, 9 months ago
  3. 01eb197 Fix miscellaneous typos. by luz.paz · 6 years ago
  4. 7d3f9ba FLAC++: Add missing prototype for construct_block by Thomas Zander · 7 years ago
  5. 25b2d82 Fix typos in header files by Erik de Castro Lopo · 7 years ago
  6. 71b909b Yet more purging of `unsigned` type by Erik de Castro Lopo · 7 years ago
  7. 6a5fe43 Bulk update copyright dates by Erik de Castro Lopo · 8 years ago
  8. 7189069 Explicitly use base class virtual methods; silence unnecessary warning by Thomas Zander · 8 years ago
  9. a51b27c Remove (defined _MSC_VER) from cpp workaround by Erik de Castro Lopo · 9 years ago
  10. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  11. db1619d Underscore fixes. by Erik de Castro Lopo · 10 years ago
  12. f5902a4 Fix pragma warning. by Erik de Castro Lopo · 10 years ago
  13. 95552e1 Fix numerous warnings arising from addition of -Weffc++. by Erik de Castro Lopo · 11 years ago
  14. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  15. a43f56c Update library version-info. by Miroslav Lichvar · 12 years ago
  16. 19c78e5 Hide symbols with gcc. by Miroslav Lichvar · 12 years ago
  17. b21f190 Add a convenience function to create a Metadata::Padding object with a by Erik de Castro Lopo · 12 years ago
  18. 1294b64 Adds last functions from C metadata api to C++ metadata api by Bastiaan Timmer · 12 years ago
  19. 601e961 Add missing functions to VorbisComment class. by Erik de Castro Lopo · 12 years ago
  20. d9fde55 Fix all links to libtool version info rules. by Erik de Castro Lopo · 12 years ago
  21. cd9053c Add functionality present in the C library to the to C++ SeekTable class. by Erik de Castro Lopo · 12 years ago
  22. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  23. dea0f5a add 2009 copyright by Josh Coalson · 15 years ago
  24. 82b1280 update copyright for 2008 by Josh Coalson · 16 years ago
  25. 841fdd3 bump libtool version numbers by Josh Coalson · 17 years ago
  26. 9f28b59 minor comments by Josh Coalson · 17 years ago
  27. 4e56b06 add FLAC__metadata_simple_iterator_get_application_id() by Josh Coalson · 17 years ago
  28. 09ccf20 add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_iterator_get_block_length(), FLAC__metadata_simple_iterator_is_last() by Josh Coalson · 17 years ago
  29. c90a5ca bump libtool number in prep for release by Josh Coalson · 17 years ago
  30. a4f9391 add FLAC::Decoder::Stream::get_decode_position() by Josh Coalson · 17 years ago
  31. 4296e1a bump libtool .so revision number by Josh Coalson · 17 years ago
  32. e74bd95 add 2007 copyright by Josh Coalson · 17 years ago
  33. 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
  34. 2378fb1 minor comments by Josh Coalson · 18 years ago
  35. 7d273b4 add support for read-only operations for ogg flac to chain interface by Josh Coalson · 18 years ago
  36. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  37. 38bf3e6 fix FLAC::Decoder::Stream::finish() to return a bool like its C cousin by Josh Coalson · 18 years ago
  38. 425609c add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  39. 0b9442c remove now-obsolete libOggFLAC stuff 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. 3c91754 improve comments by Josh Coalson · 18 years ago
  43. 71d5c25 rename set_serial_number to set_ogg_serial_number everywhere 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. 4e48455 fix placement of FLAC_API_VERSION_... #defines by Josh Coalson · 18 years ago
  46. 42228b3 bump libtool .so number in prep for release by Josh Coalson · 18 years ago
  47. 20ad84a more doxygen comments by Josh Coalson · 18 years ago
  48. 833f832 change from one ..._API_NUMBER to 3 libtool numbers ..._API_VERSION_{CURRENT,REVISION,AGE} by Josh Coalson · 18 years ago
  49. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  50. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  51. aa1edeb add #define FLAC_API_NUMBER by Josh Coalson · 18 years ago
  52. 68acb04 change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts by Josh Coalson · 18 years ago
  53. 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
  54. c4fe269 add set_apodization() to oggflac layers by Josh Coalson · 18 years ago
  55. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  56. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  57. f4c1a8e fixes for compiling with SunPro by Josh Coalson · 19 years ago
  58. a78fac6 add 2005 to copyright notices by Josh Coalson · 19 years ago
  59. c71bfe9 remove superfluous semicolon after namespace closures by Josh Coalson · 19 years ago
  60. 42372b9 libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags() by Josh Coalson · 19 years ago
  61. 2c75bd8 minor comments by Josh Coalson · 19 years ago
  62. 2de1124 add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces by Josh Coalson · 19 years ago
  63. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 19 years ago
  64. 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  65. 73e51b8 more acceptable hack to the workaround of nested classes not being able to see protected members in the parent with some compilers by Josh Coalson · 20 years ago
  66. 26b6984 extend hack of making decoder_ pointer public to gcc < 2.96 by Josh Coalson · 20 years ago
  67. 3cb8341 add pragma to disable annoying MSVC warning C4800 by Josh Coalson · 20 years ago
  68. e44501d remove the __LIBNAME__ definitions by Josh Coalson · 20 years ago
  69. 091d84f add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) by Josh Coalson · 20 years ago
  70. d113ca3 add an accessor method for the underlying ::FLAC__StreamMetadata object by Josh Coalson · 20 years ago
  71. 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
  72. deab462 add libFLAC++ equivalent callback-based chain reading/writing and tests by Josh Coalson · 20 years ago
  73. 9564390 update copyright to 2004 by Josh Coalson · 20 years ago
  74. 37a4d2a workaround MSVC bug re: scoping of nested classes by Josh Coalson · 21 years ago
  75. 2ea9693 fix __LIBNAME__ definition by Josh Coalson · 21 years ago
  76. 069a58b minor formatting by Josh Coalson · 21 years ago
  77. 6e2c6d9 add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust by Josh Coalson · 21 years ago
  78. d36b346 add resolved_as_cstring() by Josh Coalson · 21 years ago
  79. f1c2379 inline *::State::resolved_as_cstring() by Josh Coalson · 21 years ago
  80. afd8107 change license verbiage to Xiph's by Josh Coalson · 21 years ago
  81. a7038a9 fix return type for Track::get_num_indices() by Josh Coalson · 21 years ago
  82. b3538c8 minor comments by Josh Coalson · 21 years ago
  83. 0eea34a big fix to allow codec and metadata interface to handle unknown metadata block types correctly by Josh Coalson · 21 years ago
  84. a7cf233 better logic for determining whether or not DLL cruft is needed by Josh Coalson · 21 years ago
  85. afae69f Add 2003 to copyright notice by Josh Coalson · 21 years ago
  86. 8b9a477 fix verbiage about get_block() in Iterator class by Josh Coalson · 21 years ago
  87. 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
  88. 1621979 finish implementation of CueSheet object wrapper by Josh Coalson · 22 years ago
  89. 863dbf3 add CueSheet object wrapper by Josh Coalson · 22 years ago
  90. 1d25bb6 fixes for building static libs (new FLAC__NO_DLL #define) by Josh Coalson · 22 years ago
  91. c216a82 initial import by Josh Coalson · 22 years ago
  92. 55bc587 tweaks to build libs as DLLs under windows by Josh Coalson · 22 years ago
  93. 9bfe757 add export.h by Josh Coalson · 22 years ago
  94. 4e3cf29 fix _HEADERS targets to not clobber each others by Josh Coalson · 22 years ago
  95. c360328 minor formatting by Josh Coalson · 22 years ago
  96. bc8f173 add resolved_as_cstring() method to State classes by Josh Coalson · 22 years ago
  97. 3ac6693 add read_only argument to simple iterator initializer by Josh Coalson · 22 years ago
  98. 765ff50 minor formatting by Josh Coalson · 22 years ago
  99. 402da70 more doxygen docs by Josh Coalson · 22 years ago
  100. 87977ba more doxygen docs by Josh Coalson · 22 years ago