1. cc6ca9a flac/utils: Add missing define by Rosen Penev · 5 years ago
  2. 66dd7f0 Switch to utimensat for newer POSIX versions by Rosen Penev · 5 years ago
  3. 5db5820 Fix build on FreeBSD PowerPC by pkubaj · 5 years ago
  4. 88ddb5b Fix metaflac under ctest. by Ralph Giles · 5 years ago
  5. 4ca0d85 libFLAC: Rename get_client_data_from_decoder function by Erik de Castro Lopo · 5 years ago
  6. f85a2f4 increase required minimum cmake version to 3.9. by sezero · 5 years ago
  7. 4a43f2b Do not assume that sys/param.h defines MIN and MAX by sezero · 5 years ago
  8. 8dda876 doc: Add xmlns attributes. by Ralph Giles · 5 years ago
  9. f764434 Version 1.3.3 by Erik de Castro Lopo · 5 years ago
  10. 83d829a doc: Remove xhtml validator links. by Fabian Greffrath · 5 years ago
  11. a41eb7d doc: Use empty-element <hr/> tag. by Ralph Giles · 5 years ago
  12. e229fb4 .travis.yml: Generate and validate html documentation. by Ralph Giles · 5 years ago
  13. fcabd81 Add -lrt for all operating systems for clock_gettime by Dagobert Michelsen · 5 years ago
  14. deb21bc Update Visual Studio 2005 files by Erik de Castro Lopo · 5 years ago
  15. 48e8dbc Fix CppCheck warnings by Erik de Castro Lopo · 5 years ago
  16. 1146117 test: Ignore varying length in metadata by Erik de Castro Lopo · 5 years ago
  17. cd03042 Fix CMake configure warning by evpobr · 5 years ago
  18. 0c3440a Fixed #107: CMake error without enabling BUILD_CXXLIBS by Vitaliy Kirsanov · 5 years ago
  19. 77e234a CMake: fixed windows_unicode_filenames linking errors by Виталий Кирсанов · 5 years ago
  20. e4b94e3 Fix Visual Studio solution generation with CMake by evpobr · 6 years ago
  21. 95a9423 Added README description for CMake by Vitaliy Kirsanov · 6 years ago
  22. 26cbd97 CMAKE_BUILD_TYPE set to Release by default: improved by Vitaliy Kirsanov · 6 years ago
  23. 29fadb6 Enable components search in package config mode by evpobr · 6 years ago
  24. 1794b0c CMAKE_BUILD_TYPE set to Release by default by Vitaliy Kirsanov · 6 years ago
  25. b967ef0 Added ECHO_C to CMake tests by Vitaliy Kirsanov · 6 years ago
  26. 55447a2 Ogg::Ogg renamed to Ogg::ogg by Vitaliy Kirsanov · 6 years ago
  27. 573dbc1 Use of BUILD_SHARED_LIBS added by Vitaliy Kirsanov · 6 years ago
  28. 1cb968a Fixed dependencies on win_utf8_io by Виталий Кирсанов · 6 years ago
  29. 5d81610 Fixed dependency between grabbag and utf8 by Vitaliy Kirsanov · 6 years ago
  30. a82a014 CMake minimum required lowered to 3.1 by Vitaly Kirsanov · 6 years ago
  31. d38b867 Add missing fseeko check by evpobr · 6 years ago
  32. b3c20d3 Integrate CMake to Travis CI tests by evpobr · 6 years ago
  33. 2359563 FLAC now depends on win_utf8_io by Vitaliy Kirsanov · 6 years ago
  34. 8610c3a Added /arch:SSE2 flag by Vitaly Kirsanov · 6 years ago
  35. aa96297 Versions for shared libs specified by Vitaly Kirsanov · 6 years ago
  36. 60129c7 Cosmetic change: using $<COMPILE_LANGUAGE:> by Vitaliy Kirsanov · 6 years ago
  37. 5435f15 /test/*.sh enabled for CTest in UNIX by Vitaliy Kirsanov · 6 years ago
  38. 6cd2b6c FindOGG.cmake module added by Vitaliy Kirsanov · 6 years ago
  39. c39718d CMake support added by Vitaliy Kirsanov · 6 years ago
  40. 12ec86c Use MMX ASM fucntions instead of SSE4.1 if available by lvqcl · 6 years ago
  41. b936e39 Speed up FLAC__bitwriter_write_byte_block (metadata writing) by Robert Kausch · 6 years ago
  42. cc15b74 Suppress compression failure message if it is not an error by Karthik Periagaram · 6 years ago
  43. 421961f Replace hadd with shuffle + add by lvqcl · 6 years ago
  44. faafa4c Cosmetic changes in lpc_asm.nasm and utf8.c by lvqcl · 6 years ago
  45. 0897458 Update MinGW build files by lvqcl · 6 years ago
  46. edfbe3c Move CreateFile_utf8 function to a more logical place by lvqcl · 6 years ago
  47. cdb030c Add VSX optimised versions of autocorrelation loops by Anton Blanchard · 6 years ago
  48. 8e1796b Add runtime detection of POWER8 and POWER9 by Anton Blanchard · 6 years ago
  49. c0215fc Check if compiler supports target attribute on ppc64 by Amitay Isaacs · 6 years ago
  50. 08d9d98 Add m4 macro to check for C __attribute__ features by Amitay Isaacs · 6 years ago
  51. f301518 configure.ac: Fix FLAC__CPU_PPC on little endian, and add FLAC__CPU_PPC64 by Anton Blanchard · 6 years ago
  52. 5e0d418 configure.ac: Add VSX enable/disable by Anton Blanchard · 6 years ago
  53. 595ac14 configure.ac: Remove SPE detection code by Anton Blanchard · 6 years ago
  54. 9fa2b5e move CreateFile function outside of libFLAC by lvqcl · 6 years ago
  55. a8e9857 windows_unicode_filenames.c: Fix a missing return statement by Erik de Castro Lopo · 6 years ago
  56. 6892e7c Improve SIMD detection with Visual Studio by evpobr · 7 years ago
  57. 452a447 Add output-prefix tests by orbea · 6 years ago
  58. 5dff53c Fix --output-prefix with input-files in sub-directories by orbea · 6 years ago
  59. 01eb197 Fix miscellaneous typos. by luz.paz · 6 years ago
  60. 0db0e87 .travis.yml: Simplify file structure and add libogg dependency. by Robert Kausch · 6 years ago
  61. c2673da Add unit tests for word-wise CRC16 functions by Robert Kausch · 6 years ago
  62. 65c2796 Fix CRC calculation for small blocks. by Robert Kausch · 7 years ago
  63. 8874ecc Update CRC16 for larger data blocks when decoding. by Robert Kausch · 7 years ago
  64. 5579f29 Implement slicing-by-8 CRC16 algorithm. by Robert Kausch · 7 years ago
  65. fed5ad4 .travis.yml: Run --enable-64-bit-words test in separate job. by Robert Kausch · 6 years ago
  66. 1aff234 Add bitreader unit test. by Robert Kausch · 6 years ago
  67. f01a3aa Minor fixes for bitwriter unit test. by Robert Kausch · 6 years ago
  68. 096a63d Add unit tests for CRC calculation. by Robert Kausch · 6 years ago
  69. fcec829 Remove unused CRC8 functions. by Robert Kausch · 7 years ago
  70. 85fca3c Fix more GCC warnings about case fall-through by Erik de Castro Lopo · 7 years ago
  71. aaaaa0d More generic version of MSVC bug workaround by Erik de Castro Lopo · 7 years ago
  72. 2817eca .travis.yml: Test --enable-64-bit-words as well by Erik de Castro Lopo · 7 years ago
  73. 98deaf1 replaygain_synthesis.c: Fix compile issue in MSVS by Jeffrey Espiritu · 7 years ago
  74. 45f7d41 Fix for missing WINAPI_FAMILY_PARTITION by Erik de Castro Lopo · 7 years ago
  75. a0027fa libFLAC : new function returns client_data from decoder by Christophe DUMONT · 7 years ago
  76. 972454e UWP build fix by Alberto Fustinoni · 7 years ago
  77. 20a2100 replaygain_synthesis.c: Fix a cppcheck warning by Erik de Castro Lopo · 7 years ago
  78. f7cd466 Revert "Add Clang support for FLAC__SSE_TARGET" by Erik de Castro Lopo · 7 years ago
  79. b52fa0e Add Clang support for FLAC__SSE_TARGET by C.W. Betts · 7 years ago
  80. 68c5886 Correct flattop window coefficients by Thomas Zander · 7 years ago
  81. 1b5c09e Fix GCC 7 case fall through warnings by Erik de Castro Lopo · 7 years ago
  82. ed84746 Update lpc_intrin_sse.c by Shark64 · 7 years ago
  83. 7d3f9ba FLAC++: Add missing prototype for construct_block by Thomas Zander · 7 years ago
  84. 8f4dffe Silence -finline-functions warning by Thomas Zander · 7 years ago
  85. 1ab8a51 doc: Add notes about subframe sample size by Ruud van Asseldonk · 7 years ago
  86. bb75073 flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16) by Erik de Castro Lopo · 7 years ago
  87. b762a20 Fix missing SIZE_MAX definition on Android by Erik de Castro Lopo · 8 years ago
  88. 64f47c2 libFLAC: Fix default flac_max/min by Erik de Castro Lopo · 8 years ago
  89. 59bedcf flac: Fix usage message by Erik de Castro Lopo · 8 years ago
  90. 952c93b metaflac: Fix a memory leak by Erik de Castro Lopo · 8 years ago
  91. 4f47b63 stream_decoder.c: Fix a memory leak by Erik de Castro Lopo · 8 years ago
  92. 25b2d82 Fix typos in header files by Erik de Castro Lopo · 8 years ago
  93. 5121d22 stream_decoder.h: Fix Reference to Non-Existent Functions by Keegan Drake H.P · 8 years ago
  94. d249bce stream_decoder.h: Fix References to ``stdout'' by Keegan Drake H.P · 8 years ago
  95. f7f2164 cpu.c: Fix LLVM compile by Erik de Castro Lopo · 8 years ago
  96. 61e7dfa cpu.c: Merge ia32 and x86_64 CPU info functions by Erik de Castro Lopo · 8 years ago
  97. 172146b cpu.c: Fix debug Windows w32 build issue by Erik de Castro Lopo · 8 years ago
  98. f80652a stream_decoder.c: Comments by Erik de Castro Lopo · 8 years ago
  99. 5ae578f SIMD: remove outdated SSE2 code by Erik de Castro Lopo · 8 years ago
  100. ec79569 SIMD: Accelerate decoding of 16 bit FLAC by Erik de Castro Lopo · 8 years ago