1. e0b62a6 Bunch of CMake fixes by evpobr · 4 years, 5 months ago
  2. a9d9f4d flac: Input file name size calculated just one time by Andrey Astafyev · 4 years, 10 months ago
  3. 020042c flac: Remove variable from expression because it's always equals to false by Andrey Astafyev · 4 years, 10 months ago
  4. 2907d49 flac/main.c: replace an snprintf() call with flac_snprintf() by sezero · 4 years, 11 months ago
  5. 7bc7aeb Replace unsigned with uint32_t in prototypes; Fixes DJGPP builds. by NY00123 · 5 years ago
  6. 6d0e222 Make sure CMake build files end up in release tarball by Erik de Castro Lopo · 5 years ago
  7. 04974d2 Fix a number of gcc 9.2 compiler warnings by Erik de Castro Lopo · 5 years ago
  8. cc6ca9a flac/utils: Add missing define by Rosen Penev · 5 years ago
  9. e4b94e3 Fix Visual Studio solution generation with CMake by evpobr · 5 years ago
  10. 573dbc1 Use of BUILD_SHARED_LIBS added by Vitaliy Kirsanov · 5 years ago
  11. 1cb968a Fixed dependencies on win_utf8_io by Виталий Кирсанов · 5 years ago
  12. 5d81610 Fixed dependency between grabbag and utf8 by Vitaliy Kirsanov · 5 years ago
  13. a82a014 CMake minimum required lowered to 3.1 by Vitaly Kirsanov · 5 years ago
  14. c39718d CMake support added by Vitaliy Kirsanov · 5 years ago
  15. cc15b74 Suppress compression failure message if it is not an error by Karthik Periagaram · 6 years ago
  16. edfbe3c Move CreateFile_utf8 function to a more logical place by lvqcl · 6 years ago
  17. 9fa2b5e move CreateFile function outside of libFLAC by lvqcl · 6 years ago
  18. 5dff53c Fix --output-prefix with input-files in sub-directories by orbea · 6 years ago
  19. 01eb197 Fix miscellaneous typos. by luz.paz · 6 years ago
  20. bb75073 flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16) by Erik de Castro Lopo · 7 years ago
  21. 59bedcf flac: Fix usage message by Erik de Castro Lopo · 7 years ago
  22. 3a7884b flac/encode.c: Fix an integer overflow by Erik de Castro Lopo · 8 years ago
  23. 1e9e707 stdint.h fixes for MSVS 2005/2008 by Erik de Castro Lopo · 8 years ago
  24. ce6ab95 When using libtool, use LTLIBICONV instead. by David Seifert · 8 years ago
  25. 71b909b Yet more purging of `unsigned` type by Erik de Castro Lopo · 8 years ago
  26. 733afdb flac/utils.c: Workaround for DJGPP missing wcswidth() by sezero · 8 years ago
  27. 6b00dc2 Another bulk update of copyright dates by Erik de Castro Lopo · 8 years ago
  28. 6a5fe43 Bulk update copyright dates by Erik de Castro Lopo · 8 years ago
  29. 23f6a35 Fix compiler warning from gcc-6.1.1 by Erik de Castro Lopo · 8 years ago
  30. d40a6bc libFLAC: Remove win_utf8_io dependency by Erik de Castro Lopo · 9 years ago
  31. 7411724 Fix ioctl/TIOCGWINSZ for OSX by Erik de Castro Lopo · 9 years ago
  32. 3ff49e6 src/flac/utils.c: Fix for OpenBSD by Erik de Castro Lopo · 9 years ago
  33. e0b406f Fix three more cppcheck warnings by Erik de Castro Lopo · 9 years ago
  34. b7e12d6 iffscan: Fix printf format strings by Erik de Castro Lopo · 9 years ago
  35. 7eda006 Fix description of --rice-partition-order in flac -H by Thomas Zander · 9 years ago
  36. 27e00c8 flac/encode.c: Limit padding size by Erik de Castro Lopo · 9 years ago
  37. 46d3a4c Couple of minor tweaks by Erik de Castro Lopo · 9 years ago
  38. e4399a0 Whitespace only by Erik de Castro Lopo · 9 years ago
  39. c05b7ba Makefile.lite: Include config.mk from top level build dir by Thomas Zander · 9 years ago
  40. c671e1c flac: Error out if decoding RAW with bits != (8|16|24) by Erik de Castro Lopo · 9 years ago
  41. 5fab59f src/flac/encode.c: Fix undefined behaviour by Erik de Castro Lopo · 9 years ago
  42. 9be32a5 flac/decode.c: Fix undefined behaviour by Erik de Castro Lopo · 9 years ago
  43. 0bea5fb flac/encode.c: Fix undefinoed behaviour by Erik de Castro Lopo · 9 years ago
  44. 9228539 flac/metaflac: Do case-insensitve comparison of hex values by Erik de Castro Lopo · 9 years ago
  45. e771e7b flac/foreign_metadata: Fix for odd RIFF chunk size by Erik de Castro Lopo · 9 years ago
  46. ccb5a4d flac: Fix inlining failure warning by Erik de Castro Lopo · 9 years ago
  47. 8267168 src/encode.c : Fix potential infinite loop in flac-toflac encoding. by Erik de Castro Lopo · 10 years ago
  48. c06a449 flac : Fix for https://sourceforge.net/p/flac/bugs/425/ by Erik de Castro Lopo · 10 years ago
  49. 775eb93 src/flac/decode.c : Add WAVEFORMATEXTENSIBLE to WAV files as needed. by Erik de Castro Lopo · 10 years ago
  50. f8255f2 Spelling and grammar fixes for console output by Karthik Periagaram · 10 years ago
  51. 3ff1b9d flac/vorbiscomment.c : Fix typo. by Erik de Castro Lopo · 10 years ago
  52. eb753ae Remove traiing whitespace (mostly .c and .h files). by Erik de Castro Lopo · 10 years ago
  53. d03c9f4 src/flac/main.c : Fix an output line > 81 characters in length. by Erik de Castro Lopo · 10 years ago
  54. e0a0c06 Normalize some copyright dates strings. by Erik de Castro Lopo · 10 years ago
  55. 3bc649d Some last copyright year updates and change to open bug list by Martijn van Beurden · 10 years ago
  56. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  57. 9971e70 Improve description of encoding preset equivalents. by Erik de Castro Lopo · 10 years ago
  58. 3af2f2b Update documentation for new compression presets by Martijn van Beurden · 10 years ago
  59. d66f675 src/flac/decode.c : Decoder buffering improvements on Windows. by Erik de Castro Lopo · 10 years ago
  60. 142cc51 flac : Add help output for --ignore-chunk-sizes option. by Erik de Castro Lopo · 10 years ago
  61. 1c7e3f1 Windows specific vsnprintf fixes. by Erik de Castro Lopo · 10 years ago
  62. ffa5542 flac/utils.c : Fix calculation of a tag length. by Erik de Castro Lopo · 10 years ago
  63. d6d33e2 vorbiscomment.c : Do not write empty vorbiscomment fields. by Erik de Castro Lopo · 10 years ago
  64. 865041b flac and metaflac : Don't always call setlocale() in Windows. by Erik de Castro Lopo · 10 years ago
  65. 7251201 flac/main.c : Improved option validation with --force-raw-format. by Erik de Castro Lopo · 10 years ago
  66. 3194829 Makefile.ams: Add MSVS project files to EXTRA_DIST. by Erik de Castro Lopo · 10 years ago
  67. 9443151 src/flac/utils.c : Make sure get_console_width() returns value > 0. by Erik de Castro Lopo · 10 years ago
  68. d043785 Add project files for Visual Studio 2010 and later. by Erik de Castro Lopo · 10 years ago
  69. 5e8854f src/ : Remove un-needed MSVC6 workaround. by Erik de Castro Lopo · 10 years ago
  70. c6ff539 src/flac/main.c : Improve raw format help text help. by Erik de Castro Lopo · 10 years ago
  71. 08cb913 src/flac/encode.c : Fix compression failure warning when encoding from stdin. by Erik de Castro Lopo · 10 years ago
  72. 4a38f75 src/flac/decode.c : Add comment about ubuf union. by Erik de Castro Lopo · 10 years ago
  73. 3eb4094 src/flac/encode.c : Fix cast-align warning on ARM systems. by Erik de Castro Lopo · 10 years ago
  74. 99257e1 flac: Fix channel order for mono files. by Erik de Castro Lopo · 10 years ago
  75. 1d12d98 flac: Fix encoder and decode progress messages with --ogg. by Erik de Castro Lopo · 10 years ago
  76. a5c3a37 flac : Fix handling of raw input option. by Erik de Castro Lopo · 10 years ago
  77. a3b35e7 flac: Fix padding for --replay-gain option. by Erik de Castro Lopo · 10 years ago
  78. 46bedb5 Update URLs as nedeed. by Erik de Castro Lopo · 10 years ago
  79. 9f62979 Fix VS project file for iffscan. by Erik de Castro Lopo · 10 years ago
  80. 40e817d src/flac/decode.c : Fix a cast-align warning from GCC. by Erik de Castro Lopo · 10 years ago
  81. 9df6736 Update Makefile.lite build system. by Evan Ramos · 10 years ago
  82. cdb4657 src/ : Fix two typos. by Erik de Castro Lopo · 10 years ago
  83. d4d5060 src/flac/decode.c : Decode WAVEFORMATEXTENSIBLE_CHANNEL_MASK. by Erik de Castro Lopo · 10 years ago
  84. c2aeedc src/flac/utils.c : Fix compile guard for ioctl(). by Erik de Castro Lopo · 10 years ago
  85. 006b835 Fix all instances of '#if HAVE_CONFIG_H'. by Erik de Castro Lopo · 11 years ago
  86. 4bc1220 Move FLAC__STRCASECMP definition to compat.h. by Erik de Castro Lopo · 11 years ago
  87. 96011ff src/flac/encode.c : Improve perf of format_input() when compiled with MSVC. by Erik de Castro Lopo · 11 years ago
  88. 4813311 src/flac/main.c : Change the default beahviour when compression fails. by Erik de Castro Lopo · 11 years ago
  89. 37a97a5 src/flac/encode.c : Improve message when compression fails. by Erik de Castro Lopo · 11 years ago
  90. 8e89bad src/flac/main.c : Add --no-error-on-compression-fail to --help output. by Erik de Castro Lopo · 11 years ago
  91. a1abfa3 Vcproj file updates. by Erik de Castro Lopo · 11 years ago
  92. b250132 src/flac/iffscan.c : Fix typo. by Erik de Castro Lopo · 11 years ago
  93. f742b93 flac: Implement --no-error-on-compression-fail command line option. by Erik de Castro Lopo · 11 years ago
  94. 3418acc flac : Check compression ratio at end of encode process. by Erik de Castro Lopo · 11 years ago
  95. cf0277b src/flac/utils.c : Add fflush after printing to stderr. by Erik de Castro Lopo · 11 years ago
  96. 5999d81 Use location of TIOCGWINSZ from autoconf manual by Dagobert Michelsen · 11 years ago
  97. 5a01bf1 src/flac/main.c : Fix copyright notice by Ulrich Klauer · 11 years ago
  98. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  99. d7a56a2 Fix compiling for Android. by Erik de Castro Lopo · 11 years ago
  100. c1ebd2c Two minor compiled fixes for OS/2. by Erik de Castro Lopo · 11 years ago