summaryrefslogtreecommitdiff
path: root/src/libFLAC/metadata_iterators.c
Commit message (Expand)AuthorAgeFilesLines
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-82/+82
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* libFLAC: More metadata_iterators fixesErik de Castro Lopo2016-05-221-57/+61
* metadata_iterators.c: Limit padding sizeErik de Castro Lopo2016-05-011-19/+81
* libFLAC: Add metadata size checks to FLAC libraryErik de Castro Lopo2016-05-011-0/+3
* Fix some cppcheck reportsJulien Nabet2016-01-231-2/+5
* metadata_iterators.c: Add missing check for is_writableErik de Castro Lopo2016-01-161-0/+5
* libFLAC: More comment validationErik de Castro Lopo2015-07-051-1/+3
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* metadata_iterators.c : Set status when metadata itereator is not writable.Erik de Castro Lopo2014-11-141-1/+3
* Improve malformed vorbiscomment handling.Erik de Castro Lopo2014-09-271-8/+36
* Windows specific vsnprintf fixes.Erik de Castro Lopo2014-09-221-3/+8
* 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-3/+3
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-291-6/+6
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-21/+21
* Replace a couple of safe_strncpy/cat with snprintf.Erik de Castro Lopo2013-03-211-7/+23
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-191-8/+13
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-52/+52
* Fix compiler warnings from new compiler flags.Erik de Castro Lopo2013-03-061-2/+3
* Move code inside #ifdef _MSC_VER to compat.h.Erik de Castro Lopo2012-06-221-13/+0
* Fix building when configured with --disable-shared.Erik de Castro Lopo2012-06-221-1/+5
* V2: Use a single definition of MIN and MAX in sourcesCristian Rodríguez2012-04-061-13/+4
* Fix gcc-4.7 compiler warnings.Erik de Castro Lopo2012-04-051-2/+2
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-14/+14
* Patch from Dave Yeo to remove more CPP hackery.Erik de Castro Lopo2012-02-081-1/+1
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-041-8/+1
* Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings.Erik de Castro Lopo2012-02-041-0/+4
* Coverity fixesFelipe Contreras2011-08-251-10/+12
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* minor commentsJosh Coalson2007-09-131-0/+6
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-5/+9
* add FLAC__metadata_simple_iterator_get_application_id()Josh Coalson2007-08-151-0/+27
* add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_...Josh Coalson2007-08-141-0/+24
* prototype-related fixesJosh Coalson2007-07-251-2/+2
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* bump requisite _MSC_VER to <=1600 for fseeko/ftello hackJosh Coalson2007-01-311-1/+1
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-4/+4
* patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...Josh Coalson2006-11-211-2/+6
* patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...Josh Coalson2006-11-201-2/+2
* fixes from MSVC compileJosh Coalson2006-11-171-1/+2
* add support for read-only operations for ogg flac to chain interfaceJosh Coalson2006-11-151-7/+149
* fix compiler warningsJosh Coalson2006-11-111-2/+4
* minor syntaxJosh Coalson2006-11-091-3/+3
* 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-1/+16
* add support for new PICTURE metadata blockJosh Coalson2006-09-231-5/+205
* minor commentsJosh Coalson2006-09-161-0/+1