summaryrefslogtreecommitdiff
path: root/src/flac/main.c
Commit message (Expand)AuthorAgeFilesLines
* Update API and tool docsMartijn van Beurden2022-09-201-6/+6
* Introduce subdivide_tukey apodizationMartijn van Beurden2022-08-191-6/+6
* Remove really old --explain text and reflow to fit 80 charsMartijn van Beurden2022-08-101-25/+21
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-3/+3
* Improve foreign metadata handlingMartijn van Beurden2022-06-281-24/+41
* Always take compression level as first compression settingMartijn van Beurden2022-06-271-3/+10
* Add 32-bit encoding, including limiting of residual to 32-bit intMartijn van Beurden2022-06-121-2/+2
* Add --limit-min-bitrate to flac and add test for itMartijn van Beurden2022-05-021-0/+13
* Documentation fixes: preset description and subset blocksizesMartijn van Beurden2022-04-261-4/+6
* Fix format_mistake printfMartijn van Beurden2022-04-221-1/+1
* 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