1. d40e986 Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags. by Erik de Castro Lopo · 11 years ago
  2. c2747be lpc_asm.nasm : More 'mov cl' -> 'mov ecx' fixes. by Erik de Castro Lopo · 11 years ago
  3. 7e92789 libFLAC : Add asm versions for two _wide() functions. by Erik de Castro Lopo · 11 years ago
  4. 8e4a45a libFLAC/ia32/lpc_asm.nasm : Match calls and returns. by Erik de Castro Lopo · 11 years ago
  5. 6cd8b42 Add FLAC__ prefix to precompute_partition_info_sums.... by Erik de Castro Lopo · 11 years ago
  6. d65ede3 Fix Makefile.am altivec logic by Gustavo Zacarias · 11 years ago
  7. 64f34e6 libFLAC/stream_encoder.c : Fix MSVS profiler hot spot. by Erik de Castro Lopo · 11 years ago
  8. cf28c01 Adds use of restrict keyword to improve encoding speed. by Erik de Castro Lopo · 11 years ago
  9. a1abfa3 Vcproj file updates. by Erik de Castro Lopo · 11 years ago
  10. ecd0acb Improve x86 instrinsic implementation. by Erik de Castro Lopo · 11 years ago
  11. bd6a920 Add FLAC__HAS_X86INTRIN to vcproj files. by Erik de Castro Lopo · 11 years ago
  12. 31a79d7 Move M_PI definition to include/share/compat.h. by Erik de Castro Lopo · 11 years ago
  13. 4a78cd4 Remove union data from FLAC__CPUInfo. by Erik de Castro Lopo · 11 years ago
  14. 8fe2c23 Add SSE4.1/SSE4.2 detection. by Erik de Castro Lopo · 11 years ago
  15. ae4d720 Fix/re-enable SSE/SSE2 lpc optimisations. by Erik de Castro Lopo · 11 years ago
  16. bd9770f Only allow SSE2 intrinsics for x86_64. by Erik de Castro Lopo · 11 years ago
  17. 0752740 src/libFLAC/lpc.c : Fix compiler warning. by Erik de Castro Lopo · 11 years ago
  18. e07bd18 lpc_x86intrin.c : Tweaks. by Erik de Castro Lopo · 11 years ago
  19. 5e5ee27 Adds SSE-accelerated lpc functions. by Erik de Castro Lopo · 11 years ago
  20. 84c3e3d Add CPU features (sse3, ssse3) detection code for x86-64. by Erik de Castro Lopo · 11 years ago
  21. d11c66f bitmath.h : Minor improvements. by Erik de Castro Lopo · 11 years ago
  22. ce6832b Move defintion of M_LN2 to include/share/compat.h. by Erik de Castro Lopo · 11 years ago
  23. c532d34 MSVS : Define _USE_MATH_DEFINES. by Erik de Castro Lopo · 11 years ago
  24. 9e39270 MSVS : Add FLAC__ALIGN_MALLOC_DATA definition for MSVS projects. by Erik de Castro Lopo · 11 years ago
  25. deb2099 Add ASM function FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16. by Erik de Castro Lopo · 11 years ago
  26. 740eb68 src/libFLAC/cpu.c : Remove MSVC6 only code. by Erik de Castro Lopo · 11 years ago
  27. 3cea079 Fix a couple of NASM warnings. by Erik de Castro Lopo · 11 years ago
  28. 7050033 src/libFLAC/ia32/nasm.h : Fix nasm warning on windows. by Erik de Castro Lopo · 11 years ago
  29. 187e596 stream_encoder.c : Improve fix for arithmetic overflow. by Erik de Castro Lopo · 11 years ago
  30. f34f31d stream_encoder.c : Improve fix for arithmetic overflow. by Erik de Castro Lopo · 11 years ago
  31. 355f4aa Link with -no-undefined regardless of the OS by Cristian Rodríguez · 11 years ago
  32. 33c23b3 src/libFLAC/bitwriter.c : Remove dead code. by Erik de Castro Lopo · 11 years ago
  33. 6f7ec60 stream_encoder.c : Fix an arithmetic overflow in the RICE2 partitioner. by Erik de Castro Lopo · 11 years ago
  34. 4eab631 Disable FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap. by Miroslav Lichvar · 11 years ago
  35. 349c6ad Sun Studio can not include static function from extern inline by Dagobert Michelsen · 11 years ago
  36. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  37. d672efa Fix gcc version check for private macros by Ulrich Klauer · 11 years ago
  38. 411ba53 bitwriter.c : Add missing "extern" declaration by Robert Kausch · 11 years ago
  39. bb79a59 Fix mistyped variable name by Robert Kausch · 11 years ago
  40. c9f05ed Correctly initialize FLAC_API_SUPPORTS_OGG_FLAC by Ulrich Klauer · 11 years ago
  41. 1b1d05b Version 1.3.0pre4. by Erik de Castro Lopo · 11 years ago
  42. fc21768 Fix compile when compiling with FLAC__INTEGER_ONLY_LIBRARY. by Erik de Castro Lopo · 11 years ago
  43. 92db3c9 Ensure AM_LDFLAGS is used consistently by Cristian Rodríguez · 11 years ago
  44. 2de567f src/libFLAC/include/private/macros.h : Add default MIN/MAX macros. by Erik de Castro Lopo · 11 years ago
  45. 03a9e60 src/libFLAC/include/private/macros.h : Check GNUC version for MIN macro. by Erik de Castro Lopo · 11 years ago
  46. b9574fe Fix a bunch of compiler warnings (mainly MinGW). by Erik de Castro Lopo · 12 years ago
  47. 6a9a18f For windows, make UTF-8 mode into a runtime choice. by Erik de Castro Lopo · 12 years ago
  48. 5da8663 Fix pkg-config files to avoid overlinking by Ulrich Klauer · 12 years ago
  49. ae7eda1 Rename all parameters and locals from 'index' to 'indx'. by Erik de Castro Lopo · 12 years ago
  50. da57d2a flac*.pc : Add -logg if configured with Ogg support. by Erik de Castro Lopo · 12 years ago
  51. d6218bf MSVC version patch from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 12 years ago
  52. 0cd2e9e Purge FLAC__STRINGS_IN_UTF8 from VC project files. by Erik de Castro Lopo · 12 years ago
  53. 2199d08 Enable utf8 I/O stuff when compiling with MinGW. by Erik de Castro Lopo · 12 years ago
  54. 7dc5e3a Rename _flac_stat to flac_stat_s. by Erik de Castro Lopo · 12 years ago
  55. 5705b4d Huge Windows utf8 I/O patch. by Erik de Castro Lopo · 12 years ago
  56. 14c28ae Replace a couple of safe_strncpy/cat with snprintf. by Erik de Castro Lopo · 12 years ago
  57. 2d6354f Replace broken str* functions with safe versions. by Erik de Castro Lopo · 12 years ago
  58. c152d1a More Microsoft Visual Studio project file updates. by Erik de Castro Lopo · 12 years ago
  59. f25b260 Fix a couple of Windows 2Gig file size issues. by Erik de Castro Lopo · 12 years ago
  60. 9edb817 MS VS inline/extern fix from Ben Alison plus comments. by Erik de Castro Lopo · 12 years ago
  61. 96a5ba7 Fix -Wshadow warnings. by Erik de Castro Lopo · 12 years ago
  62. 0a2b901 src/libFLAC/include/private/macros.h : Fix flac_min. by Erik de Castro Lopo · 12 years ago
  63. dd1fa80 Fix -Wstrict-prototypes -Wmissing-prototypes warnings. by Erik de Castro Lopo · 12 years ago
  64. 168c258 Purge old un-maintained MSVC 6 project files. by Erik de Castro Lopo · 12 years ago
  65. 1ad32ef Version 1.3.0pre2. by Erik de Castro Lopo · 12 years ago
  66. 139ffb0 Fix version number in Visual Studio project files. by Erik de Castro Lopo · 12 years ago
  67. a4c321e Large patch from Ben Allison fixing the MSVC build. by Erik de Castro Lopo · 12 years ago
  68. 91790ef Fix compiler warnings from new compiler flags. by Erik de Castro Lopo · 12 years ago
  69. fb13acc Revert parts of 96d081c1 that touched source code or autotools files. by Erik de Castro Lopo · 12 years ago
  70. f67928d Fix VC project files to use /objs/ directory instead of /obj/ directory. by Erik de Castro Lopo · 12 years ago
  71. 96d081c Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system by Hendricks266 · 12 years ago
  72. 66c0a58 autogen.sh: replace this by a simple call to autoreconf by Max Horn · 12 years ago
  73. 0920bc1 Fix a copy & paste error in a comment. by Timothy B. Terriberry · 12 years ago
  74. a43f56c Update library version-info. by Miroslav Lichvar · 12 years ago
  75. 49b9673 Hide symbols with nasm. by Miroslav Lichvar · 12 years ago
  76. 19c78e5 Hide symbols with gcc. by Miroslav Lichvar · 12 years ago
  77. 7edf677 Remove old GNU-stack sections from nasm files. by Miroslav Lichvar · 12 years ago
  78. 70be52b src/libFLAC/stream_encoder.c : Fix typo. by Erik de Castro Lopo · 12 years ago
  79. fc36073 Fix a regression that severely impacted compression levels. by Erik de Castro Lopo · 12 years ago
  80. 8d9e5c6 Optimize FLAC__bitreader_read_rice_signed_block. by Miroslav Lichvar · 12 years ago
  81. 7b37472 Add new clz function which works with input 0. by Miroslav Lichvar · 12 years ago
  82. d69e807 Make FLAC__clz_soft_uint32 static. by Miroslav Lichvar · 12 years ago
  83. 12022d9 Fix assembler code to make it PIC so the dynamic linker does by Samuli Suominen · 12 years ago
  84. a7e3705 Move code inside #ifdef _MSC_VER to compat.h. by Erik de Castro Lopo · 12 years ago
  85. 5b62b77 Move all definitions of FLAC__U64L to one place. by Erik de Castro Lopo · 12 years ago
  86. 8749dc2 Fix building when configured with --disable-shared. by Erik de Castro Lopo · 12 years ago
  87. feab11e Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete() by Erik de Castro Lopo · 12 years ago
  88. 387b727 bitmath: Finish up optimizations by Cristian Rodríguez · 12 years ago
  89. 155719b src/libFLAC/lpc.c : Include <inttypes.h> so compiling debug version works. by Erik de Castro Lopo · 12 years ago
  90. 5289b30 Optimize COUNT_ZERO_MSBS macro by Miroslav Lichvar · 12 years ago
  91. d9fde55 Fix all links to libtool version info rules. by Erik de Castro Lopo · 12 years ago
  92. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  93. f13ad37 Fix make distcheck by Cristian Rodríguez · 13 years ago
  94. 425d39b src/libFLAC/include/private/macros.h : Add copyright header. by Erik de Castro Lopo · 13 years ago
  95. f029625 V2: Use a single definition of MIN and MAX in sources by Cristian Rodríguez · 13 years ago
  96. d30fe60 remove unnecesary typedef in bitwriter.c by Cristian Rodríguez · 13 years ago
  97. 5de949f Fix gcc-4.7 compiler warnings. by Erik de Castro Lopo · 13 years ago
  98. 6c2040d Remove casting of return value from *alloc() functions. by Erik de Castro Lopo · 13 years ago
  99. 66bd44b Remove unnecessary typedef. by Erik de Castro Lopo · 13 years ago
  100. 5c44cd7 Add GCC specific optimisation for log base 2 operations. by Erik de Castro Lopo · 13 years ago