1. cdb030c Add VSX optimised versions of autocorrelation loops by Anton Blanchard · 6 years ago
  2. 8e1796b Add runtime detection of POWER8 and POWER9 by Anton Blanchard · 6 years ago
  3. c0215fc Check if compiler supports target attribute on ppc64 by Amitay Isaacs · 6 years ago
  4. 08d9d98 Add m4 macro to check for C __attribute__ features by Amitay Isaacs · 6 years ago
  5. f301518 configure.ac: Fix FLAC__CPU_PPC on little endian, and add FLAC__CPU_PPC64 by Anton Blanchard · 6 years ago
  6. 5e0d418 configure.ac: Add VSX enable/disable by Anton Blanchard · 6 years ago
  7. 595ac14 configure.ac: Remove SPE detection code by Anton Blanchard · 6 years ago
  8. 9fa2b5e move CreateFile function outside of libFLAC by lvqcl · 6 years ago
  9. a8e9857 windows_unicode_filenames.c: Fix a missing return statement by Erik de Castro Lopo · 6 years ago
  10. 6892e7c Improve SIMD detection with Visual Studio by evpobr · 6 years ago
  11. 452a447 Add output-prefix tests by orbea · 6 years ago
  12. 5dff53c Fix --output-prefix with input-files in sub-directories by orbea · 6 years ago
  13. 01eb197 Fix miscellaneous typos. by luz.paz · 6 years ago
  14. 0db0e87 .travis.yml: Simplify file structure and add libogg dependency. by Robert Kausch · 6 years ago
  15. c2673da Add unit tests for word-wise CRC16 functions by Robert Kausch · 6 years ago
  16. 65c2796 Fix CRC calculation for small blocks. by Robert Kausch · 6 years ago
  17. 8874ecc Update CRC16 for larger data blocks when decoding. by Robert Kausch · 6 years ago
  18. 5579f29 Implement slicing-by-8 CRC16 algorithm. by Robert Kausch · 6 years ago
  19. fed5ad4 .travis.yml: Run --enable-64-bit-words test in separate job. by Robert Kausch · 6 years ago
  20. 1aff234 Add bitreader unit test. by Robert Kausch · 6 years ago
  21. f01a3aa Minor fixes for bitwriter unit test. by Robert Kausch · 6 years ago
  22. 096a63d Add unit tests for CRC calculation. by Robert Kausch · 6 years ago
  23. fcec829 Remove unused CRC8 functions. by Robert Kausch · 6 years ago
  24. 85fca3c Fix more GCC warnings about case fall-through by Erik de Castro Lopo · 6 years ago
  25. aaaaa0d More generic version of MSVC bug workaround by Erik de Castro Lopo · 6 years ago
  26. 2817eca .travis.yml: Test --enable-64-bit-words as well by Erik de Castro Lopo · 6 years ago
  27. 98deaf1 replaygain_synthesis.c: Fix compile issue in MSVS by Jeffrey Espiritu · 6 years ago
  28. 45f7d41 Fix for missing WINAPI_FAMILY_PARTITION by Erik de Castro Lopo · 7 years ago
  29. a0027fa libFLAC : new function returns client_data from decoder by Christophe DUMONT · 7 years ago
  30. 972454e UWP build fix by Alberto Fustinoni · 7 years ago
  31. 20a2100 replaygain_synthesis.c: Fix a cppcheck warning by Erik de Castro Lopo · 7 years ago
  32. f7cd466 Revert "Add Clang support for FLAC__SSE_TARGET" by Erik de Castro Lopo · 7 years ago
  33. b52fa0e Add Clang support for FLAC__SSE_TARGET by C.W. Betts · 7 years ago
  34. 68c5886 Correct flattop window coefficients by Thomas Zander · 7 years ago
  35. 1b5c09e Fix GCC 7 case fall through warnings by Erik de Castro Lopo · 7 years ago
  36. ed84746 Update lpc_intrin_sse.c by Shark64 · 7 years ago
  37. 7d3f9ba FLAC++: Add missing prototype for construct_block by Thomas Zander · 7 years ago
  38. 8f4dffe Silence -finline-functions warning by Thomas Zander · 7 years ago
  39. 1ab8a51 doc: Add notes about subframe sample size by Ruud van Asseldonk · 7 years ago
  40. bb75073 flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16) by Erik de Castro Lopo · 7 years ago
  41. b762a20 Fix missing SIZE_MAX definition on Android by Erik de Castro Lopo · 7 years ago
  42. 64f47c2 libFLAC: Fix default flac_max/min by Erik de Castro Lopo · 7 years ago
  43. 59bedcf flac: Fix usage message by Erik de Castro Lopo · 7 years ago
  44. 952c93b metaflac: Fix a memory leak by Erik de Castro Lopo · 7 years ago
  45. 4f47b63 stream_decoder.c: Fix a memory leak by Erik de Castro Lopo · 7 years ago
  46. 25b2d82 Fix typos in header files by Erik de Castro Lopo · 8 years ago
  47. 5121d22 stream_decoder.h: Fix Reference to Non-Existent Functions by Keegan Drake H.P · 8 years ago
  48. d249bce stream_decoder.h: Fix References to ``stdout'' by Keegan Drake H.P · 8 years ago
  49. f7f2164 cpu.c: Fix LLVM compile by Erik de Castro Lopo · 8 years ago
  50. 61e7dfa cpu.c: Merge ia32 and x86_64 CPU info functions by Erik de Castro Lopo · 8 years ago
  51. 172146b cpu.c: Fix debug Windows w32 build issue by Erik de Castro Lopo · 8 years ago
  52. f80652a stream_decoder.c: Comments by Erik de Castro Lopo · 8 years ago
  53. 5ae578f SIMD: remove outdated SSE2 code by Erik de Castro Lopo · 8 years ago
  54. ec79569 SIMD: Accelerate decoding of 16 bit FLAC by Erik de Castro Lopo · 8 years ago
  55. f9f5646 SIMD: Improve decoding of some 24 bit files by Erik de Castro Lopo · 8 years ago
  56. 086b493 SIMD: Add const qualifier where appropriate by Erik de Castro Lopo · 8 years ago
  57. 25c6cbe cpu.h: Another CPP fixup by Erik de Castro Lopo · 8 years ago
  58. c4bdd6f cpu.h: Fix compiler detection by Erik de Castro Lopo · 8 years ago
  59. 3a7884b flac/encode.c: Fix an integer overflow by Erik de Castro Lopo · 8 years ago
  60. 841ed1a stream encoder: fix documentation inconsistencies by Christian Stadelmann · 8 years ago
  61. 67ea8ba cpu.h: Add #defines so Clang compiles AVX2 by Erik de Castro Lopo · 8 years ago
  62. c669249 Fix compile with cygwin by Rosen Penev · 8 years ago
  63. d2cb0d1 configure.ac: Clean up CFLAGS code by Erik de Castro Lopo · 8 years ago
  64. 62a3b09 libFLAC/lpc_intrin_sse41.c: Change usage of _mm_alignr_epi8 by Erik de Castro Lopo · 8 years ago
  65. ee2433a libFLAC/lpc_intrin_sse*: Formatting cleanup by Erik de Castro Lopo · 8 years ago
  66. 006dcfb FLAC__stream_encoder_finish: Sanity improvement by Erik de Castro Lopo · 8 years ago
  67. 33f093a include/share/compat.h: Only define inline for C by Erik de Castro Lopo · 8 years ago
  68. 0c741d5 Create .travis.yml by Stephen · 8 years ago
  69. b3ece71 Do not override CFLAGS, as CFLAGS is a user flag. by David Seifert · 8 years ago
  70. 09b8224 Fix cppcheck warnings by Rosen Penev · 8 years ago
  71. ada48f5 share/utf8/charset.c: Cleanup realloc() usage by Erik de Castro Lopo · 8 years ago
  72. 3be4551 Add missing file include/share/msvc2005_int.h by Erik de Castro Lopo · 8 years ago
  73. 1e9e707 stdint.h fixes for MSVS 2005/2008 by Erik de Castro Lopo · 8 years ago
  74. 89a6c52 metadata.h: Fix search/replace typo in comments by Erik de Castro Lopo · 8 years ago
  75. 78d67ff getopt.c: Pointer comparison fix by Erik de Castro Lopo · 8 years ago
  76. c80a819 Only compile and run tests when running 'make check' by David Seifert · 8 years ago
  77. 64b7142 Final unsigned fixes by Erik de Castro Lopo · 8 years ago
  78. 9bb7a7e Yet more unsigned fixes by Erik de Castro Lopo · 8 years ago
  79. f60a8cc bitmath.h: MSVS unsigned fix by Erik de Castro Lopo · 8 years ago
  80. d178058 libFLAC/cpu.c: Replace memory.h include with string.h by sezero · 8 years ago
  81. 052cd4b Honor user's $(htmldir) and do not override GNU defaults for $(docdir) by David Seifert · 8 years ago
  82. ce6ab95 When using libtool, use LTLIBICONV instead. by David Seifert · 8 years ago
  83. cc08beb Make building/installing examples optional by David Seifert · 8 years ago
  84. 8967db0 bitmath.h: More unsigned fixes by Erik de Castro Lopo · 8 years ago
  85. 71b909b Yet more purging of `unsigned` type by Erik de Castro Lopo · 8 years ago
  86. 588689b include/FLAC: More unsigned fixes by Erik de Castro Lopo · 8 years ago
  87. 733afdb flac/utils.c: Workaround for DJGPP missing wcswidth() by sezero · 8 years ago
  88. 31b219f Support nasm coff obj format for djgpp by sezero · 8 years ago
  89. c6318e9 Purge usage of `unsigned` type by Erik de Castro Lopo · 8 years ago
  90. 5572155 configure.ac: relax linux OS detection by Peter Korsgaard · 8 years ago
  91. 6ecd1a2 libFLAC/cpu.c: Fix build issue on OpenBSD/i386 by Erik de Castro Lopo · 8 years ago
  92. 8f25d68 stream_encoder.c: Make compression_levels_ array const by Erik de Castro Lopo · 8 years ago
  93. 58a81cf Fix build with MSVC if UNICODE is enabled by Erik de Castro Lopo · 8 years ago
  94. 230cffe libFLAC/cpu.c: Fix CPU detecton by Erik de Castro Lopo · 8 years ago
  95. ac39d37 Version 1.3.2 by Erik de Castro Lopo · 8 years ago
  96. 1366367 test/test_metaflac.sh: Comment only by Erik de Castro Lopo · 8 years ago
  97. b799a82 libFLAC: Remove commented out assert by Erik de Castro Lopo · 8 years ago
  98. e64ac79 Makefile.lite: Fix running of tests by Erik de Castro Lopo · 8 years ago
  99. 23ca128 libFLAC/cpu.c: Add CPP guard by Erik de Castro Lopo · 8 years ago
  100. 76c25ba More Makefile.lite fixes by Erik de Castro Lopo · 8 years ago