add number-of-colors field to PICTURE metadata block
[platform/upstream/flac.git] / src / libFLAC / stream_decoder.c
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...
2002-08-17 Josh Coalsonrework so that rice parameters and raw_bits from the...
2002-08-03 Josh Coalsonzero allocated class memory
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-08-01 Josh Coalsonmake typedefs for callbacks
2002-07-31 Josh Coalsonminor formatting
2002-07-26 Josh Coalsonadd asserts
2002-07-24 Josh Coalsonfix bug #584595: infinite loop if ..._process*() called...
2002-06-14 Josh Coalsonminor changes in anticipation of release
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-06-04 Josh Coalsonfix status enum, fix bug parsing vorbis comments, stop...
2002-05-31 Josh Coalsonfix malloc(0) "bug" with application block parsing
2002-05-29 Josh Coalsonfix constness on _set_ methods
2002-05-10 Josh Coalsonfix bugs exposed by latest tests
2002-05-09 Josh Coalsonfix bug where decoder was not reading APPLICATION id...
2002-05-07 Josh Coalsonadd functionality to specify which metadata blocks...
2002-05-04 Josh Coalsonminor wording
2002-04-25 Josh Coalsonadd FLAC__bitbuffer_read_rice_signed_block()
2002-03-12 Josh Coalsonnew blurb-based bitbuffer design changes
2002-02-12 Josh Coalsonminor fix
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-11-01 Josh Coalsonfix ..._process_metadata() to return correctly from...
2001-11-01 Josh Coalsonset state to SEARCH_FOR_FRAME_SYNC after flush
2001-08-16 Josh Coalsonrename some struct members to avoid C++ 'private' and...
2001-07-18 Josh Coalsonremove a bad assert on cpuinfo struct
2001-07-16 Josh Coalsonadd checking based on number_type in the frame header
2001-07-12 Josh Coalsonfix bug with implicit assumption in ia32 mmx routines...
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
2001-06-13 Josh Coalsonrename i386 to ia32 everywhere
2001-06-13 Josh Coalsonrename FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-06-05 Josh Coalsonremove debug printouts
2001-05-31 Josh Coalsonadd bps checks so we can use miroslav's mmx versions...
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-05-30 Josh Coalsonminor tweaks to asm routine selection
2001-05-25 Josh Coalsongate cpu-specific code with FLAC__NO_ASM
2001-05-24 Josh Coalsongate i386 code with FLAC__HAS_NASM
2001-05-23 Josh Coalsonadd cpuinfo + runtime asm routine selection
2001-04-24 Josh CoalsonFLAC__ize all the #defines
2001-04-17 Josh Coalsonfix bug with samples_decoded
2001-04-16 Josh Coalsondocument GCC compiler bug that produces false warning
2001-04-14 Josh Coalsonfix bug where sample number is incorrectly calculated...
2001-04-13 Josh Coalsonfix compiler warning
2001-04-13 Josh Coalsonskip seekpoint placeholders
2001-04-12 Josh Coalsonadd support for raw encoding within a Rice partition
2001-04-05 Josh Coalsonadd support for decoding SEEKTABLE block
2001-04-01 Josh Coalson#include string.h
2001-03-29 Josh Coalsonfix another bug related to wasted bits
2001-03-29 Josh Coalsonfix bug where subframe bps estimate was not taking...
2001-03-28 Josh Coalsonadd some asserts
2001-03-27 Josh Coalsonadd support for new "wasted bits" field
2001-03-27 Josh Coalsonupdate for new format changes: frame crc-16, wasted...
2001-03-23 Josh Coalsonfix bug where ...allocate_output_() might allocate...
2001-03-20 Josh Coalsonrevert back to default of folded-Rice coding, leave...
2001-02-23 Josh Coalsonrename ENCODING to STREAMINFO
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
next