summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* 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 heuristicMonty2010-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
* free memory allocated in testing routines, to allow checks to pass inConrad Parker2004-08-192-0/+14
* add explicit casts and consts to fix visual c compiler warningsConrad Parker2004-08-112-31/+31
* * error out on autotools failures so warnings are caught early onThomas Vander Stichele2004-07-051-2/+0
* Correct masking bug (incorrect implicit cast) in oggpackB_read that'sMonty2004-06-171-1/+1
* A bcopy() snuck in from sloppy source tree management. Revert it toMonty2004-03-161-2/+2
* Fix for bug 498Monty2004-03-081-4/+4
* Add a 'make check' hook to call invoke the self tests now that we're onRalph Giles2003-11-101-1/+15
* Temporary fix to bitwise.c bigendian null-bit read calls. The fix isMonty2003-11-101-3/+3
* Fix for bug 458Monty2003-10-081-6/+11
* Correct a typo (extra digit) in the mask8B array. Thanks for derf forRalph Giles2003-09-291-2/+2
* Commit fix for bug #229Mike Smith2003-01-181-1/+1
* fix documentation errors. thanks to David K. Gasaway for pointing out the pro...Ralph Giles2002-09-291-6/+6
* Add bigendian bitpacker to libogg (that is, a packer that packs MSbitMonty2002-09-151-56/+381
* -I$(top_builddir)/include fix needed for builddir != srcdircalc2002-07-111-1/+1