summaryrefslogtreecommitdiff
path: root/src/framing.c
Commit message (Expand)AuthorAgeFilesLines
* framing: check for overflow on growing bufferClément Bœsch2020-08-101-1/+6
* src/framing.c: close compile warning under windows whith msbuildwillson-chen2020-04-251-1/+1
* Fix memory leak in test_framingwillson-chen2019-08-121-0/+1
* Fix memory leak in test_framingwillson-chen2019-07-311-0/+2
* Get rid of annoying C4456 warningEugene Opalev2019-03-181-3/+0
* framing: cast to unsigned when shifting to fix ubsan errorsTristan Matthews2019-03-061-11/+11
* Misc. typosluz.paz2018-10-091-2/+2
* Switch to slicing-by-8 CRC32 algorithm.Robert Kausch2018-04-301-87/+43
* Remove obsolete $Id$ svn substitution marks.Ralph Giles2017-11-081-1/+0
* configure: add --disable-crc optionTristan Matthews2017-11-071-0/+14
* Fix struct comparison in tests for Win64James Ross-Gowan2017-11-011-1/+29
* Make false continued packet handling consistentTimothy B. Terriberry2017-06-161-0/+1
* 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 v1.2.1Monty2010-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 heuristicv1.2.0Monty2010-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