Set version to 1.3.0 and update coyprights throughout.
[platform/upstream/flac.git] / src / libFLAC / stream_decoder.c
2013-05-26 Erik de Castro LopoSet version to 1.3.0 and update coyprights throughout.
2013-05-25 Ulrich KlauerCorrectly initialize FLAC_API_SUPPORTS_OGG_FLAC
2013-04-05 Erik de Castro LopoRename all parameters and locals from 'index' to 'indx'.
2013-03-29 Erik de Castro LopoRename _flac_stat to flac_stat_s.
2013-03-29 Erik de Castro LopoHuge Windows utf8 I/O patch.
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
2013-03-06 Erik de Castro LopoLarge patch from Ben Allison fixing the MSVC build.
2012-06-22 Erik de Castro LopoMove code inside #ifdef _MSC_VER to compat.h.
2012-06-22 Erik de Castro LopoMove all definitions of FLAC__U64L to one place.
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-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 LopoPatch from JonY to remove more CPP hackery.
2012-02-04 Erik de Castro LopoPatch from JonY to suppress redefinition warnings with...
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-07 Josh CoalsonImprove decoder's ability to distinguish between a...
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-13 Josh Coalsonremove obsolete comment reference to end of stream...
2007-09-11 Josh Coalsonfix seek bug with ogg flac and small streams (SF#179217...
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-08-29 Josh CoalsonOS/2 fixes (SF#1771378: https://sourceforge.net/tracker...
2007-08-29 Josh Coalsonfixed very rare seek bug (SF#1684049: https://sourcefor...
2007-07-23 Josh Coalsonminor OPT tweaks
2007-07-16 Josh Coalsoncomment out some optimized branch
2007-07-10 Josh Coalsonfix bug where invalid seek tables could cause some...
2007-07-07 Josh Coalsonminor comments
2007-06-16 Josh Coalsonmerge decoder part from RICE_EXT_BRANCH: blocking strat...
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-12 Josh Coalsonslight optimization to conversion of M/S->L/R
2007-03-07 Josh Coalsoncomments
2007-02-28 Josh Coalsonminor comments
2007-02-22 Josh Coalsonfix compiler warnings
2007-02-06 Josh Coalsonchange default blocksize from 4608 to 4096 for LPC...
2007-02-02 Josh Coalsonadd 2007 copyright
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-28 Josh Coalsonseveral speed improvements: completely rewritten bitbuf...
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 Coalsonminor comments
2006-11-14 Josh Coalsonfixes from MSVC6
2006-11-09 Josh Coalsonminor syntax
2006-11-08 Josh Coalsonfixes for new seeking algorithm
2006-11-06 Josh Coalsonnew seek algorithm for native FLAC from Miroslav
2006-11-04 Josh Coalsonminor comments
2006-10-16 Josh Coalsonfixes for MSVC6
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-10 Josh Coalsonenable file feof callback when input is stdin
2006-10-06 Josh Coalsonfix bug in code that skips id3v2 tags at the front...
2006-10-03 Josh Coalsontry to limit the #defines (of fseeko to fseek and ftell...
2006-09-23 Josh Coalsonadd number-of-colors field to PICTURE metadata block
2006-09-23 Josh Coalsonadd support for new PICTURE metadata block
2006-09-16 Josh Coalsonremove unused code that had the old way of stat()ing...
2006-09-16 Josh Coalsonfix bug in file closing logic in _finish()
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-07-06 Josh Coalsonchange unparseable frame handling, from a fatal error...
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-09-03 Josh Coalsonfix bug in return value for FLAC__stream_decoder_set_me...
2005-05-05 Josh Coalsonremove FLAC__SYMMETRIC_RICE code
2005-01-30 Josh Coalsonminor casting fixes
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2005-01-24 Josh Coalsonagain fix logic around deciphering frame/sample number...
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-10-06 Josh Coalsonfix debian bug #274301: libflac4 segfaults on corrupt...
2004-07-29 Josh Coalsonbe more precise in long long int literal specification...
2004-07-27 Josh Coalsoncheck in Brady's second altivec-related patch that...
2004-07-22 Josh Coalsonmax the largest metadata type code be 126, reserving...
2004-07-16 Josh Coalsonadd method for skipping an audio frame, plus tests
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-11-27 Josh Coalsonfix bug in sample_number calculation from frame header
2003-09-24 Josh Coalsonadd resolved_as_cstring()
2003-05-20 Josh CoalsonC89 standard fixes, based on feedback from IRIX port
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-14 Josh Coalsonminor syntax
2003-01-11 Josh Coalsonminor syntax
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-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-16 Josh Coalsonadd more reserved space to CUESHEET implementation
2002-11-15 Josh Coalsonfix MSVC warning with explicit casts
2002-11-15 Josh Coalsonfurther implementation of new CUESHEET metadata block
2002-11-14 Josh Coalsonreorganize metadata decoding in anticipation of new...
2002-11-06 Josh Coalsonmore strict typecasts
2002-10-26 Josh Coalson#include bitmath.h
2002-10-21 Josh Coalsonfix from Miroslav on the lpc datapath switching logic
2002-10-21 Josh Coalsonfix bug in free()ing of output arrays
2002-10-18 Josh Coalsonswitch malloc+memset(0) to calloc()
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-04 Josh Coalsonadd support for 64bit datapath through inverse filter
2002-09-04 Josh Coalsoncomments
2002-08-19 Josh Coalsonsplit off dynamically allocated stuff from FLAC__Entrop...
next