add number-of-colors field to PICTURE metadata block
[platform/upstream/flac.git] / src / libFLAC / format.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-08-29 Josh Coalsonbump version to 1.1.3
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2005-08-31 Josh Coalsonremove spurious semicolon
2005-08-25 Josh Coalsonfix bug in utf8len()
2005-08-24 Josh Coalsondisallow non-shortest-form encodings in utf-8 checking
2005-08-24 Josh Coalsonslightly more precise error message in CDDA cuesheet...
2005-02-04 Josh Coalsonbump version to 1.1.2
2005-02-02 Josh Coalsonbump version number to 1.1.2-beta
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-12-30 Josh Coalsonadd vorbiscomment validation functions to format.c...
2004-09-28 Josh Coalsonbump release date to 2004-Oct-01
2004-09-14 Josh Coalsonbump release date to 2004-09-18
2004-09-10 Josh Coalsonbump version number to 1.1.1
2004-07-29 Josh Coalsonbe more precise in long long int literal specification...
2004-07-25 Josh Coalsonbump version number to 1.1.1-beta1, with a target date...
2004-03-16 Josh Coalsonbump version info
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-17 Josh Coalsonstamp a CVS+date for the version
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-25 Josh Coalsonbump version number to 1.1.0
2003-01-15 Josh Coalsonfix release date on vendor string
2003-01-12 Josh Coalsonminor comments
2003-01-08 Josh Coalsonbump version string to 1.0.5_beta2
2003-01-02 Josh Coalsonupdate the version number from 1.0.4 to 1.0.5-beta1
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-12-03 Josh Coalsonadjust CUESHEET reserved lengths
2002-11-21 Josh Coalsonmore checks in the cuesheet validator
2002-11-16 Josh Coalsonadd more reserved space to CUESHEET implementation
2002-11-15 Josh Coalsonfurther implementation of new CUESHEET metadata block
2002-11-14 Josh Coalsonimplement new CUESHEET metadata block
2002-11-06 Josh Coalsonmore strict typecasts
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-11 Josh Coalsonfix assertion bug
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-09-25 Josh Coalsonfixes related to the change of FLAC__VERSION_STRING...
2002-09-09 Josh Coalsonbump version number to 1.0.4_beta
2002-09-09 Josh Coalsonstring hack for msvc6
2002-08-27 Josh Coalsonminor formatting
2002-08-25 Josh Coalsonadd vendor string to encoding
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-16 Josh Coalsonadd assertions
2002-08-01 Josh Coalsonfix bug in seektable sorter where it was returning...
2002-08-01 Josh Coalsonnew functions for seektable templates, point sorting
2002-07-15 Josh Coalsonrename (FLAC__format_is_valid_sample_rate() to FLAC__fo...
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-05-20 Josh Coalsonminor changes to some defines/globals
2002-05-04 Josh Coalsonadd FLAC__format_is_valid_sample_rate()
2002-04-25 Josh Coalsonadd VORBIS_COMMENT metadata block
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-07-16 Josh Coalsonadd FLAC__FrameNumberTypeString
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-14 Josh Coalsonadd SEEKTABLE to string lookup table
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-04-13 Josh Coalsonfix compile error
2001-04-13 Josh Coalsonadd seekpoint placeholder
2001-04-12 Josh Coalsonadd support for raw encoding within a Rice partition
2001-04-10 Josh Coalsonadd missing SEEKPOINT globals
2001-03-27 Josh Coalsonupdate for new format changes: frame crc-16, wasted...
2001-02-23 Josh Coalsonshorten APPLICATION id to 32 bits
2001-02-23 Josh Coalsonrename ENCODING to STREAMINFO; add PADDING and APPLICAT...
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
2001-02-08 Josh Coalsondelete unused global
2001-01-24 Josh Coalsondrop major/minor version numbers, use just version...
2001-01-24 Josh Coalsonadd string lookup tables for enums
2001-01-23 Josh Coalsonrevamp in anticipation of new analysis mode
2001-01-16 Josh Coalsonupdate copyright for 2001
2001-01-16 Josh Coalsonupdate version to 0.5
2001-01-12 Josh Coalsonadd MD5 support
2000-12-22 Josh Coalsonchanged version to 0.4
2000-12-17 Josh CoalsonChanged version number to 0.3
2000-12-10 Josh CoalsonInitial revision