- 04 Aug, 2011 6 commits
-
-
Ralph Giles authored
svn path=/trunk/ogg/; revision=18050
-
Ralph Giles authored
The classic macos project files were removed in svn r18045. svn path=/trunk/ogg/; revision=18049
-
Ralph Giles authored
- 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
-
Ralph Giles authored
svn path=/trunk/ogg/; revision=18047
-
Ralph Giles authored
I think these are all obsolete at this point. svn path=/trunk/ogg/; revision=18046
-
Ralph Giles authored
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
-
- 01 Aug, 2011 1 commit
-
-
Gregory Maxwell authored
Add ogg_stream_flush_fill to compliment ogg_stream_pageout_fill because ogg_stream_flush will produce multiple pages when >4096 bytes and >4 packets are available. svn path=/trunk/ogg/; revision=18044
-
- 09 Jan, 2011 1 commit
-
-
Cristian Adam authored
svn path=/trunk/ogg/; revision=17773
-
- 07 Dec, 2010 2 commits
- 03 Dec, 2010 2 commits
- 01 Dec, 2010 1 commit
-
-
Gregory Maxwell authored
svn path=/trunk/ogg/; revision=17693
-
- 20 Nov, 2010 1 commit
-
-
Cristian Adam authored
Modified project files to have Windows CE debug builds compilable and runnable. svn path=/trunk/ogg/; revision=17638
-
- 02 Nov, 2010 3 commits
-
-
Ralph Giles authored
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
-
Monty authored
svn path=/trunk/ogg/; revision=17608
-
Monty authored
svn path=/trunk/ogg/; revision=17605
-
- 01 Nov, 2010 2 commits
- 29 Oct, 2010 2 commits
- 27 Oct, 2010 1 commit
-
-
Monty authored
svn path=/trunk/ogg/; revision=17571
-
- 26 Oct, 2010 3 commits
-
-
Monty authored
svn path=/trunk/ogg/; revision=17568
-
- 09 Oct, 2010 3 commits
-
-
Ralph Giles authored
svn path=/trunk/ogg/; revision=17498
-
Ralph Giles authored
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
-
Ralph Giles authored
svn path=/trunk/ogg/; revision=17496
-
- 23 Sep, 2010 1 commit
-
-
Cristian Adam authored
svn path=/trunk/ogg/; revision=17452
-
- 21 Sep, 2010 1 commit
-
-
Cristian Adam authored
svn path=/trunk/ogg/; revision=17409
-
- 10 Jun, 2010 1 commit
-
-
Timothy B. Terriberry authored
extension, which is not supported by MSVC. We don't actually need that generality, though, so revert to simply using LONG_MAX instead. svn path=/trunk/ogg/; revision=17287
-
- 04 Jun, 2010 4 commits
-
-
Monty authored
svn path=/trunk/ogg/; revision=17271
-
Monty authored
GCC optimizes out the overflow check due to the overflow check reyling on overflow; reimplement using type-based TYPE_MAX macro Correct an accidental assignment-during-check that wasn't a bug, but was semantically incorrect and rightly triggered a compilation warning. svn path=/trunk/ogg/; revision=17270
-
Monty authored
mathing the ogg_packet declaration. svn path=/trunk/ogg/; revision=17269
-
Monty authored
if(b->endbyte*8+bits>b->storage*8)goto overflow; Eliminate the possibility of b->endbyte overflow on buffer storage near or exactly at long storage limit; corrections made to both read and write. Also, harden both read and write against requesting <0 or >32 read/write. In both case, the packer is put into 'error' state. svn path=/trunk/ogg/; revision=17268
-
- 27 Apr, 2010 1 commit
-
-
Monty authored
svn path=/trunk/ogg/; revision=17179
-
- 26 Apr, 2010 1 commit
-
-
Monty authored
svn path=/trunk/ogg/; revision=17175
-
- 06 Apr, 2010 1 commit
-
-
Monty authored
svn path=/trunk/ogg/; revision=17135
-
- 05 Apr, 2010 1 commit
-
-
Gregory Maxwell authored
svn path=/trunk/ogg/; revision=17124
-
- 30 Mar, 2010 1 commit
-
-
Monty authored
svn path=/trunk/ogg/; revision=17101
-