xmms - Fix inline linking problems with old glib
[platform/upstream/flac.git] / src / plugin_xmms / plugin.c
2013-02-08 Timothy B. Terriberryxmms - Fix inline linking problems with old glib
2012-12-05 Miroslav LichvarUpdate FSF address.
2009-01-07 Josh Coalsonadd 2009 copyright
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2006-11-09 Josh Coalsonminor syntax
2006-10-15 Josh Coalsonchange "bytes" parameter of all read callbacks from...
2006-09-14 Josh Coalsonadd support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-09-02 Josh Coalsonlast batch of fixes related to problems caused by new...
2005-09-01 Josh Coalsonallow non-strict mode for reading replaygain tags,...
2005-02-02 Josh Coalsonremove the "Reference" from the plugin description
2005-01-26 Josh Coalsonimprove resolution stream-length-in-millisecond calculation
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-10-07 Josh Coalsonpatch from Steven Richman: adds support for streaming...
2004-09-28 Josh Coalsonremove id3 support from the plugins
2004-09-24 Josh Coalsonmajor plugin revamp based on x-fixer's code
2004-07-29 Josh Coalsonbe more precise in long long int literal specification...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-09-15 Josh Coalsonadd support for synthesis to big-endian in plugins
2003-07-08 Josh Coalsonfix overflow bug in stream length calculation, debian...
2003-05-19 Josh Coalsonfix leak of xmms config struct in init
2003-02-27 Josh CoalsonMiroslav's speed optimization patch
2003-01-04 Josh Coalsonpatch from Miroslav to fix bitrate display for large...
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-11-19 Josh Coalsonpatches from Miroslav for file info dialog and tag...
2002-11-15 Josh Coalsonfix bitrate calcation bug with diskwriter output
2002-11-14 Josh Coalsonpatch from Miroslav to show smoothed instantaneous...
2002-11-07 Josh Coalsonupdates to work with new grabbag lib
2002-11-05 Josh Coalsonfix clipping setting in conjunction with hard limiter
2002-11-05 Josh Coalsonfinish replaygain implementation + config tab
2002-11-01 Josh Coalsonbeginnings of configuration support for ReplayGain...
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-09-25 Josh Coalsonfixes related to the change of FLAC__VERSION_STRING...
2002-09-05 Josh Coalsonfix bug where output resolution was being determined...
2002-09-05 Josh Coalsonsupport 8bps in dither mode
2002-08-30 Josh Coalsonminor change to plugin description
2002-08-29 Josh Coalsonadd dither support
2002-08-23 Josh Coalsonfixes based on a pass over everything with autoconf...
2002-08-12 Josh Coalsonupdate to match the new process calls
2002-07-11 Josh CoalsonDaisuke Shimamura's id3 v1/v2 + i18n patches
2002-06-18 Josh Coalsonfix bug where plugin would crash if decoder hits unexpe...
2002-06-10 Josh Coalsonfix some minor syntax errors
2002-06-10 Josh Coalsonlast batch of changes and fixes based on the libFLAC...
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-06-04 Josh Coalsonfix with new status enums
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-12-04 Josh Coalsonsimplify decoder finishing; make thread synchronization...
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
2001-06-13 Josh Coalsonfix to work with the new decoder interface
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-05-30 Josh Coalsonmake RESERVOIR_TEST the default, remove old code
2001-04-18 Josh Coalsonfix some compile bugs related to RESERVOIR_TEST
2001-04-17 Josh Coalsonparameterize the number of samples per write
2001-03-30 Josh Coalsonadd support for 8-bps files
2001-03-05 Josh Coalsonrename ENCODING to STREAMINFO
2001-03-01 Josh Coalsonbuncha fixes
2001-02-02 Josh Coalsonadd code for a FIFOed reservoir
2001-01-28 Josh Coalsonfix to work with new write_callback signature
2001-01-24 Josh Coalsondrop major/minor version numbers, use just version...
2001-01-16 Josh Coalsonupdate copyright for 2001
2001-01-13 Josh Coalsonturn off MD5 checking in the plugin
2000-12-10 Josh CoalsonInitial revision