Metaflac UTF-8 fixes (Windows)
[platform/upstream/flac.git] / src / metaflac / operations.c
2013-04-24 Janne HyvärinenMetaflac UTF-8 fixes (Windows)
2013-04-05 Erik de Castro LopoRename all parameters and locals from 'index' to 'indx'.
2013-03-29 Erik de Castro LopoHuge Windows utf8 I/O patch.
2012-12-05 Miroslav LichvarUpdate FSF address.
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2012-02-04 Erik de Castro LopoAdd file include/share/compat.h and start moving CPP...
2012-02-04 Erik de Castro LopoPatch from David Yeo to conditionally include <inttypes.h>.
2012-02-01 Erik de Castro LopoFix more printf formatting issues and remove un-necessa...
2012-02-01 Erik de Castro LopoFix a bunch of printf format warnings.
2009-01-07 Josh Coalsonadd 2009 copyright
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-08-01 Josh Coalsonchange default extension for ogg flac from .ogg to...
2007-07-25 Josh Coalsonprototype-related fixes
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2006-11-15 Josh Coalsonadd support for read-only operations for ogg flac
2006-11-11 Josh Coalsonfix compiler warnings
2006-11-02 Josh Coalsonrename metaflac's --import-picture to --import-picture...
2006-11-02 Josh Coalsonadd --export-picture-to option to metaflac
2006-10-03 Josh Coalsonminor comments
2006-09-26 Josh Coalsonadd --import-picture command to metaflac
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-08-28 Josh Coalsonminor typo
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-10-19 Josh Coalsonfix leak: chain was not being freed in one error case
2004-07-23 Josh Coalsonconsolidate chain error reporting in a single function...
2004-03-22 Josh Coalsonfix bug: %ll doesn't work for MSVC, use %I64 instead
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-01-11 Josh Coalsonfix bux in printing of APPLICATION metadata id
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-23 Josh Coalsondouble-protect a naked assert
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-11-27 Josh Coalsonfinish implementation of --import-cuesheet-from and...
2002-11-26 Josh Coalsonbeginnings of new --import-cuesheet-from and --export...
2002-11-15 Josh Coalsonadd FLAC__METADATA_TYPE_UNDEFINED to FLAC__StreamMetada...
2002-11-08 Josh Coalsonfix bug passing filename around
2002-11-08 Josh Coalsoninitial import; split up on main.c