Add missing functions to VorbisComment class.
[platform/upstream/flac.git] / src / libFLAC++ / metadata.cpp
2012-05-08 Erik de Castro LopoAdd missing functions to VorbisComment class.
2012-05-07 Erik de Castro LopoAdd functionality present in the C library to the to...
2009-01-07 Josh Coalsonadd 2009 copyright
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-08-15 Josh Coalsonadd FLAC__metadata_simple_iterator_get_application_id()
2007-08-14 Josh Coalsonadd FLAC__metadata_simple_iterator_get_block_offset...
2007-02-22 Josh Coalsonfix compiler warnings
2007-02-05 Josh Coalsonminor syntax
2007-02-02 Josh Coalsonadd 2007 copyright
2006-11-15 Josh Coalsonadd support for read-only operations for ogg flac to...
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-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-10 Josh Coalsonadd FLAC__metadata_get_cuesheet() and FLAC__metadata_ob...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2005-01-25 Josh Coalsonremove superfluous semicolon after namespace closures
2005-01-07 Josh CoalsonlibFLAC++: all metadata object operator=() funcs now...
2004-12-30 Josh Coalsonadd vorbiscomment validation functions to format.c...
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-07-30 Josh Coalsonadd FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()
2004-07-23 Josh Coalsonadd pragma to disable annoying MSVC warning C4800
2004-07-15 Josh Coalsonadd libFLAC++ equivalent callback-based chain reading...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
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 Coalsonfix memory leaks
2002-12-27 Josh Coalsonfix memory leak in Cuesheet destructor
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-11-19 Josh Coalsonfinish implementation of CueSheet object wrapper
2002-11-16 Josh Coalsonadd CueSheet object wrapper
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-16 Josh Coalsonrename .cc files to .cpp since I can find no way to...