summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor API additions; none break compatability.Monty2001-05-241-1/+2
| | | | | | | | | | | | | 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
* 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-4/+19
| | | | svn path=/trunk/ogg/; revision=1242
* Typedef correction for cygwinMonty2001-01-221-2/+2
| | | | svn path=/trunk/ogg/; revision=1190
* Added vorbis_commentheader_out() to vorbisMike Smith2001-01-181-0/+2
| | | | | | | | 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-131-3/+4
| | | | svn path=/trunk/ogg/; revision=1053
* Merge branch_beta3 onto the mainline.Monty2000-11-052-20/+26
| | | | | | Monty svn path=/trunk/ogg/; revision=989
* Added 'ogg_page_packets()' call. See source for comment documentation.Monty2000-10-101-0/+1
| | | | | | Monty svn path=/trunk/ogg/; revision=721
* updated cvsignoreJack Moffitt2000-10-061-1/+1
| | | | svn path=/trunk/ogg/; revision=718
* macintosh build fixes for oggJack Moffitt2000-10-063-14/+37
| | | | | | os_types.h should be win32 and mac ready svn path=/trunk/ogg/; revision=717
* Where was ogg_sync_destroy... silly xiphmont :)Jack Moffitt2000-09-281-1/+1
| | | | svn path=/trunk/ogg/; revision=703
* ogg_stream_eof -> ogg_stream_eosJack Moffitt2000-09-261-1/+1
| | | | svn path=/trunk/ogg/; revision=691
* changed all instances of "frameno" to "granulepos"Jack Moffitt2000-09-261-2/+2
| | | | | | jack. svn path=/trunk/ogg/; revision=687
* ack, some of the '_' were still lingering.Jack Moffitt2000-09-071-1/+1
| | | | svn path=/trunk/ogg/; revision=648
* and the .cvsignores for the subdirsJack Moffitt2000-09-032-0/+5
| | | | svn path=/trunk/ogg/; revision=632
* Initial revisionJack Moffitt2000-09-034-0/+221
svn path=/trunk/ogg/; revision=618