change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t"
[platform/upstream/flac.git] / src / libFLAC++ / stream_encoder.cpp
2006-10-15 Josh Coalsonchange "bytes" parameter of all encoder write callbacks...
2006-10-15 Josh Coalsonchange "bytes" parameter of all read callbacks from...
2006-10-15 Josh Coalsonrename set_serial_number to set_ogg_serial_number every...
2006-10-15 Josh Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-09-15 Josh Coalsonchange libOggFLAC++ API to make OggFLAC::Decoder::Strea...
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-05-03 Josh Coalsonminor syntax
2006-05-01 Josh Coalsonadd set_apodization() to oggflac layers
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-01-27 Josh Coalsonfixes for compiling with SunPro
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2005-01-25 Josh Coalsonremove superfluous semicolon after namespace closures
2004-07-23 Josh Coalsonwork around MSVC bug in set_metadata()
2004-07-22 Josh Coalsonadd FLAC::Encoder::*::set_metadata(FLAC::Metadata:...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-18 Josh Coalson#pragma to turn off useless MSVC warning C4800
2003-09-24 Josh Coalson*::State::resolved_as_cstring() is now inlined
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-10-16 Josh Coalsonrename .cc files to .cpp since I can find no way to...