summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* free memory allocated in testing routines, to allow checks to pass inConrad Parker2004-08-192-0/+14
| | | | | | | leak-checking environments git-svn-id: http://svn.xiph.org/trunk/ogg@7586 0101bb08-14d6-0310-b084-bc0e0c8e3800
* add explicit casts and consts to fix visual c compiler warningsConrad Parker2004-08-112-31/+31
| | | | | | | | (patch from Colin Ward) + tested on linux/gcc git-svn-id: http://svn.xiph.org/trunk/ogg@7525 0101bb08-14d6-0310-b084-bc0e0c8e3800
* * error out on autotools failures so warnings are caught early onThomas Vander Stichele2004-07-051-2/+0
| | | | | | | | | | | | * clean up AC_OUTPUT * AUTOMAKE_OPTIONS = foreign only needs to be done toplevel (this can be verified by checking Makefile's generated in other directories and seeing that the var isn't used) git-svn-id: http://svn.xiph.org/trunk/ogg@6990 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Correct masking bug (incorrect implicit cast) in oggpackB_read that'sMonty2004-06-171-1/+1
| | | | | | | | | exposed by 64 bit systems; the 32 bit mask is signed default and being sign-extended by 64 bit. git-svn-id: http://svn.xiph.org/trunk/ogg@6832 0101bb08-14d6-0310-b084-bc0e0c8e3800
* A bcopy() snuck in from sloppy source tree management. Revert it toMonty2004-03-161-2/+2
| | | | | | | | the original memmove (bcopy is neither portable nor equivalent to memmove) git-svn-id: http://svn.xiph.org/trunk/ogg@5951 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix for bug 498Monty2004-03-081-4/+4
| | | | | | | (B_look() and B_read() broken on 64 bit archs) git-svn-id: http://svn.xiph.org/trunk/ogg@5904 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add a 'make check' hook to call invoke the self tests now that we're onRalph Giles2003-11-101-1/+15
| | | | | | | automake 1.6 where such things are reasonable. git-svn-id: http://svn.xiph.org/trunk/ogg@5551 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Temporary fix to bitwise.c bigendian null-bit read calls. The fix isMonty2003-11-101-3/+3
| | | | | | | fine, I want to find something slightly more elegant. git-svn-id: http://svn.xiph.org/trunk/ogg@5550 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix for bug 458Monty2003-10-081-6/+11
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@5409 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Correct a typo (extra digit) in the mask8B array. Thanks for derf forRalph Giles2003-09-291-2/+2
| | | | | | | the fix. Bug 457. git-svn-id: http://svn.xiph.org/trunk/ogg@5378 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Commit fix for bug #229Mike Smith2003-01-181-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@4265 0101bb08-14d6-0310-b084-bc0e0c8e3800
* fix documentation errors. thanks to David K. Gasaway for pointing out the ↵Ralph Giles2002-09-291-6/+6
| | | | | | problem. git-svn-id: http://svn.xiph.org/trunk/ogg@3964 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add bigendian bitpacker to libogg (that is, a packer that packs MSbitMonty2002-09-151-56/+381
| | | | | | | | | | | | | first into bit position 7, rtaher than LSb first into bit position 0, ala Vorbis I). VP3 needs it, as will other future Ogg codecs. Might as well add it now. Monty git-svn-id: http://svn.xiph.org/trunk/ogg@3911 0101bb08-14d6-0310-b084-bc0e0c8e3800
* -I$(top_builddir)/include fix needed for builddir != srcdircalc2002-07-111-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3592 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Xiphophorus -> Xiph.Org changesMonty2002-07-112-5/+5
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3577 0101bb08-14d6-0310-b084-bc0e0c8e3800
* correct include so that builddir != srcdir workscalc2002-07-031-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3505 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Tested changes needed for ongoing work on branches in vorbis/Monty2002-05-081-1/+45
| | | | | | | Add bitpack copy and checkpoint functions git-svn-id: http://svn.xiph.org/trunk/ogg@3289 0101bb08-14d6-0310-b084-bc0e0c8e3800
* add 'ogg_stream_reset_serialno()' because it's useful. The sameMonty2002-03-071-1/+7
| | | | | | | | | | functionality before required a clear/init cycle that involved free()/malloc(). Monty git-svn-id: http://svn.xiph.org/trunk/ogg@3125 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Minor fix; reading zero bits from the packer at end of file should notMonty2002-01-191-29/+4
| | | | | | | cause EOF. git-svn-id: http://svn.xiph.org/trunk/ogg@2958 0101bb08-14d6-0310-b084-bc0e0c8e3800
* fix "interesting" warningSegher Boessenkool2001-12-211-3/+3
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@2880 0101bb08-14d6-0310-b084-bc0e0c8e3800
* lots of extremely minor fixesSegher Boessenkool2001-12-202-4/+4
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@2867 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Added suggested public API exposure for regenerating checksum.Monty2001-11-241-15/+23
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@2405 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Finally make the CRC lookup table a static initializer, like it alwaysMonty2001-11-241-21/+70
| | | | | | | | | should have been. Monty git-svn-id: http://svn.xiph.org/trunk/ogg@2402 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix to ogg_page_packets; it was looking for the wrong marker.Monty2001-11-221-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@2397 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fixed another missing _ogg_ on a free() call, pointed out by Warren Spitz.Mike Smith2001-11-151-2/+2
| | | | | | | Forgot to check libogg when I was checking for these yesterday... git-svn-id: http://svn.xiph.org/trunk/ogg@2372 0101bb08-14d6-0310-b084-bc0e0c8e3800
* sizeof() cleanup.Segher Boessenkool2001-10-022-23/+22
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@2106 0101bb08-14d6-0310-b084-bc0e0c8e3800
* optimization when using peek as a packet detectorMonty2001-05-241-1/+5
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1455 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Decided to alter behavior of packetpeek slightly:Monty2001-05-241-5/+3
| | | | | | | | | | | | | | packetpeek can report -1 indicating a hole in the data (not really an error). Previously, packetout would have to be called to clear the hole; now, the hole is cleared by packetpeek. That is, the change is that ogg_stream_packetpeek must be followed by a call to ogg_stream_packetout(state,NULL) to continue advancing forward only if packetpeek returned a packet. git-svn-id: http://svn.xiph.org/trunk/ogg@1454 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Minor API additions; none break compatability.Monty2001-05-241-21/+42
| | | | | | | | | | | | | | added ogg_stream_packetpeek; returns the next packet from the stream stste without removing it from the stream. ogg_stream_packetout can now be passed a NULL packet pointer; in this case it removes the packet at the head of the stream and drops it on the floor. Monty git-svn-id: http://svn.xiph.org/trunk/ogg@1453 0101bb08-14d6-0310-b084-bc0e0c8e3800
* speling fixSegher Boessenkool2001-03-281-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1416 0101bb08-14d6-0310-b084-bc0e0c8e3800
* final beta 4 commitMonty2001-02-262-10/+10
| | | | | | | | change to BSD license version update git-svn-id: http://svn.xiph.org/trunk/ogg@1333 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update copyright dates.Monty2001-02-022-8/+6
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1242 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Added vorbis_commentheader_out() to vorbisMike Smith2001-01-181-1/+6
| | | | | | | | | Added ogg_packet_clear to ogg Updated vcedit.c to use them. There's now enough source there to build a working and useful comment editor. git-svn-id: http://svn.xiph.org/trunk/ogg@1172 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Also need defines for _ogg_freeMonty2000-11-132-11/+11
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1053 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Merge branch_beta3 onto the mainline.Monty2000-11-052-32/+32
| | | | | | | Monty git-svn-id: http://svn.xiph.org/trunk/ogg@989 0101bb08-14d6-0310-b084-bc0e0c8e3800
* $(top_srcdir) may not be the top dir if this in a subproject of somethingJack Moffitt2000-11-021-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@874 0101bb08-14d6-0310-b084-bc0e0c8e3800
* cut-n-paste typoMonty2000-10-101-5/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@722 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Added 'ogg_page_packets()' call. See source for comment documentation.Monty2000-10-101-1/+32
| | | | | | | Monty git-svn-id: http://svn.xiph.org/trunk/ogg@721 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Where was ogg_sync_destroy... silly xiphmont :)Jack Moffitt2000-09-281-1/+9
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@703 0101bb08-14d6-0310-b084-bc0e0c8e3800
* ogg_stream_eof -> ogg_stream_eosJack Moffitt2000-09-261-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@691 0101bb08-14d6-0310-b084-bc0e0c8e3800
* library versioning fixedJack Moffitt2000-09-261-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@688 0101bb08-14d6-0310-b084-bc0e0c8e3800
* changed all instances of "frameno" to "granulepos"Jack Moffitt2000-09-261-10/+10
| | | | | | | jack. git-svn-id: http://svn.xiph.org/trunk/ogg@687 0101bb08-14d6-0310-b084-bc0e0c8e3800
* ack, some of the '_' were still lingering.Jack Moffitt2000-09-071-52/+52
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@648 0101bb08-14d6-0310-b084-bc0e0c8e3800
* and the .cvsignores for the subdirsJack Moffitt2000-09-031-0/+6
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@632 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Initial revisionJack Moffitt2000-09-033-0/+2072
git-svn-id: http://svn.xiph.org/trunk/ogg@618 0101bb08-14d6-0310-b084-bc0e0c8e3800