1. 395e4ff Purge old Mac OS X Project Builder directory. by Erik de Castro Lopo · 11 years ago
  2. 2273cb9 Regenerate man/flac.1. by Erik de Castro Lopo · 11 years ago
  3. 9aa4032 Fix path to HTML documentation by Ulrich Klauer · 12 years ago
  4. aa285f3 Use C locale when reading ReplayGain tag by Ulrich Klauer · 12 years ago
  5. c1ebd2c Two minor compiled fixes for OS/2. by Erik de Castro Lopo · 11 years ago
  6. 1b1d05b Version 1.3.0pre4. by Erik de Castro Lopo · 11 years ago
  7. f2e10fa test/test_compression.sh : Test compression level 0 as well. by Erik de Castro Lopo · 11 years ago
  8. 6ed3809 Document --apply-replaygain-which-is-not-lossless command line option. by Erik de Castro Lopo · 11 years ago
  9. 03b9d5d man/flac.sgml : Document --ignore-chunk-sizes option. by Erik de Castro Lopo · 11 years ago
  10. 113ec9d src/flac/encode.c : Use flac_snprintf instead of sprintf. by Erik de Castro Lopo · 12 years ago
  11. 690205b Add set -e to stop test_metaflac.sh by Martijn van Beurden · 12 years ago
  12. 69c44a5 test/test_metaflac.sh: POSIXify embedded awk script. by Erik de Castro Lopo · 12 years ago
  13. 4f24161 Replace usage of $RANDOM in test scripts. by Erik de Castro Lopo · 12 years ago
  14. cc9f392 Metaflac UTF-8 fixes (Windows) by Janne Hyvärinen · 12 years ago
  15. f6585b0 Reduce valgrind num-callers to 50 by Martijn van Beurden · 12 years ago
  16. dec61ce Fixes setting test level and valgrind testing by Martijn van Beurden · 12 years ago
  17. bf63268 Fix status print staying on the wrong line with certain filename length. by Janne Hyvärinen · 12 years ago
  18. fc21768 Fix compile when compiling with FLAC__INTEGER_ONLY_LIBRARY. by Erik de Castro Lopo · 12 years ago
  19. ef40d9d Fix -Wshadow warnings when compiling with mingw-gcc. by Erik de Castro Lopo · 12 years ago
  20. f9d33d9 Metaflac hex dump UTF-8 and locale fix. by Erik de Castro Lopo · 12 years ago
  21. e8ffe52 Windows utf8 utime fix. by Janne Hyvärinen · 12 years ago
  22. 52fab8b Win utf8 treatment for CreateFile. by Erik de Castro Lopo · 12 years ago
  23. 92db3c9 Ensure AM_LDFLAGS is used consistently by Cristian Rodríguez · 12 years ago
  24. 0b736a5 Fix compiler warnings related to win utf8 stuff. by Erik de Castro Lopo · 12 years ago
  25. d0c219f A set of windows utf8 patches fromJanne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 12 years ago
  26. 2de567f src/libFLAC/include/private/macros.h : Add default MIN/MAX macros. by Erik de Castro Lopo · 12 years ago
  27. 03a9e60 src/libFLAC/include/private/macros.h : Check GNUC version for MIN macro. by Erik de Castro Lopo · 12 years ago
  28. d35b21e include/share/compat.h : Include cleanup. by Erik de Castro Lopo · 12 years ago
  29. 71e36c2 doc/html/changelog.html : Updates. by Erik de Castro Lopo · 12 years ago
  30. e8d7b7f Fix Windows SIZE_T_MAX definition. by Erik de Castro Lopo · 12 years ago
  31. d6219e8 src/share/Makefile.am : Rejig building of win_utf8_io/libwin_utf8_io.la. by Erik de Castro Lopo · 12 years ago
  32. b9574fe Fix a bunch of compiler warnings (mainly MinGW). by Erik de Castro Lopo · 12 years ago
  33. 6a9a18f For windows, make UTF-8 mode into a runtime choice. by Erik de Castro Lopo · 12 years ago
  34. b500183 Only link against libogg (and libm) if needed by Ulrich Klauer · 12 years ago
  35. 5da8663 Fix pkg-config files to avoid overlinking by Ulrich Klauer · 12 years ago
  36. 805ffdb m4/ogg.m4 : Grab latest version from libogg-1.3.0. by Erik de Castro Lopo · 12 years ago
  37. ae7eda1 Rename all parameters and locals from 'index' to 'indx'. by Erik de Castro Lopo · 12 years ago
  38. da57d2a flac*.pc : Add -logg if configured with Ogg support. by Erik de Castro Lopo · 12 years ago
  39. 051a383 flactimer patches from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 12 years ago
  40. 2b875d7 flac_mac safe string patch from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 12 years ago
  41. 01e1bb9 metaflac typo patch from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 12 years ago
  42. 56c2135 autogen.sh : Test for required programs. by Erik de Castro Lopo · 12 years ago
  43. ae5cc0c flac_mac patches from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 12 years ago
  44. 1e89230 Another windows utf8 I/O patch from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 12 years ago
  45. d6218bf MSVC version patch from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 12 years ago
  46. f44c353 Two small patches for utf8 I/O. by Erik de Castro Lopo · 12 years ago
  47. c760394 include/share/Makefile.am : Add win_utf8_io.h. by Erik de Castro Lopo · 12 years ago
  48. 932c7ba Purge more strcpy/strcat usage. by Erik de Castro Lopo · 12 years ago
  49. 36c1f08 configure.ac : Version 1.3.0pre3. by Erik de Castro Lopo · 12 years ago
  50. 0cd2e9e Purge FLAC__STRINGS_IN_UTF8 from VC project files. by Erik de Castro Lopo · 12 years ago
  51. 2199d08 Enable utf8 I/O stuff when compiling with MinGW. by Erik de Castro Lopo · 12 years ago
  52. b3c3e2a Use recursive automake in src/share/ part of tree. by Erik de Castro Lopo · 12 years ago
  53. e14a087 Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs. by Erik de Castro Lopo · 12 years ago
  54. b3dab54 include/share/compat.h : Cleanup. by Erik de Castro Lopo · 12 years ago
  55. 7dc5e3a Rename _flac_stat to flac_stat_s. by Erik de Castro Lopo · 12 years ago
  56. 608e246 Rename all 'utf8_io' -> 'win_utf8_io'. by Erik de Castro Lopo · 12 years ago
  57. 5705b4d Huge Windows utf8 I/O patch. by Erik de Castro Lopo · 12 years ago
  58. 9b8fdaf src/test_libFLAC/decoders.c : Minor improvement. by Erik de Castro Lopo · 12 years ago
  59. 1ec6e3a Fix option names in documentation and help messages. by Miroslav Lichvar · 12 years ago
  60. 9a93680 include/share/compat.h : Simplify. by Erik de Castro Lopo · 12 years ago
  61. 14c28ae Replace a couple of safe_strncpy/cat with snprintf. by Erik de Castro Lopo · 12 years ago
  62. 2d6354f Replace broken str* functions with safe versions. by Erik de Castro Lopo · 12 years ago
  63. 15a011c Add new file include/share/safe_str.h. by Erik de Castro Lopo · 12 years ago
  64. 619b43d autogen.sh : OpenBSD tweaks. by Erik de Castro Lopo · 12 years ago
  65. c152d1a More Microsoft Visual Studio project file updates. by Erik de Castro Lopo · 12 years ago
  66. 74aac94 Windows flac_snprintf tweaks. by Erik de Castro Lopo · 12 years ago
  67. 5a14742 include/share/private.h : Add FLAC_API to private functions. by Erik de Castro Lopo · 12 years ago
  68. 3c84f9e Use new function flac_snprintf() where ever appropriate. by Erik de Castro Lopo · 12 years ago
  69. 06af237 Add file src/share/grabbag/snprintf.c to grabbag library. by Erik de Castro Lopo · 12 years ago
  70. 248d792 FLAC.sln : Remove obsolete in_flac project. by Erik de Castro Lopo · 12 years ago
  71. d3dac71 changelog.html : Updates. by Erik de Castro Lopo · 12 years ago
  72. f86b1a3 Wave64 patch from Janne Hyvrinen <cse@sci.fi>. by Erik de Castro Lopo · 12 years ago
  73. ca7a3cb Restore code dropped in commit f25b2602dc. by Erik de Castro Lopo · 12 years ago
  74. f25b260 Fix a couple of Windows 2Gig file size issues. by Erik de Castro Lopo · 12 years ago
  75. 6497ce1 configure.ac : Detect the size of off_t. by Erik de Castro Lopo · 12 years ago
  76. 195470f Add configure option to enable GNU GCC stack smash protection. by Erik de Castro Lopo · 12 years ago
  77. 300d17c MS VS : Add alloc.c to the grabbag static build. by Erik de Castro Lopo · 12 years ago
  78. 9edb817 MS VS inline/extern fix from Ben Alison plus comments. by Erik de Castro Lopo · 12 years ago
  79. 06f3812 configure.ac : When compiling with GCC use some extra warning flags. by Erik de Castro Lopo · 12 years ago
  80. 96a5ba7 Fix -Wshadow warnings. by Erik de Castro Lopo · 12 years ago
  81. 0a2b901 src/libFLAC/include/private/macros.h : Fix flac_min. by Erik de Castro Lopo · 12 years ago
  82. dd1fa80 Fix -Wstrict-prototypes -Wmissing-prototypes warnings. by Erik de Castro Lopo · 12 years ago
  83. b85cc57 include/share/compat.h : feeko and ftello fixes for MinGW. by Erik de Castro Lopo · 12 years ago
  84. 11efaa3 gcc_version.m4 : Use cut instead of sed. by Erik de Castro Lopo · 12 years ago
  85. 168c258 Purge old un-maintained MSVC 6 project files. by Erik de Castro Lopo · 12 years ago
  86. c8f84e2 doc/html/changelog.html : Prepare for 1.3.0 release. by Erik de Castro Lopo · 12 years ago
  87. c574ffb doc/html/documentation_tools_flac.html : Tweaks. by Erik de Castro Lopo · 12 years ago
  88. 1ad32ef Version 1.3.0pre2. by Erik de Castro Lopo · 12 years ago
  89. 05ef63b Update .gitignore. by Erik de Castro Lopo · 12 years ago
  90. b555ec1 m4/gcc_version.m4 : Fix XIPH_GCC_VERSION macro. by Erik de Castro Lopo · 12 years ago
  91. 2860f17 configure.ac : If gcc is version 4.2, use -fgnu89-inline. by Erik de Castro Lopo · 12 years ago
  92. cd3162a test/test_compression.sh : Replace seq with numbers. by Erik de Castro Lopo · 12 years ago
  93. 712b578 configure.ac : Disable stack protector on FreeBSD. by Erik de Castro Lopo · 12 years ago
  94. 71d630d FLAC/ordinals.h : Add <stdint.h> definitions for MSVC < 2010. by Erik de Castro Lopo · 12 years ago
  95. d5b03bc configure.ac : Don't enable stack protector for mingw* host_os. by Erik de Castro Lopo · 12 years ago
  96. ae663c3 FLAC/ordinals.h : Provide links for <stdint.h> replacements. by Erik de Castro Lopo · 12 years ago
  97. 139ffb0 Fix version number in Visual Studio project files. by Erik de Castro Lopo · 12 years ago
  98. fd6b192 Another MSVC patch from Ben Alison. by Erik de Castro Lopo · 12 years ago
  99. a4c321e Large patch from Ben Allison fixing the MSVC build. by Erik de Castro Lopo · 12 years ago
  100. 91790ef Fix compiler warnings from new compiler flags. by Erik de Castro Lopo · 12 years ago