Use new function flac_snprintf() where ever appropriate.
[platform/upstream/flac.git] / src / metaflac / operations_shorthand_cuesheet.c
2013-03-17 Erik de Castro LopoUse new function flac_snprintf() where ever appropriate.
2012-12-05 Miroslav LichvarUpdate FSF address.
2012-02-05 Erik de Castro LopoMemory and fd leak fixes - ID: 3436668
2012-02-04 Erik de Castro LopoAdd file include/share/compat.h and start moving CPP...
2012-02-04 Erik de Castro LopoFix cuesheet bug introduced in ce8a75134cace056f6c436d5...
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
2009-01-07 Josh CoalsonAllow MM:SS:FF and MM:SS.SS time formats in non-CD...
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-07-25 Josh Coalsonprototype-related fixes
2007-02-02 Josh Coalsonadd 2007 copyright
2006-11-11 Josh Coalsonfix compiler warnings
2006-10-10 Josh Coalson_snprintf hackery for MSVC6
2006-05-24 Josh Coalsoncomplete largefile support
2006-05-19 Josh Coalsonuse flac file name instead of dummy.wav for --export...
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-08-24 Josh Coalsoncheck that a cuesheet is legal before trying to encode...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-09-12 Josh Coalsonfix compiler warnings
2004-07-30 Josh Coalsondeduce from the STREAMINFO whether or not to expect...
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-09-03 Josh Coalsonfix possibly uninitialized var if a file has no STREAMI...
2003-01-12 Josh Coalsonminor comments
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-11-27 Josh Coalsonminor comments
2002-11-27 Josh Coalsonfinish implementation of --import-cuesheet-from and...
2002-11-26 Josh Coalsonbeginnings of new --import-cuesheet-from and --export...