1. bc2b8c6 configure.ac : Add -Wunreachable-code to GCC CFLAGS. by Erik de Castro Lopo · 11 years ago
  2. 95bc23a configure.ac : Add AC_PROG_MKDIR_P. by Erik de Castro Lopo · 11 years ago
  3. d7e6d91 Fix build issue on OSX with GCC 4.2/Xcode. by Erik de Castro Lopo · 11 years ago
  4. cf55fc7 Add a test to validate that FLAC__MD5Final clears the MD5Context. by Erik de Castro Lopo · 11 years ago
  5. 9863998 configure.ac : Make --enable-sse the default. by Erik de Castro Lopo · 11 years ago
  6. 7e85023 Slight improvements to application metadata tests. by Erik de Castro Lopo · 11 years ago
  7. 99d5154 libFLAC/cpu.c : Detect SSE correctly on Windows when compiling with MinGW. by Erik de Castro Lopo · 11 years ago
  8. 47bd996 stream_encoder/decoder : Comment fixes. by Erik de Castro Lopo · 11 years ago
  9. f931d13 libFLAC/format.c : Remove MSVC6 specific hack. by Erik de Castro Lopo · 11 years ago
  10. bdcbce4 lpc_asm.nasm : Whitespace. by Erik de Castro Lopo · 11 years ago
  11. d36ef62 Whitespace. by Erik de Castro Lopo · 11 years ago
  12. 25ac67a Remove _MSC_VER specific FLAC__I64L definition. by Erik de Castro Lopo · 11 years ago
  13. 3f3e178 src/test_seeking : Remove un-needed local__strtoull. by Erik de Castro Lopo · 11 years ago
  14. 4bc1220 Move FLAC__STRCASECMP definition to compat.h. by Erik de Castro Lopo · 11 years ago
  15. f5902a4 Fix pragma warning. by Erik de Castro Lopo · 11 years ago
  16. 7cbecba Using uintptr_t to simplify pointer handling a little bit by Fengwei Yin · 11 years ago
  17. 163b734 Repairs test_grabbag.sh by Martijn van Beurden · 11 years ago
  18. 15e28a4 src/libFLAC/ : CPU feature detection improvements. by Erik de Castro Lopo · 11 years ago
  19. ace63cc stream_encoder.c : ifdef cleanup. by Erik de Castro Lopo · 11 years ago
  20. b334fb2 Fix typos in comments. by Erik de Castro Lopo · 11 years ago
  21. cf0e42a Don't use intrinsics when they are slower. by Erik de Castro Lopo · 11 years ago
  22. 4be8ed8 src/share/utf8/charset.c : Fix typo in conditional. by Erik de Castro Lopo · 11 years ago
  23. 71c9555 bitmath.h : Fixes for FLAC__bitmath_ilog2_wide(). by Erik de Castro Lopo · 11 years ago
  24. 96011ff src/flac/encode.c : Improve perf of format_input() when compiled with MSVC. by Erik de Castro Lopo · 11 years ago
  25. 26b9546 Add sse2 intrinscics code for lpc_restore_signal_...() by Erik de Castro Lopo · 11 years ago
  26. d163ef4 libFLAC/stream_encoder.c : Fall back to intrinsics if NASM is not available. by Erik de Castro Lopo · 11 years ago
  27. 4813311 src/flac/main.c : Change the default beahviour when compression fails. by Erik de Castro Lopo · 11 years ago
  28. 37a97a5 src/flac/encode.c : Improve message when compression fails. by Erik de Castro Lopo · 11 years ago
  29. 8e89bad src/flac/main.c : Add --no-error-on-compression-fail to --help output. by Erik de Castro Lopo · 11 years ago
  30. 59cfca0 stream_encoder : Remove un-needed conversion from __m128i to FLAC__uint64. by Erik de Castro Lopo · 11 years ago
  31. 4618512 Add a fast shift for int64 values. by Erik de Castro Lopo · 11 years ago
  32. a03999f lpc_intrin_sse2.c : Add RESIDUAL16_RESULT macro. by Erik de Castro Lopo · 11 years ago
  33. 1d92099 Remove redundant inline macro def. by Erik de Castro Lopo · 11 years ago
  34. 57297ee Add __INTEL_COMPILER to _MSC_VER #ifdefs. by Erik de Castro Lopo · 11 years ago
  35. d40e986 Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags. by Erik de Castro Lopo · 11 years ago
  36. c2747be lpc_asm.nasm : More 'mov cl' -> 'mov ecx' fixes. by Erik de Castro Lopo · 11 years ago
  37. 7e92789 libFLAC : Add asm versions for two _wide() functions. by Erik de Castro Lopo · 11 years ago
  38. 8e4a45a libFLAC/ia32/lpc_asm.nasm : Match calls and returns. by Erik de Castro Lopo · 11 years ago
  39. 6cd8b42 Add FLAC__ prefix to precompute_partition_info_sums.... by Erik de Castro Lopo · 11 years ago
  40. b84f072 compat.h : Simplify definition of FLAC__U64L. by Erik de Castro Lopo · 11 years ago
  41. d65ede3 Fix Makefile.am altivec logic by Gustavo Zacarias · 11 years ago
  42. a6a4b6f Detect Clang masquerading as GCC. by Erik de Castro Lopo · 11 years ago
  43. 8e2eea6 Silence warning message when doxygen disabled. by Erik de Castro Lopo · 11 years ago
  44. 64f34e6 libFLAC/stream_encoder.c : Fix MSVS profiler hot spot. by Erik de Castro Lopo · 11 years ago
  45. 55049aa win_utf8_io_static.vcproj : LF -> CRLF conversion. by Erik de Castro Lopo · 11 years ago
  46. cf28c01 Adds use of restrict keyword to improve encoding speed. by Erik de Castro Lopo · 11 years ago
  47. a1abfa3 Vcproj file updates. by Erik de Castro Lopo · 11 years ago
  48. ecd0acb Improve x86 instrinsic implementation. by Erik de Castro Lopo · 11 years ago
  49. bd6a920 Add FLAC__HAS_X86INTRIN to vcproj files. by Erik de Castro Lopo · 11 years ago
  50. 674fdc2 FLAC.sln : Fix for MSVS 2005. by Erik de Castro Lopo · 11 years ago
  51. 31a79d7 Move M_PI definition to include/share/compat.h. by Erik de Castro Lopo · 11 years ago
  52. 733efde Fix documentation rice partition order by Martijn van Beurden · 11 years ago
  53. 899599e configure.ac : Tweaks. by Erik de Castro Lopo · 11 years ago
  54. be6468d replaygain_synthesis.c : Replace float literal with double literal. by Erik de Castro Lopo · 11 years ago
  55. 4a78cd4 Remove union data from FLAC__CPUInfo. by Erik de Castro Lopo · 11 years ago
  56. 8fe2c23 Add SSE4.1/SSE4.2 detection. by Erik de Castro Lopo · 11 years ago
  57. 99f5a57 Fix minor Makefile.am issues arising from 943384d7c33. by Erik de Castro Lopo · 11 years ago
  58. 943384d Clean up source documentation by Martijn van Beurden · 11 years ago
  59. a68082b Convert logo to SVG by Martijn van Beurden · 11 years ago
  60. a9712a2 Factor out common test functionality to test/common.sh.in. by Erik de Castro Lopo · 11 years ago
  61. 1d3d50a Switch test scripts to bash. by Erik de Castro Lopo · 11 years ago
  62. ae4d720 Fix/re-enable SSE/SSE2 lpc optimisations. by Erik de Castro Lopo · 11 years ago
  63. d6fa290 test/test_seeking.sh : Fix detection of Ogg support. by Erik de Castro Lopo · 11 years ago
  64. e21237a configure.ac : Report Ogg/FLAC support. by Erik de Castro Lopo · 11 years ago
  65. bd9770f Only allow SSE2 intrinsics for x86_64. by Erik de Castro Lopo · 11 years ago
  66. 95552e1 Fix numerous warnings arising from addition of -Weffc++. by Erik de Castro Lopo · 11 years ago
  67. 24a6447 configure.ac : Add -Weffc++ to CXXFLAGS. by Erik de Castro Lopo · 11 years ago
  68. 0752740 src/libFLAC/lpc.c : Fix compiler warning. by Erik de Castro Lopo · 11 years ago
  69. e07bd18 lpc_x86intrin.c : Tweaks. by Erik de Castro Lopo · 11 years ago
  70. 5e5ee27 Adds SSE-accelerated lpc functions. by Erik de Castro Lopo · 11 years ago
  71. 84c3e3d Add CPU features (sse3, ssse3) detection code for x86-64. by Erik de Castro Lopo · 11 years ago
  72. b72540b configure.ac : Prepare for x86_64 initrinsics based optimisations. by Erik de Castro Lopo · 11 years ago
  73. d11c66f bitmath.h : Minor improvements. by Erik de Castro Lopo · 11 years ago
  74. ce6832b Move defintion of M_LN2 to include/share/compat.h. by Erik de Castro Lopo · 11 years ago
  75. c532d34 MSVS : Define _USE_MATH_DEFINES. by Erik de Castro Lopo · 11 years ago
  76. 2e165ec Rename win_utf8_io.lib -> win_utf8_io_static.lib. by Erik de Castro Lopo · 11 years ago
  77. 58ecf3a MSVS : Fix library output directory. by Erik de Castro Lopo · 11 years ago
  78. 9e39270 MSVS : Add FLAC__ALIGN_MALLOC_DATA definition for MSVS projects. by Erik de Castro Lopo · 11 years ago
  79. b250132 src/flac/iffscan.c : Fix typo. by Erik de Castro Lopo · 11 years ago
  80. 3ece67d include/share/compat.h : Remove deinition of restrict. by Erik de Castro Lopo · 11 years ago
  81. deb2099 Add ASM function FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16. by Erik de Castro Lopo · 11 years ago
  82. 740eb68 src/libFLAC/cpu.c : Remove MSVC6 only code. by Erik de Castro Lopo · 11 years ago
  83. 3cea079 Fix a couple of NASM warnings. by Erik de Castro Lopo · 11 years ago
  84. 7050033 src/libFLAC/ia32/nasm.h : Fix nasm warning on windows. by Erik de Castro Lopo · 11 years ago
  85. 1ec41a9 configure.ac : Improve asm optimisation detection. by Erik de Castro Lopo · 11 years ago
  86. 5797009 test/test_replaygain.sh : Prefer mawk over gawk. by Erik de Castro Lopo · 11 years ago
  87. 187e596 stream_encoder.c : Improve fix for arithmetic overflow. by Erik de Castro Lopo · 11 years ago
  88. b01e568 Split regain play tests into separate script. by Erik de Castro Lopo · 11 years ago
  89. d06d985 test/ : Use new --no-error-on-compression-fail option as needed. by Erik de Castro Lopo · 11 years ago
  90. f742b93 flac: Implement --no-error-on-compression-fail command line option. by Erik de Castro Lopo · 11 years ago
  91. 3418acc flac : Check compression ratio at end of encode process. by Erik de Castro Lopo · 11 years ago
  92. f34f31d stream_encoder.c : Improve fix for arithmetic overflow. by Erik de Castro Lopo · 11 years ago
  93. dd9460e Update .gitignore. by Erik de Castro Lopo · 11 years ago
  94. 552917d src/share/grabbag/replaygain.c : Fix compiler warnings. by Erik de Castro Lopo · 11 years ago
  95. 355f4aa Link with -no-undefined regardless of the OS by Cristian Rodríguez · 11 years ago
  96. 33c23b3 src/libFLAC/bitwriter.c : Remove dead code. by Erik de Castro Lopo · 11 years ago
  97. 6f7ec60 stream_encoder.c : Fix an arithmetic overflow in the RICE2 partitioner. by Erik de Castro Lopo · 11 years ago
  98. cf0277b src/flac/utils.c : Add fflush after printing to stderr. by Erik de Castro Lopo · 11 years ago
  99. 4eab631 Disable FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap. by Miroslav Lichvar · 11 years ago
  100. 606fdfc metaflac : Fix local_strcat() to terminate string correctly. by Miroslav Lichvar · 11 years ago