1. 36a0ab1 Fix use of FLAC__HAS_X86INTRIN configure variable by Erik de Castro Lopo · 8 years ago
  2. e120037 Fix use of FLAC__SSE_OS configure variable by Erik de Castro Lopo · 8 years ago
  3. e58b36c Fix nasm compile on OS X / Darwin by Erik de Castro Lopo · 8 years ago
  4. fdc1ccf libFLAC: More metadata_iterators fixes by Erik de Castro Lopo · 8 years ago
  5. 0b9bceb test/Makefile.lite: Remove call to old script by Erik de Castro Lopo · 8 years ago
  6. 089caea Makefile.lite: Improved solution to CFLAGS from environment by Erik de Castro Lopo · 8 years ago
  7. 2a47450 Makefile.lite: Pick up `CFLAGS` from the environment by Erik de Castro Lopo · 8 years ago
  8. 912bff4 libFLAC: infer cpu type from compiler macros by Tim Blechmann · 8 years ago
  9. bbf1e3e test_libFLAC++: Fix memory leaks by Erik de Castro Lopo · 8 years ago
  10. 94a6124 libFLAC: Add a workaround for a bug in MSVC2105 update2 by Erik de Castro Lopo · 8 years ago
  11. 387992b metadata_iterators.c: Limit padding size by Erik de Castro Lopo · 8 years ago
  12. 94ff346 Windows/MSVC: Add ENABLE_64_BIT_WORDS macro by Erik de Castro Lopo · 8 years ago
  13. f3a16f8 bitwrite.c: Tweaks by Erik de Castro Lopo · 8 years ago
  14. 94386fd libFLAC: Add metadata size checks to FLAC library by Erik de Castro Lopo · 8 years ago
  15. 516a7ad flac/metaflac: Limit the size of metadata blocks by Erik de Castro Lopo · 8 years ago
  16. cf0a6ec Fix 'make distcheck' target by Erik de Castro Lopo · 8 years ago
  17. 3de7413 cuesheet.c: Allow quotes around ISRC field by Erik de Castro Lopo · 8 years ago
  18. 50af1bc libFLAC/stream_decoder.c: Fix typo by Erik de Castro Lopo · 8 years ago
  19. 9548d4b configure.ac: Force FLAC__HAS_OGG to 0 or 1 by Erik de Castro Lopo · 8 years ago
  20. 1be4f95 libFLAC: Reduce FLAC__HAS_OGG #ifdef crud by Erik de Castro Lopo · 8 years ago
  21. eae85ee libFLAC/stream_decoder.c: Fix compiling with integer only by Erik de Castro Lopo · 8 years ago
  22. 6160737 stream_decoder.c: Set obj->num_comments before return by Erik de Castro Lopo · 8 years ago
  23. a9f8442 libFLAC/cpu.c: Use `sigemptyset` instead of `__sigemptyset` by Erik de Castro Lopo · 8 years ago
  24. c4141f6 Another Windows build fix by Erik de Castro Lopo · 9 years ago
  25. 1531034 test/: Remove two redundant scripts by Erik de Castro Lopo · 9 years ago
  26. 9cf42fe Fix autotool warnings by Erik de Castro Lopo · 9 years ago
  27. 50e7aea microbench: Add fallback to gettimeofday() by Dave Yeo · 9 years ago
  28. ab61102 More Windows fixes by Erik de Castro Lopo · 9 years ago
  29. 52522f3 More `make distcheck` fixes by Erik de Castro Lopo · 9 years ago
  30. 0bb06dc test_libFLAC: Fix `make distcheck` target by Erik de Castro Lopo · 9 years ago
  31. e5498e8 Retire FLAC__float and FLAC__double types by Thomas Zander · 9 years ago
  32. 0435a23 Make AVX and AVX2 instructions a configure option by Dave Yeo · 9 years ago
  33. d40a6bc libFLAC: Remove win_utf8_io dependency by Erik de Castro Lopo · 9 years ago
  34. a5c8e8e src/share/utf8/utf8.c: Windows API usage fixes by Erik de Castro Lopo · 9 years ago
  35. b821ac2 Remove src/share/utf8/Makefile.am by Erik de Castro Lopo · 9 years ago
  36. b05c001 win_utf8_io: Fix compile error by Erik de Castro Lopo · 9 years ago
  37. 89a0fe1 test_streams: Use fopen instead of flac_fopen by Erik de Castro Lopo · 9 years ago
  38. c225c4a Fix debug build for VS2005 by Erik de Castro Lopo · 9 years ago
  39. dd83474 share/utf8: Add missing check by Erik de Castro Lopo · 9 years ago
  40. 7be5df6 Refactoring of win_utf8_io by Erik de Castro Lopo · 9 years ago
  41. 7917b60 src/share/Makefile.am: Fix EXTRA_DIST by Erik de Castro Lopo · 9 years ago
  42. 9d99f2d locale_hack.h: Fix comment by Erik de Castro Lopo · 9 years ago
  43. c547600 Remove plugin_common library from MSVC build by Erik de Castro Lopo · 9 years ago
  44. ba18bd1 Fix dependencies for MSVC by Erik de Castro Lopo · 9 years ago
  45. 04f7b24 Remove src/share/utf8/charsetmap.h by Erik de Castro Lopo · 9 years ago
  46. aceddf3 Windows/MSVC utf8 build fixes by Erik de Castro Lopo · 9 years ago
  47. 4288e44 microbench/util.c: Fix -Wshadow warning by Erik de Castro Lopo · 9 years ago
  48. 7411724 Fix ioctl/TIOCGWINSZ for OSX by Erik de Castro Lopo · 9 years ago
  49. 3ff49e6 src/flac/utils.c: Fix for OpenBSD by Erik de Castro Lopo · 9 years ago
  50. 906ccc3 autogen.sh: Improve autoconf/automake detection on OpenBSD by Erik de Castro Lopo · 9 years ago
  51. d6c774c configure.ac: Drop -Wunreachable-code from CFLAGS by Erik de Castro Lopo · 9 years ago
  52. 09ca8ab configure.ac: Remove redundant `XIPH_ADD_CFLAGS([-Wextra])` by Erik de Castro Lopo · 9 years ago
  53. f56cdf9 doc: specify that quantized LPC shift must be non-negative by Tristan Matthews · 9 years ago
  54. 924cade Fix linking of microbenchmark program by Erik de Castro Lopo · 9 years ago
  55. 2902974 libFLAC/lpc.c: Fix comments by Erik de Castro Lopo · 9 years ago
  56. 6c03ab2 Clean up #includes by Erik de Castro Lopo · 9 years ago
  57. e0b406f Fix three more cppcheck warnings by Erik de Castro Lopo · 9 years ago
  58. d908b29 Fix some cppcheck reports by Julien Nabet · 9 years ago
  59. 293d6b2 macros.h: Make FLAC_CHECK_RETURN print to stderr by Erik de Castro Lopo · 9 years ago
  60. cc55e65 grabbag: Fix comment in header by Erik de Castro Lopo · 9 years ago
  61. b7e12d6 iffscan: Fix printf format strings by Erik de Castro Lopo · 9 years ago
  62. 4684608 metadata_iterators.c: Add missing check for is_writable by Erik de Castro Lopo · 9 years ago
  63. cd567f7 flacdiff: Improve error msg output by Erik de Castro Lopo · 9 years ago
  64. 7eda006 Fix description of --rice-partition-order in flac -H by Thomas Zander · 9 years ago
  65. 28817ba bitwriter: Add overflow check by Erik de Castro Lopo · 9 years ago
  66. 262505b libFLAC: Fix total_samples_estimate by Erik de Castro Lopo · 9 years ago
  67. d9f73a8 Error out when asked to store an picture that is too large by Erik de Castro Lopo · 9 years ago
  68. 27e00c8 flac/encode.c: Limit padding size by Erik de Castro Lopo · 9 years ago
  69. 1a5ba62 changelog.html: Start on 1.3.2 changelog entry by Erik de Castro Lopo · 9 years ago
  70. 93c3a38 Cleanup FLAC__bitmath_silog2() by Thomas Zander · 9 years ago
  71. a3224c0 configure.ac: Add --enable-64-bit-words option by Erik de Castro Lopo · 9 years ago
  72. 6cc1cba libFLAC: Support 64bit brword/bwword by Erik de Castro Lopo · 9 years ago
  73. 0a0e536 libFLAC: Tweak MSVC support by Erik de Castro Lopo · 9 years ago
  74. ee06cab test_libFLAC/bitwriter.c: Unify with bitwriter.c by Erik de Castro Lopo · 9 years ago
  75. 3969993 bitwriter.c: Cleanups and fixups by Erik de Castro Lopo · 9 years ago
  76. cf7f1b5 bitmath.h: Cleanups by Erik de Castro Lopo · 9 years ago
  77. 46d3a4c Couple of minor tweaks by Erik de Castro Lopo · 9 years ago
  78. a758365 bitmath.h: Whitespace only by Erik de Castro Lopo · 9 years ago
  79. e4399a0 Whitespace only by Erik de Castro Lopo · 9 years ago
  80. 7189069 Explicitly use base class virtual methods; silence unnecessary warning by Thomas Zander · 9 years ago
  81. 02a9262 bitwriter.c: Fix undefined behaviour by Erik de Castro Lopo · 9 years ago
  82. 55910e6 stream_encoder.c: Fix compiler warning by Erik de Castro Lopo · 9 years ago
  83. f0ee453 Win32: Only use large buffers when writing to disk by Erik de Castro Lopo · 9 years ago
  84. a51b27c Remove (defined _MSC_VER) from cpp workaround by Erik de Castro Lopo · 9 years ago
  85. eb2af52 libFLAC/stream_encoder.c: Fix overflow in total_error_* by Erik de Castro Lopo · 9 years ago
  86. 3fdb87b libFLAC/stream_encoder_intrin_*.c: More refactoring II by Erik de Castro Lopo · 9 years ago
  87. 2319a68 libFLAC/stream_encoder_intrin_*.c: More refactoring by Erik de Castro Lopo · 9 years ago
  88. 3c56688 libFLAC/stream_encoder_intrin_*.c: Refactor abs calculation by Erik de Castro Lopo · 9 years ago
  89. 6ec64d3 libFLAC/cpu.c: Whitespace by Erik de Castro Lopo · 9 years ago
  90. 826b64f libFLAC: Fix link error by Erik de Castro Lopo · 9 years ago
  91. 86b36d9 libFLAC: Refactoring by Erik de Castro Lopo · 9 years ago
  92. 239843e Include proper headers for sysctlbyname() on Mac OS by Thomas Zander · 9 years ago
  93. c05b7ba Makefile.lite: Include config.mk from top level build dir by Thomas Zander · 9 years ago
  94. c9128ad Make.lite: Proper detection Darwin/x86_64 by Thomas Zander · 9 years ago
  95. 20d721e Fix manpage: synonyms for encoding options -0 .. -8 now match the code by Thomas Zander · 9 years ago
  96. 165d7b1 stream_encoder.c: Fix subframe_bps comparison by lvqcl · 9 years ago
  97. 8d43282 libFLAC/cpu.c: Fix un-initialized variable by Erik de Castro Lopo · 9 years ago
  98. d20a79a Let Makefile.lite build succeed on FreeBSD amd64 by Thomas Zander · 9 years ago
  99. c671e1c flac: Error out if decoding RAW with bits != (8|16|24) by Erik de Castro Lopo · 9 years ago
  100. efaab3c test/ : Use more portable echo constructs by Erik de Castro Lopo · 9 years ago