Set version to 1.3.0 and update coyprights throughout.
[platform/upstream/flac.git] / src / libFLAC / metadata_object.c
2013-05-26 Erik de Castro LopoSet version to 1.3.0 and update coyprights throughout.
2013-04-05 Erik de Castro LopoRename all parameters and locals from 'index' to 'indx'.
2012-06-22 Erik de Castro LopoMove code inside #ifdef _MSC_VER to compat.h.
2012-06-22 Erik de Castro LopoFix building when configured with --disable-shared.
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2012-02-17 Erik de Castro LopoFix a bunch of -Wtype-limits warnings.
2012-02-08 Erik de Castro LopoPatch from Dave Yeo to remove more CPP hackery.
2009-01-07 Josh Coalsonadd 2009 copyright
2008-09-15 Josh Coalsonfix bug in FLAC__metadata_object_vorbiscomment_replace_...
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-13 Josh Coalsonminor comments
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-02-22 Josh Coalsonfix compiler warnings
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2006-11-21 Josh Coalsonpatch: support for borland c++ compile (SF#1599018...
2006-10-03 Josh Coalsonminor syntax
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-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-10 Josh Coalsonadd FLAC__metadata_get_cuesheet() and FLAC__metadata_ob...
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-08-24 Josh Coalsonfixes to remove warnings from gcc-4.0.0
2005-01-30 Josh Coalsonfix constness in some functions
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-12-30 Josh Coalsonfix all bare malloc() realloc() etc calls to have a...
2004-12-30 Josh Coalsonadd vorbiscomment validation functions to format.c...
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-09-08 Josh Coalsonfix bug copying a null vorbis comment entry
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 Coalsonadd some asserts
2003-01-12 Josh Coalsonminor comments
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 Coalsonfix memory leaks found with valgrind
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-21 Josh Coalsonmore cuesheet convenience functions
2002-11-16 Josh Coalsonadd more CUESHEET convenience functions
2002-11-14 Josh Coalsonimplement new CUESHEET metadata block
2002-11-06 Josh Coalsonmore strict typecasts
2002-11-05 Josh Coalsonconstify first arg of FLAC__metadata_object_vorbiscomme...
2002-10-26 Josh Coalsonadd more convenience for manipulating vorbis comments
2002-10-18 Josh Coalsonswitch malloc+memset(0) to calloc()
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-08-01 Josh Coalsonnew functions for seektable templates, point sorting
2002-07-15 Josh Coalsonuse FLAC__format_seektable_is_legal()
2002-07-11 Josh Coalsonadd some asserts
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-05 Josh Coalsonbring in what was FLAC__seek_table_is_valid()
2002-05-31 Josh Coalsonpass vorbis comment entries by value, fix bug in vorbis...
2002-05-30 Josh Coalsonsplit metadata.c into metadata_object.c and metadata_it...