1. 06f3812 configure.ac : When compiling with GCC use some extra warning flags. 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. b85cc57 include/share/compat.h : feeko and ftello fixes for MinGW. by Erik de Castro Lopo · 11 years ago
  6. 11efaa3 gcc_version.m4 : Use cut instead of sed. by Erik de Castro Lopo · 11 years ago
  7. 168c258 Purge old un-maintained MSVC 6 project files. by Erik de Castro Lopo · 11 years ago
  8. c8f84e2 doc/html/changelog.html : Prepare for 1.3.0 release. by Erik de Castro Lopo · 11 years ago
  9. c574ffb doc/html/documentation_tools_flac.html : Tweaks. by Erik de Castro Lopo · 11 years ago
  10. 1ad32ef Version 1.3.0pre2. by Erik de Castro Lopo · 11 years ago
  11. 05ef63b Update .gitignore. by Erik de Castro Lopo · 11 years ago
  12. b555ec1 m4/gcc_version.m4 : Fix XIPH_GCC_VERSION macro. by Erik de Castro Lopo · 11 years ago
  13. 2860f17 configure.ac : If gcc is version 4.2, use -fgnu89-inline. by Erik de Castro Lopo · 11 years ago
  14. cd3162a test/test_compression.sh : Replace seq with numbers. by Erik de Castro Lopo · 11 years ago
  15. 712b578 configure.ac : Disable stack protector on FreeBSD. by Erik de Castro Lopo · 11 years ago
  16. 71d630d FLAC/ordinals.h : Add <stdint.h> definitions for MSVC < 2010. by Erik de Castro Lopo · 11 years ago
  17. d5b03bc configure.ac : Don't enable stack protector for mingw* host_os. by Erik de Castro Lopo · 11 years ago
  18. ae663c3 FLAC/ordinals.h : Provide links for <stdint.h> replacements. by Erik de Castro Lopo · 11 years ago
  19. 139ffb0 Fix version number in Visual Studio project files. by Erik de Castro Lopo · 11 years ago
  20. fd6b192 Another MSVC patch from Ben Alison. by Erik de Castro Lopo · 11 years ago
  21. a4c321e Large patch from Ben Allison fixing the MSVC build. by Erik de Castro Lopo · 11 years ago
  22. 91790ef Fix compiler warnings from new compiler flags. by Erik de Castro Lopo · 11 years ago
  23. 05609d5 configure.ac : Add hardening compile options. by Erik de Castro Lopo · 11 years ago
  24. 9d057c7 Fix a bunch of WDG validation warnings in HTML docs. by Erik de Castro Lopo · 11 years ago
  25. 9c024f2 documentation_tools_flac.html : Document --ignore-chunk-sizes command line option. by Erik de Castro Lopo · 11 years ago
  26. 5eb63fc documentation_tools_flac.html : Fix WDG HTML validator warnings. by Erik de Castro Lopo · 11 years ago
  27. 9b11da7 src/flac/main.c : Mention --ignore-chunk-sizes in help output. by Erik de Castro Lopo · 11 years ago
  28. 0432b96 test/test_compression.sh : Use wc instead of stat to get file size. by Erik de Castro Lopo · 11 years ago
  29. 538ce85 configure.ac : Version 1.3.0pre1. by Erik de Castro Lopo · 11 years ago
  30. 2227ec7 src/flac/decode.c : Remove repeated code block. by Erik de Castro Lopo · 11 years ago
  31. c8adb08 Add appropriate WAV channel masks for 7 and 8 channel files. by Erik de Castro Lopo · 11 years ago
  32. d75cb67 Robustify autogen.sh by Timothy B. Terriberry · 11 years ago
  33. 81c9178 xmms - Fix inline linking problems with old glib by Timothy B. Terriberry · 11 years ago
  34. 100c82e xmms - #include <inttypes.h> for PRIu64 by Timothy B. Terriberry · 11 years ago
  35. 5c8bb13 xmms - Fix libtool usage. by Timothy B. Terriberry · 11 years ago
  36. b104c6d include/share/compat.h : For MSVC define inline as __inline. by Erik de Castro Lopo · 11 years ago
  37. 4632f94 Fix the 'distclean' target. by Ralph Giles · 11 years ago
  38. f1841ca Hoist a repeated conditional in the channel mapping code. by Ralph Giles · 11 years ago
  39. a53e85b autogen.sh : Make sure config.rpath exists. by Erik de Castro Lopo · 11 years ago
  40. f699788 doc: fix out-of-tree build by Olivier Blin · 12 years ago
  41. fb13acc Revert parts of 96d081c1 that touched source code or autotools files. by Erik de Castro Lopo · 11 years ago
  42. f67928d Fix VC project files to use /objs/ directory instead of /obj/ directory. by Erik de Castro Lopo · 11 years ago
  43. 33fa7dc Minor Linux fixes for Makefile.lite build method. by Erik de Castro Lopo · 11 years ago
  44. 85d5c53 Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory. by Erik de Castro Lopo · 11 years ago
  45. 96d081c Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system by Hendricks266 · 12 years ago
  46. 0da96d3 Fix to allow the flac command to parse piped WAV input with by nu774 · 12 years ago
  47. 55788ea Rename obj/ directory to objs/ to avoid BSD make issue. by Erik de Castro Lopo · 12 years ago
  48. 592021e configure.ac : Treat powerpc64 like powerpc. by Erik de Castro Lopo · 12 years ago
  49. 0b47ede configure: modernize autoconf usage by Max Horn · 12 years ago
  50. 21f68f4 configure: merge AC_CHECK_HEADERS calls by Max Horn · 12 years ago
  51. cdcb88b configure: always print ac_cv_c_compiler_gnu by Max Horn · 12 years ago
  52. 66c0a58 autogen.sh: replace this by a simple call to autoreconf by Max Horn · 12 years ago
  53. f20164e configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN by Max Horn · 12 years ago
  54. 0920bc1 Fix a copy & paste error in a comment. by Timothy B. Terriberry · 12 years ago
  55. 762ae01 Covert 2 C source files from dos to unix line endings. by Erik de Castro Lopo · 12 years ago
  56. 6a1f59b Update FSF address. by Miroslav Lichvar · 12 years ago
  57. a43f56c Update library version-info. by Miroslav Lichvar · 12 years ago
  58. 49b9673 Hide symbols with nasm. by Miroslav Lichvar · 12 years ago
  59. 19c78e5 Hide symbols with gcc. by Miroslav Lichvar · 12 years ago
  60. 18e0154 Don't override user-specified CFLAGS. by Miroslav Lichvar · 12 years ago
  61. 7edf677 Remove old GNU-stack sections from nasm files. by Miroslav Lichvar · 12 years ago
  62. b61825d Add missing options to flac man page. by Miroslav Lichvar · 12 years ago
  63. 70be52b src/libFLAC/stream_encoder.c : Fix typo. by Erik de Castro Lopo · 12 years ago
  64. 86efeb5 Replace printfs with "%s" format strings with puts. by Erik de Castro Lopo · 12 years ago
  65. 1f0dacc Add a regresion test for compression levels. by Erik de Castro Lopo · 12 years ago
  66. fc36073 Fix a regression that severely impacted compression levels. by Erik de Castro Lopo · 12 years ago
  67. a2923e6 Regenerate manpages. by Erik de Castro Lopo · 12 years ago
  68. 6f3f7f0 Updates to metaflac manpage from Jaren Stangret <sirjaren@gmail.com>. by Erik de Castro Lopo · 12 years ago
  69. 023f06f man/Makefile : Fail more gracefully. by Erik de Castro Lopo · 12 years ago
  70. b21f190 Add a convenience function to create a Metadata::Padding object with a by Erik de Castro Lopo · 12 years ago
  71. 8d9e5c6 Optimize FLAC__bitreader_read_rice_signed_block. by Miroslav Lichvar · 12 years ago
  72. 7b37472 Add new clz function which works with input 0. by Miroslav Lichvar · 12 years ago
  73. d69e807 Make FLAC__clz_soft_uint32 static. by Miroslav Lichvar · 12 years ago
  74. 12022d9 Fix assembler code to make it PIC so the dynamic linker does by Samuli Suominen · 12 years ago
  75. a9f3bc8 Change order of flac_LDADD libs so it works with mingw. by Erik de Castro Lopo · 12 years ago
  76. 4ef5bfb Add 'ar-lib' to .gitignore. by Erik de Castro Lopo · 12 years ago
  77. 3e2cd27 configure.ac : Make sure FLAC__HAS_OGG gets defined to either 0 or 1. by Erik de Castro Lopo · 12 years ago
  78. a7e3705 Move code inside #ifdef _MSC_VER to compat.h. by Erik de Castro Lopo · 12 years ago
  79. 5b62b77 Move all definitions of FLAC__U64L to one place. by Erik de Castro Lopo · 12 years ago
  80. 1294b64 Adds last functions from C metadata api to C++ metadata api by Bastiaan Timmer · 12 years ago
  81. 8749dc2 Fix building when configured with --disable-shared. by Erik de Castro Lopo · 12 years ago
  82. feab11e Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete() by Erik de Castro Lopo · 12 years ago
  83. 63c874f Fix build with automake 1.12 by Cristian Rodríguez · 12 years ago
  84. 04ca6fd Quick patch to fix FLAC_metadata_object api docs. by Bastiaan Timmer · 12 years ago
  85. 387b727 bitmath: Finish up optimizations by Cristian Rodríguez · 12 years ago
  86. 605f920 Fix more compiler warnings. by Erik de Castro Lopo · 12 years ago
  87. 7c07a0d configure.ac : For gcc use -Wall -Wextra when using --enable-gcc-werror. by Erik de Castro Lopo · 12 years ago
  88. 56c3191 metadata.cpp : Fix compiler warning on 64 bit. by Erik de Castro Lopo · 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. 601e961 Add missing functions to VorbisComment class. by Erik de Castro Lopo · 12 years ago
  91. 5289b30 Optimize COUNT_ZERO_MSBS macro by Miroslav Lichvar · 12 years ago
  92. d9fde55 Fix all links to libtool version info rules. by Erik de Castro Lopo · 12 years ago
  93. f491b73 Bump version-info for libFLAC++ from 8:0:2 to 8:0:3. by Erik de Castro Lopo · 12 years ago
  94. cd9053c Add functionality present in the C library to the to C++ SeekTable class. by Erik de Castro Lopo · 12 years ago
  95. c5c4ce9 Tweak MALLOC_PERTURB_ expression in tests. by Erik de Castro Lopo · 12 years ago
  96. 95f0f75 export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite by Cristian Rodríguez · 12 years ago
  97. c2417da replace local_strtoull with _strtoui64 in windows by Cristian Rodríguez · 12 years ago
  98. 7e62afe Remove local_strtoull, windows has equivalent function _strtoui64 by Cristian Rodríguez · 12 years ago
  99. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  100. 8340ab3 Use sizeof instead of magic number 4. by Erik de Castro Lopo · 12 years ago