1. 875be0a src/libFLAC/stream_decoder.c : Fix NULL de-reference. by Erik de Castro Lopo · 10 years ago
  2. 775eb93 src/flac/decode.c : Add WAVEFORMATEXTENSIBLE to WAV files as needed. by Erik de Castro Lopo · 10 years ago
  3. bc97640 Grammatical error in make file comment fixed by Karthik Periagaram · 10 years ago
  4. f8255f2 Spelling and grammar fixes for console output by Karthik Periagaram · 10 years ago
  5. 18a4854 stream_decoder.c : Fix free-ing of unitilialized pointer. by Erik de Castro Lopo · 10 years ago
  6. b4b2910 src/libFLAC/stream_decoder.c : Fix seek bug. by Erik de Castro Lopo · 10 years ago
  7. 3ff1b9d flac/vorbiscomment.c : Fix typo. by Erik de Castro Lopo · 10 years ago
  8. eb753ae Remove traiing whitespace (mostly .c and .h files). by Erik de Castro Lopo · 10 years ago
  9. c97e057 Improve LPC order guess by Martijn van Beurden · 10 years ago
  10. ac0b4b4 Improve encoding speed on older Intel CPUs. by Erik de Castro Lopo · 10 years ago
  11. d03c9f4 src/flac/main.c : Fix an output line > 81 characters in length. by Erik de Castro Lopo · 10 years ago
  12. 7b757e4 Fix some minor word duplication by Zoë Blade · 10 years ago
  13. 723cfa3 configure.ac : Relax automake version requirements. by Erik de Castro Lopo · 10 years ago
  14. 1e4ffab configure.ac : Don't zap '-g' from $CFLAGS. by Erik de Castro Lopo · 10 years ago
  15. 43ba7ad src/libFLAC/stream_decoder.c : Fix another input validation bug. by Erik de Castro Lopo · 10 years ago
  16. 0e11f73 Version 1.3.1 final. by Erik de Castro Lopo · 10 years ago
  17. 585f00a Scripts/cross-build-win-binaries.mk : Add a 'clean' target. by Erik de Castro Lopo · 10 years ago
  18. 5a36599 src/libFLAC/stream_decoder.c : Fail safely to avoid a heap overflow. by Erik de Castro Lopo · 10 years ago
  19. 71b5c02 examples/*/Makefile.am : Add CLEANFILES line to remove Windows .exe files. by Erik de Castro Lopo · 10 years ago
  20. 1a7c3fa tests/*.sh : Switch back to /bin/sh. by Erik de Castro Lopo · 10 years ago
  21. fe494d2 changelog.html : Minor corrections in decoding speed entry. by Erik de Castro Lopo · 10 years ago
  22. e0a0c06 Normalize some copyright dates strings. by Erik de Castro Lopo · 10 years ago
  23. 3bc649d Some last copyright year updates and change to open bug list by Martijn van Beurden · 10 years ago
  24. 50262f5 Fix two un-related typos. by Erik de Castro Lopo · 10 years ago
  25. b147b73 test/test_compression.sh : Fix for OSX. by Erik de Castro Lopo · 10 years ago
  26. ff8a74a Scripts/cross-build-win-binaries.mk : Strip the binaries. by Erik de Castro Lopo · 10 years ago
  27. ccdd8fe libFLAC/format.c : Fix the date in FLAC__VENDOR_STRING. by Erik de Castro Lopo · 10 years ago
  28. 39d9791 More date fixes. by Erik de Castro Lopo · 10 years ago
  29. b83ee75 Set version to 1.3.1pre1. by Erik de Castro Lopo · 10 years ago
  30. 6a737a1 Add file Scripts/cross-build-win-binaries.mk. by Erik de Castro Lopo · 10 years ago
  31. bef7381 Makefile.am : EXTRA_DIST should contain FLAC-vs2005.sln. by Erik de Castro Lopo · 10 years ago
  32. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  33. fcf0ba0 src/libFACL/stream_decoder.c : Fail safely to avoid a heap overflow. by Erik de Castro Lopo · 10 years ago
  34. 288edbb doc/html/changelog.html : Add attributions and fix a typo. by Erik de Castro Lopo · 10 years ago
  35. e09ff32 doc/html/changelog.html : Update for 1.3.1 release. by Erik de Castro Lopo · 10 years ago
  36. b7017d6 Rename Visual Studio solution files. by Erik de Castro Lopo · 10 years ago
  37. 93846ee examples/c/decode/file/main.c : Add extra error handling. by Erik de Castro Lopo · 10 years ago
  38. 5b3033a src/libFLAC/stream_decoder.c : Fix buffer read overflow. by Erik de Castro Lopo · 10 years ago
  39. d8d1717 libFLAC: fix more problems with new window functions by Martijn van Beurden · 10 years ago
  40. 9971e70 Improve description of encoding preset equivalents. by Erik de Castro Lopo · 10 years ago
  41. 7efe8f3 metadata_iterators.c : Set status when metadata itereator is not writable. by Erik de Castro Lopo · 10 years ago
  42. cdff952 libFLAC : Add more checks to partial_tukey and punchout_tukey windows. by Martijn van Beurden · 10 years ago
  43. b7d13c0 include/share/endswap.h : Fix usage of HAVE_BSWAP16. by Erik de Castro Lopo · 10 years ago
  44. 3af2f2b Update documentation for new compression presets by Martijn van Beurden · 10 years ago
  45. 3d800a5 Make test_compression a little more forgiving by Martijn van Beurden · 10 years ago
  46. 02891da Retune FLAC compression levels by Martijn van Beurden · 10 years ago
  47. 69c2318 Fix indenting on the bswap32 autoconf macro. by Ralph Giles · 10 years ago
  48. 87408b3 Clean up bswap32 autoconf macro. by Ralph Giles · 10 years ago
  49. 7a671e7 Use a configure check for bswap16 instead of gcc version #ifdefs. by Ralph Giles · 10 years ago
  50. 1f30b3e Add autoconf macro to check for the bswap16 intrinsic. by Ralph Giles · 10 years ago
  51. e0fbe71 stream_encoder.c : Add apodization field to CompressionLevels struct. by Erik de Castro Lopo · 10 years ago
  52. d2de3a1 autogen.sh : Use long names for options to autoreconf. by Erik de Castro Lopo · 10 years ago
  53. f0a17e9 libFLAC/fixed_intrin_sse2.c : Fix comments. by Erik de Castro Lopo · 10 years ago
  54. 11b5d51 Add AVX2 CPU support stream encoder. by Erik de Castro Lopo · 10 years ago
  55. a75b870 Add AVX/AVX2/FMA support to CPU detection code. by Erik de Castro Lopo · 10 years ago
  56. ad2ae45 libFLAC/stream_encoder.c : Reduce about of hackery. by Erik de Castro Lopo · 10 years ago
  57. 35c14b1 Refactoring and simplifying of CPU detection. by Erik de Castro Lopo · 10 years ago
  58. 7cb032c Remove support for AMD's 3Dnow. by Erik de Castro Lopo · 10 years ago
  59. 347afd8 src/libFLAC/window.c : Add 'f' to float literals to avoid compiler warnings. by Erik de Castro Lopo · 10 years ago
  60. d66f675 src/flac/decode.c : Decoder buffering improvements on Windows. by Erik de Castro Lopo · 10 years ago
  61. e863247 stream_encoder.c : Only set 10MB output buffer on _WIN32. by Erik de Castro Lopo · 10 years ago
  62. 25db9b2 Improve malformed vorbiscomment handling. by Erik de Castro Lopo · 10 years ago
  63. cf78006 metaflac : Fix typo in error message. by Erik de Castro Lopo · 10 years ago
  64. cf732a8 libFLAC/cpu.c : Refactor for readability. by Erik de Castro Lopo · 10 years ago
  65. 6a6207b stream_encoder.c : Give the encoder a larger stdio buffer. by Erik de Castro Lopo · 10 years ago
  66. 142cc51 flac : Add help output for --ignore-chunk-sizes option. by Erik de Castro Lopo · 10 years ago
  67. 9572984 libFLAC/window.c : Whitespace. by Erik de Castro Lopo · 10 years ago
  68. 1c7e3f1 Windows specific vsnprintf fixes. by Erik de Castro Lopo · 10 years ago
  69. e0ac5d4 win_utf8_io.c : Comment only. by Erik de Castro Lopo · 10 years ago
  70. 29a2833 Add partial_tukey and punchout_tukey apodization functions by Martijn van Beurden · 10 years ago
  71. ffa5542 flac/utils.c : Fix calculation of a tag length. by Erik de Castro Lopo · 10 years ago
  72. ea0d5dd lpc_intrin_sse41.c : Optimize decoding 24 bit files on 32 bit platforms. by Erik de Castro Lopo · 10 years ago
  73. fa85e3c lpc_intrin* : Remove unused code. by Erik de Castro Lopo · 10 years ago
  74. 71875b0 fixed_intrin_sse[23].c : Add new, simpler SSE code. by Erik de Castro Lopo · 10 years ago
  75. 6abc480 stream_encoder_intrin_sse[23].c : Optimize of int32 -> uint64 conversion. by Erik de Castro Lopo · 10 years ago
  76. 97bcc6f win_utf8_io.c: Use fputws instead of fwprintf. by Yuta NAKAI · 10 years ago
  77. b373c8e Minor clean up of win_utf8_io. by Erik de Castro Lopo · 10 years ago
  78. d6d33e2 vorbiscomment.c : Do not write empty vorbiscomment fields. by Erik de Castro Lopo · 10 years ago
  79. 4fa5880 fixed_intrin_sse[23].c : Simplify XMM -> int64 conversion. by Erik de Castro Lopo · 10 years ago
  80. ed530f6 cpu.h : Only define FLAC__SSE_SUPPORTED if FLAC__HAS_X86INTRIN is set. by Erik de Castro Lopo · 10 years ago
  81. b60f16b Remove old/broken PPC/Altivec code. by Erik de Castro Lopo · 10 years ago
  82. d399e31 win_utf8_io.c : Remove redundant line. by Erik de Castro Lopo · 10 years ago
  83. a87019e win_utf8_io.c : Fix potential memory leak. by Erik de Castro Lopo · 10 years ago
  84. e0f638f win_utf8_io.c : Use vsnprintf_s instead of vsprintf. by Erik de Castro Lopo · 10 years ago
  85. 01d1aa7 libFLAC/cpu.c : Refactor disabling SSE into a single function. by Erik de Castro Lopo · 10 years ago
  86. 7c66452 include/share/endswap.h : Improvements to fallthrough ENDSWAP_*. by Erik de Castro Lopo · 10 years ago
  87. e9d805d libFLAC/lpc_intrin_sse.c : New SSE code to calculate autocorrelation. by Erik de Castro Lopo · 10 years ago
  88. 0ae3e46 Various documentation fixes, merge with website by Martijn van Beurden · 10 years ago
  89. 2784670 Fix bug when using -p switch during compression by Martijn van Beurden · 10 years ago
  90. 6a28fac libFLAC/cpu.c : Simplify OS SSE support detection. by Erik de Castro Lopo · 10 years ago
  91. 02591f6 libFLAC : SSE optimisations. by Erik de Castro Lopo · 10 years ago
  92. 8ce310d libFLAC/bitreader.c : Remove redundant/incorrect comment. by Erik de Castro Lopo · 10 years ago
  93. 36e03de libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader. by Erik de Castro Lopo · 10 years ago
  94. 1930ae1 configure.ac : Fix --disable-sse option. by Erik de Castro Lopo · 10 years ago
  95. f73c82a configure.ac : Erase default -O2 when setting -O3. by Erik de Castro Lopo · 10 years ago
  96. 221bdc4 configure.ac : Set default CFLAGS to something sensible. by Erik de Castro Lopo · 10 years ago
  97. 865041b flac and metaflac : Don't always call setlocale() in Windows. by Erik de Castro Lopo · 10 years ago
  98. 491475e libFLAC/.../crc.h : Remove un-nneded parens in FLAC__CRC16_UPDATE macro. by Erik de Castro Lopo · 10 years ago
  99. 7251201 flac/main.c : Improved option validation with --force-raw-format. by Erik de Castro Lopo · 10 years ago
  100. 879a0ce test/test_flac.sh : Add --force-raw-format as needed. by Erik de Castro Lopo · 10 years ago