1. 19b549f regainplay_analysis : Work around GCC optimizer bug. by Erik de Castro Lopo · 10 years ago
  2. b8d58e3 Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64." by Erik de Castro Lopo · 10 years ago
  3. 1517399 Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64. by Erik de Castro Lopo · 10 years ago
  4. cdb4657 src/ : Fix two typos. by Erik de Castro Lopo · 10 years ago
  5. be0a894 configure.ac : Add -fvisibility=hidden to OSX build. by Erik de Castro Lopo · 10 years ago
  6. 2be824a replaygain_synthesis.c : Replace an int64_t/int32_t operation with a shift. by Erik de Castro Lopo · 10 years ago
  7. 0da01cb src/share/replaygain_synthesis/ : Remove old fast float math hack. by Erik de Castro Lopo · 10 years ago
  8. 93d951f Remove Monkey's Audio from FLAC.sln. by Erik de Castro Lopo · 10 years ago
  9. 96a5c54 Purge src/monkeys_audio_utilities/ tree. by Erik de Castro Lopo · 10 years ago
  10. 3d39492 libFLAC/ : Refactoring and add comments. by Erik de Castro Lopo · 10 years ago
  11. b1b6caf replaygain_synthesis.h : Fix FLAC_SHARE__MAX_SUPPORTED_CHANNELS. by Erik de Castro Lopo · 10 years ago
  12. 7963120 src/libFLAC/memory.c : Wrap inclusion of <stdint.h> in #ifdef. by Erik de Castro Lopo · 10 years ago
  13. d4d5060 src/flac/decode.c : Decode WAVEFORMATEXTENSIBLE_CHANNEL_MASK. by Erik de Castro Lopo · 10 years ago
  14. 11b004c libFLAC/stream_encoder.c : Fix if else wibble. by Erik de Castro Lopo · 10 years ago
  15. c2aeedc src/flac/utils.c : Fix compile guard for ioctl(). by Erik de Castro Lopo · 10 years ago
  16. 619d821 Add files missing from commit 93f6109c9016. by Erik de Castro Lopo · 10 years ago
  17. 93f6109 Add intrinsics version of two lpc functions. by Erik de Castro Lopo · 10 years ago
  18. d456cdd Suppress MSVS warnings when compiling for x86-64. by Erik de Castro Lopo · 10 years ago
  19. 1a6df83 Use _M_X64 instead of _WIN64. by Erik de Castro Lopo · 10 years ago
  20. ce3e09e share/compat.h : Remove duplicate flac_stat definition. by Erik de Castro Lopo · 10 years ago
  21. 3f5208c Fix clang compiler warnings. by Erik de Castro Lopo · 10 years ago
  22. 2c45537 configure.ac : Allow -Werror to be enabled when using clang. by Erik de Castro Lopo · 10 years ago
  23. ac940e4 libFLAC/cpu.c : Bundle of minor fixes. by Erik de Castro Lopo · 10 years ago
  24. 1e08566 test_libFLAC.vcproj : Add missing files. by Erik de Castro Lopo · 10 years ago
  25. 006b835 Fix all instances of '#if HAVE_CONFIG_H'. by Erik de Castro Lopo · 10 years ago
  26. 49d9d74 metadata_object.c : Fix handling of zero length vorbis comment string. by Erik de Castro Lopo · 10 years ago
  27. 697dbde Revert "Attempt to fix differences between x86 FPU and SSE calculations." by Erik de Castro Lopo · 10 years ago
  28. 70b078c Attempt to fix differences between x86 FPU and SSE calculations. by Erik de Castro Lopo · 10 years ago
  29. bc2b8c6 configure.ac : Add -Wunreachable-code to GCC CFLAGS. by Erik de Castro Lopo · 10 years ago
  30. 95bc23a configure.ac : Add AC_PROG_MKDIR_P. by Erik de Castro Lopo · 10 years ago
  31. d7e6d91 Fix build issue on OSX with GCC 4.2/Xcode. by Erik de Castro Lopo · 10 years ago
  32. cf55fc7 Add a test to validate that FLAC__MD5Final clears the MD5Context. by Erik de Castro Lopo · 10 years ago
  33. 9863998 configure.ac : Make --enable-sse the default. by Erik de Castro Lopo · 10 years ago
  34. 7e85023 Slight improvements to application metadata tests. by Erik de Castro Lopo · 11 years ago
  35. 99d5154 libFLAC/cpu.c : Detect SSE correctly on Windows when compiling with MinGW. by Erik de Castro Lopo · 11 years ago
  36. 47bd996 stream_encoder/decoder : Comment fixes. by Erik de Castro Lopo · 11 years ago
  37. f931d13 libFLAC/format.c : Remove MSVC6 specific hack. by Erik de Castro Lopo · 11 years ago
  38. bdcbce4 lpc_asm.nasm : Whitespace. by Erik de Castro Lopo · 11 years ago
  39. d36ef62 Whitespace. by Erik de Castro Lopo · 11 years ago
  40. 25ac67a Remove _MSC_VER specific FLAC__I64L definition. by Erik de Castro Lopo · 11 years ago
  41. 3f3e178 src/test_seeking : Remove un-needed local__strtoull. by Erik de Castro Lopo · 11 years ago
  42. 4bc1220 Move FLAC__STRCASECMP definition to compat.h. by Erik de Castro Lopo · 11 years ago
  43. f5902a4 Fix pragma warning. by Erik de Castro Lopo · 11 years ago
  44. 7cbecba Using uintptr_t to simplify pointer handling a little bit by Fengwei Yin · 11 years ago
  45. 163b734 Repairs test_grabbag.sh by Martijn van Beurden · 11 years ago
  46. 15e28a4 src/libFLAC/ : CPU feature detection improvements. by Erik de Castro Lopo · 11 years ago
  47. ace63cc stream_encoder.c : ifdef cleanup. by Erik de Castro Lopo · 11 years ago
  48. b334fb2 Fix typos in comments. by Erik de Castro Lopo · 11 years ago
  49. cf0e42a Don't use intrinsics when they are slower. by Erik de Castro Lopo · 11 years ago
  50. 4be8ed8 src/share/utf8/charset.c : Fix typo in conditional. by Erik de Castro Lopo · 11 years ago
  51. 71c9555 bitmath.h : Fixes for FLAC__bitmath_ilog2_wide(). by Erik de Castro Lopo · 11 years ago
  52. 96011ff src/flac/encode.c : Improve perf of format_input() when compiled with MSVC. by Erik de Castro Lopo · 11 years ago
  53. 26b9546 Add sse2 intrinscics code for lpc_restore_signal_...() by Erik de Castro Lopo · 11 years ago
  54. d163ef4 libFLAC/stream_encoder.c : Fall back to intrinsics if NASM is not available. by Erik de Castro Lopo · 11 years ago
  55. 4813311 src/flac/main.c : Change the default beahviour when compression fails. by Erik de Castro Lopo · 11 years ago
  56. 37a97a5 src/flac/encode.c : Improve message when compression fails. by Erik de Castro Lopo · 11 years ago
  57. 8e89bad src/flac/main.c : Add --no-error-on-compression-fail to --help output. by Erik de Castro Lopo · 11 years ago
  58. 59cfca0 stream_encoder : Remove un-needed conversion from __m128i to FLAC__uint64. by Erik de Castro Lopo · 11 years ago
  59. 4618512 Add a fast shift for int64 values. by Erik de Castro Lopo · 11 years ago
  60. a03999f lpc_intrin_sse2.c : Add RESIDUAL16_RESULT macro. by Erik de Castro Lopo · 11 years ago
  61. 1d92099 Remove redundant inline macro def. by Erik de Castro Lopo · 11 years ago
  62. 57297ee Add __INTEL_COMPILER to _MSC_VER #ifdefs. by Erik de Castro Lopo · 11 years ago
  63. d40e986 Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags. by Erik de Castro Lopo · 11 years ago
  64. c2747be lpc_asm.nasm : More 'mov cl' -> 'mov ecx' fixes. by Erik de Castro Lopo · 11 years ago
  65. 7e92789 libFLAC : Add asm versions for two _wide() functions. by Erik de Castro Lopo · 11 years ago
  66. 8e4a45a libFLAC/ia32/lpc_asm.nasm : Match calls and returns. by Erik de Castro Lopo · 11 years ago
  67. 6cd8b42 Add FLAC__ prefix to precompute_partition_info_sums.... by Erik de Castro Lopo · 11 years ago
  68. b84f072 compat.h : Simplify definition of FLAC__U64L. by Erik de Castro Lopo · 11 years ago
  69. d65ede3 Fix Makefile.am altivec logic by Gustavo Zacarias · 11 years ago
  70. a6a4b6f Detect Clang masquerading as GCC. by Erik de Castro Lopo · 11 years ago
  71. 8e2eea6 Silence warning message when doxygen disabled. by Erik de Castro Lopo · 11 years ago
  72. 64f34e6 libFLAC/stream_encoder.c : Fix MSVS profiler hot spot. by Erik de Castro Lopo · 11 years ago
  73. 55049aa win_utf8_io_static.vcproj : LF -> CRLF conversion. by Erik de Castro Lopo · 11 years ago
  74. cf28c01 Adds use of restrict keyword to improve encoding speed. by Erik de Castro Lopo · 11 years ago
  75. a1abfa3 Vcproj file updates. by Erik de Castro Lopo · 11 years ago
  76. ecd0acb Improve x86 instrinsic implementation. by Erik de Castro Lopo · 11 years ago
  77. bd6a920 Add FLAC__HAS_X86INTRIN to vcproj files. by Erik de Castro Lopo · 11 years ago
  78. 674fdc2 FLAC.sln : Fix for MSVS 2005. by Erik de Castro Lopo · 11 years ago
  79. 31a79d7 Move M_PI definition to include/share/compat.h. by Erik de Castro Lopo · 11 years ago
  80. 733efde Fix documentation rice partition order by Martijn van Beurden · 11 years ago
  81. 899599e configure.ac : Tweaks. by Erik de Castro Lopo · 11 years ago
  82. be6468d replaygain_synthesis.c : Replace float literal with double literal. by Erik de Castro Lopo · 11 years ago
  83. 4a78cd4 Remove union data from FLAC__CPUInfo. by Erik de Castro Lopo · 11 years ago
  84. 8fe2c23 Add SSE4.1/SSE4.2 detection. by Erik de Castro Lopo · 11 years ago
  85. 99f5a57 Fix minor Makefile.am issues arising from 943384d7c33. by Erik de Castro Lopo · 11 years ago
  86. 943384d Clean up source documentation by Martijn van Beurden · 11 years ago
  87. a68082b Convert logo to SVG by Martijn van Beurden · 11 years ago
  88. a9712a2 Factor out common test functionality to test/common.sh.in. by Erik de Castro Lopo · 11 years ago
  89. 1d3d50a Switch test scripts to bash. by Erik de Castro Lopo · 11 years ago
  90. ae4d720 Fix/re-enable SSE/SSE2 lpc optimisations. by Erik de Castro Lopo · 11 years ago
  91. d6fa290 test/test_seeking.sh : Fix detection of Ogg support. by Erik de Castro Lopo · 11 years ago
  92. e21237a configure.ac : Report Ogg/FLAC support. by Erik de Castro Lopo · 11 years ago
  93. bd9770f Only allow SSE2 intrinsics for x86_64. by Erik de Castro Lopo · 11 years ago
  94. 95552e1 Fix numerous warnings arising from addition of -Weffc++. by Erik de Castro Lopo · 11 years ago
  95. 24a6447 configure.ac : Add -Weffc++ to CXXFLAGS. by Erik de Castro Lopo · 11 years ago
  96. 0752740 src/libFLAC/lpc.c : Fix compiler warning. by Erik de Castro Lopo · 11 years ago
  97. e07bd18 lpc_x86intrin.c : Tweaks. by Erik de Castro Lopo · 11 years ago
  98. 5e5ee27 Adds SSE-accelerated lpc functions. by Erik de Castro Lopo · 11 years ago
  99. 84c3e3d Add CPU features (sse3, ssse3) detection code for x86-64. by Erik de Castro Lopo · 11 years ago
  100. b72540b configure.ac : Prepare for x86_64 initrinsics based optimisations. by Erik de Castro Lopo · 11 years ago