summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Add notes about subframe sample sizeRuud van Asseldonk2017-06-121-1/+8
|
* Honor user's $(htmldir) and do not override GNU defaults for $(docdir)David Seifert2017-01-153-12/+8
| | | | | | | * HTML files should be installed to $(htmldir), and $(docdir) should not be changed, as this is a user flag in the GNU conventions. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Version 1.3.21.3.2Erik de Castro Lopo2017-01-014-5/+5
|
* Add missing files to Makefile.amErik de Castro Lopo2016-12-111-1/+2
|
* doc/html/changelog.html: Add creditsErik de Castro Lopo2016-12-071-3/+2
|
* doc/html/changelog.html: Add OS/SSE assumptionsErik de Castro Lopo2016-12-061-0/+1
|
* doc/html/changelog.html: More updates for 1.3.2 releaseErik de Castro Lopo2016-12-061-7/+15
|
* Another bulk update of copyright datesErik de Castro Lopo2016-12-0518-35/+35
|
* doc/html/changelog.html: Update for 1.3.2 releaseErik de Castro Lopo2016-12-051-1/+6
|
* Bulk update copyright datesErik de Castro Lopo2016-12-054-4/+4
|
* Correct additional 'MEATADATA' typos.Ralph Giles2016-10-281-4/+4
| | | | | | Thanks to Matthew Gregan for the report. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Flac-in-mp4 draft v0.0.3.Ralph Giles2016-10-051-69/+75
| | | | | | Draft updates in response to feedback from Yusuke Nakamura. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Flac-in-mp4 draft v0.0.2.Ralph Giles2016-10-051-165/+164
| | | | | | Draft updates in response to feedback from David Evans. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Flac-in-mp4 draft v0.0.1.Ralph Giles2016-10-051-31/+30
| | | | | | | Draft updates in response to feedback from Timothy B. Terriberry and Jean-Yves Avenard. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Flac-in-mp4 draft v0.0.0.Ralph Giles2016-10-051-0/+662
| | | | | | | | | | | We've been working on a draft spec for encapsulation of FLAC in the ISO Base Media File Format (mp4). This is the initial draft created by Monty Montgomery based on Yusuke Nakamura's Opus-in-mp4 draft. More details at https://bugzilla.mozilla.org/show_bug.cgi?id=1286097 Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* doc: specify that quantized LPC shift must be non-negativeTristan Matthews2016-01-251-1/+2
| | | | | | Refs http://sourceforge.net/p/flac/bugs/424/ Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* changelog.html: Start on 1.3.2 changelog entryErik de Castro Lopo2016-01-081-0/+85
|
* metaflac: add --scan-replay-gain optionBen Boeckel2015-08-141-0/+10
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Remove traiing whitespace (mostly .c and .h files).Erik de Castro Lopo2014-12-051-2/+2
| | | | Patch-from: lvqcl <lvqcl.mail@gmail.com>
* Fix some minor word duplicationZoë Blade2014-12-031-1/+1
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Version 1.3.1 final.1.3.1Erik de Castro Lopo2014-11-273-3/+3
|
* changelog.html : Minor corrections in decoding speed entry.Erik de Castro Lopo2014-11-271-1/+1
|
* Normalize some copyright dates strings.Erik de Castro Lopo2014-11-272-4/+10
| | | | This will make it easier to simply search and replace.
* Some last copyright year updates and change to open bug listMartijn van Beurden2014-11-273-11/+4
| | | | | | | | This updates one rather important mention of the copyright year (the encoding/decoding progress display) and a few in the documentation. Furthermore, it updates the open bug list Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* More date fixes.Erik de Castro Lopo2014-11-2516-31/+31
|
* Set version to 1.3.1pre1.1.3.1pre1Erik de Castro Lopo2014-11-253-4/+4
|
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-254-4/+4
|
* doc/html/changelog.html : Add attributions and fix a typo.Erik de Castro Lopo2014-11-241-7/+7
|
* doc/html/changelog.html : Update for 1.3.1 release.Erik de Castro Lopo2014-11-241-0/+88
|
* Update documentation for new compression presetsMartijn van Beurden2014-11-111-3/+3
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Add partial_tukey and punchout_tukey apodization functionsMartijn van Beurden2014-09-221-2/+3
| | | | | | | | | | | | | | | | | | | | 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>
* Various documentation fixes, merge with websiteMartijn van Beurden2014-08-0912-203/+479
| | | | | | | | | The html documentation was diff'ed to the current website pages and all difference were merged into the page they weren't yet incorporated. This includes lots of small fixes and improvements. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Silence warning message when doxygen disabled.Erik de Castro Lopo2013-10-151-1/+0
|
* Fix documentation rice partition orderMartijn van Beurden2013-09-251-1/+1
| | | | | | | | 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>
* Fix minor Makefile.am issues arising from 943384d7c33.Erik de Castro Lopo2013-09-182-3/+1
| | | | | | Commit 943384d7c33 removed two directories in the doc/ tree and those directories had to be removed from the Makefile.ams one level up.
* Clean up source documentationMartijn van Beurden2013-09-1890-9710/+230
| | | | | | | This patch removes all content that is better viewed online (i.e. downloads, links etc.) and not necessary for development. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Convert logo to SVGMartijn van Beurden2013-09-172-0/+431
| | | | | | | | While developing FLAC Frontend, there where several occasions where I felt little restrained because the FLAC logo is available only in gif. I made an SVG version and rendered a new GIF version from it. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Language fix: "difference licenses"Ulrich Klauer2013-05-274-4/+4
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Properly close HTML commentsUlrich Klauer2013-05-2757-61/+61
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Declare UTF-8 encoding for changelogUlrich Klauer2013-05-271-1/+1
| | | | | | | The changelog declared "charset=ISO-8859-1", but used a UTF-8 encoded name. Change the declaration to UTF-8 to fix this. 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-2664-627/+776
|
* changelog.html : Added entries about RICE2 residue coding method.Erik de Castro Lopo2013-05-251-0/+2
|
* Document --apply-replaygain-which-is-not-lossless command line option.Erik de Castro Lopo2013-04-282-8/+6
|
* doc/html/changelog.html : Updates.Erik de Castro Lopo2013-04-071-0/+2
|
* Fix option names in documentation and help messages.Miroslav Lichvar2013-03-292-4/+6
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* changelog.html : Updates.Erik de Castro Lopo2013-03-171-0/+2
|
* doc/html/changelog.html : Prepare for 1.3.0 release.Erik de Castro Lopo2013-03-101-8/+16
|
* doc/html/documentation_tools_flac.html : Tweaks.Erik de Castro Lopo2013-03-091-3/+3
|
* Fix a bunch of WDG validation warnings in HTML docs.Erik de Castro Lopo2013-03-058-88/+89
|
* documentation_tools_flac.html : Document --ignore-chunk-sizes command line ↵Erik de Castro Lopo2013-03-051-0/+14
| | | | option.