Fix a couple of Windows 2Gig file size issues.
[platform/upstream/flac.git] / src / libFLAC / stream_encoder.c
2002-12-30 Josh Coalsonenable SSE versions of FLAC__lpc_compute_autocorrelatio...
2002-12-29 Josh Coalsonneed release bitbuffer even in error cases in write_bit...
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-12-04 Josh Coalson#include config.h
2002-12-04 Josh Coalsonfix memory leaks found with valgrind
2002-11-19 Josh Coalsonremove debug printf's
2002-11-15 Josh Coalsonfurther implementation of new CUESHEET metadata block
2002-11-08 Josh Coalsonadd ..._get_resolved_state_string() convenience function
2002-11-06 Josh Coalsonfix bugs returning the wrong meaning from FLAC__stream_...
2002-10-21 Josh Coalsonfix from Miroslav on the lpc datapath switching logic
2002-10-18 Josh Coalsonswitch malloc+memset(0) to calloc()
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-11 Josh Coalsonadd verbatim catchall if no subframes are generated
2002-10-08 Josh Coalsonadd functions/switches for disabling certain subframe...
2002-10-04 Josh Coalsonadd support for 64bit datapath through FIR filter,...
2002-09-26 Josh Coalsonnew #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER
2002-08-30 Josh Coalsonrestrict subset to max blocksize of 16384 and max resid...
2002-08-25 Josh Coalsonadd vendor string to encoding
2002-08-21 Josh Coalsonfixes based on Windows testing
2002-08-20 Josh Coalsonminor formatting
2002-08-19 Josh Coalsonsplit off dynamically allocated stuff from FLAC__Entrop...
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