1. e0b62a6 Bunch of CMake fixes by evpobr · 4 years, 2 months ago
  2. 6d0e222 Make sure CMake build files end up in release tarball by Erik de Castro Lopo · 4 years, 9 months ago
  3. 04974d2 Fix a number of gcc 9.2 compiler warnings by Erik de Castro Lopo · 4 years, 9 months ago
  4. 573dbc1 Use of BUILD_SHARED_LIBS added by Vitaliy Kirsanov · 5 years ago
  5. 1cb968a Fixed dependencies on win_utf8_io by Виталий Кирсанов · 5 years ago
  6. 5d81610 Fixed dependency between grabbag and utf8 by Vitaliy Kirsanov · 5 years ago
  7. c39718d CMake support added by Vitaliy Kirsanov · 5 years ago
  8. 01eb197 Fix miscellaneous typos. by luz.paz · 6 years ago
  9. 952c93b metaflac: Fix a memory leak by Erik de Castro Lopo · 7 years ago
  10. 1e9e707 stdint.h fixes for MSVS 2005/2008 by Erik de Castro Lopo · 7 years ago
  11. ce6ab95 When using libtool, use LTLIBICONV instead. by David Seifert · 7 years ago
  12. 6a5fe43 Bulk update copyright dates by Erik de Castro Lopo · 8 years ago
  13. d40a6bc libFLAC: Remove win_utf8_io dependency by Erik de Castro Lopo · 8 years ago
  14. 6c03ab2 Clean up #includes by Erik de Castro Lopo · 8 years ago
  15. c05b7ba Makefile.lite: Include config.mk from top level build dir by Thomas Zander · 9 years ago
  16. f7c52c8 metaflac: add --scan-replay-gain option by Ben Boeckel · 9 years ago
  17. 9228539 flac/metaflac: Do case-insensitve comparison of hex values by Erik de Castro Lopo · 9 years ago
  18. 7b757e4 Fix some minor word duplication by Zoë Blade · 10 years ago
  19. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  20. cf78006 metaflac : Fix typo in error message. by Erik de Castro Lopo · 10 years ago
  21. 865041b flac and metaflac : Don't always call setlocale() in Windows. by Erik de Castro Lopo · 10 years ago
  22. 3194829 Makefile.ams: Add MSVS project files to EXTRA_DIST. by Erik de Castro Lopo · 10 years ago
  23. d043785 Add project files for Visual Studio 2010 and later. by Erik de Castro Lopo · 10 years ago
  24. 9df6736 Update Makefile.lite build system. by Evan Ramos · 10 years ago
  25. 006b835 Fix all instances of '#if HAVE_CONFIG_H'. by Erik de Castro Lopo · 10 years ago
  26. a1abfa3 Vcproj file updates. by Erik de Castro Lopo · 11 years ago
  27. 606fdfc metaflac : Fix local_strcat() to terminate string correctly. by Miroslav Lichvar · 11 years ago
  28. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  29. cc9f392 Metaflac UTF-8 fixes (Windows) by Janne Hyvärinen · 11 years ago
  30. f9d33d9 Metaflac hex dump UTF-8 and locale fix. by Erik de Castro Lopo · 11 years ago
  31. 92db3c9 Ensure AM_LDFLAGS is used consistently by Cristian Rodríguez · 11 years ago
  32. d0c219f A set of windows utf8 patches fromJanne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 11 years ago
  33. b9574fe Fix a bunch of compiler warnings (mainly MinGW). by Erik de Castro Lopo · 11 years ago
  34. 6a9a18f For windows, make UTF-8 mode into a runtime choice. by Erik de Castro Lopo · 11 years ago
  35. b500183 Only link against libogg (and libm) if needed by Ulrich Klauer · 11 years ago
  36. ae7eda1 Rename all parameters and locals from 'index' to 'indx'. by Erik de Castro Lopo · 11 years ago
  37. 01e1bb9 metaflac typo patch from Janne Hyvärinen <cse@sci.fi>. by Erik de Castro Lopo · 11 years ago
  38. 0cd2e9e Purge FLAC__STRINGS_IN_UTF8 from VC project files. by Erik de Castro Lopo · 11 years ago
  39. 2199d08 Enable utf8 I/O stuff when compiling with MinGW. by Erik de Castro Lopo · 11 years ago
  40. b3c3e2a Use recursive automake in src/share/ part of tree. by Erik de Castro Lopo · 11 years ago
  41. e14a087 Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs. by Erik de Castro Lopo · 11 years ago
  42. 5705b4d Huge Windows utf8 I/O patch. by Erik de Castro Lopo · 11 years ago
  43. 2d6354f Replace broken str* functions with safe versions. by Erik de Castro Lopo · 11 years ago
  44. c152d1a More Microsoft Visual Studio project file updates. by Erik de Castro Lopo · 11 years ago
  45. 3c84f9e Use new function flac_snprintf() where ever appropriate. by Erik de Castro Lopo · 11 years ago
  46. f25b260 Fix a couple of Windows 2Gig file size issues. by Erik de Castro Lopo · 11 years ago
  47. 96a5ba7 Fix -Wshadow warnings. by Erik de Castro Lopo · 11 years ago
  48. 168c258 Purge old un-maintained MSVC 6 project files. by Erik de Castro Lopo · 11 years ago
  49. 91790ef Fix compiler warnings from new compiler flags. by Erik de Castro Lopo · 11 years ago
  50. fb13acc Revert parts of 96d081c1 that touched source code or autotools files. by Erik de Castro Lopo · 11 years ago
  51. f67928d Fix VC project files to use /objs/ directory instead of /obj/ directory. by Erik de Castro Lopo · 11 years ago
  52. 85d5c53 Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory. by Erik de Castro Lopo · 11 years ago
  53. 96d081c Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system by Hendricks266 · 11 years ago
  54. 6a1f59b Update FSF address. by Miroslav Lichvar · 12 years ago
  55. c2417da replace local_strtoull with _strtoui64 in windows by Cristian Rodríguez · 12 years ago
  56. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  57. 8340ab3 Use sizeof instead of magic number 4. by Erik de Castro Lopo · 12 years ago
  58. dff08f1 Fix buffer overflow by replacing strcpy with memcpy. by Erik de Castro Lopo · 12 years ago
  59. 6c2040d Remove casting of return value from *alloc() functions. by Erik de Castro Lopo · 12 years ago
  60. b81e794 Include stdlib.h for _response() and _wildcard() declarations on OS/2 by Dave Yeo · 12 years ago
  61. 587e118 Fix a bunch of -Wtype-limits warnings. by Erik de Castro Lopo · 12 years ago
  62. cfac597 metaflac : Exit with error if invalid option is passed. by Erik de Castro Lopo · 12 years ago
  63. 8f95634 Memory and fd leak fixes - ID: 3436668 by Erik de Castro Lopo · 12 years ago
  64. 698ee5c Purge MINGW_WINSOCK_LIBS config variable. by Erik de Castro Lopo · 12 years ago
  65. 59afe36 Add file include/share/compat.h and start moving CPP hackery into it. by Erik de Castro Lopo · 12 years ago
  66. 7ee9084 Fix cuesheet bug introduced in ce8a75134cace056f6c436d54b57bad1a1d93797. by Erik de Castro Lopo · 12 years ago
  67. d5bb4be Patch from David Yeo to conditionally include <inttypes.h>. by Erik de Castro Lopo · 12 years ago
  68. 9c2290a Fix more printf formatting issues and remove un-necessary casts. by Erik de Castro Lopo · 12 years ago
  69. ce8a751 Fix a bunch of printf format warnings. by Erik de Castro Lopo · 12 years ago
  70. dea0f5a add 2009 copyright by Josh Coalson · 15 years ago
  71. 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 · 15 years ago
  72. c10f978 update Makefile.lite system to work on x86_64 linux by Josh Coalson · 16 years ago
  73. 9777974 remove VCWebDeploymentTool item for better proj compatibility with vs9 by Josh Coalson · 16 years ago
  74. 82b1280 update copyright for 2008 by Josh Coalson · 16 years ago
  75. 7819f0b add missing EXTRA_DIST files by Josh Coalson · 17 years ago
  76. 0f008d2 extra checking on memory allocation sizes to prevent a class of overflow attacks by Josh Coalson · 17 years ago
  77. 330fc08 more mingw fixes by Josh Coalson · 17 years ago
  78. 12d3a41 change default extension for ogg flac from .ogg to .oga (SF#1762492: http://sourceforge.net/tracker/index.php?func=detail&aid=1762492&group_id=13478&atid=113478) by Josh Coalson · 17 years ago
  79. 69b8730 minor usage text by Josh Coalson · 17 years ago
  80. f9cf27f prototype-related fixes by Josh Coalson · 17 years ago
  81. 7665396 improvements to compile/link options by Josh Coalson · 17 years ago
  82. 4fb6132 add vcproj files to EXTRA_DIST by Josh Coalson · 17 years ago
  83. 11d0159 minor comments by Josh Coalson · 17 years ago
  84. cb6dc72 *** empty log message *** by Josh Coalson · 17 years ago
  85. 9bedd78 fix compiler warnings by Josh Coalson · 17 years ago
  86. b9d8b9e remove special makefile variants for libiconv on darwin by Josh Coalson · 17 years ago
  87. 559321c for --import-picture-from, allow MIME type in specification to be blank and filled in automatically; allow specification to be just the filename, with other fields filled in automatically by Josh Coalson · 17 years ago
  88. 1c91ee3 add debugging defines with /D by Josh Coalson · 17 years ago
  89. e74bd95 add 2007 copyright by Josh Coalson · 17 years ago
  90. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 17 years ago
  91. 44eead8 minor typos by Josh Coalson · 17 years ago
  92. 2761e13 return nonzero exit code if invalid option was used by Josh Coalson · 17 years ago
  93. b0627a4 fixes from MSVC compile by Josh Coalson · 18 years ago
  94. 6fba847 add support for read-only operations for ogg flac by Josh Coalson · 18 years ago
  95. 116ca67 fix bug, need to open exported picture file in binary mode on win32 by Josh Coalson · 18 years ago
  96. 03c9d22 disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 http://sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  97. 16e953f disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 http://sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  98. acd4a43 fix compiler warnings by Josh Coalson · 18 years ago
  99. aec8bb3 rename metaflac's --import-picture to --import-picture-from for consistency with other options by Josh Coalson · 18 years ago
  100. 989f267 add --export-picture-to option to metaflac by Josh Coalson · 18 years ago