a.out format does not support many .section directives
[platform/upstream/flac.git] / src / libFLAC / include /
2012-02-26 Erik de Castro LopoFix a couple 'inlining failed' warning messages.
2012-02-17 Erik de Castro LopoFix a bunch of -Wtype-limits warnings.
2009-01-07 Josh Coalsonadd 2009 copyright
2008-02-29 Josh Coalsonconst-ify FLAC__crc16_table[]
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-07-11 Josh Coalsonminor comments
2007-06-14 Josh Coalsonadd internal FLAC__stream_encoder_set/get_do_md5()
2007-04-04 Josh Coalsonwindow the integer_signal instead of real_signal, remov...
2007-03-23 Josh Coalsonbetter alignment in md5 structure elements
2007-03-22 Josh Coalsonadd FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap()
2007-03-14 Josh Coalsonminor tweaks to private md5 interface
2007-03-13 Josh Coalsonpass cpu info into bitreader
2007-03-13 Josh Coalsonimprove ia-32 checks to include cpuid, bswap, sse3...
2007-03-02 Josh Coalsonremove obsolete FLAC__cpu_info_sse_test_asm_ia32()
2007-02-07 Josh Coalsonminor comments
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2007-01-28 Josh Coalsonseveral speed improvements: completely rewritten bitbuf...
2007-01-09 Josh Coalsonadd FLAC__bitbuffer_get_input_bits_unconsumed()
2006-11-27 Josh Coalsonquick fix for SF#1601812 where an error of exactly...
2006-11-16 Josh Coalsonmake "#if FLAC__HAS_OGG" checking consistent
2006-11-11 Josh Coalsonfix compiler warnings
2006-11-09 Josh Coalsonadd overreading in the stream encoder process calls...
2006-11-06 Josh Coalsonsome more unsigned->size_t fixes
2006-10-16 Josh Coalsonremove now-obsolete libOggFLAC stuff
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 Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-10-07 Josh Coalsonlimit subset further if sample rate is <=48kHz: max...
2006-09-23 Josh Coalsonadd support for new PICTURE metadata block
2006-09-16 Josh Coalsonminor comments
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-06-12 Josh Coalsonminor comments
2006-05-18 Josh Coalsonadd window.[ch]
2006-04-28 Josh Coalsonfix a calcuation bug in FLAC__lpc_compute_best_order()
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2006-04-25 Josh Coalson*** empty log message ***
2005-05-05 Josh Coalsonremove FLAC__SYMMETRIC_RICE code
2005-01-27 Josh Coalsonminor comments
2005-01-26 Josh Coalsonfix ANSI C violation w.r.t. const arrays
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2005-01-21 Josh Coalsonmerged patches from Chris Csanady and John Steele Scott...
2004-11-09 Josh Coalsonfinished integerized flavor of library; sections with...
2004-11-09 Josh Coalsonadd fixed-point functions
2004-11-09 Josh Coalsonadd FLAC__bitmath_ilog2_wide()
2004-10-20 Josh Coalsonfirst pass at making an integer-only flavor of the...
2004-10-20 Josh Coalsonadd float.h
2004-10-20 Josh Coalsoninitial import
2004-10-06 Josh Coalsonfix #ifdef problems that existed when FLAC__NO_ASM...
2004-07-28 Josh Coalsonfinish hooking up altivec asm routines
2004-07-27 Josh Coalsoncheck in Brady's second altivec-related patch that...
2004-07-23 Josh Coalsontweaks to the MD5 routines; they need to be exported...
2004-07-23 Josh Coalsonmake encoder encode the blocksize and sample rate in...
2004-07-07 Josh Coalsonminor comments
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-09-25 Josh Coalsonadd a "tell" callback to the seekable stream encoder...
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-26 Josh Coalsonmove "...skip_bits_..." down because of inline ordering
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-04 Josh Coalson#include config.h
2002-11-19 Josh Coalsonminor comments
2002-11-16 Josh Coalsonadd more CUESHEET convenience functions
2002-11-15 Josh Coalsonadd FLAC__bitbuffer_skip_bits_no_crc()
2002-11-06 Josh Coalson#ifdef out more unused routines
2002-10-04 Josh Coalsonadd wide (64-bit) versions of the FIR filter and invers...
2002-10-04 Josh Coalsonadd wide version of silog2
2002-08-19 Josh Coalsonsplit off dynamically allocated stuff from FLAC__Entrop...
2002-08-17 Josh Coalsonadd utility routines related to entropy coding
2002-08-17 Josh Coalsonadd format.h
2002-08-03 Josh Coalsonadd verify mode to all encoders
2002-07-31 Josh Coalsonnew seekable stream encoder and file encoder layers...
2002-06-10 Josh Coalsonadd all.h
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-30 Josh Coalsonadd metadata.h
2002-05-17 Josh Coalsonupdate with new semantics for padding block creation
2002-05-07 Josh Coalsonadd FLAC__bitbuffer_read_byte_block_aligned()
2002-05-04 Josh Coalsonadd ...write_byte_block, 2 little-endian routines
2002-04-25 Josh Coalsonadd FLAC__bitbuffer_read_rice_signed_block()
2002-03-12 Josh Coalsonnew blurb-based bitbuffer design changes
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-11-08 Josh Coalsonsplit most of FileDecoder off to new SeekableStreamDecoder
2001-08-13 Josh CoalsonMiroslav's patch to add run-time detection of operating...
2001-07-18 Josh Coalsonadd a dummy function for determining OS support of...
2001-07-16 Josh Coalsonadd 3DNOW stuff from Miroslav
2001-07-16 Josh Coalsonadd method for uint64 type
2001-07-12 Josh Coalsonadd option for escape coding
2001-07-12 Josh Coalsonrename _slow to _wide
2001-07-03 Josh Coalsonuse double instead of FLAC__real in some places internally
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
2001-06-14 Josh Coalsoninitial import
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_framing.h to stream_encoder_framing.h
2001-06-08 Josh Coalsonadd/update copyright and license notices
next