summaryrefslogtreecommitdiff
path: root/src
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
* Use %lu instead of %ld to fprintf unsigned longs.Quipyowert22019-03-181-2/+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-303-89/+323
* Remove obsolete $Id$ svn substitution marks.Ralph Giles2017-11-082-2/+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
* Fix automake warning.Ralph Giles2015-05-201-1/+1
* Update copyright year.Ralph Giles2014-05-271-1/+1
* Fix format specifier width warning.Ralph Giles2014-05-271-4/+4
* Correct oggpack_writecopy bug reported by Ian Nartowicz: IntegerMonty2014-04-241-15/+246
* 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-042-103/+99
* 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
* The generic TYPE_MAX macros introduced in r17270 require the gcc typeofTim Terriberry2010-06-101-2/+3
* Two cleanups of buffer LONG_MAX overflow hardening:Monty2010-06-041-3/+3
* Correct packet accumulation in _packetout to accumulate a full long of bytes, Monty2010-06-041-1/+1
* Complete code review on the pattern:Monty2010-06-041-56/+90
* 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
* Cast away a char pointer signedness warning.Ralph Giles2010-03-261-4/+4
* 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-212-37/+60
* DESTROY ALL TABSMonty2009-05-272-412/+412
* Complete fleshing out async error reporting interface in the source;Monty2009-05-272-15/+61
* Correct a typo in the new oggpackB_writecheck that would have caused a Monty2009-05-211-1/+1
* Update configure script to use new 'legal' names for cache vals (I hate you s...Monty2009-05-192-27/+83
* Minor fixes to allow cross compiling from Linux to windows and running the te...erikd2008-04-131-1/+3
* Fix possible read past the end of the buffer when reading 0 bits.Tim Terriberry2008-02-291-0/+3
* 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
* Use the automake test framework to run the self tests so we get a Ralph Giles2006-11-061-3/+1
* remove obsolete .cvsignore filesRalph Giles2006-01-281-6/+0
* 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
* Fix for bugs 464/564Monty2004-09-011-1/+1