1. 3bb5d8c include: Escape number signs to suppress warnings by NotTsunami · 4 years, 10 months ago
  2. b917d45 make dllexport work with compilers other than MSVC by sezero · 5 years ago
  3. 19a0e99 move the new public get_decoder_client_data function to public header. by sezero · 5 years ago
  4. 01eb197 Fix miscellaneous typos. by luz.paz · 6 years ago
  5. 5121d22 stream_decoder.h: Fix Reference to Non-Existent Functions by Keegan Drake H.P · 8 years ago
  6. d249bce stream_decoder.h: Fix References to ``stdout'' by Keegan Drake H.P · 8 years ago
  7. 841ed1a stream encoder: fix documentation inconsistencies by Christian Stadelmann · 8 years ago
  8. b3ece71 Do not override CFLAGS, as CFLAGS is a user flag. by David Seifert · 8 years ago
  9. 1e9e707 stdint.h fixes for MSVS 2005/2008 by Erik de Castro Lopo · 8 years ago
  10. 89a6c52 metadata.h: Fix search/replace typo in comments by Erik de Castro Lopo · 8 years ago
  11. 9bb7a7e Yet more unsigned fixes by Erik de Castro Lopo · 8 years ago
  12. 588689b include/FLAC: More unsigned fixes by Erik de Castro Lopo · 8 years ago
  13. 6a5fe43 Bulk update copyright dates by Erik de Castro Lopo · 8 years ago
  14. 74e751c libFLAC: Set decoding status if write callback failed by Erik de Castro Lopo · 8 years ago
  15. e4399a0 Whitespace only by Erik de Castro Lopo · 9 years ago
  16. eb753ae Remove traiing whitespace (mostly .c and .h files). by Erik de Castro Lopo · 10 years ago
  17. 7b757e4 Fix some minor word duplication by Zoë Blade · 10 years ago
  18. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  19. 3af2f2b Update documentation for new compression presets by Martijn van Beurden · 10 years ago
  20. 29a2833 Add partial_tukey and punchout_tukey apodization functions by Martijn van Beurden · 10 years ago
  21. db1619d Underscore fixes. by Erik de Castro Lopo · 10 years ago
  22. 46bedb5 Update URLs as nedeed. by Erik de Castro Lopo · 10 years ago
  23. 3f5208c Fix clang compiler warnings. by Erik de Castro Lopo · 10 years ago
  24. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  25. d4b68b2 Replace dead anchor by Martijn van Beurden · 11 years ago
  26. 71d630d FLAC/ordinals.h : Add <stdint.h> definitions for MSVC < 2010. by Erik de Castro Lopo · 12 years ago
  27. ae663c3 FLAC/ordinals.h : Provide links for <stdint.h> replacements. by Erik de Castro Lopo · 12 years ago
  28. a43f56c Update library version-info. by Miroslav Lichvar · 12 years ago
  29. 19c78e5 Hide symbols with gcc. by Miroslav Lichvar · 12 years ago
  30. 04ca6fd Quick patch to fix FLAC_metadata_object api docs. by Bastiaan Timmer · 12 years ago
  31. d9fde55 Fix all links to libtool version info rules. by Erik de Castro Lopo · 12 years ago
  32. c506b2f include/FLAC/ordinals.h : Remove CPP hackery. by Erik de Castro Lopo · 13 years ago
  33. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  34. 1be89c4 add FLAC__format_blocksize_is_subset() by Josh Coalson · 16 years ago
  35. 82b1280 update copyright for 2008 by Josh Coalson · 17 years ago
  36. 841fdd3 bump libtool version numbers by Josh Coalson · 17 years ago
  37. 504dcaf minor comments by Josh Coalson · 17 years ago
  38. 8679516 add link to new example code page by Josh Coalson · 17 years ago
  39. 7fb67ac add not about OPT: sections by Josh Coalson · 17 years ago
  40. 17af340 fix #include for off_t (SF#1786225: https://sourceforge.net/tracker/index.php?func=detail&aid=1786225&group_id=13478&atid=313478) by Josh Coalson · 17 years ago
  41. a8bd44b #include for off_t, minor comments by Josh Coalson · 17 years ago
  42. 4e56b06 add FLAC__metadata_simple_iterator_get_application_id() by Josh Coalson · 17 years ago
  43. 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
  44. c90a5ca bump libtool number in prep for release by Josh Coalson · 17 years ago
  45. 1296cb8 add porting guide item for 1.1.4->1.2.0 by Josh Coalson · 17 years ago
  46. b47ab0d merge decoder part from RICE_EXT_BRANCH: blocking strategy bit, new rice2 ecm, frame header support for 88.2/176.4/192kHz, new reserved bit, deprecated blocksize-from-streaminfo bit by Josh Coalson · 17 years ago
  47. 2258fa8 add FLAC__format_sample_rate_is_subset() by Josh Coalson · 18 years ago
  48. d67319f add porting item for 1.1.4 by Josh Coalson · 18 years ago
  49. 4296e1a bump libtool .so revision number by Josh Coalson · 18 years ago
  50. d83553d change the min/max rice partition order for compression levels -0 .. -6 by Josh Coalson · 18 years ago
  51. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  52. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 18 years ago
  53. 1c03407 in FLAC__stream_encoder_set_metadata(), copy the metadata array of pointers instead of requiring the caller to keep it until initialization; the objects themselves are still owned by caller by Josh Coalson · 18 years ago
  54. cd80d14 add docs on sample format for process calls (SF#1627966: http://sourceforge.net/tracker/index.php?func=detail&aid=1627966&group_id=13478&atid=213478) by Josh Coalson · 18 years ago
  55. 7581d12 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
  56. 2378fb1 minor comments by Josh Coalson · 18 years ago
  57. a7dceb9 multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata by Josh Coalson · 18 years ago
  58. 33bba6d minor comments by Josh Coalson · 18 years ago
  59. 7d273b4 add support for read-only operations for ogg flac to chain interface by Josh Coalson · 18 years ago
  60. e3f00bc minor comments by Josh Coalson · 18 years ago
  61. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  62. 99abf3e add code examples for some of the callbacks to the docs by Josh Coalson · 18 years ago
  63. 2dd9d91 minor comments by Josh Coalson · 18 years ago
  64. 425609c add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  65. 7464fec minor comments by Josh Coalson · 18 years ago
  66. 6986469 minor comments by Josh Coalson · 18 years ago
  67. 32637e0 fixes for MSVC6 by Josh Coalson · 18 years ago
  68. 352feb5 change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  69. 8065a2d change "bytes" parameter of all read callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  70. 3c91754 improve comments by Josh Coalson · 18 years ago
  71. 71d5c25 rename set_serial_number to set_ogg_serial_number everywhere by Josh Coalson · 18 years ago
  72. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  73. 4e48455 fix placement of FLAC_API_VERSION_... #defines by Josh Coalson · 18 years ago
  74. 42228b3 bump libtool .so number in prep for release by Josh Coalson · 18 years ago
  75. d0edb97 limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max LPC order is 12 by Josh Coalson · 18 years ago
  76. 20ad84a more doxygen comments by Josh Coalson · 18 years ago
  77. 1dfcea1 multichannel assignments in format and documentation by Josh Coalson · 18 years ago
  78. beb1284 minor comments by Josh Coalson · 18 years ago
  79. 2e29c93 remove ancient deprecated things by Josh Coalson · 18 years ago
  80. 022572d add verbiage about libtool version number #defines by Josh Coalson · 18 years ago
  81. 833f832 change from one ..._API_NUMBER to 3 libtool numbers ..._API_VERSION_{CURRENT,REVISION,AGE} by Josh Coalson · 18 years ago
  82. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  83. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  84. aa1edeb add #define FLAC_API_NUMBER by Josh Coalson · 18 years ago
  85. d62eed4 minor comments by Josh Coalson · 18 years ago
  86. 1d43e10 minor comments by Josh Coalson · 18 years ago
  87. 7f1b642 minor comments by Josh Coalson · 18 years ago
  88. 68acb04 change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts by Josh Coalson · 18 years ago
  89. edf672e minor wording by Josh Coalson · 18 years ago
  90. 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
  91. ba26e4e comments by Josh Coalson · 18 years ago
  92. 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
  93. 419e4ba remove window profiling field by Josh Coalson · 18 years ago
  94. 8238936 default window to tukey(0.5) instead of hann by Josh Coalson · 18 years ago
  95. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  96. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  97. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  98. 09db6d8 minor comments by Josh Coalson · 19 years ago
  99. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  100. 83fa59c more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion by Josh Coalson · 19 years ago