summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_packet_clear.html
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation version for 1.3.5 release.v1.3.5Ralph Giles2021-06-031-3/+3
| | | | Result of running `make -C doc/libogg update-doc-version`.
* Update documentation version and release date for v1.3.4.v1.3.4Ralph Giles2019-08-301-3/+3
| | | | Result of running make -C doc/libogg update-doc-version.
* Update version and release date on the documentation.Ralph Giles2017-11-071-3/+3
| | | | | | | | Bump the API documentation page footer for the latest release. I missed this before making the 1.3.3 release, changing it now and including this version on the website is less confusing, I think.
* Update release version and date on the reference docs.v1.3.2Ralph Giles2014-05-271-2/+2
| | | | svn path=/trunk/ogg/; revision=19150
* Update copyright year.Ralph Giles2014-05-271-1/+1
| | | | svn path=/trunk/ogg/; revision=19149
* Update the doc versions for the 1.3.1 release.v1.3.1Tim Terriberry2013-05-141-3/+3
| | | | | | | | Done with `make -C doc/libogg update-doc-version`. Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18944
* Bump version number and dates for release.v1.3.0Ralph Giles2011-08-041-3/+3
| | | | svn path=/trunk/ogg/; revision=18054
* add ogg_stream_pageout_fill to libogg docsMonty2010-10-291-2/+2
| | | | | | | | Update release version on libogg docs svn path=/trunk/ogg/; revision=17580
* Fix another cut-and-paste error in the documentation.Ralph Giles2010-10-091-1/+1
| | | | svn path=/trunk/ogg/; revision=17498
* Explicitly document what ogg_packet_clear() does.Ralph Giles2010-10-091-2/+4
| | | | | | | | | | | | The ogg_packet structure is public, and contains no 'internal' data, except in that decoding functions allocate and own the returned buffer. When a client creates packets to pass into the encoding functions it is instead the client which owns the buffer. Nevertheless, ogg_packet_clear() can be useful if the client is using a simple allocation strategy. I wanted to be clear that it was appropriate to use this call for such packets. svn path=/trunk/ogg/; revision=17497
* Fix a cut-and-paste error in the documentation.Ralph Giles2010-10-091-1/+1
| | | | svn path=/trunk/ogg/; revision=17496
* Update dates on libogg documentationMonty2010-03-251-3/+3
| | | | svn path=/trunk/ogg/; revision=17034
* Update copyright on modified pages, render name and versioning consistent.Monty2009-05-201-3/+3
| | | | svn path=/trunk/ogg/; revision=16018
* Remove "Ogg Vorbis" project references and the obsolete contact email Ralph Giles2008-01-041-1/+1
| | | | | | from the libogg documentation. svn path=/trunk/ogg/; revision=14365
* Rename the libogg api doc directory to doc/libogg for greater clarity.Ralph Giles2005-07-301-0/+62
svn path=/trunk/ogg/; revision=9667