summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Redirect people to git for ogg development.HEADmasterRalph Giles2015-05-051-0/+10
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@19481 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update release version and date on the reference docs.Ralph Giles2014-05-2767-134/+134
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@19150 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update copyright year.Ralph Giles2014-05-2764-64/+64
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@19149 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update changelog and versioning for release.Ralph Giles2014-05-272-2/+6
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@19148 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix format specifier width warning.Ralph Giles2014-05-271-4/+4
| | | | | | | dest_bytes is a long here, so we should use %ld instead of %d. git-svn-id: http://svn.xiph.org/trunk/ogg@19147 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Correct oggpack_writecopy bug reported by Ian Nartowicz: IntegerMonty2014-04-241-15/+246
| | | | | | | | | | | | | | | | overflow checking in oggpack_writecopy_helper got the reallocation size test condition backwards and so would error out when it needed to expand the destination's internal buffer. At the same time, do preexpansion of both aligned and unaligned copies to avoid possible heap thrashing in the unaligned case. Add black and glass box unit tests for oggpack_writecopy and oggpackB_writecopy. git-svn-id: http://svn.xiph.org/trunk/ogg@19119 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Remove trailing whitespace.Ralph Giles2014-02-261-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@19098 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update the doc versions for the 1.3.1 release.Tim Terriberry2013-05-1467-197/+197
| | | | | | | | | Done with `make -C doc/libogg update-doc-version`. Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18944 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump library versioning and changelog for release.Tim Terriberry2013-05-142-2/+9
| | | | | | | Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18943 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Prefer the stdint types in config_types.h.Tim Terriberry2013-05-141-5/+5
| | | | | | | | | | | | This seems like a fairly sane thing to do anyway if the stdint types are available to use - but primarily we're doing it here to hide the problem evident in http://bugs.debian.org/675887 where the public header is unnecessarily different between architectures. Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18942 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add a makefile target to update the doc versionsTim Terriberry2013-05-141-0/+13
| | | | | | | | | | | | This isn't automatic. It does need to be invoked explicitly, after the package version is changed in configure.in, immediately before release, but that beats updating all of those files by hand for each release. Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18941 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Minor documentation fixes.Tim Terriberry2013-05-065-5/+5
| | | | | | | | Fixes some broken links that were pointing to the wrong place, and some formatting errors. git-svn-id: http://svn.xiph.org/trunk/ogg@18935 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Subject: [PATCH 3/3] Respect the configure --docdir overrideTim Terriberry2013-05-062-7/+3
| | | | | | | | | | | | Thanks to RedDwarf, lilrc, and mgorny for pointing it out and suggesting patches. Patch contributed by Ron Lee. Closes ticket:1758 git-svn-id: http://svn.xiph.org/trunk/ogg@18934 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Typo fix.Tim Terriberry2013-05-061-1/+1
| | | | | | | Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18933 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix broken links in the installed docs.Tim Terriberry2013-05-062-8/+9
| | | | | | | | | | | Adds some files that weren't being installed at all. Installs the libogg docs with the same relative path that they have in the source, which is where the top level index link expects them to be. Patch contributed by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18932 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Guard against very large packets.Tim Terriberry2013-01-081-13/+31
| | | | | | | | Their size could overflow a long (especially on, e.g., Win64, where they could still fit in memory). git-svn-id: http://svn.xiph.org/trunk/ogg@18758 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bring libogg's configure.in into the 21st century.Tim Terriberry2013-01-081-7/+10
| | | | | | | Patch by Ron Lee. git-svn-id: http://svn.xiph.org/trunk/ogg@18757 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Switch the VS2010 static project to use the non-dll runtime library.Ralph Giles2012-12-071-5/+5
| | | | | | | | | This matches what we've been doing with the opus msvc builds, but presumedly breaks the corresponding vorbis-tools projects. Those should be updated as well. git-svn-id: http://svn.xiph.org/trunk/ogg@18734 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Provide the static library from ogg-uninstalled.pc.Ralph Giles2012-08-311-1/+1
| | | | | | | | | | | Previously we linked libogg.la, which only works if the caller is using libtool. This also forces a static link when building against uninstalled libogg, which is is usually what I want, but does require rebuilding after an update. git-svn-id: http://svn.xiph.org/trunk/ogg@18565 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Remote trailing whitespace.Ralph Giles2012-08-311-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18564 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Close the anchor added in r17179.Ralph Giles2012-06-211-1/+1
| | | | | | | This keeps the header description from being rendered blue. git-svn-id: http://svn.xiph.org/trunk/ogg@18422 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix link to ogg_stream_state.Tim Terriberry2012-03-011-1/+1
| | | | | | | Thanks to David Richards for the report. git-svn-id: http://svn.xiph.org/trunk/ogg@18217 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Remove trailing whitespace from the documentation.Ralph Giles2011-09-222-10/+10
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18096 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump version number and dates for release.Ralph Giles2011-08-0467-197/+197
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18054 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Improve documentation of ogg_stream_flush_fill and related calls.Ralph Giles2011-08-045-7/+18
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18053 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix a comment typo.Ralph Giles2011-08-041-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18052 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Clean up whitespace.Ralph Giles2011-08-042-103/+99
| | | | | | | Remove trailing whitespace and re-indent some comments. git-svn-id: http://svn.xiph.org/trunk/ogg@18051 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump library versioning and changelog for release.Ralph Giles2011-08-042-4/+11
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18050 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Remove the makefile reference to the macos directory.Ralph Giles2011-08-041-1/+1
| | | | | | | The classic macos project files were removed in svn r18045. git-svn-id: http://svn.xiph.org/trunk/ogg@18049 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update the README.Ralph Giles2011-08-041-62/+26
| | | | | | | | | | | - remove obsolete references to rpm, debian, macos builds - put the tarball build instructions before the svn ones. - more markup-ish headers - misc other cleanup git-svn-id: http://svn.xiph.org/trunk/ogg@18048 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update the author list with recent contributors.Ralph Giles2011-08-041-1/+4
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@18047 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Remove the HACKING instructions.Ralph Giles2011-08-041-48/+0
| | | | | | | I think these are all obsolete at this point. git-svn-id: http://svn.xiph.org/trunk/ogg@18046 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Remove the Classic MacOS build files.Ralph Giles2011-08-044-86/+0
| | | | | | | | | It's been a decade since MacOS X was released. I doubt these Codewarrior project files are seeing much use, and in any case libogg is straightforward to build. git-svn-id: http://svn.xiph.org/trunk/ogg@18045 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add ogg_stream_flush_fill to compliment ogg_stream_pageout_fill because ↵Gregory Maxwell2011-08-013-0/+78
| | | | | | ogg_stream_flush will produce multiple pages when >4096 bytes and >4 packets are available. git-svn-id: http://svn.xiph.org/trunk/ogg@18044 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fixed project configuration which referenced two CRT versions in output ↵Cristian Adam2011-01-091-186/+791
| | | | | | binaries. git-svn-id: http://svn.xiph.org/trunk/ogg@17773 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update CHANGES for releaseMonty2010-12-071-0/+6
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17727 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Bump version for point releaseMonty2010-12-071-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17726 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Change 'MacOS X' to 'Mac OS X' in the READMEMonty2010-12-031-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17713 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Move BEOS to using standard POSIX types from inttypes.hMonty2010-12-031-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17712 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix ogg_stream_pageout_fill documentation bug pointed out by David Richards.Gregory Maxwell2010-12-011-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17693 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Migrated main development to Visual Studio 2008 (which has a better ↵Cristian Adam2010-11-201-78/+75
| | | | | | | | | | integration with Windows 7). Modified project files to have Windows CE debug builds compilable and runnable. git-svn-id: http://svn.xiph.org/trunk/ogg@17638 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Prefer dist-xz to dist-bzip.Ralph Giles2010-11-021-1/+3
| | | | | | | | | | The xz format is faster and more efficient. This change bumps the automake requirement to 1.11, the first version with built-in support. We leave the old 1.6 AUTOMAKE_OPTIONS line commented out for convenience when building with an older automake. git-svn-id: http://svn.xiph.org/trunk/ogg@17615 0101bb08-14d6-0310-b084-bc0e0c8e3800
* *partial* fix to Trac #1747Monty2010-11-021-2/+2
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17608 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Add dist-bzip target to Ogg buildMonty2010-11-021-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17605 0101bb08-14d6-0310-b084-bc0e0c8e3800
* revert r17124 to match reversion of pagespill packet threshold from 8 to Monty2010-11-011-54/+21
| | | | | | | | 4 git-svn-id: http://svn.xiph.org/trunk/ogg@17592 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Update CHANGES, configure.in and .pc files toward releaseMonty2010-11-012-1/+16
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17588 0101bb08-14d6-0310-b084-bc0e0c8e3800
* add ogg_stream_pageout_fill to libogg docsMonty2010-10-2967-132/+225
| | | | | | | | | Update release version on libogg docs git-svn-id: http://svn.xiph.org/trunk/ogg@17580 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Revert default page spill from 8 to 4 packets.Monty2010-10-291-1/+1
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17579 0101bb08-14d6-0310-b084-bc0e0c8e3800
* apply comment spell fix patch from Trac #1623Monty2010-10-272-4/+4
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17571 0101bb08-14d6-0310-b084-bc0e0c8e3800
* remove in-tree debian spec filesMonty2010-10-269-300/+0
| | | | git-svn-id: http://svn.xiph.org/trunk/ogg@17568 0101bb08-14d6-0310-b084-bc0e0c8e3800