summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the doc versions for the 1.3.1 release.v1.3.1Tim Terriberry2013-05-1467-197/+197
| | | | | | | | Done with `make -C doc/libogg update-doc-version`. Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18944
* Bump library versioning and changelog for release.Tim Terriberry2013-05-142-2/+9
| | | | | | Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18943
* 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. svn path=/trunk/ogg/; revision=18942
* 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. svn path=/trunk/ogg/; revision=18941
* Minor documentation fixes.Tim Terriberry2013-05-065-5/+5
| | | | | | | Fixes some broken links that were pointing to the wrong place, and some formatting errors. svn path=/trunk/ogg/; revision=18935
* 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 svn path=/trunk/ogg/; revision=18934
* Typo fix.Tim Terriberry2013-05-061-1/+1
| | | | | | Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18933
* 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. svn path=/trunk/ogg/; revision=18932
* 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). svn path=/trunk/ogg/; revision=18758
* Bring libogg's configure.in into the 21st century.Tim Terriberry2013-01-081-7/+10
| | | | | | Patch by Ron Lee. svn path=/trunk/ogg/; revision=18757
* 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. svn path=/trunk/ogg/; revision=18734
* 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. svn path=/trunk/ogg/; revision=18565
* Remote trailing whitespace.Ralph Giles2012-08-311-1/+1
| | | | svn path=/trunk/ogg/; revision=18564
* Close the anchor added in r17179.Ralph Giles2012-06-211-1/+1
| | | | | | This keeps the header description from being rendered blue. svn path=/trunk/ogg/; revision=18422
* Fix link to ogg_stream_state.Tim Terriberry2012-03-011-1/+1
| | | | | | Thanks to David Richards for the report. svn path=/trunk/ogg/; revision=18217
* Remove trailing whitespace from the documentation.Ralph Giles2011-09-222-10/+10
| | | | svn path=/trunk/ogg/; revision=18096
* Bump version number and dates for release.v1.3.0Ralph Giles2011-08-0467-197/+197
| | | | svn path=/trunk/ogg/; revision=18054
* Improve documentation of ogg_stream_flush_fill and related calls.Ralph Giles2011-08-045-7/+18
| | | | svn path=/trunk/ogg/; revision=18053
* Fix a comment typo.Ralph Giles2011-08-041-1/+1
| | | | svn path=/trunk/ogg/; revision=18052
* Clean up whitespace.Ralph Giles2011-08-042-103/+99
| | | | | | Remove trailing whitespace and re-indent some comments. svn path=/trunk/ogg/; revision=18051
* Bump library versioning and changelog for release.Ralph Giles2011-08-042-4/+11
| | | | svn path=/trunk/ogg/; revision=18050
* Remove the makefile reference to the macos directory.Ralph Giles2011-08-041-1/+1
| | | | | | The classic macos project files were removed in svn r18045. svn path=/trunk/ogg/; revision=18049
* 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 svn path=/trunk/ogg/; revision=18048
* Update the author list with recent contributors.Ralph Giles2011-08-041-1/+4
| | | | svn path=/trunk/ogg/; revision=18047
* Remove the HACKING instructions.Ralph Giles2011-08-041-48/+0
| | | | | | I think these are all obsolete at this point. svn path=/trunk/ogg/; revision=18046
* 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. svn path=/trunk/ogg/; revision=18045
* 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. svn path=/trunk/ogg/; revision=18044
* Fixed project configuration which referenced two CRT versions in output ↵Cristian Adam2011-01-091-186/+791
| | | | | | binaries. svn path=/trunk/ogg/; revision=17773
* Update CHANGES for releasev1.2.2Monty2010-12-071-0/+6
| | | | svn path=/trunk/ogg/; revision=17727
* Bump version for point releaseMonty2010-12-071-1/+1
| | | | svn path=/trunk/ogg/; revision=17726
* Change 'MacOS X' to 'Mac OS X' in the READMEMonty2010-12-031-1/+1
| | | | svn path=/trunk/ogg/; revision=17713
* Move BEOS to using standard POSIX types from inttypes.hMonty2010-12-031-2/+2
| | | | svn path=/trunk/ogg/; revision=17712
* Fix ogg_stream_pageout_fill documentation bug pointed out by David Richards.Gregory Maxwell2010-12-011-1/+1
| | | | svn path=/trunk/ogg/; revision=17693
* 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. svn path=/trunk/ogg/; revision=17638
* 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. svn path=/trunk/ogg/; revision=17615
* *partial* fix to Trac #1747Monty2010-11-021-2/+2
| | | | svn path=/trunk/ogg/; revision=17608
* Add dist-bzip target to Ogg buildMonty2010-11-021-1/+1
| | | | svn path=/trunk/ogg/; revision=17605
* revert r17124 to match reversion of pagespill packet threshold from 8 to v1.2.1Monty2010-11-011-54/+21
| | | | | | | 4 svn path=/trunk/ogg/; revision=17592
* Update CHANGES, configure.in and .pc files toward releaseMonty2010-11-012-1/+16
| | | | svn path=/trunk/ogg/; revision=17588
* add ogg_stream_pageout_fill to libogg docsMonty2010-10-2967-132/+225
| | | | | | | | Update release version on libogg docs svn path=/trunk/ogg/; revision=17580
* Revert default page spill from 8 to 4 packets.Monty2010-10-291-1/+1
| | | | svn path=/trunk/ogg/; revision=17579
* apply comment spell fix patch from Trac #1623Monty2010-10-272-4/+4
| | | | svn path=/trunk/ogg/; revision=17571
* remove in-tree debian spec filesMonty2010-10-269-300/+0
| | | | svn path=/trunk/ogg/; revision=17568
* Remove the ancient -mv8 flag from SPARC gcc buildsMonty2010-10-261-12/+3
| | | | | | | Trac #1459 svn path=/trunk/ogg/; revision=17567
* Update/modernize the configure type checking, account for the fact that Monty2010-10-263-170/+64
| | | | | | | | | | | int types might come from one of three different includes on a modern system. Try, if possible, to use types that don't rely on any of the includes such that the oldest systems have more of a fighting chance. Addresses Trac #849 svn path=/trunk/ogg/; revision=17566
* Fix another cut-and-paste error in the documentation.Ralph Giles2010-10-091-1/+1
| | | | svn path=/trunk/ogg/; revision=17498
* Explicitly document what ogg_packet_clear() does.Ralph Giles2010-10-091-2/+4
| | | | | | | | | | | | The ogg_packet structure is public, and contains no 'internal' data, except in that decoding functions allocate and own the returned buffer. When a client creates packets to pass into the encoding functions it is instead the client which owns the buffer. Nevertheless, ogg_packet_clear() can be useful if the client is using a simple allocation strategy. I wanted to be clear that it was appropriate to use this call for such packets. svn path=/trunk/ogg/; revision=17497
* Fix a cut-and-paste error in the documentation.Ralph Giles2010-10-091-1/+1
| | | | svn path=/trunk/ogg/; revision=17496
* Updated Visual Studio project files.Cristian Adam2010-09-231-186/+787
| | | | svn path=/trunk/ogg/; revision=17452
* Added Visual Studiop 2010 project files.Cristian Adam2010-09-216-104/+437
| | | | svn path=/trunk/ogg/; revision=17409