summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 svn path=/trunk/ogg/; revision=3911
* -I$(top_builddir)/include fix needed for builddir != srcdircalc2002-07-111-1/+1
| | | | svn path=/trunk/ogg/; revision=3592
* Xiphophorus -> Xiph.Org changesMonty2002-07-112-5/+5
| | | | svn path=/trunk/ogg/; revision=3577
* correct include so that builddir != srcdir workscalc2002-07-031-1/+1
| | | | svn path=/trunk/ogg/; revision=3505
* Tested changes needed for ongoing work on branches in vorbis/Monty2002-05-081-1/+45
| | | | | | Add bitpack copy and checkpoint functions svn path=/trunk/ogg/; revision=3289
* 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 svn path=/trunk/ogg/; revision=3125
* Minor fix; reading zero bits from the packer at end of file should notMonty2002-01-191-29/+4
| | | | | | cause EOF. svn path=/trunk/ogg/; revision=2958
* fix "interesting" warningSegher Boessenkool2001-12-211-3/+3
| | | | svn path=/trunk/ogg/; revision=2880
* lots of extremely minor fixesSegher Boessenkool2001-12-202-4/+4
| | | | svn path=/trunk/ogg/; revision=2867
* Added suggested public API exposure for regenerating checksum.Monty2001-11-241-15/+23
| | | | svn path=/trunk/ogg/; revision=2405
* Finally make the CRC lookup table a static initializer, like it alwaysMonty2001-11-241-21/+70
| | | | | | | | should have been. Monty svn path=/trunk/ogg/; revision=2402
* Fix to ogg_page_packets; it was looking for the wrong marker.Monty2001-11-221-2/+2
| | | | svn path=/trunk/ogg/; revision=2397
* 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... svn path=/trunk/ogg/; revision=2372
* sizeof() cleanup.Segher Boessenkool2001-10-022-23/+22
| | | | svn path=/trunk/ogg/; revision=2106
* optimization when using peek as a packet detectorMonty2001-05-241-1/+5
| | | | svn path=/trunk/ogg/; revision=1455
* 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. svn path=/trunk/ogg/; revision=1454
* 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 svn path=/trunk/ogg/; revision=1453
* speling fixSegher Boessenkool2001-03-281-2/+2
| | | | svn path=/trunk/ogg/; revision=1416
* final beta 4 commitMonty2001-02-262-10/+10
| | | | | | | change to BSD license version update svn path=/trunk/ogg/; revision=1333
* Update copyright dates.Monty2001-02-022-8/+6
| | | | svn path=/trunk/ogg/; revision=1242
* 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. svn path=/trunk/ogg/; revision=1172
* Also need defines for _ogg_freeMonty2000-11-132-11/+11
| | | | svn path=/trunk/ogg/; revision=1053
* Merge branch_beta3 onto the mainline.Monty2000-11-052-32/+32
| | | | | | Monty svn path=/trunk/ogg/; revision=989
* $(top_srcdir) may not be the top dir if this in a subproject of somethingJack Moffitt2000-11-021-1/+1
| | | | svn path=/trunk/ogg/; revision=874
* cut-n-paste typoMonty2000-10-101-5/+1
| | | | svn path=/trunk/ogg/; revision=722
* Added 'ogg_page_packets()' call. See source for comment documentation.Monty2000-10-101-1/+32
| | | | | | Monty svn path=/trunk/ogg/; revision=721
* Where was ogg_sync_destroy... silly xiphmont :)Jack Moffitt2000-09-281-1/+9
| | | | svn path=/trunk/ogg/; revision=703
* ogg_stream_eof -> ogg_stream_eosJack Moffitt2000-09-261-2/+2
| | | | svn path=/trunk/ogg/; revision=691
* library versioning fixedJack Moffitt2000-09-261-1/+1
| | | | svn path=/trunk/ogg/; revision=688
* changed all instances of "frameno" to "granulepos"Jack Moffitt2000-09-261-10/+10
| | | | | | jack. svn path=/trunk/ogg/; revision=687
* ack, some of the '_' were still lingering.Jack Moffitt2000-09-071-52/+52
| | | | svn path=/trunk/ogg/; revision=648
* and the .cvsignores for the subdirsJack Moffitt2000-09-031-0/+6
| | | | svn path=/trunk/ogg/; revision=632
* Initial revisionJack Moffitt2000-09-033-0/+2072
svn path=/trunk/ogg/; revision=618