Commit Graph

31 Commits

Author SHA1 Message Date
Thomas Zander
20d721e66b Fix manpage: synonyms for encoding options -0 .. -8 now match the code
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
2015-10-26 07:41:13 +11:00
Erik de Castro Lopo
9971e7057d Improve description of encoding preset equivalents.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
2014-11-15 09:19:22 -08:00
Martijn van Beurden
29a28338c3 Add partial_tukey and punchout_tukey apodization functions
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>
2014-09-22 18:03:24 +10:00
Martijn van Beurden
733efde227 Fix documentation rice partition order
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>
2013-09-25 23:33:55 +10:00
Erik de Castro Lopo
b1982fbc5f Set version to 1.3.0 and update coyprights throughout. 2013-05-26 19:17:53 +10:00
Erik de Castro Lopo
2273cb92de Regenerate man/flac.1. 2013-04-30 17:47:49 +10:00
Erik de Castro Lopo
6ed380943b Document --apply-replaygain-which-is-not-lossless command line option. 2013-04-28 19:00:30 +10:00
Erik de Castro Lopo
03b9d5dd0d man/flac.sgml : Document --ignore-chunk-sizes option.
Also regenerate man/flac.1.
2013-04-28 19:00:30 +10:00
Miroslav Lichvar
1ec6e3a064 Fix option names in documentation and help messages.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
2013-03-29 16:31:15 +11:00
Miroslav Lichvar
b61825df87 Add missing options to flac man page. 2012-12-04 17:42:27 +11:00
Erik de Castro Lopo
a2923e64c0 Regenerate manpages. 2012-09-19 18:06:49 +10:00
Josh Coalson
3038f529b0 update to match sgml 2007-09-14 15:04:49 +00:00
Josh Coalson
9c17e6e518 sync with sgml 2007-02-14 01:28:01 +00:00
Josh Coalson
86325ef514 update to match sgml 2006-11-17 16:06:15 +00:00
Josh Coalson
b0468ee4ed update to match sgml 2006-10-10 03:47:36 +00:00
Josh Coalson
26d92537bb update to match latest sgml 2005-02-03 04:19:15 +00:00
Josh Coalson
91ccea96f8 update to match sgml for 1.1.2 release 2005-02-02 04:35:49 +00:00
Josh Coalson
2a69f51223 change "Ogg-FLAC" to "Ogg FLAC" for consistency 2004-09-10 00:23:04 +00:00
Josh Coalson
0c68bb9a83 update to match CVS 2004-07-30 00:28:48 +00:00
Josh Coalson
61fd93f867 update verbiage about -P, now that the default is -P 4096 2003-01-11 06:28:44 +00:00
Josh Coalson
8e5ced6303 sync with sgml 2003-01-02 23:57:31 +00:00
Josh Coalson
94317e5ad0 remove reference to --no-escape-coding 2002-12-30 02:16:52 +00:00
Josh Coalson
9906056ddb add --until, --cuesheet, --force-aiff-format 2002-12-21 03:28:06 +00:00
Josh Coalson
47a81d13a7 add -S #s documentation 2002-12-03 06:32:38 +00:00
Josh Coalson
853d79cec3 add doc for --replay-gain 2002-10-31 06:16:45 +00:00
Josh Coalson
f3911323fc add -T, --tag options 2002-09-20 05:53:10 +00:00
Josh Coalson
d185e6b682 add docs for --serial-number 2002-09-04 07:55:00 +00:00
Josh Coalson
eb20903946 fix various little bugs related to format options 2002-08-20 20:37:26 +00:00
Josh Coalson
3cf909cef2 add -v, --version options 2002-08-20 03:57:59 +00:00
Josh Coalson
e6eff867de update to match new getopt-based options in flac 2002-08-13 21:18:27 +00:00
Josh Coalson
ca30b37a93 initial import 2002-07-03 05:49:13 +00:00