fix to ogg-less building
[platform/upstream/flac.git] / src / libFLAC / stream_encoder.c
2006-10-15 Josh Coalsonfix to ogg-less building
2006-10-15 Josh Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-10-11 Josh Coalsonfix bug stats sent to progress callback
2006-10-10 Josh Coalsonremove window debugging code
2006-10-09 Josh Coalsonminor comments
2006-10-07 Josh Coalsonlimit subset further if sample rate is <=48kHz: max...
2006-10-03 Josh Coalsontry to limit the #defines (of fseeko to fseek and ftell...
2006-09-26 Josh Coalsonremove ancient deprecated things
2006-09-24 Josh Coalsonadd more checks to PICTURE metadata: at most one type...
2006-09-23 Josh Coalsonadd support for new PICTURE metadata block
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-05-24 Josh Coalsoncomplete largefile support
2006-05-18 Josh Coalsonminor comments
2006-05-03 Josh Coalsonminor fixes
2006-05-01 Josh Coalsonturn off window profiling
2006-05-01 Josh Coalsondefault window to tukey(0.5) instead of hann
2006-04-28 Josh Coalsonfix calculation bugs in encode_subframe_(): max_qlp_coe...
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2005-05-05 Josh Coalsonremove FLAC__SYMMETRIC_RICE code
2005-02-04 Josh Coalsonminor comments
2005-01-29 Josh Coalsonadd FLAC__MANDATORY_VERIFY_WHILE_ENCODING ifdefs which...
2005-01-26 Josh Coalsonfix ANSI C violation w.r.t. const arrays
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-12-30 Josh Coalsonin stream encoder, only allocate and calculate real...
2004-12-30 Josh Coalsonfix typo in comment
2004-11-09 Josh Coalsonfinished integerized flavor of library; sections with...
2004-10-20 Josh Coalsonfirst pass at making an integer-only flavor of the...
2004-09-10 Josh Coalsonadd new requirements to ogg mapping: vorbis comment...
2004-07-23 Josh Coalsontweaks to the MD5 routines; they need to be exported...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-09-24 Josh Coalsonuse resolved_state_string as much as possible
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-10 Josh Coalsonbig fix to allow codec and metadata interface to handle...
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
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