1. d40a6bc libFLAC: Remove win_utf8_io dependency by Erik de Castro Lopo · 9 years ago
  2. 9d99f2d locale_hack.h: Fix comment by Erik de Castro Lopo · 9 years ago
  3. eb753ae Remove traiing whitespace (mostly .c and .h files). by Erik de Castro Lopo · 10 years ago
  4. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  5. 46bedb5 Update URLs as nedeed. by Erik de Castro Lopo · 10 years ago
  6. 9df6736 Update Makefile.lite build system. by Evan Ramos · 10 years ago
  7. 006b835 Fix all instances of '#if HAVE_CONFIG_H'. by Erik de Castro Lopo · 11 years ago
  8. d42c042 Add missing config.h includes by Cristian Rodríguez · 11 years ago
  9. 21a7016 XMMS plugin : Fix symbol visibility. by Erik de Castro Lopo · 11 years ago
  10. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  11. b500183 Only link against libogg (and libm) if needed by Ulrich Klauer · 12 years ago
  12. 3c84f9e Use new function flac_snprintf() where ever appropriate. by Erik de Castro Lopo · 12 years ago
  13. 81c9178 xmms - Fix inline linking problems with old glib by Timothy B. Terriberry · 12 years ago
  14. 100c82e xmms - #include <inttypes.h> for PRIu64 by Timothy B. Terriberry · 12 years ago
  15. 5c8bb13 xmms - Fix libtool usage. by Timothy B. Terriberry · 12 years ago
  16. 85d5c53 Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory. by Erik de Castro Lopo · 12 years ago
  17. 96d081c Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system by Hendricks266 · 12 years ago
  18. 6a1f59b Update FSF address. by Miroslav Lichvar · 12 years ago
  19. 86efeb5 Replace printfs with "%s" format strings with puts. by Erik de Castro Lopo · 12 years ago
  20. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  21. 08832d1 XMMS patch from Timothy B. Terriberry by Erik de Castro Lopo · 13 years ago
  22. ce8a751 Fix a bunch of printf format warnings. by Erik de Castro Lopo · 13 years ago
  23. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  24. c10f978 update Makefile.lite system to work on x86_64 linux by Josh Coalson · 16 years ago
  25. 82b1280 update copyright for 2008 by Josh Coalson · 17 years ago
  26. 939dba9 fix compiler warning by Josh Coalson · 17 years ago
  27. 0f008d2 extra checking on memory allocation sizes to prevent a class of overflow attacks by Josh Coalson · 17 years ago
  28. a5b8602 move xmms cflags to end of INCLUDES by Josh Coalson · 17 years ago
  29. b9d8b9e remove special makefile variants for libiconv on darwin by Josh Coalson · 18 years ago
  30. 9747d17 fix bug: file info crashes if file DNE (SF#1634941: http://sourceforge.net/tracker/index.php?func=detail&aid=1634941&group_id=13478&atid=313478) by Josh Coalson · 18 years ago
  31. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  32. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 18 years ago
  33. d6af578 link with libogg by Josh Coalson · 18 years ago
  34. f37520b final merge down from 1.1.2 maintenance branch (cvs up -j FLAC_RELEASE_1_1_2_MAINTENANCE_BASELINE -j FLAC_RELEASE_1_1_2_MAINTENANCE_BRANCH) by Josh Coalson · 18 years ago
  35. fb84f25 minor syntax by Josh Coalson · 18 years ago
  36. 89a8205 minor fixes to linked libs by Josh Coalson · 18 years ago
  37. 8065a2d change "bytes" parameter of all read callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  38. b292e75 add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag by Josh Coalson · 18 years ago
  39. 6b21f66 merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH by Josh Coalson · 18 years ago
  40. daa6842 minro syntax by Josh Coalson · 18 years ago
  41. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  42. 8542542 update iconv settings by Josh Coalson · 18 years ago
  43. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  44. b0a4ee3 fix "redefinition of socklen_t" problem on freebsd by Josh Coalson · 19 years ago
  45. d2918a3 last batch of fixes related to problems caused by new http streaming code by Josh Coalson · 19 years ago
  46. bdb9b2c minor cosmetics by Josh Coalson · 19 years ago
  47. da08a9a add replay gain info to file info box by Josh Coalson · 19 years ago
  48. 99ea640 minor cosmetics by Josh Coalson · 19 years ago
  49. 95e39a8 allow non-strict mode for reading replaygain tags, to fallback to track tags if album tags are not available and vice versa by Josh Coalson · 19 years ago
  50. 585e45d fix bad use of g_strconcat() by Josh Coalson · 19 years ago
  51. 6fee5aa fix bug in the save_http_path initialization by Josh Coalson · 20 years ago
  52. a410777 remove the "Reference" from the plugin description by Josh Coalson · 20 years ago
  53. 1c00851 need to link libiconv by Josh Coalson · 20 years ago
  54. 05a3984 fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS by Josh Coalson · 20 years ago
  55. d2e010e improve resolution stream-length-in-millisecond calculation by Josh Coalson · 20 years ago
  56. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  57. 81b3cae revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format by Josh Coalson · 20 years ago
  58. d56ac59 define socklen_t if it doesn't exist by Josh Coalson · 20 years ago
  59. c99aa82 patch from Steven Richman: adds support for streaming http transport to xmms plugin by Josh Coalson · 20 years ago
  60. e31d9eb remove id3 support from the plugins by Josh Coalson · 20 years ago
  61. 454dc14 make listbox for "from" charset contain only UTF-8 since that is the only support encoding for vorbis comments by Josh Coalson · 20 years ago
  62. cd6bc7c add Charset_Create_List_UTF8_Only() by Josh Coalson · 20 years ago
  63. 9745f25 major plugin revamp based on x-fixer's code by Josh Coalson · 20 years ago
  64. 49623ea be more precise in long long int literal specification for ANSI compilers (gcc3 requires an LL suffix on literals that do not fit in an int by Josh Coalson · 20 years ago
  65. e841026 fix display of year tag by Josh Coalson · 20 years ago
  66. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  67. 9c650a5 add undocumented option --apply-replaygain-which-is-not-lossless to flac; required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/ by Josh Coalson · 21 years ago
  68. 1bf46dc add support for synthesis to big-endian in plugins by Josh Coalson · 21 years ago
  69. 2ee59b4 fix overflow bug in stream length calculation, debian bug #200435; see http://sourceforge.net/mailarchive/forum.php?thread_id=2733072&forum_id=6312 by Josh Coalson · 21 years ago
  70. bfd080f fix leak of xmms config struct in init by Josh Coalson · 21 years ago
  71. 13ad04b Miroslav's speed optimization patch by Josh Coalson · 22 years ago
  72. eff98c8 make hard limiter off by default by Josh Coalson · 22 years ago
  73. ca56e93 Build libtool archives instead of plain .a archives, so that PIC versions are by Matt Zimmerman · 22 years ago
  74. 3d73072 add --enable-local-xmms-plugin by Josh Coalson · 22 years ago
  75. c2b6a11 patch from Miroslav to fix bitrate display for large blocksize or small sample rate by Josh Coalson · 22 years ago
  76. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  77. 1dca1c2 remove SHARE_LIBS by Josh Coalson · 22 years ago
  78. b74fc98 revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files by Josh Coalson · 22 years ago
  79. ee3032a patches from Miroslav for file info dialog and tag editing by Josh Coalson · 22 years ago
  80. f70353b fix bitrate calcation bug with diskwriter output by Josh Coalson · 22 years ago
  81. f6fe5c2 fix lib list by Josh Coalson · 22 years ago
  82. ec348fd patch from Miroslav to show smoothed instantaneous bitrate by Josh Coalson · 22 years ago
  83. 18ca580 if the performer tag is not set, use the composer tag; for Vorbis comments this means use "ARTIST" if there is no "PERFORMER" by Josh Coalson · 22 years ago
  84. b8f8a07 updates to work with new grabbag lib by Josh Coalson · 22 years ago
  85. 03a8ff9 fix clipping setting in conjunction with hard limiter by Josh Coalson · 22 years ago
  86. 3379a17 finish replaygain implementation + config tab by Josh Coalson · 22 years ago
  87. 9502748 beginnings of configuration support for ReplayGain settings by Josh Coalson · 22 years ago
  88. 6e5361b add libid3.a by Josh Coalson · 22 years ago
  89. cd0e322 add notion of topdir to Makefile.lite build system by Josh Coalson · 22 years ago
  90. fc70147 changes for MSCV: added dsp file, rename any .cc files to .cpp by Josh Coalson · 22 years ago
  91. 3960df1 Fix slightly botched search-and-replace which produced constructs like by Matt Zimmerman · 22 years ago
  92. e525917 Use config.h rather than passing all defs in CFLAGS by Matt Zimmerman · 22 years ago
  93. 82738b3 fixes related to the change of FLAC__VERSION_STRING from a #define to an identifier by Josh Coalson · 22 years ago
  94. e2fece2 improved id3lib detection by Josh Coalson · 22 years ago
  95. 9a30d66 fix bug where output resolution was being determined before it was read from the FLAC file by Josh Coalson · 22 years ago
  96. 2552106 support 8bps in dither mode by Josh Coalson · 22 years ago
  97. fcdef33 add libplugin_common.a to linkage by Josh Coalson · 22 years ago
  98. 5e8e25d rename plugin-common lib to plugin_common by Josh Coalson · 22 years ago
  99. 753ed75 remove obsolete file by Josh Coalson · 22 years ago
  100. 496bb0a remove obsolete sources by Josh Coalson · 22 years ago