1. 9edb817 MS VS inline/extern fix from Ben Alison plus comments. by Erik de Castro Lopo · 11 years ago
  2. 96a5ba7 Fix -Wshadow warnings. by Erik de Castro Lopo · 11 years ago
  3. 0a2b901 src/libFLAC/include/private/macros.h : Fix flac_min. by Erik de Castro Lopo · 11 years ago
  4. dd1fa80 Fix -Wstrict-prototypes -Wmissing-prototypes warnings. by Erik de Castro Lopo · 11 years ago
  5. 168c258 Purge old un-maintained MSVC 6 project files. by Erik de Castro Lopo · 11 years ago
  6. 1ad32ef Version 1.3.0pre2. by Erik de Castro Lopo · 11 years ago
  7. 139ffb0 Fix version number in Visual Studio project files. by Erik de Castro Lopo · 11 years ago
  8. a4c321e Large patch from Ben Allison fixing the MSVC build. by Erik de Castro Lopo · 11 years ago
  9. 91790ef Fix compiler warnings from new compiler flags. by Erik de Castro Lopo · 11 years ago
  10. fb13acc Revert parts of 96d081c1 that touched source code or autotools files. by Erik de Castro Lopo · 12 years ago
  11. f67928d Fix VC project files to use /objs/ directory instead of /obj/ directory. by Erik de Castro Lopo · 12 years ago
  12. 96d081c Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system by Hendricks266 · 12 years ago
  13. 66c0a58 autogen.sh: replace this by a simple call to autoreconf by Max Horn · 12 years ago
  14. 0920bc1 Fix a copy & paste error in a comment. by Timothy B. Terriberry · 12 years ago
  15. a43f56c Update library version-info. by Miroslav Lichvar · 12 years ago
  16. 49b9673 Hide symbols with nasm. by Miroslav Lichvar · 12 years ago
  17. 19c78e5 Hide symbols with gcc. by Miroslav Lichvar · 12 years ago
  18. 7edf677 Remove old GNU-stack sections from nasm files. by Miroslav Lichvar · 12 years ago
  19. 70be52b src/libFLAC/stream_encoder.c : Fix typo. by Erik de Castro Lopo · 12 years ago
  20. fc36073 Fix a regression that severely impacted compression levels. by Erik de Castro Lopo · 12 years ago
  21. 8d9e5c6 Optimize FLAC__bitreader_read_rice_signed_block. by Miroslav Lichvar · 12 years ago
  22. 7b37472 Add new clz function which works with input 0. by Miroslav Lichvar · 12 years ago
  23. d69e807 Make FLAC__clz_soft_uint32 static. by Miroslav Lichvar · 12 years ago
  24. 12022d9 Fix assembler code to make it PIC so the dynamic linker does by Samuli Suominen · 12 years ago
  25. a7e3705 Move code inside #ifdef _MSC_VER to compat.h. by Erik de Castro Lopo · 12 years ago
  26. 5b62b77 Move all definitions of FLAC__U64L to one place. by Erik de Castro Lopo · 12 years ago
  27. 8749dc2 Fix building when configured with --disable-shared. by Erik de Castro Lopo · 12 years ago
  28. feab11e Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete() by Erik de Castro Lopo · 12 years ago
  29. 387b727 bitmath: Finish up optimizations by Cristian Rodríguez · 12 years ago
  30. 155719b src/libFLAC/lpc.c : Include <inttypes.h> so compiling debug version works. by Erik de Castro Lopo · 12 years ago
  31. 5289b30 Optimize COUNT_ZERO_MSBS macro by Miroslav Lichvar · 12 years ago
  32. d9fde55 Fix all links to libtool version info rules. by Erik de Castro Lopo · 12 years ago
  33. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  34. f13ad37 Fix make distcheck by Cristian Rodríguez · 12 years ago
  35. 425d39b src/libFLAC/include/private/macros.h : Add copyright header. by Erik de Castro Lopo · 12 years ago
  36. f029625 V2: Use a single definition of MIN and MAX in sources by Cristian Rodríguez · 12 years ago
  37. d30fe60 remove unnecesary typedef in bitwriter.c by Cristian Rodríguez · 12 years ago
  38. 5de949f Fix gcc-4.7 compiler warnings. by Erik de Castro Lopo · 12 years ago
  39. 6c2040d Remove casting of return value from *alloc() functions. by Erik de Castro Lopo · 12 years ago
  40. 66bd44b Remove unnecessary typedef. by Erik de Castro Lopo · 12 years ago
  41. 5c44cd7 Add GCC specific optimisation for log base 2 operations. by Erik de Castro Lopo · 12 years ago
  42. 2f8b6a0 Rename ENDSWAP_INT to ENDSWAP_32. by Erik de Castro Lopo · 12 years ago
  43. c89269e a.out format does not support many .section directives by Dave Yeo · 12 years ago
  44. b489097 Fix a couple 'inlining failed' warning messages. by Erik de Castro Lopo · 12 years ago
  45. 587e118 Fix a bunch of -Wtype-limits warnings. by Erik de Castro Lopo · 12 years ago
  46. b6e64af Disable Altivec on host triplet powerpc-unknown-linux-gnuspe. by Erik de Castro Lopo · 12 years ago
  47. c08b679 libFLAC.m4 : Prevent empty -L flag. by Erik de Castro Lopo · 12 years ago
  48. 34de69a Disable executable stack in libFLAC.so. by Erik de Castro Lopo · 12 years ago
  49. dac99fa Patch from Dave Yeo to remove more CPP hackery. by Erik de Castro Lopo · 12 years ago
  50. 698ee5c Purge MINGW_WINSOCK_LIBS config variable. by Erik de Castro Lopo · 12 years ago
  51. a5d1d4f Improve endswapping (especially purge ntohl). by Erik de Castro Lopo · 12 years ago
  52. 4dfb536 Patch from JonY to remove more CPP hackery. by Erik de Castro Lopo · 12 years ago
  53. 59afe36 Add file include/share/compat.h and start moving CPP hackery into it. by Erik de Castro Lopo · 12 years ago
  54. 6c7568b Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings. by Erik de Castro Lopo · 12 years ago
  55. 3b41451 Fix memory leak when reinitializing stream encoder. by Erik de Castro Lopo · 12 years ago
  56. 9c2290a Fix more printf formatting issues and remove un-necessary casts. by Erik de Castro Lopo · 12 years ago
  57. 8bbbf56 Fix compiler warnings. by Erik de Castro Lopo · 12 years ago
  58. 6b3b137 Fix a couple of -Winline warnings. by Erik de Castro Lopo · 12 years ago
  59. 19e3918 Fix md5 structure clearing in previous commit by David Schleef · 13 years ago
  60. 6c8d740 Coverity fixes by Felipe Contreras · 13 years ago
  61. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  62. c9ed238 Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, SF#2182432: https://sourceforge.net/tracker2/?func=detail&aid=1947353&group_id=13478&atid=363478 https://sourceforge.net/tracker2/index.php?func=detail&aid=2182432&group_id=13478&atid=113478) by Josh Coalson · 16 years ago
  63. bd161c6 Improve decoder's ability to distinguish between a FLAC sync code and an MPEG one (SF #2491433 https://sourceforge.net/tracker2/?func=detail&aid=2491433&group_id=13478&atid=113478 by Josh Coalson · 16 years ago
  64. ee51fc0 Fix bug in bitreader handling of read callback returning a short count (SF#2490454: https://sourceforge.net/tracker2/?func=detail&aid=2490454&group_id=13478&atid=113478) by Josh Coalson · 16 years ago
  65. 0915a55 Fixes for Sun Studio/Forte; us AC_C_INLINE to detect inline keyword for compiler; eliminate floating point calcs in RG analysis array size calculations (SF#1701960: https://sourceforge.net/tracker2/?func=detail&aid=1701960&group_id=13478&atid=313478) by Josh Coalson · 16 years ago
  66. 8e28e43 remove some inlining directives by Josh Coalson · 16 years ago
  67. 494d9ab mingw fixes, enable build dll w/ mingw (SF#2000973: https://sourceforge.net/tracker2/?func=detail&aid=2000973&group_id=13478&atid=313478) by Josh Coalson · 16 years ago
  68. 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
  69. b76d4f8 remove /FLAC suffix on include path by Josh Coalson · 16 years ago
  70. e95399c fix bug in FLAC__metadata_object_vorbiscomment_replace_comment() by Josh Coalson · 16 years ago
  71. c10f978 update Makefile.lite system to work on x86_64 linux by Josh Coalson · 16 years ago
  72. 08bfd42 fix labels (missing colons) by Josh Coalson · 16 years ago
  73. 588e138 win64 fixes by Josh Coalson · 16 years ago
  74. 2737f6a win64 fixes by Josh Coalson · 16 years ago
  75. 9777974 remove VCWebDeploymentTool item for better proj compatibility with vs9 by Josh Coalson · 16 years ago
  76. d8a6f4a fix problem with encoder being too strict about subset blocksizes by Josh Coalson · 16 years ago
  77. 1be89c4 add FLAC__format_blocksize_is_subset() by Josh Coalson · 16 years ago
  78. f7df115 const-ify FLAC__crc16_table[] by Josh Coalson · 16 years ago
  79. 82b1280 update copyright for 2008 by Josh Coalson · 16 years ago
  80. 841fdd3 bump libtool version numbers by Josh Coalson · 17 years ago
  81. 09b164b bump version number to 1.2.1 by Josh Coalson · 17 years ago
  82. 504dcaf minor comments by Josh Coalson · 17 years ago
  83. 5983060 remove obsolete comment reference to end of stream checking in seek routine by Josh Coalson · 17 years ago
  84. 902e8d6 fix seek bug with ogg flac and small streams (SF#1792172: http://sourceforge.net/tracker/index.php?func=detail&aid=1792172&group_id=13478&atid=113478) by Josh Coalson · 17 years ago
  85. 0f008d2 extra checking on memory allocation sizes to prevent a class of overflow attacks by Josh Coalson · 17 years ago
  86. ab4bef6 64-bit fixes (SF#1790872: https://sourceforge.net/tracker/index.php?func=detail&aid=1790872&group_id=13478&atid=113478) by Josh Coalson · 17 years ago
  87. 5637824 OS/2 fixes (SF#1771378: https://sourceforge.net/tracker/index.php?func=detail&aid=1771378&group_id=13478&atid=113478) by Josh Coalson · 17 years ago
  88. d54eb03 fixed very rare seek bug (SF#1684049: https://sourceforge.net/tracker/index.php?func=detail&aid=1684049&group_id=13478&atid=113478) by Josh Coalson · 17 years ago
  89. 0c45880 bump cvs date in vendor string by Josh Coalson · 17 years ago
  90. 4e56b06 add FLAC__metadata_simple_iterator_get_application_id() by Josh Coalson · 17 years ago
  91. 09ccf20 add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_iterator_get_block_length(), FLAC__metadata_simple_iterator_is_last() by Josh Coalson · 17 years ago
  92. 05f710f add support for RESIDUAL_CODING_METHOD_PARTITIONED_RICE2 and blocking strategy bit by Josh Coalson · 17 years ago
  93. 4d80604 Some MinGW fixes (SF#1684879: https://sourceforge.net/tracker/index.php?func=detail&aid=1684879&group_id=13478&atid=113478) by Josh Coalson · 17 years ago
  94. f9cf27f prototype-related fixes by Josh Coalson · 17 years ago
  95. e289ae5 minor comments by Josh Coalson · 17 years ago
  96. 6aa4348 minor OPT tweaks by Josh Coalson · 17 years ago
  97. a1584f6 bump release date to 7/15/07 by Josh Coalson · 17 years ago
  98. 50bf3de comment out some optimized branch by Josh Coalson · 17 years ago
  99. 7665396 improvements to compile/link options by Josh Coalson · 17 years ago
  100. d04ddf8 add #define FLAC__LPC_UNROLLED_FILTER_LOOPS for easier selection of filter implementation by Josh Coalson · 17 years ago