summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Patch to add types for DJGPPMonty2003-09-021-1/+9
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@5281 0101bb08-14d6-0310-b084-bc0e0c8e3800
* PS2 types from "David Etherton" <etherton@rockstarsandiego.com>Mike Smith2003-05-231-1/+9
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@4784 0101bb08-14d6-0310-b084-bc0e0c8e3800
* This commit was generated by cvs2svn to compensate for changes in r4539,cvs2svn2003-03-261-1/+1
| | | | | | | which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.xiph.org/trunk/ogg@4540 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Committing fix for #245Mike Smith2003-01-181-2/+3
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@4267 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add ogg_uint16_t for TheoraMonty2002-09-182-1/+8
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3916 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add bigendian bitpacker to libogg (that is, a packer that packs MSbitMonty2002-09-151-1/+19
| | | | | | | | | | | | | 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
* Ryan Gordon's BeOS fixes.Mike Smith2002-07-191-1/+5
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3678 0101bb08-14d6-0310-b084-bc0e0c8e3800
* re-add an incorrectly removed prototype.Ralph Giles2002-07-131-1/+3
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3612 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Remove unimplemented routines from ogg.h. If there's supposed to be there ↵Ralph Giles2002-07-121-5/+1
| | | | | | for some reason, please correct. git-svn-id: http://svn.xiph.org/trunk/ogg@3603 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Xiphophorus -> Xiph.Org changesMonty2002-07-112-6/+6
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@3577 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Tested changes needed for ongoing work on branches in vorbis/Monty2002-05-081-1/+10
| | | | | | | 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/+2
| | | | | | | | | | 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
* 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-1/+3
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@2405 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add build-specific defines to os_types.h for the ProjectBuilder stuff. AsRalph Giles2001-11-021-2/+10
| | | | | | | | | | | near as I can tell ProjectBuilder doesn't actually define __MACOS__ or __COCOA__ or __PROJECTBUILDER__ or any other obvious thing. This config actually passes -D__MACOSX__ on the gcc cmd line and switches off that. The ogg framework should now build 'out of the box'. git-svn-id: http://svn.xiph.org/trunk/ogg@2290 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Brian was right; I missed this one.Monty2001-06-031-34/+32
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1470 0101bb08-14d6-0310-b084-bc0e0c8e3800
* 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 git-svn-id: http://svn.xiph.org/trunk/ogg@1453 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-4/+19
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1242 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Typedef correction for cygwinMonty2001-01-221-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1190 0101bb08-14d6-0310-b084-bc0e0c8e3800
* 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. git-svn-id: http://svn.xiph.org/trunk/ogg@1172 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Also need defines for _ogg_freeMonty2000-11-131-3/+4
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@1053 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Merge branch_beta3 onto the mainline.Monty2000-11-052-20/+26
| | | | | | | Monty git-svn-id: http://svn.xiph.org/trunk/ogg@989 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Added 'ogg_page_packets()' call. See source for comment documentation.Monty2000-10-101-0/+1
| | | | | | | Monty git-svn-id: http://svn.xiph.org/trunk/ogg@721 0101bb08-14d6-0310-b084-bc0e0c8e3800
* updated cvsignoreJack Moffitt2000-10-061-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@718 0101bb08-14d6-0310-b084-bc0e0c8e3800
* macintosh build fixes for oggJack Moffitt2000-10-063-14/+37
| | | | | | | os_types.h should be win32 and mac ready git-svn-id: http://svn.xiph.org/trunk/ogg@717 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Where was ogg_sync_destroy... silly xiphmont :)Jack Moffitt2000-09-281-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@703 0101bb08-14d6-0310-b084-bc0e0c8e3800
* ogg_stream_eof -> ogg_stream_eosJack Moffitt2000-09-261-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@691 0101bb08-14d6-0310-b084-bc0e0c8e3800
* changed all instances of "frameno" to "granulepos"Jack Moffitt2000-09-261-2/+2
| | | | | | | 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-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@648 0101bb08-14d6-0310-b084-bc0e0c8e3800
* and the .cvsignores for the subdirsJack Moffitt2000-09-032-0/+5
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@632 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Initial revisionJack Moffitt2000-09-034-0/+221
git-svn-id: http://svn.xiph.org/trunk/ogg@618 0101bb08-14d6-0310-b084-bc0e0c8e3800