1. d8d1717 libFLAC: fix more problems with new window functions by Martijn van Beurden · 10 years ago
  2. 9971e70 Improve description of encoding preset equivalents. by Erik de Castro Lopo · 10 years ago
  3. 7efe8f3 metadata_iterators.c : Set status when metadata itereator is not writable. by Erik de Castro Lopo · 10 years ago
  4. cdff952 libFLAC : Add more checks to partial_tukey and punchout_tukey windows. by Martijn van Beurden · 10 years ago
  5. b7d13c0 include/share/endswap.h : Fix usage of HAVE_BSWAP16. by Erik de Castro Lopo · 10 years ago
  6. 3af2f2b Update documentation for new compression presets by Martijn van Beurden · 10 years ago
  7. 3d800a5 Make test_compression a little more forgiving by Martijn van Beurden · 10 years ago
  8. 02891da Retune FLAC compression levels by Martijn van Beurden · 10 years ago
  9. 69c2318 Fix indenting on the bswap32 autoconf macro. by Ralph Giles · 10 years ago
  10. 87408b3 Clean up bswap32 autoconf macro. by Ralph Giles · 10 years ago
  11. 7a671e7 Use a configure check for bswap16 instead of gcc version #ifdefs. by Ralph Giles · 10 years ago
  12. 1f30b3e Add autoconf macro to check for the bswap16 intrinsic. by Ralph Giles · 10 years ago
  13. e0fbe71 stream_encoder.c : Add apodization field to CompressionLevels struct. by Erik de Castro Lopo · 10 years ago
  14. d2de3a1 autogen.sh : Use long names for options to autoreconf. by Erik de Castro Lopo · 10 years ago
  15. f0a17e9 libFLAC/fixed_intrin_sse2.c : Fix comments. by Erik de Castro Lopo · 10 years ago
  16. 11b5d51 Add AVX2 CPU support stream encoder. by Erik de Castro Lopo · 10 years ago
  17. a75b870 Add AVX/AVX2/FMA support to CPU detection code. by Erik de Castro Lopo · 10 years ago
  18. ad2ae45 libFLAC/stream_encoder.c : Reduce about of hackery. by Erik de Castro Lopo · 10 years ago
  19. 35c14b1 Refactoring and simplifying of CPU detection. by Erik de Castro Lopo · 10 years ago
  20. 7cb032c Remove support for AMD's 3Dnow. by Erik de Castro Lopo · 10 years ago
  21. 347afd8 src/libFLAC/window.c : Add 'f' to float literals to avoid compiler warnings. by Erik de Castro Lopo · 10 years ago
  22. d66f675 src/flac/decode.c : Decoder buffering improvements on Windows. by Erik de Castro Lopo · 10 years ago
  23. e863247 stream_encoder.c : Only set 10MB output buffer on _WIN32. by Erik de Castro Lopo · 10 years ago
  24. 25db9b2 Improve malformed vorbiscomment handling. by Erik de Castro Lopo · 10 years ago
  25. cf78006 metaflac : Fix typo in error message. by Erik de Castro Lopo · 10 years ago
  26. cf732a8 libFLAC/cpu.c : Refactor for readability. by Erik de Castro Lopo · 10 years ago
  27. 6a6207b stream_encoder.c : Give the encoder a larger stdio buffer. by Erik de Castro Lopo · 10 years ago
  28. 142cc51 flac : Add help output for --ignore-chunk-sizes option. by Erik de Castro Lopo · 10 years ago
  29. 9572984 libFLAC/window.c : Whitespace. by Erik de Castro Lopo · 10 years ago
  30. 1c7e3f1 Windows specific vsnprintf fixes. by Erik de Castro Lopo · 10 years ago
  31. e0ac5d4 win_utf8_io.c : Comment only. by Erik de Castro Lopo · 10 years ago
  32. 29a2833 Add partial_tukey and punchout_tukey apodization functions by Martijn van Beurden · 10 years ago
  33. ffa5542 flac/utils.c : Fix calculation of a tag length. by Erik de Castro Lopo · 10 years ago
  34. ea0d5dd lpc_intrin_sse41.c : Optimize decoding 24 bit files on 32 bit platforms. by Erik de Castro Lopo · 10 years ago
  35. fa85e3c lpc_intrin* : Remove unused code. by Erik de Castro Lopo · 10 years ago
  36. 71875b0 fixed_intrin_sse[23].c : Add new, simpler SSE code. by Erik de Castro Lopo · 10 years ago
  37. 6abc480 stream_encoder_intrin_sse[23].c : Optimize of int32 -> uint64 conversion. by Erik de Castro Lopo · 10 years ago
  38. 97bcc6f win_utf8_io.c: Use fputws instead of fwprintf. by Yuta NAKAI · 10 years ago
  39. b373c8e Minor clean up of win_utf8_io. by Erik de Castro Lopo · 10 years ago
  40. d6d33e2 vorbiscomment.c : Do not write empty vorbiscomment fields. by Erik de Castro Lopo · 10 years ago
  41. 4fa5880 fixed_intrin_sse[23].c : Simplify XMM -> int64 conversion. by Erik de Castro Lopo · 10 years ago
  42. ed530f6 cpu.h : Only define FLAC__SSE_SUPPORTED if FLAC__HAS_X86INTRIN is set. by Erik de Castro Lopo · 10 years ago
  43. b60f16b Remove old/broken PPC/Altivec code. by Erik de Castro Lopo · 10 years ago
  44. d399e31 win_utf8_io.c : Remove redundant line. by Erik de Castro Lopo · 10 years ago
  45. a87019e win_utf8_io.c : Fix potential memory leak. by Erik de Castro Lopo · 10 years ago
  46. e0f638f win_utf8_io.c : Use vsnprintf_s instead of vsprintf. by Erik de Castro Lopo · 10 years ago
  47. 01d1aa7 libFLAC/cpu.c : Refactor disabling SSE into a single function. by Erik de Castro Lopo · 10 years ago
  48. 7c66452 include/share/endswap.h : Improvements to fallthrough ENDSWAP_*. by Erik de Castro Lopo · 10 years ago
  49. e9d805d libFLAC/lpc_intrin_sse.c : New SSE code to calculate autocorrelation. by Erik de Castro Lopo · 10 years ago
  50. 0ae3e46 Various documentation fixes, merge with website by Martijn van Beurden · 10 years ago
  51. 2784670 Fix bug when using -p switch during compression by Martijn van Beurden · 10 years ago
  52. 6a28fac libFLAC/cpu.c : Simplify OS SSE support detection. by Erik de Castro Lopo · 10 years ago
  53. 02591f6 libFLAC : SSE optimisations. by Erik de Castro Lopo · 10 years ago
  54. 8ce310d libFLAC/bitreader.c : Remove redundant/incorrect comment. by Erik de Castro Lopo · 10 years ago
  55. 36e03de libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader. by Erik de Castro Lopo · 10 years ago
  56. 1930ae1 configure.ac : Fix --disable-sse option. by Erik de Castro Lopo · 10 years ago
  57. f73c82a configure.ac : Erase default -O2 when setting -O3. by Erik de Castro Lopo · 10 years ago
  58. 221bdc4 configure.ac : Set default CFLAGS to something sensible. by Erik de Castro Lopo · 10 years ago
  59. 865041b flac and metaflac : Don't always call setlocale() in Windows. by Erik de Castro Lopo · 10 years ago
  60. 491475e libFLAC/.../crc.h : Remove un-nneded parens in FLAC__CRC16_UPDATE macro. by Erik de Castro Lopo · 10 years ago
  61. 7251201 flac/main.c : Improved option validation with --force-raw-format. by Erik de Castro Lopo · 10 years ago
  62. 879a0ce test/test_flac.sh : Add --force-raw-format as needed. by Erik de Castro Lopo · 10 years ago
  63. b08c520 include/share/endswap.h : Fix default ENDSWAP_16. by Erik de Castro Lopo · 10 years ago
  64. 4a63f10 build/config.mk : Define CPU_IS_LITTLE_ENDIAN as needed. by Erik de Castro Lopo · 10 years ago
  65. 3194829 Makefile.ams: Add MSVS project files to EXTRA_DIST. by Erik de Castro Lopo · 10 years ago
  66. 1988855 test_replaygain.sh : Add --force-raw-format option. 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. eb0c5a3 libFLAC : Remove FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap(). by Erik de Castro Lopo · 10 years ago
  70. c436915 libFLAC : Remove FLAC__precompute_partition_info_sums_32bit_asm_ia32_(). by Erik de Castro Lopo · 10 years ago
  71. f081524 stream_encoder : Improve selection of residual accumulator width by Miroslav Lichvar · 10 years ago
  72. 71246dc test_libFLAC/test_libFLAC.vcproj : One more CPU_IS_LITTLE_ENDIAN fix. by Erik de Castro Lopo · 10 years ago
  73. 5e8854f src/ : Remove un-needed MSVC6 workaround. by Erik de Castro Lopo · 10 years ago
  74. eda98c4 test_libFLAC/endswap.c : Add casts to prevent compiler warnings. by Erik de Castro Lopo · 10 years ago
  75. e510583 test_libFLAC/test_libFLAC.vcproj : Add define for CPU_IS_LITTLE_ENDIAN. by Erik de Castro Lopo · 10 years ago
  76. 22d4893 Fix bswap16 issue on Debian 6. by Ralph Giles · 10 years ago
  77. 7422e08 test_libFLAC : Fix Windows build after addidion of endian tests. by Erik de Castro Lopo · 10 years ago
  78. c6ff539 src/flac/main.c : Improve raw format help text help. by Erik de Castro Lopo · 10 years ago
  79. 08cb913 src/flac/encode.c : Fix compression failure warning when encoding from stdin. by Erik de Castro Lopo · 10 years ago
  80. 74d8133 test_libFLAC/md5.c : Fix the tests. by Erik de Castro Lopo · 10 years ago
  81. c69a209 test_libFLAC/endswap.c : Improvements. by Erik de Castro Lopo · 10 years ago
  82. 6bd45d1 src/test_libFLAC : Add tests for end swap macros. by Erik de Castro Lopo · 10 years ago
  83. 4a38f75 src/flac/decode.c : Add comment about ubuf union. by Erik de Castro Lopo · 10 years ago
  84. 0d1cb19 include/share/endswap.h : Fix fallback ENDSWAP_16 macro. by Erik de Castro Lopo · 10 years ago
  85. 3eb4094 src/flac/encode.c : Fix cast-align warning on ARM systems. by Erik de Castro Lopo · 10 years ago
  86. 7590d99 libFLAC/md5: Fix for cast-align warnings on ARM. by Erik de Castro Lopo · 10 years ago
  87. 51c6567 libFLAC/md5.c : Massive refactoring of format_input_ function. by Erik de Castro Lopo · 10 years ago
  88. 699e7c4 include/share/endswap.h : Add endswapping of 16 bit values. by Erik de Castro Lopo · 10 years ago
  89. a8567d4 libFLAC/bitmath : Restore an ASSERT that was removed some time after 1.2.1. by Erik de Castro Lopo · 10 years ago
  90. 9aa1546 libFLAC/lpc_intrin_sseN.c : Disambiguate macro names. by Erik de Castro Lopo · 10 years ago
  91. 2c15052 libFLAC: CPUID detecion improvements. by Erik de Castro Lopo · 10 years ago
  92. 99257e1 flac: Fix channel order for mono files. by Erik de Castro Lopo · 10 years ago
  93. 1d12d98 flac: Fix encoder and decode progress messages with --ogg. by Erik de Castro Lopo · 10 years ago
  94. a5c3a37 flac : Fix handling of raw input option. by Erik de Castro Lopo · 10 years ago
  95. b4579dc test_libFLAC/md5.c: Add tests for MD5 calculation. by Erik de Castro Lopo · 10 years ago
  96. 804dc50 AUTHORS : Tweaks. by Erik de Castro Lopo · 10 years ago
  97. a3b35e7 flac: Fix padding for --replay-gain option. by Erik de Castro Lopo · 10 years ago
  98. 6ccef14 stream_decoder : Two read_metadata() fixes from 1.2.1 maintenance branch. by Erik de Castro Lopo · 10 years ago
  99. 0854575 README updates. by Erik de Castro Lopo · 10 years ago
  100. 4bc4255 test/test_replaygain.sh : Update tests after work aroind for GCC bug. by Erik de Castro Lopo · 10 years ago