summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Commit doc updates relating to async error interfaceMonty2009-05-2723-179/+175
| | | | svn path=/trunk/ogg/; revision=16049
* Update copyright on modified pages, render name and versioning consistent.Monty2009-05-2055-163/+163
| | | | svn path=/trunk/ogg/; revision=16018
* Update documentation to reflect new API calls, and extended error return ↵Monty2009-05-2010-5/+242
| | | | | | behavior. svn path=/trunk/ogg/; revision=16017
* fix implication that op is updated when -1 is returned.oggk2009-04-041-1/+1
| | | | svn path=/trunk/ogg/; revision=15906
* Ogg video streams no longer require future tense.Ralph Giles2009-01-221-4/+4
| | | | svn path=/trunk/ogg/; revision=15628
* Monotonicity of time ordering cannot be 'strict' as this equal times are Ralph Giles2008-12-301-2/+2
| | | | | | possible. Use the more obvious term 'non-decreasing' for clarity. svn path=/trunk/ogg/; revision=15595
* Clarify that muxing orders the pages in strict timestamp order among all Ralph Giles2008-12-301-3/+3
| | | | | | streams, not just within each logical stream. svn path=/trunk/ogg/; revision=15594
* Add RFC 5334 and skeleton.html to Makefile. Mention CHANGES in debian rules ↵ivo2008-09-101-1/+1
| | | | | | file. svn path=/trunk/ogg/; revision=15288
* Add RFC5334 and link to it.ivo2008-09-082-1/+788
| | | | svn path=/trunk/ogg/; revision=15269
* And speaking of missing links...ivo2008-08-311-0/+1
| | | | svn path=/trunk/ogg/; revision=15231
* Clarify that the _destroy() methods call _ogg_free() on their argumentsRalph Giles2008-04-282-2/+15
| | | | | | even though there's no explicit constructor. svn path=/trunk/ogg/; revision=14810
* Skeleton documentation page. Right now it's just a static copy from the wiki.ivo2008-02-221-0/+222
| | | | svn path=/trunk/ogg/; revision=14535
* Document what oggpack_bytes() returns for read-initialized streams.Ralph Giles2008-02-141-4/+9
| | | | svn path=/trunk/ogg/; revision=14505
* Remove "Ogg Vorbis" project references and the obsolete contact email Ralph Giles2008-01-0462-63/+63
| | | | | | from the libogg documentation. svn path=/trunk/ogg/; revision=14365
* Document the memory ownership when passing ogg packets in and out.Ralph Giles2008-01-042-5/+26
| | | | svn path=/trunk/ogg/; revision=14360
* Correction to longstanding errors/omissions in libogg documentation.Monty2007-06-183-7/+17
| | | | svn path=/trunk/ogg/; revision=13140
* Correct cut-and-paste errors and further clarify memory ownership in the Ralph Giles2006-03-111-9/+26
| | | | | | documentation for ogg_stream_pageout(). svn path=/trunk/ogg/; revision=10993
* Update the link and email for Ross Williams' CRC paper.Ralph Giles2006-02-231-3/+2
| | | | svn path=/trunk/ogg/; revision=10923
* remove obsolete .cvsignore filesRalph Giles2006-01-282-4/+0
| | | | svn path=/trunk/ogg/; revision=10757
* Sync with changes to the version distributed with libvorbis.Ralph Giles2005-12-211-40/+41
| | | | svn path=/trunk/ogg/; revision=10669
* oops. fix linknehal2005-09-081-1/+1
| | | | svn path=/trunk/ogg/; revision=9999
* add a link to the libogg api; cleanupsnehal2005-09-081-0/+12
| | | | svn path=/trunk/ogg/; revision=9998
* add style for h4nehal2005-09-051-1/+1
| | | | svn path=/trunk/ogg/; revision=9957
* cleanup docsnehal2005-09-055-401/+639
| | | | svn path=/trunk/ogg/; revision=9956
* Rename the libogg api doc directory to doc/libogg for greater clarity.Ralph Giles2005-07-3066-1/+1
| | | | svn path=/trunk/ogg/; revision=9667
* New version of the interleave example that shows the possibility of Ralph Giles2005-07-161-0/+0
| | | | | | non-contiguous eos pages. Ticket #503. svn path=/trunk/ogg/; revision=9574
* more typosThomas Vander Stichele2005-06-181-38/+38
| | | | svn path=/trunk/ogg/; revision=9467
* doc typo fixes combined with a buildbot testThomas Vander Stichele2005-06-181-2/+2
| | | | svn path=/trunk/ogg/; revision=9466
* Add the multiplex doc to the distribution.Ralph Giles2005-06-171-1/+3
| | | | svn path=/trunk/ogg/; revision=9460
* Correct another documentation typo.Ralph Giles2005-05-151-2/+2
| | | | svn path=/trunk/ogg/; revision=9284
* Document ogg_sync_wrote() on the ogg_sync_wrote page instead of half of ↵Ralph Giles2005-05-151-3/+13
| | | | | | ogg_sync_destroy(). svn path=/trunk/ogg/; revision=9283
* additional verbosity on ogg_stream_packetout()Ralph Giles2004-09-281-6/+6
| | | | svn path=/trunk/ogg/; revision=7889
* Fix documentation for ogg_stream_packetout(). This routine would appear Ralph Giles2004-09-281-3/+6
| | | | | | | | | | to return '0' when no data or only an incomplete packet are available. This is distinct from the other two cases. Also clarify the function of the packet argument. 'decode' in this use was ambiguous. svn path=/trunk/ogg/; revision=7888
* * error out on autotools failures so warnings are caught early onThomas Vander Stichele2004-07-052-4/+0
| | | | | | | | | | | * clean up AC_OUTPUT * AUTOMAKE_OPTIONS = foreign only needs to be done toplevel (this can be verified by checking Makefile's generated in other directories and seeing that the var isn't used) svn path=/trunk/ogg/; revision=6990
* Updated doc to reflect current proposal...Monty2004-05-181-169/+123
| | | | | | | | | | | | | Not as much a proposal at this point actually; this is the way I'm now implementing it. Although we're still in the 'RFC'/'look for horrible lossage' stage, this is close to being set in stone unless we find something horribly wrong with it. Doc is still very light on detailed rationale and examples; I'd like to subcontract that part of the writing and get on with code. svn path=/trunk/ogg/; revision=6719
* Enough for the meeting, although certainly needs more proofreading.Monty2004-05-081-26/+37
| | | | | | | | No doubt the 5/8 meeting will proof it far more thoroughly than I have done. svn path=/trunk/ogg/; revision=6641
* Ongoing work; it occurred to me to not lose it.Monty2004-05-081-953/+196
| | | | svn path=/trunk/ogg/; revision=6639
* a few error corrections, clean up out-of-page notes. Still in progress.Monty2004-02-132-31/+16
| | | | svn path=/trunk/ogg/; revision=5823
* In progress; avoid losing workMonty2004-02-131-0/+1177
| | | | svn path=/trunk/ogg/; revision=5822
* build system updatescalc2003-10-182-16/+19
| | | | | | | 1. to not ship config_types.h 2. to install new html/rfc files svn path=/trunk/ogg/; revision=5488
* Add the Ogg rfc documents. Not that rfc 3533 describing the OggRalph Giles2003-09-242-0/+1182
| | | | | | bitstream format is informational, and our work remains authoritative. svn path=/trunk/ogg/; revision=5369
* fix makefile.am to install vorbisword2.pngcalc2003-09-031-1/+1
| | | | svn path=/trunk/ogg/; revision=5295
* fix documentation errors. thanks to David K. Gasaway for pointing out the ↵Ralph Giles2002-09-292-4/+3
| | | | | | problem. svn path=/trunk/ogg/; revision=3964
* Correct url for the crc introduction. Thanks to Keith Wright for the fix.Ralph Giles2002-09-141-1/+1
| | | | svn path=/trunk/ogg/; revision=3910
* Replace confusing libogg 'version' with 'release 1.0'.Ralph Giles2002-07-1953-106/+106
| | | | svn path=/trunk/ogg/; revision=3691
* add documentation for new routine ogg_stream_reset_serialno();Ralph Giles2002-07-192-3/+71
| | | | svn path=/trunk/ogg/; revision=3690
* bump moddateRalph Giles2002-07-191-2/+2
| | | | svn path=/trunk/ogg/; revision=3689
* Document new oggpack_write*() routines.Ralph Giles2002-07-194-0/+202
| | | | svn path=/trunk/ogg/; revision=3688
* complete a sentenceRalph Giles2002-07-191-1/+1
| | | | svn path=/trunk/ogg/; revision=3687
* Remove obsolete oggpack_*_huff() functions from API documenation.Ralph Giles2002-07-197-151/+4
| | | | svn path=/trunk/ogg/; revision=3686