summaryrefslogtreecommitdiff
path: root/src/metaflac/options.c
Commit message (Expand)AuthorAgeFilesLines
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* metaflac: add --scan-replay-gain optionBen Boeckel2015-08-141-0/+4
* flac/metaflac: Do case-insensitve comparison of hex valuesErik de Castro Lopo2015-08-091-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* 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
* metaflac typo patch from Janne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-021-1/+1
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-38/+38
* Fix -Wshadow warnings.Erik de Castro Lopo2013-03-111-1/+1
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
* replace local_strtoull with _strtoui64 in windowsCristian Rodríguez2012-04-181-22/+1
* Use sizeof instead of magic number 4.Erik de Castro Lopo2012-04-071-2/+2
* Fix buffer overflow by replacing strcpy with memcpy.Erik de Castro Lopo2012-04-051-1/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-7/+7
* Fix a bunch of -Wtype-limits warnings.Erik de Castro Lopo2012-02-171-11/+11
* metaflac : Exit with error if invalid option is passed.Erik de Castro Lopo2012-02-121-1/+1
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-7/+12
* minor commentsJosh Coalson2007-07-071-1/+1
* fix compiler warningsJosh Coalson2007-02-221-1/+1
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* fixes from MSVC compileJosh Coalson2006-11-171-1/+7
* disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082...Josh Coalson2006-11-141-10/+21
* rename metaflac's --import-picture to --import-picture-from for consistency w...Josh Coalson2006-11-021-4/+4
* add --export-picture-to option to metaflacJosh Coalson2006-11-021-2/+33
* remove ancient deprecated thingsJosh Coalson2006-09-261-32/+8
* add --import-picture command to metaflacJosh Coalson2006-09-261-6/+22
* fix bug, --remove-replay-gain was not removing REPLAYGAIN_REFERENCE_LOUDNESSJosh Coalson2006-09-151-1/+2
* complete largefile supportJosh Coalson2006-05-241-0/+4
* add new options: --tag-from-file for flac and --set-tag-from-file for metaflacJosh Coalson2006-05-181-0/+13
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* add shorthand option --remove-replay-gain to metaflacJosh Coalson2005-08-311-0/+15
* fix minor problem with error case in handler for --add-seekpointJosh Coalson2005-08-311-6/+8
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* fix typosJosh Coalson2004-12-301-7/+7
* minor commentsJosh Coalson2004-09-121-1/+1
* rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecatedJosh Coalson2004-09-081-16/+40
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* fix memory leaks found with valgrindJosh Coalson2002-12-041-1/+6
* finish implementation of --import-cuesheet-from and --export-cuesheet-toJosh Coalson2002-11-271-3/+37
* beginnings of new --import-cuesheet-from and --export-cuesheet-to optionsJosh Coalson2002-11-261-4/+26
* initial import; split up on main.cJosh Coalson2002-11-081-0/+944