Fix a couple of Windows 2Gig file size issues.
[platform/upstream/flac.git] / src / libFLAC / stream_encoder.c
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
2013-03-10 Erik de Castro LopoFix -Wshadow warnings.
2013-03-10 Erik de Castro LopoFix -Wstrict-prototypes -Wmissing-prototypes warnings.
2012-11-30 Erik de Castro Loposrc/libFLAC/stream_encoder.c : Fix typo.
2012-06-22 Erik de Castro LopoMove code inside #ifdef _MSC_VER to compat.h.
2012-06-22 Erik de Castro LopoFix building when configured with --disable-shared.
2012-06-22 Erik de Castro LopoFix FLAC__stream_decoder_delete() and FLAC__stream_enco...
2012-04-07 Cristian RodríguezUpdate and improve autotools build
2012-04-05 Cristian RodríguezV2: Use a single definition of MIN and MAX in sources
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2012-02-04 Erik de Castro LopoAdd file include/share/compat.h and start moving CPP...
2012-02-04 Erik de Castro LopoPatch from JonY to suppress redefinition warnings with...
2012-02-01 Erik de Castro LopoFix memory leak when reinitializing stream encoder.
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-02 Josh Coalsonfixes for windows builds (SF#1676822: https://sourcefor...
2008-05-27 Josh Coalsonfix problem with encoder being too strict about subset...
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-13 Josh Coalsonminor comments
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-07-31 Josh Coalsonadd support for RESIDUAL_CODING_METHOD_PARTITIONED_RICE...
2007-06-20 Josh Coalsonfix for FLAC__INTEGER_ONLY_LIBRARY
2007-06-19 Josh Coalsonminor comments
2007-06-14 Josh Coalsonadd internal FLAC__stream_encoder_set/get_do_md5()
2007-04-04 Josh Coalsoncall precompute_partition_info_sums_32bit_asm_ia32_...
2007-04-04 Josh CoalsonMSVC optimization in process calls
2007-04-04 Josh Coalsonremove more redundant logic in process calls
2007-04-04 Josh Coalsonwindow the integer_signal instead of real_signal, remov...
2007-03-31 Josh Coalsonminor optimizations to precompute_partition_info_sums_()
2007-03-30 Josh Coalsonadd FLAC__format_sample_rate_is_subset()
2007-03-14 Josh Coalsonminor tweaks to private md5 interface
2007-03-12 Josh Coalsonunify inlining method in prep for inline tests
2007-03-06 Josh Coalsonminor comments
2007-03-03 Josh Coalsonremove FLAC__SSE_OS restriction on SSE usage
2007-03-01 Josh Coalsonminor tweak for vc++
2007-02-28 Josh Coalsonminor comments
2007-02-14 Josh Coalsonturn off FLAC__MANDATORY_VERIFY_WHILE_ENCODING
2007-02-06 Josh Coalsonchange default blocksize from 4608 to 4096 for LPC...
2007-02-06 Josh Coalsonchange the min/max rice partition order for compression...
2007-02-04 Josh Coalsonturn on FLAC__MANDATORY_VERIFY_WHILE_ENCODING for 1...
2007-02-03 Josh Coalsonminor comments
2007-02-02 Josh Coalsonadd 2007 copyright
2007-02-02 Josh Coalson*** empty log message ***
2007-02-01 Josh Coalsonspeed up precompute_partition_info_escapes_()
2007-01-31 Josh Coalsonbump requisite _MSC_VER to <=1600 for fseeko/ftello...
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2007-01-29 Josh Coalsonin FLAC__stream_encoder_set_metadata(), copy the metada...
2007-01-28 Josh Coalsonseveral speed improvements: completely rewritten bitbuf...
2007-01-24 Josh Coalsoncode simplification and speed optimization for set_part...
2007-01-24 Josh Coalsonminor cleanup in count_rice_bits_()
2007-01-23 Josh Coalsonadd system for verifying that encoded frame size estima...
2006-12-05 Josh Coalsonfix bug with locale-specific -A defaults for -0..-8...
2006-11-27 Josh Coalsonquick fix for SF#1601812 where an error of exactly...
2006-11-21 Josh Coalsonpatch: support for borland c++ compile (SF#1599018...
2006-11-16 Josh Coalsonmake "#if FLAC__HAS_OGG" checking consistent
2006-11-16 Josh Coalsonmultifix: change FLAC__stream_encoder_finish() to also...
2006-11-15 Josh Coalsonfix a bug where missing STREAMINFO fields (min/max...
2006-11-11 Josh Coalsonfix compiler warnings
2006-11-09 Josh Coalsonadd overreading in the stream encoder process calls...
2006-11-09 Josh Coalsonfix bug in verify_write_callback_ where the FIFO dequeu...
2006-11-09 Josh Coalsonadd a boolean return value to FLAC__stream_encoder_fini...
2006-11-09 Josh Coalsonfix bug where window was not recalculated when blocksiz...
2006-11-03 Josh Coalsonadd FLAC__stream_encoder_set_compression_level()
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 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
next