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