1. 7f1b642 minor comments by Josh Coalson · 18 years ago
  2. c0da196 minor comments by Josh Coalson · 18 years ago
  3. 68acb04 change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts by Josh Coalson · 18 years ago
  4. edf672e minor wording by Josh Coalson · 18 years ago
  5. b292e75 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  6. dcf0442 add ReplayGainReferenceLoudness constant by Josh Coalson · 18 years ago
  7. 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
  8. ba26e4e comments by Josh Coalson · 18 years ago
  9. 1a8afc7 change unparseable frame handling, from a fatal error and FLAC__STREAM_DECODER_UNPARSEABLE_STREAM state, to a soft error FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM by Josh Coalson · 18 years ago
  10. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  11. 419e4ba remove window profiling field by Josh Coalson · 18 years ago
  12. 8238936 default window to tukey(0.5) instead of hann by Josh Coalson · 18 years ago
  13. c4fe269 add set_apodization() to oggflac layers by Josh Coalson · 18 years ago
  14. 96d8cd2 fix comment typos by Josh Coalson · 18 years ago
  15. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  16. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  17. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  18. 09db6d8 minor comments by Josh Coalson · 19 years ago
  19. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  20. 95e39a8 allow non-strict mode for reading replaygain tags, to fallback to track tags if album tags are not available and vice versa by Josh Coalson · 19 years ago
  21. 83fa59c more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion by Josh Coalson · 19 years ago
  22. 83b8d28 add shorthand option --remove-replay-gain to metaflac by Josh Coalson · 19 years ago
  23. 4462311 fix constness in some functions by Josh Coalson · 20 years ago
  24. f4c1a8e fixes for compiling with SunPro by Josh Coalson · 20 years ago
  25. 7ba6412 merge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEASE_1_1_1__2004_10_01 -j FLAC_RELEASE_1_1_1_MAINTENANCE_BRANCH (AKA FLAC_RELEASE_1_1_1_MAINTENANCE__MERGE_TO_TRUNK)) by Josh Coalson · 20 years ago
  26. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  27. c71bfe9 remove superfluous semicolon after namespace closures by Josh Coalson · 20 years ago
  28. 42372b9 libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  29. 2c75bd8 minor comments by Josh Coalson · 20 years ago
  30. 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
  31. 81b3cae revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format by Josh Coalson · 20 years ago
  32. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  33. 0975843 first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places. by Josh Coalson · 20 years ago
  34. 42d57fa fix minor comment typos by Josh Coalson · 20 years ago
  35. ffc4c63 add links to the license page in doxygen docs by Josh Coalson · 20 years ago
  36. 346e0d8 add comment braces for doxygen by Josh Coalson · 20 years ago
  37. 69cfda7 add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets by Josh Coalson · 20 years ago
  38. c408de0 fix bug copying a null vorbis comment entry by Josh Coalson · 20 years ago
  39. 9c551a9 remove check for config.h and assume everyone has inttypes.h (C99); special workaround for MSVC still exists by Josh Coalson · 20 years ago
  40. 27426b6 remove unneeded check for config.h by Josh Coalson · 20 years ago
  41. 23008d7 fix typo in comments by Josh Coalson · 20 years ago
  42. 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  43. 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
  44. bd1e5ff add explanation of new read callback by Josh Coalson · 20 years ago
  45. 0489096 add callback.h to header list by Josh Coalson · 20 years ago
  46. 26b6984 extend hack of making decoder_ pointer public to gcc < 2.96 by Josh Coalson · 20 years ago
  47. 8eb486a update license verbiage by Josh Coalson · 20 years ago
  48. 3cb8341 add pragma to disable annoying MSVC warning C4800 by Josh Coalson · 20 years ago
  49. e44501d remove the __LIBNAME__ definitions by Josh Coalson · 20 years ago
  50. 1cb2341 max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code by Josh Coalson · 20 years ago
  51. 091d84f add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) by Josh Coalson · 20 years ago
  52. d113ca3 add an accessor method for the underlying ::FLAC__StreamMetadata object by Josh Coalson · 20 years ago
  53. 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
  54. cd5b1a6 minor comment fixes by Josh Coalson · 20 years ago
  55. d5c593b add documentation for new callback-based functions by Josh Coalson · 20 years ago
  56. deab462 add libFLAC++ equivalent callback-based chain reading/writing and tests by Josh Coalson · 20 years ago
  57. 0e46bf5 do not close any file handles in the callback-based chain reading/writing by Josh Coalson · 20 years ago
  58. 463a22c add callback-based versions of chain writing: FLAC__metadata_chain_check_if_tempfile_needed(), FLAC__metadata_chain_write_with_callbacks(), FLAC__metadata_chain_write_with_callbacks_and_tempfile() by Josh Coalson · 20 years ago
  59. eaf8fbd add an EOF callback to the mix by Josh Coalson · 20 years ago
  60. 91748be add FLAC__metadata_chain_read_with_callbacks() by Josh Coalson · 20 years ago
  61. d8934e2 add callback.h by Josh Coalson · 20 years ago
  62. 85d7b9f minor comments by Josh Coalson · 20 years ago
  63. f37a397 get rid of obsolete *_get_decode_position() methods by Josh Coalson · 20 years ago
  64. 63f8edc revamp OggFLAC__SeekableStreamDecoder to derive from OggFLAC__StreamDecoder instead of FLAC__SeekableStreamDecoder; rewrite seek routine to do a binary search through Ogg pages, instead of the seektable-based search of FLAC__SeekableStreamDecoder by Josh Coalson · 20 years ago
  65. f45b2a8 minor reordering of decoder state enum to match FLAC layers by Josh Coalson · 20 years ago
  66. 287ba3a fix doc typos by Josh Coalson · 20 years ago
  67. 8a5b740 *** empty log message *** by Josh Coalson · 21 years ago
  68. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  69. e6d52b0 add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata rewriting by Josh Coalson · 21 years ago
  70. 30cd316 revamp OggFLAC__SeekableStreamEncoder to derive from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  71. b71b56c various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  72. 073bd9e revamp ogg flac file decoder; it needed to be derived from the ogg flac stream encoder instead of the flac file encoder by Josh Coalson · 21 years ago
  73. 0bc2c32 minor comments by Josh Coalson · 21 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. 5dda2bd use double for scale factor instead of float by Josh Coalson · 21 years ago
  77. 9c650a5 add undocumented option --apply-replaygain-which-is-not-lossless to flac; required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/ by Josh Coalson · 21 years ago
  78. 45df151 better end-of-file/stream checking by Josh Coalson · 21 years ago
  79. 3c2bdf8 add ogg seekable stream and file encoder and decoder interfaces by Josh Coalson · 21 years ago
  80. 4e96cdb minor syntax by Josh Coalson · 21 years ago
  81. 069a58b minor formatting by Josh Coalson · 21 years ago
  82. 071e13a minor comments by Josh Coalson · 21 years ago
  83. 6e2c6d9 add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust by Josh Coalson · 21 years ago
  84. 85f5357 minor comments by Josh Coalson · 21 years ago
  85. 774a127 minor syntax by Josh Coalson · 21 years ago
  86. d36b346 add resolved_as_cstring() by Josh Coalson · 21 years ago
  87. c6d1fc8 minor formatting by Josh Coalson · 21 years ago
  88. 02e6011 remove leftover and unimplemented proto FLAC__file_decoder_process_remaining_frames() by Josh Coalson · 21 years ago
  89. 8bd4884 add the metadata callback back in the stream encoder by Josh Coalson · 21 years ago
  90. 43b0ddc add OggFLAC__stream_encoder_get_resolved_state_string() by Josh Coalson · 21 years ago
  91. 75c7968 more API comments, add OggFLAC__file_decoder_set_serial_number(), OggFLAC__file_decoder_get_resolved_state_string(), OggFLAC__file_decoder_get_decode_position() by Josh Coalson · 21 years ago
  92. ae1aad1 more API comments, add OggFLAC__seekable_stream_decoder_set_serial_number(), OggFLAC__seekable_stream_decoder_get_resolved_state_string(), OggFLAC__seekable_stream_decoder_get_decode_position() by Josh Coalson · 21 years ago
  93. 03140c4 add OggFLAC__stream_decoder_get_resolved_state_string() by Josh Coalson · 21 years ago
  94. 5e97309 add *::State::resolved_as_cstring() by Josh Coalson · 21 years ago
  95. f1c2379 inline *::State::resolved_as_cstring() by Josh Coalson · 21 years ago
  96. 45f26d1 minor comments by Josh Coalson · 21 years ago
  97. 8d06d47 minor comments by Josh Coalson · 21 years ago
  98. 5b782b4 replace the compile time ordinals.h.in->ordinals.h conversion with a static ordinals.h by Josh Coalson · 21 years ago
  99. e8a7601 change license verbiage by Josh Coalson · 22 years ago
  100. afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago