remove reference to obsolete Makefile.vc
[platform/upstream/flac.git] / src / libFLAC / metadata_object.c
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...