summaryrefslogtreecommitdiff
path: root/src/plugin_xmms/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Use new function flac_snprintf() where ever appropriate.Erik de Castro Lopo2013-03-171-2/+3
* xmms - Fix inline linking problems with old glibTimothy B. Terriberry2013-02-081-3/+1
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-2/+7
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-10/+10
* minor syntaxJosh Coalson2006-11-091-1/+1
* change "bytes" parameter of all read callbacks from "unsigned" to "size_t"Josh Coalson2006-10-151-2/+2
* add support for new REPLAYGAIN_REFERENCE_LOUDNESS tagJosh Coalson2006-09-141-2/+2
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-131-301/+154
* complete largefile supportJosh Coalson2006-05-241-22/+23
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* last batch of fixes related to problems caused by new http streaming codeJosh Coalson2005-09-021-4/+15
* allow non-strict mode for reading replaygain tags, to fallback to track tags ...Josh Coalson2005-09-011-1/+1
* remove the "Reference" from the plugin descriptionJosh Coalson2005-02-021-1/+1
* improve resolution stream-length-in-millisecond calculationJosh Coalson2005-01-261-2/+2
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* patch from Steven Richman: adds support for streaming http transport to xmms ...Josh Coalson2004-10-071-57/+293
* remove id3 support from the pluginsJosh Coalson2004-09-281-1/+1
* major plugin revamp based on x-fixer's codeJosh Coalson2004-09-241-3/+0
* be more precise in long long int literal specification for ANSI compilers (gc...Josh Coalson2004-07-291-1/+8
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* add undocumented option --apply-replaygain-which-is-not-lossless to flac; req...Josh Coalson2003-12-171-7/+9
* 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
* 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-021-1/+1
* patches from Miroslav for file info dialog and tag editingJosh Coalson2002-11-191-1/+2
* fix bitrate calcation bug with diskwriter outputJosh Coalson2002-11-151-2/+2
* patch from Miroslav to show smoothed instantaneous bitrateJosh Coalson2002-11-141-6/+43
* updates to work with new grabbag libJosh Coalson2002-11-071-3/+3
* fix clipping setting in conjunction with hard limiterJosh Coalson2002-11-051-1/+1
* finish replaygain implementation + config tabJosh Coalson2002-11-051-25/+73
* beginnings of configuration support for ReplayGain settingsJosh Coalson2002-11-011-0/+14
* Use config.h rather than passing all defs in CFLAGSMatt Zimmerman2002-10-101-0/+4
* fixes related to the change of FLAC__VERSION_STRING from a #define to an iden...Josh Coalson2002-09-251-1/+1
* fix bug where output resolution was being determined before it was read from ...Josh Coalson2002-09-051-2/+1
* support 8bps in dither modeJosh Coalson2002-09-051-7/+6
* minor change to plugin descriptionJosh Coalson2002-08-301-1/+1
* add dither supportJosh Coalson2002-08-291-44/+54
* fixes based on a pass over everything with autoconf/automakeJosh Coalson2002-08-231-10/+7
* update to match the new process callsJosh Coalson2002-08-121-2/+2
* Daisuke Shimamura's id3 v1/v2 + i18n patchesJosh Coalson2002-07-111-72/+46
* fix bug where plugin would crash if decoder hits unexpected end of fileJosh Coalson2002-06-181-1/+5
* fix some minor syntax errorsJosh Coalson2002-06-101-7/+7
* last batch of changes and fixes based on the libFLAC++ unit testsJosh Coalson2002-06-101-1/+1