rework so that rice parameters and raw_bits from the entropy coding method struct...
[platform/upstream/flac.git] / src / libFLAC / stream_encoder.c
2002-08-17 Josh Coalsonrework so that rice parameters and raw_bits from the...
2002-08-16 Josh Coalsonadd assertion failure on verify decoder underflow
2002-08-14 Josh Coalsonmore rigorous gate around callbacks in ..._finish(...
2002-08-07 Josh Coalsonadd ..._get_verify_decoder_error_stats()
2002-08-07 Josh Coalsondon't flush the input on delete unless encoder state...
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 Coalsonminor syntax
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-25 Josh Coalsonmake _delete() free the same stuff that _finish() does
2002-07-24 Josh Coalsonadd asserts, make FLAC__stream_encoder_finish() reset...
2002-07-15 Josh Coalsonuse FLAC__format_seektable_is_legal()
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 Coalsonminor syntax
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 Coalsondifferentiate between format max bits per sample and...
2002-05-04 Josh Coalsonupdate max sample rate checking
2002-03-12 Josh Coalsonnew blurb-based bitbuffer design changes
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-11-15 Josh Coalsonun-disable 3dnow routines
2001-11-01 Josh Coalsonchanges to reduce the stack requirements of the encoder
2001-08-16 Josh Coalsonrename some struct members to avoid C++ 'private' and...
2001-07-18 Josh Coalsonchange some debug printouts
2001-07-18 Josh Coalsonremove a bad assert on cpuinfo struct
2001-07-16 Josh Coalsonadd 3DNOW stuff from Miroslav
2001-07-16 Josh Coalsoncompute partition sums in 64-bits, move max partition...
2001-07-12 Josh Coalsonmany bug fixes, added escape coding option, fixed resid...
2001-06-29 Josh Coalsonimprove the rice parameter calculation
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 i386 to ia32 everywhere
2001-06-13 Josh Coalsonrename FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-06-13 Josh Coalsonrename encoder.c to stream_encoder.c