1. 7803a78 libFlac: Exit at EOS in verify mode by Neelkamal Semwal · 3 years, 6 months ago
  2. cdb030c Add VSX optimised versions of autocorrelation loops by Anton Blanchard · 6 years ago
  3. 01eb197 Fix miscellaneous typos. by luz.paz · 6 years ago
  4. 61e7dfa cpu.c: Merge ia32 and x86_64 CPU info functions by Erik de Castro Lopo · 7 years ago
  5. c669249 Fix compile with cygwin by Rosen Penev · 7 years ago
  6. 006dcfb FLAC__stream_encoder_finish: Sanity improvement by Erik de Castro Lopo · 7 years ago
  7. b3ece71 Do not override CFLAGS, as CFLAGS is a user flag. by David Seifert · 7 years ago
  8. c6318e9 Purge usage of `unsigned` type by Erik de Castro Lopo · 7 years ago
  9. 8f25d68 stream_encoder.c: Make compression_levels_ array const by Erik de Castro Lopo · 7 years ago
  10. b799a82 libFLAC: Remove commented out assert by Erik de Castro Lopo · 8 years ago
  11. 36a0ab1 Fix use of FLAC__HAS_X86INTRIN configure variable by Erik de Castro Lopo · 8 years ago
  12. 1be4f95 libFLAC: Reduce FLAC__HAS_OGG #ifdef crud by Erik de Castro Lopo · 8 years ago
  13. e5498e8 Retire FLAC__float and FLAC__double types by Thomas Zander · 8 years ago
  14. 6c03ab2 Clean up #includes by Erik de Castro Lopo · 8 years ago
  15. 262505b libFLAC: Fix total_samples_estimate by Erik de Castro Lopo · 8 years ago
  16. 55910e6 stream_encoder.c: Fix compiler warning by Erik de Castro Lopo · 9 years ago
  17. f0ee453 Win32: Only use large buffers when writing to disk by Erik de Castro Lopo · 9 years ago
  18. eb2af52 libFLAC/stream_encoder.c: Fix overflow in total_error_* by Erik de Castro Lopo · 9 years ago
  19. 86b36d9 libFLAC: Refactoring by Erik de Castro Lopo · 9 years ago
  20. 165d7b1 stream_encoder.c: Fix subframe_bps comparison by lvqcl · 9 years ago
  21. d91eb4a libFLAC: Fix an out-of-bounds heap read by Erik de Castro Lopo · 9 years ago
  22. c06a449 flac : Fix for https://sourceforge.net/p/flac/bugs/425/ by Erik de Castro Lopo · 9 years ago
  23. ac0b4b4 Improve encoding speed on older Intel CPUs. by Erik de Castro Lopo · 10 years ago
  24. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  25. 02891da Retune FLAC compression levels by Martijn van Beurden · 10 years ago
  26. e0fbe71 stream_encoder.c : Add apodization field to CompressionLevels struct. by Erik de Castro Lopo · 10 years ago
  27. 11b5d51 Add AVX2 CPU support stream encoder. by Erik de Castro Lopo · 10 years ago
  28. ad2ae45 libFLAC/stream_encoder.c : Reduce about of hackery. by Erik de Castro Lopo · 10 years ago
  29. 35c14b1 Refactoring and simplifying of CPU detection. by Erik de Castro Lopo · 10 years ago
  30. 7cb032c Remove support for AMD's 3Dnow. by Erik de Castro Lopo · 10 years ago
  31. e863247 stream_encoder.c : Only set 10MB output buffer on _WIN32. by Erik de Castro Lopo · 10 years ago
  32. 6a6207b stream_encoder.c : Give the encoder a larger stdio buffer. by Erik de Castro Lopo · 10 years ago
  33. 29a2833 Add partial_tukey and punchout_tukey apodization functions by Martijn van Beurden · 10 years ago
  34. fa85e3c lpc_intrin* : Remove unused code. by Erik de Castro Lopo · 10 years ago
  35. 2784670 Fix bug when using -p switch during compression by Martijn van Beurden · 10 years ago
  36. 02591f6 libFLAC : SSE optimisations. by Erik de Castro Lopo · 10 years ago
  37. c436915 libFLAC : Remove FLAC__precompute_partition_info_sums_32bit_asm_ia32_(). by Erik de Castro Lopo · 10 years ago
  38. f081524 stream_encoder : Improve selection of residual accumulator width by Miroslav Lichvar · 10 years ago
  39. b8d58e3 Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64." by Erik de Castro Lopo · 10 years ago
  40. 1517399 Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64. by Erik de Castro Lopo · 10 years ago
  41. 3d39492 libFLAC/ : Refactoring and add comments. by Erik de Castro Lopo · 10 years ago
  42. 11b004c libFLAC/stream_encoder.c : Fix if else wibble. by Erik de Castro Lopo · 10 years ago
  43. 93f6109 Add intrinsics version of two lpc functions. by Erik de Castro Lopo · 10 years ago
  44. 006b835 Fix all instances of '#if HAVE_CONFIG_H'. by Erik de Castro Lopo · 10 years ago
  45. 47bd996 stream_encoder/decoder : Comment fixes. by Erik de Castro Lopo · 10 years ago
  46. ace63cc stream_encoder.c : ifdef cleanup. by Erik de Castro Lopo · 10 years ago
  47. cf0e42a Don't use intrinsics when they are slower. by Erik de Castro Lopo · 10 years ago
  48. d163ef4 libFLAC/stream_encoder.c : Fall back to intrinsics if NASM is not available. by Erik de Castro Lopo · 10 years ago
  49. d40e986 Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags. by Erik de Castro Lopo · 10 years ago
  50. 7e92789 libFLAC : Add asm versions for two _wide() functions. by Erik de Castro Lopo · 10 years ago
  51. 6cd8b42 Add FLAC__ prefix to precompute_partition_info_sums.... by Erik de Castro Lopo · 10 years ago
  52. 64f34e6 libFLAC/stream_encoder.c : Fix MSVS profiler hot spot. by Erik de Castro Lopo · 11 years ago
  53. cf28c01 Adds use of restrict keyword to improve encoding speed. by Erik de Castro Lopo · 11 years ago
  54. ecd0acb Improve x86 instrinsic implementation. by Erik de Castro Lopo · 11 years ago
  55. 4a78cd4 Remove union data from FLAC__CPUInfo. by Erik de Castro Lopo · 11 years ago
  56. 5e5ee27 Adds SSE-accelerated lpc functions. by Erik de Castro Lopo · 11 years ago
  57. deb2099 Add ASM function FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16. by Erik de Castro Lopo · 11 years ago
  58. 187e596 stream_encoder.c : Improve fix for arithmetic overflow. by Erik de Castro Lopo · 11 years ago
  59. f34f31d stream_encoder.c : Improve fix for arithmetic overflow. by Erik de Castro Lopo · 11 years ago
  60. 6f7ec60 stream_encoder.c : Fix an arithmetic overflow in the RICE2 partitioner. by Erik de Castro Lopo · 11 years ago
  61. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  62. b9574fe Fix a bunch of compiler warnings (mainly MinGW). by Erik de Castro Lopo · 11 years ago
  63. 5705b4d Huge Windows utf8 I/O patch. by Erik de Castro Lopo · 11 years ago
  64. f25b260 Fix a couple of Windows 2Gig file size issues. by Erik de Castro Lopo · 11 years ago
  65. 96a5ba7 Fix -Wshadow warnings. by Erik de Castro Lopo · 11 years ago
  66. dd1fa80 Fix -Wstrict-prototypes -Wmissing-prototypes warnings. by Erik de Castro Lopo · 11 years ago
  67. 70be52b src/libFLAC/stream_encoder.c : Fix typo. by Erik de Castro Lopo · 12 years ago
  68. a7e3705 Move code inside #ifdef _MSC_VER to compat.h. by Erik de Castro Lopo · 12 years ago
  69. 8749dc2 Fix building when configured with --disable-shared. by Erik de Castro Lopo · 12 years ago
  70. feab11e Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete() by Erik de Castro Lopo · 12 years ago
  71. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  72. f029625 V2: Use a single definition of MIN and MAX in sources by Cristian Rodríguez · 12 years ago
  73. 6c2040d Remove casting of return value from *alloc() functions. by Erik de Castro Lopo · 12 years ago
  74. 59afe36 Add file include/share/compat.h and start moving CPP hackery into it. by Erik de Castro Lopo · 12 years ago
  75. 6c7568b Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings. by Erik de Castro Lopo · 12 years ago
  76. 3b41451 Fix memory leak when reinitializing stream encoder. by Erik de Castro Lopo · 12 years ago
  77. dea0f5a add 2009 copyright by Josh Coalson · 15 years ago
  78. a832ef3 fixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=detail&aid=1676822&group_id=13478&atid=113478) by Josh Coalson · 16 years ago
  79. d8a6f4a fix problem with encoder being too strict about subset blocksizes by Josh Coalson · 16 years ago
  80. 82b1280 update copyright for 2008 by Josh Coalson · 16 years ago
  81. 504dcaf minor comments by Josh Coalson · 17 years ago
  82. 0f008d2 extra checking on memory allocation sizes to prevent a class of overflow attacks by Josh Coalson · 17 years ago
  83. 05f710f add support for RESIDUAL_CODING_METHOD_PARTITIONED_RICE2 and blocking strategy bit by Josh Coalson · 17 years ago
  84. f395ec4 fix for FLAC__INTEGER_ONLY_LIBRARY by Josh Coalson · 17 years ago
  85. e70895b minor comments by Josh Coalson · 17 years ago
  86. 00da5ae add internal FLAC__stream_encoder_set/get_do_md5() by Josh Coalson · 17 years ago
  87. 0429d60 call precompute_partition_info_sums_32bit_asm_ia32_() on x86 if available by Josh Coalson · 17 years ago
  88. a020662 MSVC optimization in process calls by Josh Coalson · 17 years ago
  89. dca2d1a remove more redundant logic in process calls by Josh Coalson · 17 years ago
  90. 4a040f6 window the integer_signal instead of real_signal, remove unused real_signal from datapath by Josh Coalson · 17 years ago
  91. 0a0a10f minor optimizations to precompute_partition_info_sums_() by Josh Coalson · 17 years ago
  92. 2258fa8 add FLAC__format_sample_rate_is_subset() by Josh Coalson · 17 years ago
  93. 099a289 minor tweaks to private md5 interface by Josh Coalson · 17 years ago
  94. 14b184c unify inlining method in prep for inline tests by Josh Coalson · 17 years ago
  95. 5981e4f minor comments by Josh Coalson · 17 years ago
  96. 3848380 remove FLAC__SSE_OS restriction on SSE usage by Josh Coalson · 17 years ago
  97. 0edc149 minor tweak for vc++ by Josh Coalson · 17 years ago
  98. 8534bbe minor comments by Josh Coalson · 17 years ago
  99. 6910519 turn off FLAC__MANDATORY_VERIFY_WHILE_ENCODING by Josh Coalson · 17 years ago
  100. dc2b03b change default blocksize from 4608 to 4096 for LPC mode by Josh Coalson · 17 years ago