1. 7251201 flac/main.c : Improved option validation with --force-raw-format. by Erik de Castro Lopo · 10 years ago
  2. 879a0ce test/test_flac.sh : Add --force-raw-format as needed. by Erik de Castro Lopo · 10 years ago
  3. b08c520 include/share/endswap.h : Fix default ENDSWAP_16. by Erik de Castro Lopo · 10 years ago
  4. 4a63f10 build/config.mk : Define CPU_IS_LITTLE_ENDIAN as needed. by Erik de Castro Lopo · 10 years ago
  5. 3194829 Makefile.ams: Add MSVS project files to EXTRA_DIST. by Erik de Castro Lopo · 10 years ago
  6. 1988855 test_replaygain.sh : Add --force-raw-format option. by Erik de Castro Lopo · 10 years ago
  7. 9443151 src/flac/utils.c : Make sure get_console_width() returns value > 0. by Erik de Castro Lopo · 10 years ago
  8. d043785 Add project files for Visual Studio 2010 and later. by Erik de Castro Lopo · 10 years ago
  9. eb0c5a3 libFLAC : Remove FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap(). by Erik de Castro Lopo · 10 years ago
  10. c436915 libFLAC : Remove FLAC__precompute_partition_info_sums_32bit_asm_ia32_(). by Erik de Castro Lopo · 10 years ago
  11. f081524 stream_encoder : Improve selection of residual accumulator width by Miroslav Lichvar · 10 years ago
  12. 71246dc test_libFLAC/test_libFLAC.vcproj : One more CPU_IS_LITTLE_ENDIAN fix. by Erik de Castro Lopo · 10 years ago
  13. 5e8854f src/ : Remove un-needed MSVC6 workaround. by Erik de Castro Lopo · 10 years ago
  14. eda98c4 test_libFLAC/endswap.c : Add casts to prevent compiler warnings. by Erik de Castro Lopo · 10 years ago
  15. e510583 test_libFLAC/test_libFLAC.vcproj : Add define for CPU_IS_LITTLE_ENDIAN. by Erik de Castro Lopo · 10 years ago
  16. 22d4893 Fix bswap16 issue on Debian 6. by Ralph Giles · 10 years ago
  17. 7422e08 test_libFLAC : Fix Windows build after addidion of endian tests. by Erik de Castro Lopo · 10 years ago
  18. c6ff539 src/flac/main.c : Improve raw format help text help. by Erik de Castro Lopo · 10 years ago
  19. 08cb913 src/flac/encode.c : Fix compression failure warning when encoding from stdin. by Erik de Castro Lopo · 10 years ago
  20. 74d8133 test_libFLAC/md5.c : Fix the tests. by Erik de Castro Lopo · 10 years ago
  21. c69a209 test_libFLAC/endswap.c : Improvements. by Erik de Castro Lopo · 10 years ago
  22. 6bd45d1 src/test_libFLAC : Add tests for end swap macros. by Erik de Castro Lopo · 10 years ago
  23. 4a38f75 src/flac/decode.c : Add comment about ubuf union. by Erik de Castro Lopo · 10 years ago
  24. 0d1cb19 include/share/endswap.h : Fix fallback ENDSWAP_16 macro. by Erik de Castro Lopo · 10 years ago
  25. 3eb4094 src/flac/encode.c : Fix cast-align warning on ARM systems. by Erik de Castro Lopo · 10 years ago
  26. 7590d99 libFLAC/md5: Fix for cast-align warnings on ARM. by Erik de Castro Lopo · 10 years ago
  27. 51c6567 libFLAC/md5.c : Massive refactoring of format_input_ function. by Erik de Castro Lopo · 10 years ago
  28. 699e7c4 include/share/endswap.h : Add endswapping of 16 bit values. by Erik de Castro Lopo · 10 years ago
  29. a8567d4 libFLAC/bitmath : Restore an ASSERT that was removed some time after 1.2.1. by Erik de Castro Lopo · 10 years ago
  30. 9aa1546 libFLAC/lpc_intrin_sseN.c : Disambiguate macro names. by Erik de Castro Lopo · 10 years ago
  31. 2c15052 libFLAC: CPUID detecion improvements. by Erik de Castro Lopo · 10 years ago
  32. 99257e1 flac: Fix channel order for mono files. by Erik de Castro Lopo · 10 years ago
  33. 1d12d98 flac: Fix encoder and decode progress messages with --ogg. by Erik de Castro Lopo · 10 years ago
  34. a5c3a37 flac : Fix handling of raw input option. by Erik de Castro Lopo · 10 years ago
  35. b4579dc test_libFLAC/md5.c: Add tests for MD5 calculation. by Erik de Castro Lopo · 10 years ago
  36. 804dc50 AUTHORS : Tweaks. by Erik de Castro Lopo · 10 years ago
  37. a3b35e7 flac: Fix padding for --replay-gain option. by Erik de Castro Lopo · 10 years ago
  38. 6ccef14 stream_decoder : Two read_metadata() fixes from 1.2.1 maintenance branch. by Erik de Castro Lopo · 10 years ago
  39. 0854575 README updates. by Erik de Castro Lopo · 10 years ago
  40. 4bc4255 test/test_replaygain.sh : Update tests after work aroind for GCC bug. by Erik de Castro Lopo · 10 years ago
  41. db1619d Underscore fixes. by Erik de Castro Lopo · 10 years ago
  42. 46bedb5 Update URLs as nedeed. by Erik de Castro Lopo · 10 years ago
  43. 987f74a Correections for comments. by Erik de Castro Lopo · 10 years ago
  44. 2116df2 Remove un-needed code. by Erik de Castro Lopo · 10 years ago
  45. 9f62979 Fix VS project file for iffscan. by Erik de Castro Lopo · 10 years ago
  46. 23f36ed replaygain_analysis: Add include guard for <stdint.h>. by Erik de Castro Lopo · 10 years ago
  47. b23de89 Vcprojs : Remove include/share from include paths. by Erik de Castro Lopo · 10 years ago
  48. 40e817d src/flac/decode.c : Fix a cast-align warning from GCC. by Erik de Castro Lopo · 10 years ago
  49. 1f7c085 AUTHORS : Update and add contributors. by Erik de Castro Lopo · 10 years ago
  50. f658ea5 Further updates to the Makefile.lite build system. by Evan Ramos · 10 years ago
  51. 097c0e7 Fix Makefile.lite build system on Linux. by Erik de Castro Lopo · 10 years ago
  52. f48c79a .gitignore : Tweaked. by Erik de Castro Lopo · 10 years ago
  53. 9df6736 Update Makefile.lite build system. by Evan Ramos · 10 years ago
  54. 731655a replaygain_analysis : Rename float_t -> flac_float_t. by Erik de Castro Lopo · 10 years ago
  55. 6c9abe3 Makefile.ams : Drop passing of include/share as an include directory. by Erik de Castro Lopo · 10 years ago
  56. b4f7528 replaygain_analysis : Switch to standard C sized integer types. by Erik de Castro Lopo · 10 years ago
  57. 19b549f regainplay_analysis : Work around GCC optimizer bug. by Erik de Castro Lopo · 10 years ago
  58. b8d58e3 Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64." by Erik de Castro Lopo · 10 years ago
  59. 1517399 Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64. by Erik de Castro Lopo · 10 years ago
  60. cdb4657 src/ : Fix two typos. by Erik de Castro Lopo · 10 years ago
  61. be0a894 configure.ac : Add -fvisibility=hidden to OSX build. by Erik de Castro Lopo · 10 years ago
  62. 2be824a replaygain_synthesis.c : Replace an int64_t/int32_t operation with a shift. by Erik de Castro Lopo · 10 years ago
  63. 0da01cb src/share/replaygain_synthesis/ : Remove old fast float math hack. by Erik de Castro Lopo · 10 years ago
  64. 93d951f Remove Monkey's Audio from FLAC.sln. by Erik de Castro Lopo · 10 years ago
  65. 96a5c54 Purge src/monkeys_audio_utilities/ tree. by Erik de Castro Lopo · 10 years ago
  66. 3d39492 libFLAC/ : Refactoring and add comments. by Erik de Castro Lopo · 10 years ago
  67. b1b6caf replaygain_synthesis.h : Fix FLAC_SHARE__MAX_SUPPORTED_CHANNELS. by Erik de Castro Lopo · 10 years ago
  68. 7963120 src/libFLAC/memory.c : Wrap inclusion of <stdint.h> in #ifdef. by Erik de Castro Lopo · 10 years ago
  69. d4d5060 src/flac/decode.c : Decode WAVEFORMATEXTENSIBLE_CHANNEL_MASK. by Erik de Castro Lopo · 10 years ago
  70. 11b004c libFLAC/stream_encoder.c : Fix if else wibble. by Erik de Castro Lopo · 10 years ago
  71. c2aeedc src/flac/utils.c : Fix compile guard for ioctl(). by Erik de Castro Lopo · 10 years ago
  72. 619d821 Add files missing from commit 93f6109c9016. by Erik de Castro Lopo · 10 years ago
  73. 93f6109 Add intrinsics version of two lpc functions. by Erik de Castro Lopo · 10 years ago
  74. d456cdd Suppress MSVS warnings when compiling for x86-64. by Erik de Castro Lopo · 10 years ago
  75. 1a6df83 Use _M_X64 instead of _WIN64. by Erik de Castro Lopo · 10 years ago
  76. ce3e09e share/compat.h : Remove duplicate flac_stat definition. by Erik de Castro Lopo · 10 years ago
  77. 3f5208c Fix clang compiler warnings. by Erik de Castro Lopo · 10 years ago
  78. 2c45537 configure.ac : Allow -Werror to be enabled when using clang. by Erik de Castro Lopo · 10 years ago
  79. ac940e4 libFLAC/cpu.c : Bundle of minor fixes. by Erik de Castro Lopo · 10 years ago
  80. 1e08566 test_libFLAC.vcproj : Add missing files. by Erik de Castro Lopo · 10 years ago
  81. 006b835 Fix all instances of '#if HAVE_CONFIG_H'. by Erik de Castro Lopo · 10 years ago
  82. 49d9d74 metadata_object.c : Fix handling of zero length vorbis comment string. by Erik de Castro Lopo · 10 years ago
  83. 697dbde Revert "Attempt to fix differences between x86 FPU and SSE calculations." by Erik de Castro Lopo · 10 years ago
  84. 70b078c Attempt to fix differences between x86 FPU and SSE calculations. by Erik de Castro Lopo · 10 years ago
  85. bc2b8c6 configure.ac : Add -Wunreachable-code to GCC CFLAGS. by Erik de Castro Lopo · 10 years ago
  86. 95bc23a configure.ac : Add AC_PROG_MKDIR_P. by Erik de Castro Lopo · 10 years ago
  87. d7e6d91 Fix build issue on OSX with GCC 4.2/Xcode. by Erik de Castro Lopo · 10 years ago
  88. cf55fc7 Add a test to validate that FLAC__MD5Final clears the MD5Context. by Erik de Castro Lopo · 10 years ago
  89. 9863998 configure.ac : Make --enable-sse the default. by Erik de Castro Lopo · 10 years ago
  90. 7e85023 Slight improvements to application metadata tests. by Erik de Castro Lopo · 11 years ago
  91. 99d5154 libFLAC/cpu.c : Detect SSE correctly on Windows when compiling with MinGW. by Erik de Castro Lopo · 11 years ago
  92. 47bd996 stream_encoder/decoder : Comment fixes. by Erik de Castro Lopo · 11 years ago
  93. f931d13 libFLAC/format.c : Remove MSVC6 specific hack. by Erik de Castro Lopo · 11 years ago
  94. bdcbce4 lpc_asm.nasm : Whitespace. by Erik de Castro Lopo · 11 years ago
  95. d36ef62 Whitespace. by Erik de Castro Lopo · 11 years ago
  96. 25ac67a Remove _MSC_VER specific FLAC__I64L definition. by Erik de Castro Lopo · 11 years ago
  97. 3f3e178 src/test_seeking : Remove un-needed local__strtoull. by Erik de Castro Lopo · 11 years ago
  98. 4bc1220 Move FLAC__STRCASECMP definition to compat.h. by Erik de Castro Lopo · 11 years ago
  99. f5902a4 Fix pragma warning. by Erik de Castro Lopo · 11 years ago
  100. 7cbecba Using uintptr_t to simplify pointer handling a little bit by Fengwei Yin · 11 years ago