summaryrefslogtreecommitdiff
path: root/doc/html/documentation.html
Commit message (Collapse)AuthorAgeFilesLines
* Restructure README, API and HTML documentationMartijn van Beurden2022-09-051-91/+0
| | | | | | Tool documentation has moved to man directory, other dev docs to README.md and CONTRIBUTING.md. User documentation is already on the website and doesn't really belong in the source code. Also, fix CMake so that it uses Doxyfile.in instead of using defaults.
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-2/+2
|
* doc: Add xmlns attributes.Ralph Giles2019-08-051-1/+1
| | | | validator.w3.org wants a namespace declaration for xhtml.
* doc: Remove xhtml validator links.Fabian Greffrath2019-08-041-3/+0
| | | | | | | | | | | | | | Fix "privacy-breach-w3c-valid-html" lintian error. Don't ping an external site when loading documentation pages since this can be used to track user activity. These links are also broken, since they depend on the referer header, which browsers no longer send to insecure pages for similar privacy reasons. That aspect could be addressed by using https urls for the validator site. Signed-off-by: Ralph Giles <giles@thaumas.net>
* Another bulk update of copyright datesErik de Castro Lopo2016-12-051-2/+2
|
* More date fixes.Erik de Castro Lopo2014-11-251-2/+2
|
* Various documentation fixes, merge with websiteMartijn van Beurden2014-08-091-1/+1
| | | | | | | | | 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>
* Clean up source documentationMartijn van Beurden2013-09-181-21/+7
| | | | | | | 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>
* Properly close HTML commentsUlrich Klauer2013-05-271-1/+1
| | | | 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-261-2/+5
|
* Fix a bunch of WDG validation warnings in HTML docs.Erik de Castro Lopo2013-03-051-1/+1
|
* add 2009 copyrightJosh Coalson2009-01-071-2/+2
|
* update copyright for 2008Josh Coalson2008-02-281-2/+2
|
* add link to new example code pageJosh Coalson2007-09-131-0/+1
|
* add verbiage about mailing list (must subscribe to post)Josh Coalson2007-06-161-1/+1
|
* add 2007 copyrightJosh Coalson2007-02-021-2/+2
|
* reorganize to be more novice-friendly, add more docsJosh Coalson2006-12-221-1470/+21
|
* add note to #bugs about error with corrupted FLAC input and FLAC-to-FLAC ↵Josh Coalson2006-12-141-0/+3
| | | | transcoding
* fix link to wmp guide; add known bug: -A in some localesJosh Coalson2006-12-051-1/+4
|
* minor html fixesJosh Coalson2006-11-201-23/+23
|
* minor formattingJosh Coalson2006-11-201-113/+140
|
* final merge down from 1.1.2 maintenance branch (cvs up -j ↵Josh Coalson2006-11-201-4/+20
| | | | FLAC_RELEASE_1_1_2_MAINTENANCE_BASELINE -j FLAC_RELEASE_1_1_2_MAINTENANCE_BRANCH)
* fix a bug where missing STREAMINFO fields (min/max framesize, total samples, ↵Josh Coalson2006-11-151-1/+1
| | | | MD5 sum) and seek point offsets were not getting rewritten back to Ogg FLAC file (SF#1338969 https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1338969&amp;group_id=13478&amp;atid=113478)
* disallow multiple input FLAC files when --import-tags-from=- is used ↵Josh Coalson2006-11-141-1/+1
| | | | (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-3/+3
|
* minor wordingJosh Coalson2006-11-031-1/+1
|
* rename metaflac's --import-picture to --import-picture-from for consistency ↵Josh Coalson2006-11-021-2/+2
| | | | with other options
* add --export-picture-to option to metaflacJosh Coalson2006-11-021-4/+13
|
* limit subset further if sample rate is <=48kHz: max blocksize is 4608 and ↵Josh Coalson2006-10-071-2/+2
| | | | max LPC order is 12
* multichannel assignments in format and documentationJosh Coalson2006-10-061-1/+1
|
* change default padding to 8K, or 64K if input audio stream is >= 20 minutes longJosh Coalson2006-09-271-1/+1
|
* add link for FLAC in WMPJosh Coalson2006-09-271-0/+1
|
* bump version numberJosh Coalson2006-09-261-1/+1
|
* add --import-picture command to metaflacJosh Coalson2006-09-261-0/+9
|
* add documentation for flac's --picture optionJosh Coalson2006-09-251-0/+41
|
* add support for encoding from FLAC to FLAC while preserving metadataJosh Coalson2006-08-281-2/+4
|
* add new options: --tag-from-file for flac and --set-tag-from-file for metaflacJosh Coalson2006-05-181-2/+20
|
* add docs for -A, additional docs for --cueJosh Coalson2006-04-281-1/+15
|
* add 2206 to copyright noticeJosh Coalson2006-04-251-2/+2
|
* allow non-strict mode for reading replaygain tags, to fallback to track tags ↵Josh Coalson2005-09-011-1/+1
| | | | if album tags are not available and vice versa
* more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusionJosh Coalson2005-08-311-1/+1
|
* add shorthand option --remove-replay-gain to metaflacJosh Coalson2005-08-311-0/+9
|
* remove verbiage about --sector-align only working for WAVE files since it ↵Josh Coalson2005-08-271-1/+1
| | | | works for all kinds of input now
* change the navbar css by integrating the separators into it. IE was ↵Josh Coalson2005-02-121-6/+0
| | | | treating the empty separator div's differently than everything else and putting space in them
* typoJosh Coalson2005-02-111-1/+1
|
* revamp html to be xhtml 1.0 compliant, also use cssJosh Coalson2005-02-091-1484/+1348
|
* improve wording for --laxJosh Coalson2005-02-031-2/+2
|
* bump version number to 1.1.2Josh Coalson2005-02-021-1/+1
|
* merge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEASE_1_1_1__2004_10_01 ↵Josh Coalson2005-01-251-2/+2
| | | | -j FLAC_RELEASE_1_1_1_MAINTENANCE_BRANCH (AKA FLAC_RELEASE_1_1_1_MAINTENANCE__MERGE_TO_TRUNK))
* add 2005 to copyright noticesJosh Coalson2005-01-251-2/+2
|