test/test_compression.sh : Replace seq with numbers.
[platform/upstream/flac.git] / src / libFLAC / include /
2013-03-06 Erik de Castro LopoLarge patch from Ben Allison fixing the MSVC build.
2012-12-09 Timothy B. TerriberryFix a copy & paste error in a comment.
2012-08-28 Miroslav LichvarAdd new clz function which works with input 0.
2012-08-28 Miroslav LichvarMake FLAC__clz_soft_uint32 static.
2012-06-22 Erik de Castro LopoFix building when configured with --disable-shared.
2012-06-08 Cristian Rodríguezbitmath: Finish up optimizations
2012-04-07 Cristian RodríguezUpdate and improve autotools build
2012-04-06 Cristian RodríguezFix make distcheck
2012-04-05 Erik de Castro Loposrc/libFLAC/include/private/macros.h : Add copyright...
2012-04-05 Cristian RodríguezV2: Use a single definition of MIN and MAX in sources
2012-03-30 Erik de Castro LopoAdd GCC specific optimisation for log base 2 operations.
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
next