fix bug where plugin would crash if decoder hits unexpected end of file
[platform/upstream/flac.git] / src / plugin_xmms / plugin.c
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