add number-of-colors field to PICTURE metadata block
[platform/upstream/flac.git] / include / FLAC / format.h
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-05-01 Josh Coalsonremove window profiling field
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2005-08-31 Josh Coalsonmore external use of "FLAC tags" instead of "Vorbis...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-12-30 Josh Coalsonadd vorbiscomment validation functions to format.c...
2004-12-30 Josh Coalsonrevamp plugin_common to use utf-8 instead of wchar_t...
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-07-22 Josh Coalsonmax the largest metadata type code be 126, reserving...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-15 Josh Coalsonminor comments
2003-01-12 Josh Coalsonminor comments
2003-01-11 Josh Coalsonwrite up some missing documentation
2003-01-10 Josh Coalson big fix to allow codec and metadata interface to handl...
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, minor comments
2002-11-21 Josh Coalsonminor comments
2002-11-16 Josh Coalsonadd more reserved space to CUESHEET implementation
2002-11-15 Josh Coalsonadd FLAC__METADATA_TYPE_UNDEFINED to FLAC__StreamMetada...
2002-11-14 Josh Coalsonimplement new CUESHEET metadata block
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-04 Josh Coalsonadd FLAC__MAX_QLP_COEFF_PRECISION
2002-09-26 Josh Coalsonnew #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER
2002-09-25 Josh Coalsonfixes related to the change of FLAC__VERSION_STRING...
2002-09-04 Josh Coalsondoxygen comments
2002-08-27 Josh Coalsonminor formatting
2002-08-25 Josh Coalsonadd vendor string to encoding
2002-08-23 Josh Coalsonminor comments
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-16 Josh Coalsonmore doxygen comments
2002-08-01 Josh Coalsonnew functions for seektable templates, point sorting
2002-07-27 Josh Coalsonmore doxygen docs
2002-07-24 Josh Coalsonmore doxygen docs
2002-07-16 Josh Coalsonmore doxygen docs
2002-07-15 Josh Coalsonmore doxygen comments
2002-07-12 Josh Coalsonmore doxygen docs
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-16 Josh Coalsondifferentiate between format max bps and reference...
2002-05-06 Matt ZimmermanUse extern "C" as appropriate to allow use with C++
2002-05-04 Josh Coalsonadd vorbis comment block, fix max 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 number_type to frame header
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-18 Josh Coalsonfix default versioning behavior
2001-06-14 Josh Coalsonfix size of application id in struct
2001-05-29 Josh Coalsonminor comment change
2001-05-29 Josh Coalsonupdate version number to 0.10
2001-04-13 Josh Coalsonadd seekpoint placeholder
2001-04-12 Josh Coalsonadd support for raw encoding within a Rice partition
2001-04-05 Josh Coalsonadd SEEKTABLE metadata block
2001-03-28 Josh Coalsonchange min bps from 1 to 4
2001-03-27 Josh Coalsonfix comments
2001-03-27 Josh Coalsonupdate for new format changes: frame crc-16, wasted...
2001-03-21 Josh Coalsonupdate version to 0.9
2001-03-05 Josh Coalsonfix empty struct problem
2001-02-23 Josh Coalsonshorten APPLICATION id to 32 bits
2001-02-23 Josh Coalsonupdate version number to 0.8
2001-02-23 Josh Coalsonrename ENCODING to STREAMINFOl; and PADDING and APPLICA...
2001-02-12 Josh Coalsonupdate version number to 0.7
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
2001-01-26 Josh Coalsonfix default version number
2001-01-25 Josh Coalsonadd some consts
2001-01-24 Josh Coalsonadd fallback for when VERSION is not set
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-23 Josh Coalsonrearrange to make more sense
2001-01-19 Josh Coalsonuse VERSION macro for version instead of hardcoding it
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 Coalsonchange version to 0.4
2000-12-17 Josh CoalsonChange version number to 0.3
2000-12-10 Josh CoalsonInitial revision