summaryrefslogtreecommitdiff
path: root/doc/libogg
Commit message (Collapse)AuthorAgeFilesLines
* Update release version and date on the reference docs.Ralph Giles2014-05-2767-134/+134
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@19150 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update copyright year.Ralph Giles2014-05-2763-63/+63
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@19149 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update the doc versions for the 1.3.1 release.Tim Terriberry2013-05-1467-197/+197
| | | | | | | | | Done with `make -C doc/libogg update-doc-version`. Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18944 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add a makefile target to update the doc versionsTim Terriberry2013-05-141-0/+13
| | | | | | | | | | | | This isn't automatic. It does need to be invoked explicitly, after the package version is changed in configure.in, immediately before release, but that beats updating all of those files by hand for each release. Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18941 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Minor documentation fixes.Tim Terriberry2013-05-065-5/+5
| | | | | | | | Fixes some broken links that were pointing to the wrong place, and some formatting errors. git-svn-id: http://svn.xiph.org/trunk/ogg@18935 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Subject: [PATCH 3/3] Respect the configure --docdir overrideTim Terriberry2013-05-061-3/+2
| | | | | | | | | | | | Thanks to RedDwarf, lilrc, and mgorny for pointing it out and suggesting patches. Patch contributed by Ron Lee. Closes ticket:1758 git-svn-id: http://svn.xiph.org/trunk/ogg@18934 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix broken links in the installed docs.Tim Terriberry2013-05-061-7/+7
| | | | | | | | | | | Adds some files that weren't being installed at all. Installs the libogg docs with the same relative path that they have in the source, which is where the top level index link expects them to be. Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18932 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix link to ogg_stream_state.Tim Terriberry2012-03-011-1/+1
| | | | | | | Thanks to David Richards for the report. git-svn-id: http://svn.xiph.org/trunk/ogg@18217 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump version number and dates for release.Ralph Giles2011-08-0467-197/+197
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18054 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Improve documentation of ogg_stream_flush_fill and related calls.Ralph Giles2011-08-045-7/+18
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18053 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add ogg_stream_flush_fill to compliment ogg_stream_pageout_fill because ↵Gregory Maxwell2011-08-011-0/+69
| | | | | | ogg_stream_flush will produce multiple pages when >4096 bytes and >4 packets are available. git-svn-id: http://svn.xiph.org/trunk/ogg@18044 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix ogg_stream_pageout_fill documentation bug pointed out by David Richards.Gregory Maxwell2010-12-011-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17693 0101bb08-14d6-0310-b084-bc0e0c8e3800
* add ogg_stream_pageout_fill to libogg docsMonty2010-10-2967-132/+225
| | | | | | | | | Update release version on libogg docs git-svn-id: http://svn.xiph.org/trunk/ogg@17580 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix another cut-and-paste error in the documentation.Ralph Giles2010-10-091-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17498 0101bb08-14d6-0310-b084-bc0e0c8e3800
* 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. git-svn-id: http://svn.xiph.org/trunk/ogg@17497 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix a cut-and-paste error in the documentation.Ralph Giles2010-10-091-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17496 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Removed the non-normative comment about 4kB pages. The observation of ↵Gregory Maxwell2010-03-301-2/+3
| | | | | | typical behavior isn't especially useful here, and at least one person has interpreted the comment to imply some kind of limit. Replace the text with something less likely to be construed as a limit. git-svn-id: http://svn.xiph.org/trunk/ogg@17099 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update dates on libogg documentationMonty2010-03-2565-195/+195
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17034 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix copy/paste error.Tim Terriberry2010-02-151-1/+1
| | | | | | | Thanks to Chris Pearce for the report. git-svn-id: http://svn.xiph.org/trunk/ogg@16901 0101bb08-14d6-0310-b084-bc0e0c8e3800
* ogg_stream_pageout.html: Comment on calling pageout in a loop based on ↵Gregory Maxwell2009-11-291-1/+2
| | | | | | feedback from Diablo-D3 in IRC git-svn-id: http://svn.xiph.org/trunk/ogg@16743 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Correct return value documentation for two calls. Ralph Giles2009-10-052-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@16616 0101bb08-14d6-0310-b084-bc0e0c8e3800
* correct a typo which referred to os instead of opMonty2009-07-151-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@16289 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Commit doc updates relating to async error interfaceMonty2009-05-2723-179/+175
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@16049 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update copyright on modified pages, render name and versioning consistent.Monty2009-05-2055-163/+163
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@16018 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update documentation to reflect new API calls, and extended error return ↵Monty2009-05-2010-5/+242
| | | | | | behavior. git-svn-id: http://svn.xiph.org/trunk/ogg@16017 0101bb08-14d6-0310-b084-bc0e0c8e3800
* fix implication that op is updated when -1 is returned.oggk2009-04-041-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@15906 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Clarify that the _destroy() methods call _ogg_free() on their argumentsRalph Giles2008-04-282-2/+15
| | | | | | | even though there's no explicit constructor. git-svn-id: http://svn.xiph.org/trunk/ogg@14810 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Document what oggpack_bytes() returns for read-initialized streams.Ralph Giles2008-02-141-4/+9
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@14505 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Remove "Ogg Vorbis" project references and the obsolete contact email Ralph Giles2008-01-0462-63/+63
| | | | | | | from the libogg documentation. git-svn-id: http://svn.xiph.org/trunk/ogg@14365 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Document the memory ownership when passing ogg packets in and out.Ralph Giles2008-01-042-5/+26
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@14360 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Correction to longstanding errors/omissions in libogg documentation.Monty2007-06-183-7/+17
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@13140 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Correct cut-and-paste errors and further clarify memory ownership in the Ralph Giles2006-03-111-9/+26
| | | | | | | documentation for ogg_stream_pageout(). git-svn-id: http://svn.xiph.org/trunk/ogg@10993 0101bb08-14d6-0310-b084-bc0e0c8e3800
* remove obsolete .cvsignore filesRalph Giles2006-01-281-2/+0
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@10757 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Rename the libogg api doc directory to doc/libogg for greater clarity.Ralph Giles2005-07-3065-0/+4263
git-svn-id: http://svn.xiph.org/trunk/ogg@9667 0101bb08-14d6-0310-b084-bc0e0c8e3800