1. d40e986 Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags. by Erik de Castro Lopo · 11 years ago
  2. c2747be lpc_asm.nasm : More 'mov cl' -> 'mov ecx' fixes. by Erik de Castro Lopo · 11 years ago
  3. 7e92789 libFLAC : Add asm versions for two _wide() functions. by Erik de Castro Lopo · 11 years ago
  4. 8e4a45a libFLAC/ia32/lpc_asm.nasm : Match calls and returns. by Erik de Castro Lopo · 11 years ago
  5. 6cd8b42 Add FLAC__ prefix to precompute_partition_info_sums.... by Erik de Castro Lopo · 11 years ago
  6. b84f072 compat.h : Simplify definition of FLAC__U64L. by Erik de Castro Lopo · 11 years ago
  7. d65ede3 Fix Makefile.am altivec logic by Gustavo Zacarias · 11 years ago
  8. a6a4b6f Detect Clang masquerading as GCC. by Erik de Castro Lopo · 11 years ago
  9. 8e2eea6 Silence warning message when doxygen disabled. by Erik de Castro Lopo · 11 years ago
  10. 64f34e6 libFLAC/stream_encoder.c : Fix MSVS profiler hot spot. by Erik de Castro Lopo · 11 years ago
  11. 55049aa win_utf8_io_static.vcproj : LF -> CRLF conversion. by Erik de Castro Lopo · 11 years ago
  12. cf28c01 Adds use of restrict keyword to improve encoding speed. by Erik de Castro Lopo · 11 years ago
  13. a1abfa3 Vcproj file updates. by Erik de Castro Lopo · 11 years ago
  14. ecd0acb Improve x86 instrinsic implementation. by Erik de Castro Lopo · 11 years ago
  15. bd6a920 Add FLAC__HAS_X86INTRIN to vcproj files. by Erik de Castro Lopo · 11 years ago
  16. 674fdc2 FLAC.sln : Fix for MSVS 2005. by Erik de Castro Lopo · 11 years ago
  17. 31a79d7 Move M_PI definition to include/share/compat.h. by Erik de Castro Lopo · 11 years ago
  18. 733efde Fix documentation rice partition order by Martijn van Beurden · 11 years ago
  19. 899599e configure.ac : Tweaks. by Erik de Castro Lopo · 11 years ago
  20. be6468d replaygain_synthesis.c : Replace float literal with double literal. by Erik de Castro Lopo · 11 years ago
  21. 4a78cd4 Remove union data from FLAC__CPUInfo. by Erik de Castro Lopo · 11 years ago
  22. 8fe2c23 Add SSE4.1/SSE4.2 detection. by Erik de Castro Lopo · 11 years ago
  23. 99f5a57 Fix minor Makefile.am issues arising from 943384d7c33. by Erik de Castro Lopo · 11 years ago
  24. 943384d Clean up source documentation by Martijn van Beurden · 11 years ago
  25. a68082b Convert logo to SVG by Martijn van Beurden · 11 years ago
  26. a9712a2 Factor out common test functionality to test/common.sh.in. by Erik de Castro Lopo · 11 years ago
  27. 1d3d50a Switch test scripts to bash. by Erik de Castro Lopo · 11 years ago
  28. ae4d720 Fix/re-enable SSE/SSE2 lpc optimisations. by Erik de Castro Lopo · 11 years ago
  29. d6fa290 test/test_seeking.sh : Fix detection of Ogg support. by Erik de Castro Lopo · 11 years ago
  30. e21237a configure.ac : Report Ogg/FLAC support. by Erik de Castro Lopo · 11 years ago
  31. bd9770f Only allow SSE2 intrinsics for x86_64. by Erik de Castro Lopo · 11 years ago
  32. 95552e1 Fix numerous warnings arising from addition of -Weffc++. by Erik de Castro Lopo · 11 years ago
  33. 24a6447 configure.ac : Add -Weffc++ to CXXFLAGS. by Erik de Castro Lopo · 11 years ago
  34. 0752740 src/libFLAC/lpc.c : Fix compiler warning. by Erik de Castro Lopo · 11 years ago
  35. e07bd18 lpc_x86intrin.c : Tweaks. by Erik de Castro Lopo · 11 years ago
  36. 5e5ee27 Adds SSE-accelerated lpc functions. by Erik de Castro Lopo · 11 years ago
  37. 84c3e3d Add CPU features (sse3, ssse3) detection code for x86-64. by Erik de Castro Lopo · 11 years ago
  38. b72540b configure.ac : Prepare for x86_64 initrinsics based optimisations. by Erik de Castro Lopo · 11 years ago
  39. d11c66f bitmath.h : Minor improvements. by Erik de Castro Lopo · 11 years ago
  40. ce6832b Move defintion of M_LN2 to include/share/compat.h. by Erik de Castro Lopo · 11 years ago
  41. c532d34 MSVS : Define _USE_MATH_DEFINES. by Erik de Castro Lopo · 11 years ago
  42. 2e165ec Rename win_utf8_io.lib -> win_utf8_io_static.lib. by Erik de Castro Lopo · 11 years ago
  43. 58ecf3a MSVS : Fix library output directory. by Erik de Castro Lopo · 11 years ago
  44. 9e39270 MSVS : Add FLAC__ALIGN_MALLOC_DATA definition for MSVS projects. by Erik de Castro Lopo · 11 years ago
  45. b250132 src/flac/iffscan.c : Fix typo. by Erik de Castro Lopo · 11 years ago
  46. 3ece67d include/share/compat.h : Remove deinition of restrict. by Erik de Castro Lopo · 11 years ago
  47. deb2099 Add ASM function FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16. by Erik de Castro Lopo · 11 years ago
  48. 740eb68 src/libFLAC/cpu.c : Remove MSVC6 only code. by Erik de Castro Lopo · 11 years ago
  49. 3cea079 Fix a couple of NASM warnings. by Erik de Castro Lopo · 11 years ago
  50. 7050033 src/libFLAC/ia32/nasm.h : Fix nasm warning on windows. by Erik de Castro Lopo · 11 years ago
  51. 1ec41a9 configure.ac : Improve asm optimisation detection. by Erik de Castro Lopo · 11 years ago
  52. 5797009 test/test_replaygain.sh : Prefer mawk over gawk. by Erik de Castro Lopo · 11 years ago
  53. 187e596 stream_encoder.c : Improve fix for arithmetic overflow. by Erik de Castro Lopo · 11 years ago
  54. b01e568 Split regain play tests into separate script. by Erik de Castro Lopo · 11 years ago
  55. d06d985 test/ : Use new --no-error-on-compression-fail option as needed. by Erik de Castro Lopo · 11 years ago
  56. f742b93 flac: Implement --no-error-on-compression-fail command line option. by Erik de Castro Lopo · 11 years ago
  57. 3418acc flac : Check compression ratio at end of encode process. by Erik de Castro Lopo · 11 years ago
  58. f34f31d stream_encoder.c : Improve fix for arithmetic overflow. by Erik de Castro Lopo · 11 years ago
  59. dd9460e Update .gitignore. by Erik de Castro Lopo · 11 years ago
  60. 552917d src/share/grabbag/replaygain.c : Fix compiler warnings. by Erik de Castro Lopo · 11 years ago
  61. 355f4aa Link with -no-undefined regardless of the OS by Cristian Rodríguez · 11 years ago
  62. 33c23b3 src/libFLAC/bitwriter.c : Remove dead code. by Erik de Castro Lopo · 11 years ago
  63. 6f7ec60 stream_encoder.c : Fix an arithmetic overflow in the RICE2 partitioner. by Erik de Castro Lopo · 11 years ago
  64. cf0277b src/flac/utils.c : Add fflush after printing to stderr. by Erik de Castro Lopo · 11 years ago
  65. 4eab631 Disable FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap. by Miroslav Lichvar · 11 years ago
  66. 606fdfc metaflac : Fix local_strcat() to terminate string correctly. by Miroslav Lichvar · 11 years ago
  67. d42c042 Add missing config.h includes by Cristian Rodríguez · 11 years ago
  68. 21a7016 XMMS plugin : Fix symbol visibility. by Erik de Castro Lopo · 11 years ago
  69. c7957b2 test/*.sh : Fix MALLOC_PERTURB initialization. by Erik de Castro Lopo · 11 years ago
  70. bd4af7e README : Update version number by Ulrich Klauer · 11 years ago
  71. cd4ddab Language fix: "difference licenses" by Ulrich Klauer · 11 years ago
  72. 5999d81 Use location of TIOCGWINSZ from autoconf manual by Dagobert Michelsen · 11 years ago
  73. 349c6ad Sun Studio can not include static function from extern inline by Dagobert Michelsen · 11 years ago
  74. 0196c0f Properly close HTML comments by Ulrich Klauer · 11 years ago
  75. 5a01bf1 src/flac/main.c : Fix copyright notice by Ulrich Klauer · 11 years ago
  76. 2bce0d6 Declare UTF-8 encoding for changelog by Ulrich Klauer · 11 years ago
  77. b09ee01 Fix bootstrap on Mac OS X by Xiyue Deng · 11 years ago
  78. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  79. d672efa Fix gcc version check for private macros by Ulrich Klauer · 11 years ago
  80. 411ba53 bitwriter.c : Add missing "extern" declaration by Robert Kausch · 11 years ago
  81. bb79a59 Fix mistyped variable name by Robert Kausch · 11 years ago
  82. c9f05ed Correctly initialize FLAC_API_SUPPORTS_OGG_FLAC by Ulrich Klauer · 11 years ago
  83. d2122a0 changelog.html : Added entries about RICE2 residue coding method. by Erik de Castro Lopo · 11 years ago
  84. d7a56a2 Fix compiling for Android. by Erik de Castro Lopo · 11 years ago
  85. d4b68b2 Replace dead anchor by Martijn van Beurden · 11 years ago
  86. 4ff213b README : Remove reference to OS X Project Builder. by Erik de Castro Lopo · 11 years ago
  87. eaae8e0 Refer to configure.ac instead of configure.in by Ulrich Klauer · 11 years ago
  88. 395e4ff Purge old Mac OS X Project Builder directory. by Erik de Castro Lopo · 11 years ago
  89. 2273cb9 Regenerate man/flac.1. by Erik de Castro Lopo · 11 years ago
  90. 9aa4032 Fix path to HTML documentation by Ulrich Klauer · 11 years ago
  91. aa285f3 Use C locale when reading ReplayGain tag by Ulrich Klauer · 11 years ago
  92. c1ebd2c Two minor compiled fixes for OS/2. by Erik de Castro Lopo · 11 years ago
  93. 1b1d05b Version 1.3.0pre4. by Erik de Castro Lopo · 11 years ago
  94. f2e10fa test/test_compression.sh : Test compression level 0 as well. by Erik de Castro Lopo · 11 years ago
  95. 6ed3809 Document --apply-replaygain-which-is-not-lossless command line option. by Erik de Castro Lopo · 11 years ago
  96. 03b9d5d man/flac.sgml : Document --ignore-chunk-sizes option. by Erik de Castro Lopo · 11 years ago
  97. 113ec9d src/flac/encode.c : Use flac_snprintf instead of sprintf. by Erik de Castro Lopo · 11 years ago
  98. 690205b Add set -e to stop test_metaflac.sh by Martijn van Beurden · 11 years ago
  99. 69c44a5 test/test_metaflac.sh: POSIXify embedded awk script. by Erik de Castro Lopo · 11 years ago
  100. 4f24161 Replace usage of $RANDOM in test scripts. by Erik de Castro Lopo · 11 years ago