summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Release FLAC 1.4.11.4.1Martijn van Beurden2022-09-222-2/+2
|
* Do not make empty man pages, use either pandoc or prebuild (#440)Martijn van Beurden2022-09-181-9/+6
| | | | | | | | | * Do not make empty man pages, use either pandoc or prebuild A check is added to configure whether flac.1 and metaflac.1 are already build when pandoc is not available. This is the case in for example dist packages * Fix typo in new automake conditional
* Release FLAC 1.4.01.4.0Martijn van Beurden2022-09-092-2/+2
|
* Introduce subdivide_tukey apodizationMartijn van Beurden2022-08-191-6/+21
| | | | | | | | | | | | | | | Subdivide_tukey is intended to replace partial_tukey and punchout_tukey. It works in rougly the same way, but uses a more efficient algorithm, recyling more data. subdivide_tukey has 2 arguments, of which 1 is optional. The first states the maximum number of parts the signal has to be split up in, the second is the tukey parameter, divided by the max num of parts. subdivide_tukey(3) analyses audio with an unsplit block, with the block split in 2 and split in 3. Here the default p of 0.5 applies to the smallest parts, so the unsplit block effectively has a p of 0.5/3. subdivide_tukey(3/2e-1) does the same but with p of 0.2.
* Convert docbook to markdownMartijn van Beurden2022-08-097-2108/+1018
| | | | | | | | | Currently, the man pages are converted from a docbook document, but the conversion doesn't seem very reliable. Also, the man page is more-or-less duplicated by the html documentation. This commit moves all tool documentation to a markdown document which is readable by itself and can be converted by pandoc to a man page and can be used by Jekyll to populate the website.
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
|
* Improve foreign metadata handlingMartijn van Beurden2022-06-283-2/+13
| | | | | | Add options --keep-foreign-metadata-if-present and improve error messages when on decoding the wrong type of foreign metadata is found.
* Documentation fixes: preset description and subset blocksizesMartijn van Beurden2022-04-262-9/+9
| | | | | | | | As described in github issue #236, the description of compression presets in flac.sgml wasn't updated. Also, the description of which blocksizes are considered subset has been lagging behind in the manpages as well as the build-in help of FLAC for years, as this was changed back in 2007. This commit fixes those issues
* Fix miscellaneous typos.luz.paz2018-05-244-4/+4
| | | | Found via `codespell -q 3`
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
|
* Fix manpage: synonyms for encoding options -0 .. -8 now match the codeThomas Zander2015-10-261-4/+4
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* metaflac: add --scan-replay-gain optionBen Boeckel2015-08-142-0/+14
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Fix some minor word duplicationZoë Blade2014-12-032-2/+2
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
|
* Improve description of encoding preset equivalents.Erik de Castro Lopo2014-11-152-6/+6
| | | | Patch-from: lvqcl <lvqcl.mail@gmail.com>
* Add partial_tukey and punchout_tukey apodization functionsMartijn van Beurden2014-09-222-2/+8
| | | | | | | | | | | | | | | | | | | | Adds two new apodization functions that seem to perform better than the apodization functions currently in the codebase and fixes three existing windows as well. Its important to note that this patch only affects the encoder stage that evaluates various possible predictors. Audio encoded with these new windows will still decode with existing legacy decoders. = Theory = These functions are used to window the audio data at the predictor stage. These news functions enable the use of only part of the signal to generate a predictor. This helps because short transients can introduce noise into the predictor. The predictor becomes very good at prediciting one part of the signal, instead of mediocre for the whole block. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Fix documentation rice partition orderMartijn van Beurden2013-09-252-8/+8
| | | | | | | | For some reason all documentation lists the max rice partition order to be 16, while the maximum is 15. This fixes flac -H, the man page and the HTML source code documentation Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-265-8/+9
|
* Regenerate man/flac.1.Erik de Castro Lopo2013-04-301-1/+1
|
* Fix path to HTML documentationUlrich Klauer2013-04-301-1/+1
| | | | | | | | In the flac(1) man page, fix the path to the HTML documentation. Patch by Joshua Kwan <joshk@triplehelix.org>, taken from the Debian patch tracker for flac 1.2.1-6 (02_doc_path.patch). Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Document --apply-replaygain-which-is-not-lossless command line option.Erik de Castro Lopo2013-04-282-0/+77
|
* man/flac.sgml : Document --ignore-chunk-sizes option.Erik de Castro Lopo2013-04-282-0/+14
| | | | Also regenerate man/flac.1.
* Fix option names in documentation and help messages.Miroslav Lichvar2013-03-292-4/+7
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
|
* Add missing options to flac man page.Miroslav Lichvar2012-12-042-0/+6
|
* Regenerate manpages.Erik de Castro Lopo2012-09-192-11/+25
|
* Updates to metaflac manpage from Jaren Stangret <sirjaren@gmail.com>.Erik de Castro Lopo2012-09-191-3/+4
|
* man/Makefile : Fail more gracefully.Erik de Castro Lopo2012-09-191-2/+4
|
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
|
* add support for Wave64 (SF#1769582: ↵Josh Coalson2008-09-091-2/+10
| | | | https://sourceforge.net/tracker/index.php?func=detail&aid=1769582&group_id=13478&atid=113478)
* add support for RF64Josh Coalson2008-09-091-2/+11
|
* update copyright for 2008Josh Coalson2008-02-281-1/+1
|
* deprecate --sector-align; add --preserve-modtime and --no-preserve-modtime ↵Josh Coalson2007-10-021-1/+11
| | | | switches
* update to match sgmlJosh Coalson2007-09-142-8/+14
|
* merge from flac-1.2.0 maintenance branch (-j FLAC_RELEASE_1_2_0__2007_07_23 ↵Josh Coalson2007-09-131-1/+1
| | | | -j FLAC_RELEASE_1_2_0_MAINTENANCE_BRANCH)
* document --keep-foreign-metadataJosh Coalson2007-09-121-0/+8
|
* change default extension for ogg flac from .ogg to .oga (SF#1762492: ↵Josh Coalson2007-08-011-2/+4
| | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1762492&group_id=13478&atid=113478)
* minor usage textJosh Coalson2007-07-261-1/+1
|
* add new option --no-utf8-convert to flac (SF#973740: ↵Josh Coalson2007-07-261-0/+8
| | | | http://sourceforge.net/tracker/index.php?func=detail&aid=973740&group_id=13478&atid=363478)
* sync with sgmlJosh Coalson2007-02-142-19/+24
|
* change default blocksize from 4608 to 4096 for LPC modeJosh Coalson2007-02-061-6/+6
|
* change the min/max rice partition order for compression levels -0 .. -6Josh Coalson2007-02-061-7/+7
|
* add --warnings-as-errors option to flac; for picture importing, allow MIME ↵Josh Coalson2007-02-061-4/+13
| | | | type in specification to be blank and filled in automatically; allow specification to be just the filename, with other fields filled in automatically
* for --import-picture-from, allow MIME type in specification to be blank and ↵Josh Coalson2007-02-061-4/+4
| | | | filled in automatically; allow specification to be just the filename, with other fields filled in automatically
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
|
* add item for --not-utf8-convert; fix typosJosh Coalson2007-01-302-2/+15
|
* update to match sgmlJosh Coalson2006-11-172-8/+12
|
* fix revdateJosh Coalson2006-11-172-2/+2
|
* disallow multiple input FLAC files when --import-tags-from=- is used ↵Josh Coalson2006-11-141-1/+2
| | | | (SF#1082577 http://sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478)
* add support from encoding from ogg flac inputJosh Coalson2006-11-041-2/+7
|