summaryrefslogtreecommitdiff
path: root/src/plugin_xmms
Commit message (Expand)AuthorAgeFilesLines
...
* fix "redefinition of socklen_t" problem on freebsdJosh Coalson2005-09-021-1/+2
* last batch of fixes related to problems caused by new http streaming codeJosh Coalson2005-09-022-12/+24
* minor cosmeticsJosh Coalson2005-09-021-3/+3
* add replay gain info to file info boxJosh Coalson2005-09-021-1/+55
* minor cosmeticsJosh Coalson2005-09-023-6/+6
* allow non-strict mode for reading replaygain tags, to fallback to track tags ...Josh Coalson2005-09-011-1/+1
* fix bad use of g_strconcat()Josh Coalson2005-08-311-1/+1
* fix bug in the save_http_path initializationJosh Coalson2005-03-021-1/+1
* remove the "Reference" from the plugin descriptionJosh Coalson2005-02-021-1/+1
* need to link libiconvJosh Coalson2005-02-022-2/+3
* fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGSJosh Coalson2005-01-301-1/+2
* improve resolution stream-length-in-millisecond calculationJosh Coalson2005-01-261-2/+2
* add 2005 to copyright noticesJosh Coalson2005-01-2511-12/+12
* revamp plugin_common to use utf-8 instead of wchar_t as the internal comment ...Josh Coalson2004-12-302-66/+55
* define socklen_t if it doesn't existJosh Coalson2004-12-301-0/+9
* patch from Steven Richman: adds support for streaming http transport to xmms ...Josh Coalson2004-10-078-58/+1547
* remove id3 support from the pluginsJosh Coalson2004-09-286-15/+12
* make listbox for "from" charset contain only UTF-8 since that is the only sup...Josh Coalson2004-09-261-3/+3
* add Charset_Create_List_UTF8_Only()Josh Coalson2004-09-262-0/+9
* major plugin revamp based on x-fixer's codeJosh Coalson2004-09-247-109/+108
* be more precise in long long int literal specification for ANSI compilers (gc...Josh Coalson2004-07-291-1/+8
* fix display of year tagJosh Coalson2004-07-221-1/+1
* update copyright to 2004Josh Coalson2004-01-1710-11/+11
* add undocumented option --apply-replaygain-which-is-not-lossless to flac; req...Josh Coalson2003-12-174-10/+14
* add support for synthesis to big-endian in pluginsJosh Coalson2003-09-151-2/+17
* fix overflow bug in stream length calculation, debian bug #200435; see http:/...Josh Coalson2003-07-081-1/+1
* fix leak of xmms config struct in initJosh Coalson2003-05-191-0/+2
* Miroslav's speed optimization patchJosh Coalson2003-02-271-84/+84
* make hard limiter off by defaultJosh Coalson2003-02-251-2/+3
* Build libtool archives instead of plain .a archives, so that PIC versions areMatt Zimmerman2003-02-071-4/+4
* add --enable-local-xmms-pluginJosh Coalson2003-01-141-0/+4
* patch from Miroslav to fix bitrate display for large blocksize or small sampl...Josh Coalson2003-01-041-7/+14
* Add 2003 to copyright noticeJosh Coalson2003-01-024-5/+5
* remove SHARE_LIBSJosh Coalson2002-12-031-1/+3
* revamp Makefile.lite system, use separate dirs and names for debug and releas...Josh Coalson2002-11-201-7/+8
* patches from Miroslav for file info dialog and tag editingJosh Coalson2002-11-194-145/+253
* fix bitrate calcation bug with diskwriter outputJosh Coalson2002-11-151-2/+2
* fix lib listJosh Coalson2002-11-141-1/+7
* patch from Miroslav to show smoothed instantaneous bitrateJosh Coalson2002-11-141-6/+43
* if the performer tag is not set, use the composer tag; for Vorbis comments th...Josh Coalson2002-11-131-0/+2
* updates to work with new grabbag libJosh Coalson2002-11-072-4/+4
* fix clipping setting in conjunction with hard limiterJosh Coalson2002-11-051-1/+1
* finish replaygain implementation + config tabJosh Coalson2002-11-056-101/+352
* beginnings of configuration support for ReplayGain settingsJosh Coalson2002-11-014-2/+95
* add libid3.aJosh Coalson2002-11-011-1/+1
* add notion of topdir to Makefile.lite build systemJosh Coalson2002-10-231-3/+5
* changes for MSCV: added dsp file, rename any .cc files to .cppJosh Coalson2002-10-161-3/+3
* Fix slightly botched search-and-replace which produced constructs likeMatt Zimmerman2002-10-151-1/+1
* Use config.h rather than passing all defs in CFLAGSMatt Zimmerman2002-10-102-3/+7
* fixes related to the change of FLAC__VERSION_STRING from a #define to an iden...Josh Coalson2002-09-251-1/+1