src/libFLAC/stream_decoder.c : Fix buffer read overflow.
[platform/upstream/flac.git] / src / metaflac / options.c
2013-05-26 Erik de Castro LopoSet version to 1.3.0 and update coyprights throughout.
2013-04-02 Erik de Castro Lopometaflac typo patch from Janne Hyvärinen <cse@sci.fi>.
2013-03-29 Erik de Castro LopoHuge Windows utf8 I/O patch.
2013-03-10 Erik de Castro LopoFix -Wshadow warnings.
2012-12-05 Miroslav LichvarUpdate FSF address.
2012-04-18 Cristian Rodríguezreplace local_strtoull with _strtoui64 in windows
2012-04-06 Erik de Castro LopoUse sizeof instead of magic number 4.
2012-04-05 Erik de Castro LopoFix buffer overflow by replacing strcpy with memcpy.
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2012-02-17 Erik de Castro LopoFix a bunch of -Wtype-limits warnings.
2012-02-12 Erik de Castro Lopometaflac : Exit with error if invalid option is passed.
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-07-07 Josh Coalsonminor comments
2007-02-22 Josh Coalsonfix compiler warnings
2007-02-02 Josh Coalsonadd 2007 copyright
2006-11-17 Josh Coalsonfixes from MSVC compile
2006-11-14 Josh Coalsondisallow multiple input FLAC files when --import-tags...
2006-11-02 Josh Coalsonrename metaflac's --import-picture to --import-picture...
2006-11-02 Josh Coalsonadd --export-picture-to option to metaflac
2006-09-26 Josh Coalsonremove ancient deprecated things
2006-09-26 Josh Coalsonadd --import-picture command to metaflac
2006-09-15 Josh Coalsonfix bug, --remove-replay-gain was not removing REPLAYGA...
2006-05-24 Josh Coalsoncomplete largefile support
2006-05-18 Josh Coalsonadd new options: --tag-from-file for flac and --set...
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-08-31 Josh Coalsonadd shorthand option --remove-replay-gain to metaflac
2005-08-31 Josh Coalsonfix minor problem with error case in handler for -...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-12-30 Josh Coalsonfix typos
2004-09-12 Josh Coalsonminor comments
2004-09-08 Josh Coalsonrename metaflac *-vc-* options to *-tag-* ones, only...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-04 Josh Coalsonfix memory leaks found with valgrind
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-08 Josh Coalsoninitial import; split up on main.c