summaryrefslogtreecommitdiff
path: root/src/bitwise.c
Commit message (Expand)AuthorAgeFilesLines
* Use %lu instead of %ld to fprintf unsigned longs.Quipyowert22019-03-181-2/+2
* Remove obsolete $Id$ svn substitution marks.Ralph Giles2017-11-081-1/+0
* 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
* Clean up whitespace.Ralph Giles2011-08-041-25/+25
* 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
* Complete code review on the pattern:Monty2010-06-041-56/+90
* Cast away a char pointer signedness warning.Ralph Giles2010-03-261-4/+4
* Modify default page flushing behavior;Monty2010-03-211-2/+2
* DESTROY ALL TABSMonty2009-05-271-50/+50
* Complete fleshing out async error reporting interface in the source;Monty2009-05-271-1/+1
* 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-191-14/+49
* Fix possible read past the end of the buffer when reading 0 bits.Tim Terriberry2008-02-291-0/+3
* Fix for bugs 464/564Monty2004-09-011-1/+1
* free memory allocated in testing routines, to allow checks to pass inConrad Parker2004-08-191-0/+2
* add explicit casts and consts to fix visual c compiler warningsConrad Parker2004-08-111-19/+19
* 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
* 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
* Add bigendian bitpacker to libogg (that is, a packer that packs MSbitMonty2002-09-151-56/+381
* Xiphophorus -> Xiph.Org changesMonty2002-07-111-2/+2
* Tested changes needed for ongoing work on branches in vorbis/Monty2002-05-081-1/+45
* Minor fix; reading zero bits from the packer at end of file should notMonty2002-01-191-29/+4
* fix "interesting" warningSegher Boessenkool2001-12-211-3/+3
* lots of extremely minor fixesSegher Boessenkool2001-12-201-2/+2
* sizeof() cleanup.Segher Boessenkool2001-10-021-4/+4
* speling fixSegher Boessenkool2001-03-281-2/+2
* final beta 4 commitMonty2001-02-261-5/+5
* Update copyright dates.Monty2001-02-021-4/+3
* Also need defines for _ogg_freeMonty2000-11-131-2/+2
* Merge branch_beta3 onto the mainline.Monty2000-11-051-8/+8
* ack, some of the '_' were still lingering.Jack Moffitt2000-09-071-52/+52
* Initial revisionJack Moffitt2000-09-031-0/+434