summaryrefslogtreecommitdiff
path: root/include/ogg
Commit message (Collapse)AuthorAgeFilesLines
* Add now async error interface calls to ogg.hMonty2009-05-271-0/+2
| | | | svn path=/trunk/ogg/; revision=16048
* Update configure script to use new 'legal' names for cache vals (I hate you ↵Monty2009-05-191-0/+2
| | | | | | | | | | | | | | | | | | | so much, autofoo) Update ogg to check the return of all allocs for those on embedded platforms with guarantees non-ovecommit. Be aware that these checks are useless on any modern desktop OS, but that embedded folks with no MMU and a hard heap boundary will benefit. Add one new call to bitpacker that will query a write-mode oggpack_buffer to see if it ran out of memory at some point; there was no other way to add the error reporting in an ABI-compatible manner (and it also allows the writepacker to avoid extra checks; it will just keep going after running out of memory without faulting and state can be queried later). svn path=/trunk/ogg/; revision=16016
* The iovec patch uses size_t, so we must include <stddef.h>.Tim Terriberry2008-12-161-0/+1
| | | | svn path=/trunk/ogg/; revision=15586
* Whitespace cleanup.Ralph Giles2008-12-161-8/+2
| | | | svn path=/trunk/ogg/; revision=15585
* Build support for Haiku. Patch by scottmc at gmail. Closes #1371.ivo2008-06-041-0/+10
| | | | svn path=/trunk/ogg/; revision=14997
* Minor fixes to allow cross compiling from Linux to windows and running the ↵erikd2008-04-131-0/+1
| | | | | | tests under Wine. svn path=/trunk/ogg/; revision=14725
* six const correct-ness fixeserikd2008-02-091-8/+8
| | | | svn path=/trunk/ogg/; revision=14463
* improving linking against libogg in OS X according to latest patch in ticket ↵ivo2007-11-161-1/+1
| | | | | | #289 svn path=/trunk/ogg/; revision=14168
* Add Andrew Donkin's iovec patch to libogg 1. Applied as-is after Monty2007-02-081-2/+9
| | | | | | | review. svn path=/trunk/ogg/; revision=12446
* Use stdint types for the CYGWIN build instead of the ones from Ralph Giles2006-06-031-12/+13
| | | | | | | | | _G_config.h. This is reportedly more reliable in these modern times. Also, remove spurious whitespace from the MINGW32 typedefs. svn path=/trunk/ogg/; revision=11511
* remove obsolete .cvsignore filesRalph Giles2006-01-281-3/+0
| | | | svn path=/trunk/ogg/; revision=10757
* add support for Symbian OS, from Colin Ward (CSIRO)Conrad Parker2004-08-111-1/+16
| | | | svn path=/trunk/ogg/; revision=7524
* * 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) svn path=/trunk/ogg/; revision=6990
* Correct a typo. Helps to test these things before you commit instead of after.Ralph Giles2004-03-141-2/+2
| | | | svn path=/trunk/ogg/; revision=5950
* Add platform-specific int types for MingW32. After a patch from John Edwards.Ralph Giles2004-03-141-17/+23
| | | | | | | | | | | | Jan posted a different patch: http://www.xiph.org/archives/vorbis-dev/200402/0039.html Most everyone (but MSVC) ships stdint types in either stdint.h or inttypes.h these days, but there can be some tricky collisions with older installations, so I'd rather avoid a new portability refinement tail this close to release. svn path=/trunk/ogg/; revision=5948
* Ugly autotools foo. nodist_HEADERS requires automake 1.6 or later. addRalph Giles2003-11-101-1/+1
| | | | | | | this requirement to AUTOMAKE_OPTIONS and port the corresponding autogen support from libao. svn path=/trunk/ogg/; revision=5549
* build system updatescalc2003-10-181-2/+2
| | | | | | | 1. to not ship config_types.h 2. to install new html/rfc files svn path=/trunk/ogg/; revision=5488
* Patch to add types for DJGPPMonty2003-09-021-1/+9
| | | | svn path=/trunk/ogg/; revision=5281
* PS2 types from "David Etherton" <etherton@rockstarsandiego.com>Mike Smith2003-05-231-1/+9
| | | | svn path=/trunk/ogg/; revision=4784
* Committing fix for #245Mike Smith2003-01-181-2/+3
| | | | svn path=/trunk/ogg/; revision=4267
* Add ogg_uint16_t for TheoraMonty2002-09-182-1/+8
| | | | svn path=/trunk/ogg/; revision=3916
* 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 svn path=/trunk/ogg/; revision=3911
* Ryan Gordon's BeOS fixes.Mike Smith2002-07-191-1/+5
| | | | svn path=/trunk/ogg/; revision=3678
* re-add an incorrectly removed prototype.Ralph Giles2002-07-131-1/+3
| | | | svn path=/trunk/ogg/; revision=3612
* Remove unimplemented routines from ogg.h. If there's supposed to be there ↵Ralph Giles2002-07-121-5/+1
| | | | | | for some reason, please correct. svn path=/trunk/ogg/; revision=3603
* Xiphophorus -> Xiph.Org changesMonty2002-07-112-6/+6
| | | | svn path=/trunk/ogg/; revision=3577
* Tested changes needed for ongoing work on branches in vorbis/Monty2002-05-081-1/+10
| | | | | | 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/+2
| | | | | | | | | functionality before required a clear/init cycle that involved free()/malloc(). Monty svn path=/trunk/ogg/; revision=3125
* 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-1/+3
| | | | svn path=/trunk/ogg/; revision=2405
* 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'. svn path=/trunk/ogg/; revision=2290
* Brian was right; I missed this one.Monty2001-06-031-34/+32
| | | | svn path=/trunk/ogg/; revision=1470
* 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-031-0/+3
| | | | svn path=/trunk/ogg/; revision=632
* Initial revisionJack Moffitt2000-09-033-0/+216
svn path=/trunk/ogg/; revision=618