remove reference to obsolete Makefile.vc
[platform/upstream/flac.git] / src / libFLAC / metadata_iterators.c
2003-01-15 Josh Coalsonminor comments
2003-01-14 Josh CoalsonSecond patch from X-Fixer: tweaks for better MSVC build
2003-01-13 Josh Coalsonfix bug with some assertions
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-28 Josh Coalsonadd flushed fwrite in Valgrind mode
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-16 Josh Coalsonadd more reserved space to CUESHEET implementation
2002-11-15 Josh Coalsonfurther implementation of new CUESHEET metadata block
2002-11-06 Josh Coalsonmore strict typecasts
2002-10-26 Josh Coalsonupdate to match new default vorbis comment implementati...
2002-10-18 Josh Coalsonswitch malloc+memset(0) to calloc()
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-08-30 Josh Coalsonadd read_only argument to simple iterator initializer
2002-08-27 Josh Coalsonminor formatting
2002-08-12 Josh Coalsonfix bug in STREAMINFO reader that trashes the high...
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-07-11 Josh Coalsonadd some asserts
2002-07-10 Josh Coalsonadd some FLAC__ASSERTs
2002-07-03 Josh Coalsonfix bug in errno mis-handling with MSVC
2002-06-15 Josh Coalsonfix bug where current chain length was not calculated...
2002-06-13 Josh Coalsondon't use errno on win32
2002-06-11 Josh Coalsonfixes from compiling code and running all the tests...
2002-06-10 Josh Coalsonlast batch of changes and fixes based on the libFLAC...
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 with new status enums
2002-06-01 Josh Coalsonfixes based on MSVC compile
2002-05-30 Josh Coalsonsplit metadata.c into metadata_object.c and metadata_it...