summaryrefslogtreecommitdiff
path: root/src/libFLAC/metadata_object.c
Commit message (Expand)AuthorAgeFilesLines
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-69/+69
* libFLAC/metadata_object.c: Fix typo in numberErik de Castro Lopo2016-12-061-1/+1
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* libFLAC/metadata_object.c: Clean upErik de Castro Lopo2016-07-101-296/+294
* metadata_object.c: Remove un-needed assertsErik de Castro Lopo2016-07-101-4/+0
* flac/metaflac: Limit the size of metadata blocksErik de Castro Lopo2016-05-011-3/+0
* Error out when asked to store an picture that is too largeErik de Castro Lopo2016-01-091-0/+3
* libFLAC: Fix memory leakErik de Castro Lopo2015-08-221-3/+7
* libFLAC: Add function safe_realloc_()Erik de Castro Lopo2015-08-221-28/+9
* libFLAC: Fix potential meory leaksErik de Castro Lopo2015-08-091-9/+28
* libFLAC/metadata_object.c: Assign NULL after free()Erik de Castro Lopo2015-07-061-0/+4
* libFLAC: More comment validationErik de Castro Lopo2015-07-051-1/+4
* libFLAC: Improve fix in bc5113007aErik de Castro Lopo2015-07-051-0/+1
* libFLAC: Remove un-needed assertErik de Castro Lopo2015-07-041-1/+0
* libFLAC: Remove un-needed test for NULL before freeErik de Castro Lopo2015-07-041-30/+15
* libFLAC/metadata_object.c : Fix typo in comment.Erik de Castro Lopo2015-02-211-1/+1
* libFLAC : Put upper bound on number of seek points.Erik de Castro Lopo2015-02-181-0/+7
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Fix clang compiler warnings.Erik de Castro Lopo2014-04-091-1/+1
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* metadata_object.c : Fix handling of zero length vorbis comment string.Erik de Castro Lopo2014-03-231-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-15/+15
* Move code inside #ifdef _MSC_VER to compat.h.Erik de Castro Lopo2012-06-221-6/+1
* Fix building when configured with --disable-shared.Erik de Castro Lopo2012-06-221-2/+6
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-17/+17
* Fix a bunch of -Wtype-limits warnings.Erik de Castro Lopo2012-02-171-6/+6
* Patch from Dave Yeo to remove more CPP hackery.Erik de Castro Lopo2012-02-081-1/+1
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* fix bug in FLAC__metadata_object_vorbiscomment_replace_comment()Josh Coalson2008-09-151-6/+11
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* minor commentsJosh Coalson2007-09-131-0/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-20/+49
* fix compiler warningsJosh Coalson2007-02-221-1/+1
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-1/+1
* patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...Josh Coalson2006-11-211-1/+1
* minor syntaxJosh Coalson2006-10-031-2/+2
* add number-of-colors field to PICTURE metadata blockJosh Coalson2006-09-231-0/+5
* add support for new PICTURE metadata blockJosh Coalson2006-09-231-7/+236
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-131-1/+34
* complete largefile supportJosh Coalson2006-05-241-0/+4
* 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/+46
* add support for building on os/2 with emxJosh Coalson2005-09-031-1/+1
* fixes to remove warnings from gcc-4.0.0Josh Coalson2005-08-241-4/+4
* fix constness in some functionsJosh Coalson2005-01-301-1/+1
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* fix all bare malloc() realloc() etc calls to have a proper cast in frontJosh Coalson2004-12-301-3/+3
* add vorbiscomment validation functions to format.c and test code; validate na...Josh Coalson2004-12-301-0/+20