remove the commented-out and erroneous end-of-stream setting in read_callback_()...
[platform/upstream/flac.git] / src / plugin_winamp2 /
2004-09-24 Josh Coalsonmajor plugin revamp based on x-fixer's code
2004-09-10 Josh Coalsonbump version number to 1.1.1
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-18 Josh Coalsonfix plugin to match latest api for replaygain synthesis
2003-12-17 Josh Coalsonfixes from MSVC build
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-01-25 Josh Coalsonremove reference to obsolete Makefile.vc
2003-01-25 Josh Coalsonobsolete now that .dsp files are complete
2003-01-25 Josh Coalsonbump version number to 1.1.0, partial update to match...
2003-01-25 Josh Coalsonbump version number to 1.1.0
2003-01-15 Josh Coalsonadd tagz.cpp/h
2003-01-14 Josh CoalsonSecond patch from X-Fixer: file info dialog, tag editor...
2003-01-08 Josh Coalsonbump version string to 1.0.5_beta2
2003-01-08 Josh Coalsonnew configuration dialog and replay gain code; thanks...
2003-01-08 Josh Coalsonadd config/resource stuff
2003-01-08 Josh Coalsonmoved into include/winamp2/
2003-01-08 Josh Coalsoninitial import
2003-01-02 Josh Coalsonupdate the version number from 1.0.4 to 1.0.5-beta1
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-03 Josh Coalsonremove in_flac.dsw from EXTRA_DIST
2002-11-27 Josh Coalsonminor fixes
2002-11-22 Josh Coalsonget Makefile.vc system working again with new debug...
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-10-18 Josh Coalsonfixes for building static libs (new FLAC__NO_DLL #define)
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-16 Josh Coalsonupdate for plugin_common usage
2002-09-25 Josh Coalsonfixes related to the change of FLAC__VERSION_STRING...
2002-09-25 Josh Coalsonbump the version number from 1.0.4_beta to 1.0.4
2002-09-09 Josh Coalsonbump version number to 1.0.4_beta
2002-09-05 Josh Coalsonfix bug where output resolution was being determined...
2002-09-05 Josh Coalsonsupport 8bps in dither mode
2002-09-05 Josh Coalsonfix bug with title composition
2002-09-04 Josh Coalsonadd support for merged canonical tags, decimation of...
2002-08-27 Josh Coalsonfixes to make consistent with xmms plugin
2002-08-23 Josh Coalsonfixes based on a pass over everything with autoconf...
2002-08-23 Josh Coalsonmove dithering into plugin_common library
2002-08-23 Josh Coalsoninitial import
2002-08-22 Josh Coalsonlinear dither now working
2002-08-12 Josh Coalsonupdate to match the new process calls
2002-07-23 Josh Coalsonfix syntax errors
2002-07-11 Josh Coalsonfirst pass at 8-bit and 24-bit support, plus dithering
2002-07-09 Josh Coalsonadd Makefile.lite, Makefile.vc, etc. to EXTRA_DIST
2002-07-05 uid38180fix bug where bogs dialog was popping up
2002-07-02 Josh Coalsonbump version number from 1.0.3_beta to 1.0.3
2002-06-18 Josh Coalsonfix bug where plugin would crash if decoder hits unexpe...
2002-06-11 Josh Coalsonfixes from compiling code and running all the tests...
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-05 Josh Coalsonread id3v1 tags
2002-06-04 Josh Coalsonfix with new status enums
2002-06-01 Josh Coalsonbump version number to 1.0.3
2002-02-17 Josh Coalsonfix bug where play() was dying instead of skipping...
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-12-04 Josh Coalsonupdate the version number to 1.0.2
2001-12-04 Josh Coalsonsimplify decoder finishing; make decoder deleting more...
2001-06-29 Josh Coalsonsupposedly fixes bug where playback happens too fast...
2001-06-27 Josh Coalsonadd -DVERSION
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-06-08 Josh Coalsonadd/update copyright and license notices
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-05-31 Josh Coalsonintegrate mdz's patch so 'make dist' will work as expected
2001-04-01 Josh Coalsonsuppress linking of libc
2001-03-21 Josh Coalsonfix version string
2001-03-21 Josh Coalsoncleanup whitespace
2001-03-20 Josh Coalsonfix a couple of playback bugs
2001-03-05 Josh Coalsonrename ENCODING to STREAMINFO
2001-03-01 Josh Coalson*** empty log message ***
2001-02-02 Josh Coalsonminor fixes
2001-01-28 Josh Coalsonfix to work with new write_callback signature
2001-01-19 Josh Coalsonuse FLAC__VERSION_STRING for version
2001-01-19 Josh Coalsonuse VERSION macro for version instead of hardcoding it
2001-01-16 Josh Coalsonupdate copyright for 2001
2001-01-16 Josh Coalsonminor compile error fix
2001-01-16 Josh Coalsonupdate version to 0.5
2001-01-13 Josh Coalsonturn off MD5 checking in the plugin
2000-12-25 Josh Coalsontweak compiler options
2000-12-22 Josh Coalsonchange version to 0.4
2000-12-17 Josh CoalsonVersion number changed to 0.3
2000-12-10 Josh CoalsonInitial revision