Replace a couple of safe_strncpy/cat with snprintf.
[platform/upstream/flac.git] / src / libFLAC / metadata_iterators.c
2013-03-21 Erik de Castro LopoReplace a couple of safe_strncpy/cat with snprintf.
2013-03-19 Erik de Castro LopoReplace broken str* functions with safe versions.
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
2013-03-05 Erik de Castro LopoFix compiler warnings from new compiler flags.
2012-06-22 Erik de Castro LopoMove code inside #ifdef _MSC_VER to compat.h.
2012-06-22 Erik de Castro LopoFix building when configured with --disable-shared.
2012-04-05 Cristian RodríguezV2: Use a single definition of MIN and MAX in sources
2012-04-05 Erik de Castro LopoFix gcc-4.7 compiler warnings.
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2012-02-08 Erik de Castro LopoPatch from Dave Yeo to remove more CPP hackery.
2012-02-04 Erik de Castro LopoAdd file include/share/compat.h and start moving CPP...
2012-02-04 Erik de Castro LopoPatch from JonY to suppress redefinition warnings with...
2011-08-26 Felipe ContrerasCoverity fixes
2009-01-07 Josh Coalsonadd 2009 copyright
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-13 Josh Coalsonminor comments
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-07-25 Josh Coalsonprototype-related fixes
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonbump requisite _MSC_VER to <=1600 for fseeko/ftello...
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2006-11-21 Josh Coalsonpatch: support for borland c++ compile (SF#1599018...
2006-11-20 Josh Coalsonpatch: support for borland c++ compile (SF#1599018...
2006-11-17 Josh Coalsonfixes from MSVC compile
2006-11-15 Josh Coalsonadd support for read-only operations for ogg flac to...
2006-11-11 Josh Coalsonfix compiler warnings
2006-11-09 Josh Coalsonminor syntax
2006-10-03 Josh Coalsontry to limit the #defines (of fseeko to fseek and ftell...
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-09-16 Josh Coalsonminor comments
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-10 Josh Coalsonadd FLAC__metadata_get_cuesheet() and FLAC__metadata_ob...
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-09-08 Josh Coalsonfix bug: source file needs to be explicitly rewound...
2004-07-30 Josh Coalsonadd FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()
2004-07-16 Josh Coalsonremove unused variables
2004-07-15 Josh Coalsondo not close any file handles in the callback-based...
2004-07-14 Josh Coalsonfix bug in FLAC__metadata_chain_check_if_tempfile_needed()
2004-07-11 Josh Coalsonadd callback-based versions of chain writing: FLAC__met...
2004-07-10 Josh Coalsonadd FLAC__metadata_chain_read_with_callbacks()
2004-07-10 Josh Coalsonbegin addition of callback-based option to metadata...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-15 Josh Coalsonminor comments
2003-01-14 Josh CoalsonSecond patch from X-Fixer: tweaks for better MSVC build
2003-01-13 Josh Coalsonfix bug with some assertions
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 Coalsonadd flushed fwrite in Valgrind mode
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-16 Josh Coalsonadd more reserved space to CUESHEET implementation
2002-11-15 Josh Coalsonfurther implementation of new CUESHEET metadata block
2002-11-06 Josh Coalsonmore strict typecasts
2002-10-26 Josh Coalsonupdate to match new default vorbis comment implementati...
2002-10-18 Josh Coalsonswitch malloc+memset(0) to calloc()
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-08-30 Josh Coalsonadd read_only argument to simple iterator initializer
2002-08-27 Josh Coalsonminor formatting
2002-08-12 Josh Coalsonfix bug in STREAMINFO reader that trashes the high...
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-07-11 Josh Coalsonadd some asserts
2002-07-10 Josh Coalsonadd some FLAC__ASSERTs
2002-07-03 Josh Coalsonfix bug in errno mis-handling with MSVC
2002-06-15 Josh Coalsonfix bug where current chain length was not calculated...
2002-06-13 Josh Coalsondon't use errno on win32
2002-06-11 Josh Coalsonfixes from compiling code and running all the tests...
2002-06-10 Josh Coalsonlast batch of changes and fixes based on the libFLAC...
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-06-04 Josh Coalsonfix with new status enums
2002-06-01 Josh Coalsonfixes based on MSVC compile
2002-05-30 Josh Coalsonsplit metadata.c into metadata_object.c and metadata_it...