summaryrefslogtreecommitdiff
path: root/src/framing.c
Commit message (Expand)AuthorAgeFilesLines
* Guard against very large packets.Tim Terriberry2013-01-081-13/+31
* Fix a comment typo.Ralph Giles2011-08-041-1/+1
* Clean up whitespace.Ralph Giles2011-08-041-78/+74
* Add ogg_stream_flush_fill to compliment ogg_stream_pageout_fill because ogg_s...Gregory Maxwell2011-08-011-0/+8
* revert r17124 to match reversion of pagespill packet threshold from 8 to Monty2010-11-011-54/+21
* Revert default page spill from 8 to 4 packets.Monty2010-10-291-1/+1
* apply comment spell fix patch from Trac #1623Monty2010-10-271-2/+2
* Correct packet accumulation in _packetout to accumulate a full long of bytes, Monty2010-06-041-1/+1
* Update make check to work properly with the new page spill heuristic from r17098Gregory Maxwell2010-04-051-21/+54
* Add a 'ogg_stream_pageout_fill' function to allow smart applications with del...Gregory Maxwell2010-03-291-4/+19
* Fix int vs long issues with the framing self-test code.Ralph Giles2010-03-261-3/+3
* Update make check to work properly with the new page spill heuristicMonty2010-03-261-54/+225
* Modify default page flushing behavior;Monty2010-03-211-35/+58
* DESTROY ALL TABSMonty2009-05-271-362/+362
* Complete fleshing out async error reporting interface in the source;Monty2009-05-271-14/+60
* Update configure script to use new 'legal' names for cache vals (I hate you s...Monty2009-05-191-13/+34
* six const correct-ness fixeserikd2008-02-091-8/+8
* Add Andrew Donkin's iovec patch to libogg 1. Applied as-is after Monty2007-02-081-11/+24
* Correct the test case data to expect a granulepos of -1 on pages whereRalph Giles2005-07-231-4/+4
* According to the Ogg specification, an ogg page that doesn't have any Mike Smith2005-07-221-2/+3
* Remove obsolete doc reference.Ralph Giles2005-06-061-13/+12
* Fix for Josh Coalson's long-packet sync continuation bug. Passes all unit te...Monty2004-09-221-3/+7
* Added appropriate unit test to test for Josh's bug.Monty2004-09-221-14/+52
* free memory allocated in testing routines, to allow checks to pass inConrad Parker2004-08-191-0/+12
* add explicit casts and consts to fix visual c compiler warningsConrad Parker2004-08-111-12/+12
* fix documentation errors. thanks to David K. Gasaway for pointing out the pro...Ralph Giles2002-09-291-6/+6
* Xiphophorus -> Xiph.Org changesMonty2002-07-111-3/+3
* add 'ogg_stream_reset_serialno()' because it's useful. The sameMonty2002-03-071-1/+7
* lots of extremely minor fixesSegher Boessenkool2001-12-201-2/+2
* Added suggested public API exposure for regenerating checksum.Monty2001-11-241-15/+23
* Finally make the CRC lookup table a static initializer, like it alwaysMonty2001-11-241-21/+70
* Fix to ogg_page_packets; it was looking for the wrong marker.Monty2001-11-221-2/+2
* Fixed another missing _ogg_ on a free() call, pointed out by Warren Spitz.Mike Smith2001-11-151-2/+2
* sizeof() cleanup.Segher Boessenkool2001-10-021-19/+18
* optimization when using peek as a packet detectorMonty2001-05-241-1/+5
* Decided to alter behavior of packetpeek slightly:Monty2001-05-241-5/+3
* Minor API additions; none break compatability.Monty2001-05-241-21/+42
* final beta 4 commitMonty2001-02-261-5/+5
* Update copyright dates.Monty2001-02-021-4/+3
* Added vorbis_commentheader_out() to vorbisMike Smith2001-01-181-1/+6
* Also need defines for _ogg_freeMonty2000-11-131-9/+9
* Merge branch_beta3 onto the mainline.Monty2000-11-051-24/+24
* cut-n-paste typoMonty2000-10-101-5/+1
* Added 'ogg_page_packets()' call. See source for comment documentation.Monty2000-10-101-1/+32
* Where was ogg_sync_destroy... silly xiphmont :)Jack Moffitt2000-09-281-1/+9
* ogg_stream_eof -> ogg_stream_eosJack Moffitt2000-09-261-2/+2
* changed all instances of "frameno" to "granulepos"Jack Moffitt2000-09-261-10/+10
* Initial revisionJack Moffitt2000-09-031-0/+1622