summaryrefslogtreecommitdiff
path: root/src/libFLAC++/metadata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix nullptr dereference in FLAC++Tamás Zahola2019-12-271-0/+3
* Run libFLAC++ through clang-tidy.Rosen Penev2019-09-151-111/+110
* Yet more purging of `unsigned` typeErik de Castro Lopo2017-01-151-66/+66
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* libFLAC++/metadata.cpp: Fix undefined behaviourErik de Castro Lopo2015-09-011-1/+2
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Fix numerous warnings arising from addition of -Weffc++.Erik de Castro Lopo2013-09-151-6/+42
* Add missing config.h includesCristian Rodríguez2013-06-051-0/+4
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-30/+30
* Add a convenience function to create a Metadata::Padding object with aErik de Castro Lopo2012-09-111-0/+6
* Adds last functions from C metadata api to C++ metadata apiBastiaan Timmer2012-06-221-0/+34
* metadata.cpp : Fix compiler warning on 64 bit.Erik de Castro Lopo2012-05-081-1/+1
* Add missing functions to VorbisComment class.Erik de Castro Lopo2012-05-081-0/+30
* Add functionality present in the C library to the to C++ SeekTable class.Erik de Castro Lopo2012-05-071-0/+42
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-6/+8
* add FLAC__metadata_simple_iterator_get_application_id()Josh Coalson2007-08-151-0/+7
* add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_...Josh Coalson2007-08-141-0/+21
* fix compiler warningsJosh Coalson2007-02-221-2/+2
* minor syntaxJosh Coalson2007-02-051-2/+2
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* add support for read-only operations for ogg flac to chain interfaceJosh Coalson2006-11-151-4/+10
* add number-of-colors field to PICTURE metadata blockJosh Coalson2006-09-231-4/+16
* add support for new PICTURE metadata blockJosh Coalson2006-09-231-0/+141
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculat...Josh Coalson2006-04-101-0/+36
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* remove superfluous semicolon after namespace closuresJosh Coalson2005-01-251-3/+3
* libFLAC++: all metadata object operator=() funcs now return *this; add Metada...Josh Coalson2005-01-071-5/+33
* add vorbiscomment validation functions to format.c and test code; validate na...Josh Coalson2004-12-301-6/+13
* additions to metadata object api: more vorbiscomment functions, trailing-null...Josh Coalson2004-12-301-4/+46
* add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()Josh Coalson2004-07-301-3/+19
* add pragma to disable annoying MSVC warning C4800Josh Coalson2004-07-231-0/+5
* add libFLAC++ equivalent callback-based chain reading/writing and testsJosh Coalson2004-07-151-0/+24
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* change license verbiage to Xiph'sJosh Coalson2003-01-311-12/+24
* big fix to allow codec and metadata interface to handle unknown metadata bloc...Josh Coalson2003-01-101-1/+34
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* fix memory leaksJosh Coalson2002-12-281-2/+2
* fix memory leak in Cuesheet destructorJosh Coalson2002-12-271-1/+3
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-051-0/+12
* finish implementation of CueSheet object wrapperJosh Coalson2002-11-191-7/+44
* add CueSheet object wrapperJosh Coalson2002-11-161-0/+135
* tweaks to build libs as DLLs under windowsJosh Coalson2002-10-161-2/+2
* rename .cc files to .cpp since I can find no way to make MSVC recognize .cc a...Josh Coalson2002-10-161-0/+1011