summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Xiphophorus -> Xiph.Org changesMonty2002-07-112-5/+5
* correct include so that builddir != srcdir workscalc2002-07-031-1/+1
* Tested changes needed for ongoing work on branches in vorbis/Monty2002-05-081-1/+45
* add 'ogg_stream_reset_serialno()' because it's useful. The sameMonty2002-03-071-1/+7
* 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-202-4/+4
* 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-022-23/+22
* 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
* speling fixSegher Boessenkool2001-03-281-2/+2
* final beta 4 commitMonty2001-02-262-10/+10
* Update copyright dates.Monty2001-02-022-8/+6
* Added vorbis_commentheader_out() to vorbisMike Smith2001-01-181-1/+6
* Also need defines for _ogg_freeMonty2000-11-132-11/+11
* Merge branch_beta3 onto the mainline.Monty2000-11-052-32/+32
* $(top_srcdir) may not be the top dir if this in a subproject of somethingJack Moffitt2000-11-021-1/+1
* 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
* library versioning fixedJack Moffitt2000-09-261-1/+1
* changed all instances of "frameno" to "granulepos"Jack Moffitt2000-09-261-10/+10
* ack, some of the '_' were still lingering.Jack Moffitt2000-09-071-52/+52
* and the .cvsignores for the subdirsJack Moffitt2000-09-031-0/+6
* Initial revisionJack Moffitt2000-09-033-0/+2072