summaryrefslogtreecommitdiff
path: root/src/flac/main.c
Commit message (Expand)AuthorAgeFilesLines
* flac: Input file name size calculated just one timeAndrey Astafyev2019-12-081-10/+14
* flac/main.c: replace an snprintf() call with flac_snprintf()sezero2019-11-111-1/+1
* Fix a number of gcc 9.2 compiler warningsErik de Castro Lopo2019-09-151-3/+2
* Fix --output-prefix with input-files in sub-directoriesorbea2018-06-111-2/+20
* Fix miscellaneous typos.luz.paz2018-05-241-2/+2
* flac: Fix usage messageErik de Castro Lopo2017-04-171-1/+1
* Yet more purging of `unsigned` typeErik de Castro Lopo2017-01-151-30/+30
* Another bulk update of copyright datesErik de Castro Lopo2016-12-051-1/+1
* Bulk update copyright datesErik de Castro Lopo2016-12-051-2/+2
* Fix description of --rice-partition-order in flac -HThomas Zander2016-01-101-3/+3
* flac: Fix inlining failure warningErik de Castro Lopo2015-07-041-2/+3
* src/flac/main.c : Fix an output line > 81 characters in length.Erik de Castro Lopo2014-12-041-1/+2
* Normalize some copyright dates strings.Erik de Castro Lopo2014-11-271-1/+1
* Some last copyright year updates and change to open bug listMartijn van Beurden2014-11-271-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-2/+2
* Improve description of encoding preset equivalents.Erik de Castro Lopo2014-11-151-0/+6
* Update documentation for new compression presetsMartijn van Beurden2014-11-111-10/+10
* flac : Add help output for --ignore-chunk-sizes option.Erik de Castro Lopo2014-09-241-4/+0
* flac and metaflac : Don't always call setlocale() in Windows.Erik de Castro Lopo2014-07-191-0/+13
* flac/main.c : Improved option validation with --force-raw-format.Erik de Castro Lopo2014-07-131-14/+6
* src/flac/main.c : Improve raw format help text help.Erik de Castro Lopo2014-07-031-2/+2
* flac : Fix handling of raw input option.Erik de Castro Lopo2014-06-281-18/+34
* flac: Fix padding for --replay-gain option.Erik de Castro Lopo2014-06-281-9/+0
* Update URLs as nedeed.Erik de Castro Lopo2014-06-281-2/+2
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Move FLAC__STRCASECMP definition to compat.h.Erik de Castro Lopo2014-03-141-6/+0
* src/flac/main.c : Change the default beahviour when compression fails.Erik de Castro Lopo2014-02-011-1/+5
* src/flac/main.c : Add --no-error-on-compression-fail to --help output.Erik de Castro Lopo2014-02-011-0/+1
* flac: Implement --no-error-on-compression-fail command line option.Erik de Castro Lopo2013-08-011-0/+7
* src/flac/main.c : Fix copyright noticeUlrich Klauer2013-05-271-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-3/+5
* Enable utf8 I/O stuff when compiling with MinGW.Erik de Castro Lopo2013-04-011-1/+1
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-7/+13
* Fix option names in documentation and help messages.Miroslav Lichvar2013-03-291-1/+3
* Replace a couple of safe_strncpy/cat with snprintf.Erik de Castro Lopo2013-03-211-2/+2
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-191-6/+8
* Wave64 patch from Janne Hyvrinen <cse@sci.fi>.Erik de Castro Lopo2013-03-171-1/+1
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-8/+8
* Fix -Wshadow warnings.Erik de Castro Lopo2013-03-111-43/+55
* src/flac/main.c : Mention --ignore-chunk-sizes in help output.Erik de Castro Lopo2013-03-051-4/+0
* Update FSF address.Miroslav Lichvar2012-12-061-6/+6
* Remove local_strtoull, windows has equivalent function _strtoui64Cristian Rodríguez2012-04-181-36/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-2/+2
* Patch from Dave Yeo to remove more CPP hackery.Erik de Castro Lopo2012-02-081-1/+1
* Memory and fd leak fixes - ID: 3436668Erik de Castro Lopo2012-02-051-0/+3
* add 2009 copyrightJosh Coalson2009-01-071-3/+3
* fixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=...Josh Coalson2009-01-021-7/+1
* remove restriction on using --delete-input-file with --keep-foreign-metadataJosh Coalson2008-09-151-3/+0
* add support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php...Josh Coalson2008-09-091-16/+44
* add support for RF64Josh Coalson2008-09-091-49/+81