summaryrefslogtreecommitdiff
path: root/src/test_libFLAC++/metadata_manip.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch to utimensat for newer POSIX versionsRosen Penev2019-08-201-4/+7
* Fix CppCheck warningsErik de Castro Lopo2019-07-151-4/+6
* Yet more purging of `unsigned` typeErik de Castro Lopo2017-01-151-33/+33
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* test_libFLAC++: Fix memory leaksErik de Castro Lopo2016-05-081-6/+23
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* 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-2/+2
* Purge more strcpy/strcat usage.Erik de Castro Lopo2013-04-011-4/+5
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-291-3/+3
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-17/+17
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-1/+1
* Large patch from Ben Allison fixing the MSVC build.Erik de Castro Lopo2013-03-061-0/+6
* Fix compiler warnings from new compiler flags.Erik de Castro Lopo2013-03-061-2/+3
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
* Memory and fd leak fixes - ID: 3436668Erik de Castro Lopo2012-02-051-1/+3
* Patch from JonY to remove more CPP hackery.Erik de Castro Lopo2012-02-041-9/+1
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* change default extension for ogg flac from .ogg to .oga (SF#1762492: http://s...Josh Coalson2007-08-011-1/+1
* fix minor leaksJosh Coalson2007-02-131-0/+2
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* bump requisite _MSC_VER to <=1600 for fseeko/ftello hackJosh Coalson2007-01-311-1/+1
* fix bug where test would fail if libFLAC not built with ogg supportJosh Coalson2006-11-211-7/+9
* fixes based on valgrind runJosh Coalson2006-11-201-0/+1
* add support for read-only operations for ogg flac to chain interfaceJosh Coalson2006-11-151-115/+131
* minor syntaxJosh Coalson2006-11-091-3/+3
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-151-1/+5
* minor commentsJosh Coalson2006-10-101-4/+4
* try to limit the #defines (of fseeko to fseek and ftello to ftell) to just th...Josh Coalson2006-10-031-1/+2
* add number-of-colors field to PICTURE metadata blockJosh Coalson2006-09-231-2/+4
* add support for new PICTURE metadata blockJosh Coalson2006-09-231-9/+82
* minor commentsJosh Coalson2006-09-161-0/+1
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-131-6/+5
* complete largefile supportJosh Coalson2006-05-241-11/+13
* 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-13/+65
* add support for building on os/2 with emxJosh Coalson2005-09-031-2/+2
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* add test for new form of get_tags()Josh Coalson2005-01-211-9/+27
* additions to metadata object api: more vorbiscomment functions, trailing-null...Josh Coalson2004-12-301-2/+2
* add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()Josh Coalson2004-07-301-0/+18
* tempfile only needs to be opened with wb, not w+bJosh Coalson2004-07-161-1/+1
* add libFLAC++ equivalent callback-based chain reading/writing and testsJosh Coalson2004-07-151-20/+386
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* C89 standard fixes, based on feedback from IRIX portJosh Coalson2003-05-201-1/+1
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* fix memory leaks and uninitialized dataJosh Coalson2002-12-281-22/+77
* updates to work with new grabbag libJosh Coalson2002-11-071-4/+4