1. 25b2d82 Fix typos in header files by Erik de Castro Lopo · 8 years ago
  2. 5121d22 stream_decoder.h: Fix Reference to Non-Existent Functions by Keegan Drake H.P · 8 years ago
  3. d249bce stream_decoder.h: Fix References to ``stdout'' by Keegan Drake H.P · 8 years ago
  4. 841ed1a stream encoder: fix documentation inconsistencies by Christian Stadelmann · 8 years ago
  5. c669249 Fix compile with cygwin by Rosen Penev · 8 years ago
  6. 33f093a include/share/compat.h: Only define inline for C by Erik de Castro Lopo · 8 years ago
  7. b3ece71 Do not override CFLAGS, as CFLAGS is a user flag. by David Seifert · 8 years ago
  8. 3be4551 Add missing file include/share/msvc2005_int.h by Erik de Castro Lopo · 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. 71b909b Yet more purging of `unsigned` type by Erik de Castro Lopo · 8 years ago
  13. 588689b include/FLAC: More unsigned fixes by Erik de Castro Lopo · 8 years ago
  14. 6b00dc2 Another bulk update of copyright dates by Erik de Castro Lopo · 8 years ago
  15. 6a5fe43 Bulk update copyright dates by Erik de Castro Lopo · 8 years ago
  16. 74e751c libFLAC: Set decoding status if write callback failed by Erik de Castro Lopo · 8 years ago
  17. c4141f6 Another Windows build fix by Erik de Castro Lopo · 9 years ago
  18. ab61102 More Windows fixes by Erik de Castro Lopo · 9 years ago
  19. 52522f3 More `make distcheck` fixes by Erik de Castro Lopo · 9 years ago
  20. d40a6bc libFLAC: Remove win_utf8_io dependency by Erik de Castro Lopo · 9 years ago
  21. 7be5df6 Refactoring of win_utf8_io by Erik de Castro Lopo · 9 years ago
  22. 6c03ab2 Clean up #includes by Erik de Castro Lopo · 9 years ago
  23. 293d6b2 macros.h: Make FLAC_CHECK_RETURN print to stderr by Erik de Castro Lopo · 9 years ago
  24. 6cc1cba libFLAC: Support 64bit brword/bwword by Erik de Castro Lopo · 9 years ago
  25. 0a0e536 libFLAC: Tweak MSVC support by Erik de Castro Lopo · 9 years ago
  26. 46d3a4c Couple of minor tweaks by Erik de Castro Lopo · 9 years ago
  27. e4399a0 Whitespace only by Erik de Castro Lopo · 9 years ago
  28. 7189069 Explicitly use base class virtual methods; silence unnecessary warning by Thomas Zander · 9 years ago
  29. a51b27c Remove (defined _MSC_VER) from cpp workaround by Erik de Castro Lopo · 9 years ago
  30. d9ae5e9 libFLAC: Add function safe_realloc_() by Erik de Castro Lopo · 9 years ago
  31. 1123087 Compat: Fix for MSVC deprecated functions by Erik de Castro Lopo · 9 years ago
  32. 7c3cd3d Update grabbag tests to work out-of-tree. by Erik de Castro Lopo · 10 years ago
  33. eb753ae Remove traiing whitespace (mostly .c and .h files). by Erik de Castro Lopo · 10 years ago
  34. 7b757e4 Fix some minor word duplication by Zoë Blade · 10 years ago
  35. 39d9791 More date fixes. by Erik de Castro Lopo · 10 years ago
  36. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  37. b7d13c0 include/share/endswap.h : Fix usage of HAVE_BSWAP16. by Erik de Castro Lopo · 10 years ago
  38. 3af2f2b Update documentation for new compression presets by Martijn van Beurden · 10 years ago
  39. 7a671e7 Use a configure check for bswap16 instead of gcc version #ifdefs. by Ralph Giles · 10 years ago
  40. 1c7e3f1 Windows specific vsnprintf fixes. by Erik de Castro Lopo · 10 years ago
  41. 29a2833 Add partial_tukey and punchout_tukey apodization functions by Martijn van Beurden · 10 years ago
  42. b373c8e Minor clean up of win_utf8_io. by Erik de Castro Lopo · 10 years ago
  43. 7c66452 include/share/endswap.h : Improvements to fallthrough ENDSWAP_*. by Erik de Castro Lopo · 10 years ago
  44. b08c520 include/share/endswap.h : Fix default ENDSWAP_16. by Erik de Castro Lopo · 10 years ago
  45. 22d4893 Fix bswap16 issue on Debian 6. by Ralph Giles · 10 years ago
  46. 0d1cb19 include/share/endswap.h : Fix fallback ENDSWAP_16 macro. by Erik de Castro Lopo · 10 years ago
  47. 699e7c4 include/share/endswap.h : Add endswapping of 16 bit values. by Erik de Castro Lopo · 10 years ago
  48. db1619d Underscore fixes. by Erik de Castro Lopo · 10 years ago
  49. 46bedb5 Update URLs as nedeed. by Erik de Castro Lopo · 10 years ago
  50. 731655a replaygain_analysis : Rename float_t -> flac_float_t. by Erik de Castro Lopo · 10 years ago
  51. b4f7528 replaygain_analysis : Switch to standard C sized integer types. by Erik de Castro Lopo · 10 years ago
  52. b1b6caf replaygain_synthesis.h : Fix FLAC_SHARE__MAX_SUPPORTED_CHANNELS. by Erik de Castro Lopo · 10 years ago
  53. ce3e09e share/compat.h : Remove duplicate flac_stat definition. by Erik de Castro Lopo · 10 years ago
  54. 3f5208c Fix clang compiler warnings. by Erik de Castro Lopo · 10 years ago
  55. 006b835 Fix all instances of '#if HAVE_CONFIG_H'. by Erik de Castro Lopo · 11 years ago
  56. 4bc1220 Move FLAC__STRCASECMP definition to compat.h. by Erik de Castro Lopo · 11 years ago
  57. f5902a4 Fix pragma warning. by Erik de Castro Lopo · 11 years ago
  58. d40e986 Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags. by Erik de Castro Lopo · 11 years ago
  59. b84f072 compat.h : Simplify definition of FLAC__U64L. by Erik de Castro Lopo · 11 years ago
  60. cf28c01 Adds use of restrict keyword to improve encoding speed. by Erik de Castro Lopo · 11 years ago
  61. ecd0acb Improve x86 instrinsic implementation. by Erik de Castro Lopo · 11 years ago
  62. 31a79d7 Move M_PI definition to include/share/compat.h. by Erik de Castro Lopo · 11 years ago
  63. 95552e1 Fix numerous warnings arising from addition of -Weffc++. by Erik de Castro Lopo · 11 years ago
  64. ce6832b Move defintion of M_LN2 to include/share/compat.h. by Erik de Castro Lopo · 11 years ago
  65. 3ece67d include/share/compat.h : Remove deinition of restrict. by Erik de Castro Lopo · 11 years ago
  66. cd4ddab Language fix: "difference licenses" by Ulrich Klauer · 11 years ago
  67. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  68. d4b68b2 Replace dead anchor by Martijn van Beurden · 11 years ago
  69. 52fab8b Win utf8 treatment for CreateFile. by Erik de Castro Lopo · 11 years ago
  70. 0b736a5 Fix compiler warnings related to win utf8 stuff. by Erik de Castro Lopo · 11 years ago
  71. d35b21e include/share/compat.h : Include cleanup. by Erik de Castro Lopo · 12 years ago
  72. e8d7b7f Fix Windows SIZE_T_MAX definition. by Erik de Castro Lopo · 12 years ago
  73. b9574fe Fix a bunch of compiler warnings (mainly MinGW). by Erik de Castro Lopo · 12 years ago
  74. f44c353 Two small patches for utf8 I/O. by Erik de Castro Lopo · 12 years ago
  75. c760394 include/share/Makefile.am : Add win_utf8_io.h. by Erik de Castro Lopo · 12 years ago
  76. 932c7ba Purge more strcpy/strcat usage. by Erik de Castro Lopo · 12 years ago
  77. 2199d08 Enable utf8 I/O stuff when compiling with MinGW. by Erik de Castro Lopo · 12 years ago
  78. b3dab54 include/share/compat.h : Cleanup. by Erik de Castro Lopo · 12 years ago
  79. 7dc5e3a Rename _flac_stat to flac_stat_s. by Erik de Castro Lopo · 12 years ago
  80. 608e246 Rename all 'utf8_io' -> 'win_utf8_io'. by Erik de Castro Lopo · 12 years ago
  81. 5705b4d Huge Windows utf8 I/O patch. by Erik de Castro Lopo · 12 years ago
  82. 9a93680 include/share/compat.h : Simplify. by Erik de Castro Lopo · 12 years ago
  83. 15a011c Add new file include/share/safe_str.h. by Erik de Castro Lopo · 12 years ago
  84. 5a14742 include/share/private.h : Add FLAC_API to private functions. by Erik de Castro Lopo · 12 years ago
  85. 06af237 Add file src/share/grabbag/snprintf.c to grabbag library. by Erik de Castro Lopo · 12 years ago
  86. ca7a3cb Restore code dropped in commit f25b2602dc. by Erik de Castro Lopo · 12 years ago
  87. f25b260 Fix a couple of Windows 2Gig file size issues. by Erik de Castro Lopo · 12 years ago
  88. dd1fa80 Fix -Wstrict-prototypes -Wmissing-prototypes warnings. by Erik de Castro Lopo · 12 years ago
  89. b85cc57 include/share/compat.h : feeko and ftello fixes for MinGW. by Erik de Castro Lopo · 12 years ago
  90. 71d630d FLAC/ordinals.h : Add <stdint.h> definitions for MSVC < 2010. by Erik de Castro Lopo · 12 years ago
  91. ae663c3 FLAC/ordinals.h : Provide links for <stdint.h> replacements. by Erik de Castro Lopo · 12 years ago
  92. fd6b192 Another MSVC patch from Ben Alison. by Erik de Castro Lopo · 12 years ago
  93. a4c321e Large patch from Ben Allison fixing the MSVC build. by Erik de Castro Lopo · 12 years ago
  94. 91790ef Fix compiler warnings from new compiler flags. by Erik de Castro Lopo · 12 years ago
  95. b104c6d include/share/compat.h : For MSVC define inline as __inline. by Erik de Castro Lopo · 12 years ago
  96. 66c0a58 autogen.sh: replace this by a simple call to autoreconf by Max Horn · 12 years ago
  97. 6a1f59b Update FSF address. by Miroslav Lichvar · 12 years ago
  98. a43f56c Update library version-info. by Miroslav Lichvar · 12 years ago
  99. 19c78e5 Hide symbols with gcc. by Miroslav Lichvar · 12 years ago
  100. b21f190 Add a convenience function to create a Metadata::Padding object with a by Erik de Castro Lopo · 12 years ago