remove ancient deprecated things
[platform/upstream/flac.git] / include / FLAC / stream_encoder.h
2006-09-26 Josh Coalsonremove ancient deprecated things
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-07-06 Josh Coalsoncomments
2006-05-01 Josh Coalsondefault window to tukey(0.5) instead of hann
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-03-16 Josh Coalsonfix doc typos
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-09-26 Josh Coalsonminor comments
2003-09-24 Josh Coalsonminor formatting
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-11-19 Josh Coalsondocument some new functions
2002-11-15 Josh Coalsonfail ..._init() if CUESHEET metadata block is illegal
2002-11-08 Josh Coalsonadd ..._get_resolved_state_string() convenience function
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-09-11 Josh Coalsonminor comment typo fix
2002-09-06 Josh Coalsonminor comments
2002-09-04 Josh Coalsondoxygen comments
2002-08-30 Josh Coalsonrestrict subset to max blocksize of 16384 and max resid...
2002-08-25 Josh Coalsonmore comments
2002-08-16 Josh Coalsonmore doxygen comments
2002-08-07 Josh Coalsonadd ..._get_verify_decoder_error_stats()
2002-08-03 Josh Coalsonadd verify mode to all encoders
2002-08-02 Josh Coalsonadd ..._get_total_samples_estimate()
2002-08-01 Josh Coalsonmake typedefs for callbacks
2002-08-01 Josh Coalsonchange to FLAC__stream_encoder_init(), now calls write...
2002-07-31 Josh Coalsonnew seekable stream encoder and file encoder layers...
2002-07-27 Josh Coalsonmore doxygen docs
2002-07-26 Josh Coalsonmore doxygen docs
2002-07-25 Josh Coalsonmore doxygen docs
2002-07-24 Josh Coalsonmore doxygen docs
2002-06-14 Josh Coalsonminor changes in anticipation of release
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-06-01 Josh Coalsonnew more flexible way of passing metadata to stream...
2002-05-29 Josh Coalsonfix constness on _set_ methods
2002-05-17 Josh Coalsonupdate with new semantics for padding
2002-05-06 Matt ZimmermanUse extern "C" as appropriate to allow use with C++
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-08-16 Josh Coalsonrename some struct members to avoid C++ 'private' and...
2001-07-12 Josh Coalsonadd escape coding option
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
2001-06-14 Josh Coalsonadd support for last_metadata_is_last flag in the strea...
2001-06-13 Josh Coalsonrename FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-06-13 Josh Coalsonrename encoder.h to stream_encoder.h