1. 4f84da5 Windows: Ensure FreeLibrary() calls match LoadLibrary() calls by Erik de Castro Lopo · 9 years ago
  2. 9228539 flac/metaflac: Do case-insensitve comparison of hex values by Erik de Castro Lopo · 9 years ago
  3. 1123087 Compat: Fix for MSVC deprecated functions by Erik de Castro Lopo · 9 years ago
  4. c3cf531 autogen.sh: Add --no-symlinks option by Erik de Castro Lopo · 9 years ago
  5. 9e2bf61 autogen.sh: Switch from bash to sh and make it POSIX by Erik de Castro Lopo · 9 years ago
  6. 6ced857 libFLAC: Fix decoder_flush with uninitialized decoder by Erik de Castro Lopo · 9 years ago
  7. cf7442d libFLAC/cpu.c: Assume Android has SSE by Erik de Castro Lopo · 9 years ago
  8. e771e7b flac/foreign_metadata: Fix for odd RIFF chunk size by Erik de Castro Lopo · 9 years ago
  9. 5ff15bd configure.ac : Pass -fno-inline-small-functions when using GCC 4.7 by Mario Sanchez Prada · 9 years ago
  10. 0cacc0c libFLAC/metadata_object.c: Assign NULL after free() by Erik de Castro Lopo · 9 years ago
  11. a45af0c libFLAC/md5.c: Minor formatting fixes by Erik de Castro Lopo · 9 years ago
  12. ff50779 libFLAC: More comment validation by Erik de Castro Lopo · 9 years ago
  13. 5e66846 Makefile.am: Remove old cruft by Erik de Castro Lopo · 9 years ago
  14. d939b44 libFLAC: Improve fix in bc5113007a by Erik de Castro Lopo · 9 years ago
  15. bc51130 libFLAC: Remove un-needed assert by Erik de Castro Lopo · 9 years ago
  16. 48ff5ee replaygain: Remove dead assignment by Erik de Castro Lopo · 9 years ago
  17. b105f9a libFLAC: Remove un-needed test for NULL before free by Erik de Castro Lopo · 9 years ago
  18. ccb5a4d flac: Fix inlining failure warning by Erik de Castro Lopo · 9 years ago
  19. d9aa331 grabbag: Replace strncpy with safe_strncpy by Erik de Castro Lopo · 9 years ago
  20. bc1f15d Remove old incorrect comment by Erik de Castro Lopo · 9 years ago
  21. a845870 configure: Only use -mstackrealign on i686 for mingw32/os2 by Tristan Matthews · 9 years ago
  22. 1ed65e5 configure.ac : Add -mstackrealign whenever we add -msse2. by Erik de Castro Lopo · 9 years ago
  23. ef9f799 src/libFLAC/lpc.c : Restore missing conditional. by Erik de Castro Lopo · 9 years ago
  24. 7566d3d configure.ac : Tweak for x32 architecture. by Erik de Castro Lopo · 9 years ago
  25. 336f6a5 configure.ac : Fix FLAC__HAS_X86INTRIN / FLaC__SSE_OS. by Erik de Castro Lopo · 9 years ago
  26. ab7ab03 src/test_streams/main.c : Use flac_snprintf() instead of snprintf(). by Erik de Castro Lopo · 9 years ago
  27. 64d4322 ci/flac-autotool.sh : Test 'distcheck' target instead of 'check'. by Erik de Castro Lopo · 9 years ago
  28. 1ddeb26 test/test_flac.sh : Make it work for 'make distcheck'. by Erik de Castro Lopo · 9 years ago
  29. 29db3fb Fix cursheet tests for 'make distcheck'. by Erik de Castro Lopo · 9 years ago
  30. 8267168 src/encode.c : Fix potential infinite loop in flac-toflac encoding. by Erik de Castro Lopo · 9 years ago
  31. ffcda16 Add file ci/flac-autotool.sh. by Erik de Castro Lopo · 9 years ago
  32. c431a6c libFLAC/metadata_object.c : Fix typo in comment. by Erik de Castro Lopo · 9 years ago
  33. b5a10e7 configure.ac : Detect 'amd64' as being same as 'x86_64'. by Christian Weisgerber · 10 years ago
  34. fed0dfa src/libFLAC/stream_decoder.c : Rework fix for seeking bug. by Miroslav Lichvar · 10 years ago
  35. 033af7b libFLAC : Put upper bound on number of seek points. by Erik de Castro Lopo · 9 years ago
  36. c06a449 flac : Fix for https://sourceforge.net/p/flac/bugs/425/ by Erik de Castro Lopo · 9 years ago
  37. ed22a42 test/test_metaflac.sh : Out-of-tree build fixes. by Erik de Castro Lopo · 9 years ago
  38. d8036ea test/test_flac.sh : Out-of-tree build fixes. by Erik de Castro Lopo · 9 years ago
  39. 7c3cd3d Update grabbag tests to work out-of-tree. by Erik de Castro Lopo · 9 years ago
  40. bb2abea test/test_flac.sh : Silence increased encoding size warnings. by Erik de Castro Lopo · 10 years ago
  41. bd51618 test/Makefile.am : Collapse 'fullcheck' into 'check' target. by Erik de Castro Lopo · 10 years ago
  42. 757ae56 test/common.sh.in : Add top_builddir and top_srcdir variables. by Erik de Castro Lopo · 10 years ago
  43. b903670 replaygain test: Use C code to generate test files. by Erik de Castro Lopo · 10 years ago
  44. a0277fc src/test_streams/ : Pull out write_simple_wavex_header() for reuse. by Erik de Castro Lopo · 10 years ago
  45. 7ef7b58 test/test_replaygain.sh : Minor cleanup. by Erik de Castro Lopo · 10 years ago
  46. 875be0a src/libFLAC/stream_decoder.c : Fix NULL de-reference. by Erik de Castro Lopo · 10 years ago
  47. 775eb93 src/flac/decode.c : Add WAVEFORMATEXTENSIBLE to WAV files as needed. by Erik de Castro Lopo · 10 years ago
  48. bc97640 Grammatical error in make file comment fixed by Karthik Periagaram · 10 years ago
  49. f8255f2 Spelling and grammar fixes for console output by Karthik Periagaram · 10 years ago
  50. 18a4854 stream_decoder.c : Fix free-ing of unitilialized pointer. by Erik de Castro Lopo · 10 years ago
  51. b4b2910 src/libFLAC/stream_decoder.c : Fix seek bug. by Erik de Castro Lopo · 10 years ago
  52. 3ff1b9d flac/vorbiscomment.c : Fix typo. by Erik de Castro Lopo · 10 years ago
  53. eb753ae Remove traiing whitespace (mostly .c and .h files). by Erik de Castro Lopo · 10 years ago
  54. c97e057 Improve LPC order guess by Martijn van Beurden · 10 years ago
  55. ac0b4b4 Improve encoding speed on older Intel CPUs. by Erik de Castro Lopo · 10 years ago
  56. d03c9f4 src/flac/main.c : Fix an output line > 81 characters in length. by Erik de Castro Lopo · 10 years ago
  57. 7b757e4 Fix some minor word duplication by Zoë Blade · 10 years ago
  58. 723cfa3 configure.ac : Relax automake version requirements. by Erik de Castro Lopo · 10 years ago
  59. 1e4ffab configure.ac : Don't zap '-g' from $CFLAGS. by Erik de Castro Lopo · 10 years ago
  60. 43ba7ad src/libFLAC/stream_decoder.c : Fix another input validation bug. by Erik de Castro Lopo · 10 years ago
  61. 0e11f73 Version 1.3.1 final. by Erik de Castro Lopo · 10 years ago
  62. 585f00a Scripts/cross-build-win-binaries.mk : Add a 'clean' target. by Erik de Castro Lopo · 10 years ago
  63. 5a36599 src/libFLAC/stream_decoder.c : Fail safely to avoid a heap overflow. by Erik de Castro Lopo · 10 years ago
  64. 71b5c02 examples/*/Makefile.am : Add CLEANFILES line to remove Windows .exe files. by Erik de Castro Lopo · 10 years ago
  65. 1a7c3fa tests/*.sh : Switch back to /bin/sh. by Erik de Castro Lopo · 10 years ago
  66. fe494d2 changelog.html : Minor corrections in decoding speed entry. by Erik de Castro Lopo · 10 years ago
  67. e0a0c06 Normalize some copyright dates strings. by Erik de Castro Lopo · 10 years ago
  68. 3bc649d Some last copyright year updates and change to open bug list by Martijn van Beurden · 10 years ago
  69. 50262f5 Fix two un-related typos. by Erik de Castro Lopo · 10 years ago
  70. b147b73 test/test_compression.sh : Fix for OSX. by Erik de Castro Lopo · 10 years ago
  71. ff8a74a Scripts/cross-build-win-binaries.mk : Strip the binaries. by Erik de Castro Lopo · 10 years ago
  72. ccdd8fe libFLAC/format.c : Fix the date in FLAC__VENDOR_STRING. by Erik de Castro Lopo · 10 years ago
  73. 39d9791 More date fixes. by Erik de Castro Lopo · 10 years ago
  74. b83ee75 Set version to 1.3.1pre1. by Erik de Castro Lopo · 10 years ago
  75. 6a737a1 Add file Scripts/cross-build-win-binaries.mk. by Erik de Castro Lopo · 10 years ago
  76. bef7381 Makefile.am : EXTRA_DIST should contain FLAC-vs2005.sln. by Erik de Castro Lopo · 10 years ago
  77. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  78. fcf0ba0 src/libFACL/stream_decoder.c : Fail safely to avoid a heap overflow. by Erik de Castro Lopo · 10 years ago
  79. 288edbb doc/html/changelog.html : Add attributions and fix a typo. by Erik de Castro Lopo · 10 years ago
  80. e09ff32 doc/html/changelog.html : Update for 1.3.1 release. by Erik de Castro Lopo · 10 years ago
  81. b7017d6 Rename Visual Studio solution files. by Erik de Castro Lopo · 10 years ago
  82. 93846ee examples/c/decode/file/main.c : Add extra error handling. by Erik de Castro Lopo · 10 years ago
  83. 5b3033a src/libFLAC/stream_decoder.c : Fix buffer read overflow. by Erik de Castro Lopo · 10 years ago
  84. d8d1717 libFLAC: fix more problems with new window functions by Martijn van Beurden · 10 years ago
  85. 9971e70 Improve description of encoding preset equivalents. by Erik de Castro Lopo · 10 years ago
  86. 7efe8f3 metadata_iterators.c : Set status when metadata itereator is not writable. by Erik de Castro Lopo · 10 years ago
  87. cdff952 libFLAC : Add more checks to partial_tukey and punchout_tukey windows. by Martijn van Beurden · 10 years ago
  88. b7d13c0 include/share/endswap.h : Fix usage of HAVE_BSWAP16. by Erik de Castro Lopo · 10 years ago
  89. 3af2f2b Update documentation for new compression presets by Martijn van Beurden · 10 years ago
  90. 3d800a5 Make test_compression a little more forgiving by Martijn van Beurden · 10 years ago
  91. 02891da Retune FLAC compression levels by Martijn van Beurden · 10 years ago
  92. 69c2318 Fix indenting on the bswap32 autoconf macro. by Ralph Giles · 10 years ago
  93. 87408b3 Clean up bswap32 autoconf macro. by Ralph Giles · 10 years ago
  94. 7a671e7 Use a configure check for bswap16 instead of gcc version #ifdefs. by Ralph Giles · 10 years ago
  95. 1f30b3e Add autoconf macro to check for the bswap16 intrinsic. by Ralph Giles · 10 years ago
  96. e0fbe71 stream_encoder.c : Add apodization field to CompressionLevels struct. by Erik de Castro Lopo · 10 years ago
  97. d2de3a1 autogen.sh : Use long names for options to autoreconf. by Erik de Castro Lopo · 10 years ago
  98. f0a17e9 libFLAC/fixed_intrin_sse2.c : Fix comments. by Erik de Castro Lopo · 10 years ago
  99. 11b5d51 Add AVX2 CPU support stream encoder. by Erik de Castro Lopo · 10 years ago
  100. a75b870 Add AVX/AVX2/FMA support to CPU detection code. by Erik de Castro Lopo · 10 years ago