1. e8d7b7f Fix Windows SIZE_T_MAX definition. by Erik de Castro Lopo · 11 years ago
  2. d6219e8 src/share/Makefile.am : Rejig building of win_utf8_io/libwin_utf8_io.la. by Erik de Castro Lopo · 11 years ago
  3. b9574fe Fix a bunch of compiler warnings (mainly MinGW). by Erik de Castro Lopo · 11 years ago
  4. 6a9a18f For windows, make UTF-8 mode into a runtime choice. by Erik de Castro Lopo · 11 years ago
  5. b500183 Only link against libogg (and libm) if needed by Ulrich Klauer · 11 years ago
  6. 5da8663 Fix pkg-config files to avoid overlinking by Ulrich Klauer · 11 years ago
  7. 805ffdb m4/ogg.m4 : Grab latest version from libogg-1.3.0. by Erik de Castro Lopo · 11 years ago
  8. ae7eda1 Rename all parameters and locals from 'index' to 'indx'. by Erik de Castro Lopo · 11 years ago
  9. da57d2a flac*.pc : Add -logg if configured with Ogg support. by Erik de Castro Lopo · 11 years ago
  10. 051a383 flactimer patches from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 11 years ago
  11. 2b875d7 flac_mac safe string patch from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 11 years ago
  12. 01e1bb9 metaflac typo patch from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 11 years ago
  13. 56c2135 autogen.sh : Test for required programs. by Erik de Castro Lopo · 11 years ago
  14. ae5cc0c flac_mac patches from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 11 years ago
  15. 1e89230 Another windows utf8 I/O patch from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 11 years ago
  16. d6218bf MSVC version patch from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 11 years ago
  17. f44c353 Two small patches for utf8 I/O. by Erik de Castro Lopo · 11 years ago
  18. c760394 include/share/Makefile.am : Add win_utf8_io.h. by Erik de Castro Lopo · 11 years ago
  19. 932c7ba Purge more strcpy/strcat usage. by Erik de Castro Lopo · 11 years ago
  20. 36c1f08 configure.ac : Version 1.3.0pre3. by Erik de Castro Lopo · 11 years ago
  21. 0cd2e9e Purge FLAC__STRINGS_IN_UTF8 from VC project files. by Erik de Castro Lopo · 11 years ago
  22. 2199d08 Enable utf8 I/O stuff when compiling with MinGW. by Erik de Castro Lopo · 11 years ago
  23. b3c3e2a Use recursive automake in src/share/ part of tree. by Erik de Castro Lopo · 11 years ago
  24. e14a087 Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs. by Erik de Castro Lopo · 11 years ago
  25. b3dab54 include/share/compat.h : Cleanup. by Erik de Castro Lopo · 11 years ago
  26. 7dc5e3a Rename _flac_stat to flac_stat_s. by Erik de Castro Lopo · 11 years ago
  27. 608e246 Rename all 'utf8_io' -> 'win_utf8_io'. by Erik de Castro Lopo · 11 years ago
  28. 5705b4d Huge Windows utf8 I/O patch. by Erik de Castro Lopo · 11 years ago
  29. 9b8fdaf src/test_libFLAC/decoders.c : Minor improvement. by Erik de Castro Lopo · 11 years ago
  30. 1ec6e3a Fix option names in documentation and help messages. by Miroslav Lichvar · 11 years ago
  31. 9a93680 include/share/compat.h : Simplify. by Erik de Castro Lopo · 11 years ago
  32. 14c28ae Replace a couple of safe_strncpy/cat with snprintf. by Erik de Castro Lopo · 11 years ago
  33. 2d6354f Replace broken str* functions with safe versions. by Erik de Castro Lopo · 11 years ago
  34. 15a011c Add new file include/share/safe_str.h. by Erik de Castro Lopo · 11 years ago
  35. 619b43d autogen.sh : OpenBSD tweaks. by Erik de Castro Lopo · 11 years ago
  36. c152d1a More Microsoft Visual Studio project file updates. by Erik de Castro Lopo · 11 years ago
  37. 74aac94 Windows flac_snprintf tweaks. by Erik de Castro Lopo · 11 years ago
  38. 5a14742 include/share/private.h : Add FLAC_API to private functions. by Erik de Castro Lopo · 11 years ago
  39. 3c84f9e Use new function flac_snprintf() where ever appropriate. by Erik de Castro Lopo · 11 years ago
  40. 06af237 Add file src/share/grabbag/snprintf.c to grabbag library. by Erik de Castro Lopo · 11 years ago
  41. 248d792 FLAC.sln : Remove obsolete in_flac project. by Erik de Castro Lopo · 11 years ago
  42. d3dac71 changelog.html : Updates. by Erik de Castro Lopo · 11 years ago
  43. f86b1a3 Wave64 patch from Janne Hyvrinen <cse@sci.fi>. by Erik de Castro Lopo · 11 years ago
  44. ca7a3cb Restore code dropped in commit f25b2602dc. by Erik de Castro Lopo · 11 years ago
  45. f25b260 Fix a couple of Windows 2Gig file size issues. by Erik de Castro Lopo · 11 years ago
  46. 6497ce1 configure.ac : Detect the size of off_t. by Erik de Castro Lopo · 11 years ago
  47. 195470f Add configure option to enable GNU GCC stack smash protection. by Erik de Castro Lopo · 11 years ago
  48. 300d17c MS VS : Add alloc.c to the grabbag static build. by Erik de Castro Lopo · 11 years ago
  49. 9edb817 MS VS inline/extern fix from Ben Alison plus comments. by Erik de Castro Lopo · 11 years ago
  50. 06f3812 configure.ac : When compiling with GCC use some extra warning flags. by Erik de Castro Lopo · 11 years ago
  51. 96a5ba7 Fix -Wshadow warnings. by Erik de Castro Lopo · 11 years ago
  52. 0a2b901 src/libFLAC/include/private/macros.h : Fix flac_min. by Erik de Castro Lopo · 11 years ago
  53. dd1fa80 Fix -Wstrict-prototypes -Wmissing-prototypes warnings. by Erik de Castro Lopo · 11 years ago
  54. b85cc57 include/share/compat.h : feeko and ftello fixes for MinGW. by Erik de Castro Lopo · 11 years ago
  55. 11efaa3 gcc_version.m4 : Use cut instead of sed. by Erik de Castro Lopo · 11 years ago
  56. 168c258 Purge old un-maintained MSVC 6 project files. by Erik de Castro Lopo · 11 years ago
  57. c8f84e2 doc/html/changelog.html : Prepare for 1.3.0 release. by Erik de Castro Lopo · 11 years ago
  58. c574ffb doc/html/documentation_tools_flac.html : Tweaks. by Erik de Castro Lopo · 11 years ago
  59. 1ad32ef Version 1.3.0pre2. by Erik de Castro Lopo · 11 years ago
  60. 05ef63b Update .gitignore. by Erik de Castro Lopo · 11 years ago
  61. b555ec1 m4/gcc_version.m4 : Fix XIPH_GCC_VERSION macro. by Erik de Castro Lopo · 11 years ago
  62. 2860f17 configure.ac : If gcc is version 4.2, use -fgnu89-inline. by Erik de Castro Lopo · 11 years ago
  63. cd3162a test/test_compression.sh : Replace seq with numbers. by Erik de Castro Lopo · 11 years ago
  64. 712b578 configure.ac : Disable stack protector on FreeBSD. by Erik de Castro Lopo · 11 years ago
  65. 71d630d FLAC/ordinals.h : Add <stdint.h> definitions for MSVC < 2010. by Erik de Castro Lopo · 11 years ago
  66. d5b03bc configure.ac : Don't enable stack protector for mingw* host_os. by Erik de Castro Lopo · 11 years ago
  67. ae663c3 FLAC/ordinals.h : Provide links for <stdint.h> replacements. by Erik de Castro Lopo · 11 years ago
  68. 139ffb0 Fix version number in Visual Studio project files. by Erik de Castro Lopo · 11 years ago
  69. fd6b192 Another MSVC patch from Ben Alison. by Erik de Castro Lopo · 11 years ago
  70. a4c321e Large patch from Ben Allison fixing the MSVC build. by Erik de Castro Lopo · 11 years ago
  71. 91790ef Fix compiler warnings from new compiler flags. by Erik de Castro Lopo · 11 years ago
  72. 05609d5 configure.ac : Add hardening compile options. by Erik de Castro Lopo · 11 years ago
  73. 9d057c7 Fix a bunch of WDG validation warnings in HTML docs. by Erik de Castro Lopo · 11 years ago
  74. 9c024f2 documentation_tools_flac.html : Document --ignore-chunk-sizes command line option. by Erik de Castro Lopo · 11 years ago
  75. 5eb63fc documentation_tools_flac.html : Fix WDG HTML validator warnings. by Erik de Castro Lopo · 11 years ago
  76. 9b11da7 src/flac/main.c : Mention --ignore-chunk-sizes in help output. by Erik de Castro Lopo · 11 years ago
  77. 0432b96 test/test_compression.sh : Use wc instead of stat to get file size. by Erik de Castro Lopo · 11 years ago
  78. 538ce85 configure.ac : Version 1.3.0pre1. by Erik de Castro Lopo · 11 years ago
  79. 2227ec7 src/flac/decode.c : Remove repeated code block. by Erik de Castro Lopo · 11 years ago
  80. c8adb08 Add appropriate WAV channel masks for 7 and 8 channel files. by Erik de Castro Lopo · 11 years ago
  81. d75cb67 Robustify autogen.sh by Timothy B. Terriberry · 11 years ago
  82. 81c9178 xmms - Fix inline linking problems with old glib by Timothy B. Terriberry · 11 years ago
  83. 100c82e xmms - #include <inttypes.h> for PRIu64 by Timothy B. Terriberry · 11 years ago
  84. 5c8bb13 xmms - Fix libtool usage. by Timothy B. Terriberry · 11 years ago
  85. b104c6d include/share/compat.h : For MSVC define inline as __inline. by Erik de Castro Lopo · 11 years ago
  86. 4632f94 Fix the 'distclean' target. by Ralph Giles · 11 years ago
  87. f1841ca Hoist a repeated conditional in the channel mapping code. by Ralph Giles · 11 years ago
  88. a53e85b autogen.sh : Make sure config.rpath exists. by Erik de Castro Lopo · 11 years ago
  89. f699788 doc: fix out-of-tree build by Olivier Blin · 11 years ago
  90. fb13acc Revert parts of 96d081c1 that touched source code or autotools files. by Erik de Castro Lopo · 11 years ago
  91. f67928d Fix VC project files to use /objs/ directory instead of /obj/ directory. by Erik de Castro Lopo · 11 years ago
  92. 33fa7dc Minor Linux fixes for Makefile.lite build method. by Erik de Castro Lopo · 11 years ago
  93. 85d5c53 Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory. by Erik de Castro Lopo · 11 years ago
  94. 96d081c Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system by Hendricks266 · 11 years ago
  95. 0da96d3 Fix to allow the flac command to parse piped WAV input with by nu774 · 12 years ago
  96. 55788ea Rename obj/ directory to objs/ to avoid BSD make issue. by Erik de Castro Lopo · 12 years ago
  97. 592021e configure.ac : Treat powerpc64 like powerpc. by Erik de Castro Lopo · 12 years ago
  98. 0b47ede configure: modernize autoconf usage by Max Horn · 12 years ago
  99. 21f68f4 configure: merge AC_CHECK_HEADERS calls by Max Horn · 12 years ago
  100. cdcb88b configure: always print ac_cv_c_compiler_gnu by Max Horn · 12 years ago