summaryrefslogtreecommitdiff
path: root/doc/html/format.html
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix miscellaneous typos.luz.paz2018-05-241-2/+2
| | | | Found via `codespell -q 3`
* doc: Add notes about subframe sample sizeRuud van Asseldonk2017-06-121-1/+8
|
* Another bulk update of copyright datesErik de Castro Lopo2016-12-051-2/+2
|
* 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>
* More date fixes.Erik de Castro Lopo2014-11-251-2/+2
|
* Various documentation fixes, merge with websiteMartijn van Beurden2014-08-091-7/+7
| | | | | | | | | 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-17/+3
| | | | | | | 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
|
* Add appropriate WAV channel masks for 7 and 8 channel files.Erik de Castro Lopo2013-03-021-5/+5
| | | | | | | | | | | This commit accepts the new default channel masks for 6.1 and 7.1 surround input WAV files, and writes the corresponding masks when decoding to WAV without a channel mask from the metadata block. The local copy of the format spec is also updated with the new text from the flac-website repository. Patch from Ralph Giles <giles@mozilla.com>
* add 2009 copyrightJosh Coalson2009-01-071-2/+2
|
* Improve decoder's ability to distinguish between a FLAC sync code and an ↵Josh Coalson2009-01-071-7/+10
| | | | MPEG one (SF #2491433 https://sourceforge.net/tracker2/?func=detail&aid=2491433&group_id=13478&atid=113478
* update copyright for 2008Josh Coalson2008-02-281-2/+2
|
* merge from flac-1.2.0 maintenance branch (-j FLAC_RELEASE_1_2_0__2007_07_23 ↵Josh Coalson2007-09-131-6/+6
| | | | -j FLAC_RELEASE_1_2_0_MAINTENANCE_BRANCH)
* document blocksize strategy bit, RESIDUAL_CODING_METHOD_PARTITIONED_RICE2, ↵Josh Coalson2007-07-311-23/+132
| | | | new subset sample rates, subset clarification, variable blocksize clarification
* Fixed bug where importing non-CDDA cuesheets would cause an invalid lead-out ↵Josh Coalson2007-07-311-3/+3
| | | | track number; also add requirement for non-CDDA lead-out track number to be 255 (SF#1764105: https://sourceforge.net/tracker/index.php?func=detail&aid=1764105&group_id=13478&atid=113478).
* fix typo in max sample rate described in STREAMINFO sectionJosh 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-5/+3
|
* minor formattingJosh Coalson2006-11-201-40/+40
|
* final merge down from 1.1.2 maintenance branch (cvs up -j ↵Josh Coalson2006-11-201-12/+28
| | | | FLAC_RELEASE_1_1_2_MAINTENANCE_BASELINE -j FLAC_RELEASE_1_1_2_MAINTENANCE_BRANCH)
* limit subset further if sample rate is <=48kHz: max blocksize is 4608 and ↵Josh Coalson2006-10-071-1/+4
| | | | max LPC order is 12
* multichannel assignments in format and documentationJosh Coalson2006-10-061-1/+11
|
* add documentation for PICTURE metadata blockJosh Coalson2006-09-251-2/+134
|
* add 2206 to copyright noticeJosh Coalson2006-04-251-2/+2
|
* more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusionJosh Coalson2005-08-311-2/+2
|
* 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
* revamp html to be xhtml 1.0 compliant, also use cssJosh Coalson2005-02-091-1441/+1426
|
* move the acknowledgments section below the TOCJosh Coalson2005-02-021-19/+23
|
* add 2005 to copyright noticesJosh Coalson2005-01-251-2/+2
|
* add latest rice partition order limit restriction to subset definitionJosh Coalson2004-12-301-0/+3
|
* remove id3 support from the pluginsJosh Coalson2004-09-281-3/+0
|
* add link to ogg_mapping.htmlJosh Coalson2004-09-091-2/+2
|
* add changelog and links to navigation bar, move links section from main page ↵Josh Coalson2004-07-291-0/+2
| | | | sidebar to its own page
* add table of contentsJosh Coalson2004-07-231-2/+84
|
* max the largest metadata type code be 126, reserving 127 to avoid confusion ↵Josh Coalson2004-07-221-1/+4
| | | | with a frame sync code
* minor verbiage addition re: blocksize bits in frame headerJosh Coalson2004-05-061-2/+2
|
* change wording for explanation of PADDINGJosh Coalson2004-01-281-1/+1
|
* update copyright to 2004Josh Coalson2004-01-171-2/+2
|
* use new logo from MikeJosh Coalson2003-11-071-1/+1
|
* fix error in encoded residual definitionJosh Coalson2003-11-071-1/+1
|
* add link to faq.html in navbarJosh Coalson2003-08-281-0/+1
|
* final merge of changes from the end of the flac 1.1.0 maintenance branch ↵Josh Coalson2003-06-281-1/+1
| | | | (FLAC_RELEASE_1_1_0_MAINTENANCE_BRANCH)
* minor commentsJosh Coalson2003-01-151-2/+2
|
* minor verbiageJosh Coalson2003-01-111-2/+2
|
* remove some resolved @@@@sJosh Coalson2003-01-031-2/+2
|
* Add 2003 to copyright noticeJosh Coalson2003-01-021-2/+2
|
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-051-1/+9
|