- 12 Jun, 2009 1 commit
-
-
ogg.k.ogg.k authored
-
- 19 May, 2009 2 commits
-
-
conrad authored
and add missing hyphens in SEE ALSO sections
-
conrad authored
Since theora version 3.2.1, the mapping from granules to time has been shifted by 1, such that the first frame of a newly encoded file is numbered 1, not 0. Detect that in auto_theora(), and also report the Theora version in oggz info.
-
- 17 May, 2009 1 commit
-
-
chris authored
Adds oggz_bounded_seek_set() public API call.
-
- 14 May, 2009 5 commits
-
-
conrad authored
For a single file, comma-separated output, don't put the terminating newline on stdout, so that the program output can be used in an HTML5 <video> codecs attribute.
-
ogg.k.ogg.k authored
-
conrad authored
(merged from hogg man page examples)
-
conrad authored
-
conrad authored
-
- 10 May, 2009 2 commits
-
-
conrad authored
-
ogg.k.ogg.k authored
add 'codecs' tool, to show a list of codecs present in a bitstream (only the first link in a chain is supported)
-
- 09 May, 2009 2 commits
- 08 May, 2009 1 commit
-
-
conrad authored
-
- 04 May, 2009 2 commits
-
-
conrad authored
For Mozilla bug 483912
-
Sean Young authored
The function guess() seems to me to be a stab-in-the-dark since it does not know how long the file is in actual units. Here are the changes: 1) If guess() returns a position beyond the end of the file, reset to the end 2) Before guessing, determine the length in units. 3) Fix the output when DEBUG is defined. See http://lists.xiph.org/pipermail/ogg-dev/2009-May/001390.html
-
- 14 Apr, 2009 2 commits
- 11 Apr, 2009 2 commits
- 10 Apr, 2009 3 commits
- 07 Apr, 2009 1 commit
-
-
conrad authored
-
- 04 Apr, 2009 2 commits
-
-
ogg.k.ogg.k authored
-
ogg.k.ogg.k authored
this doesn't return anything at all, and whatever it might return isn't checked, so it might as well be void
-
- 01 Apr, 2009 1 commit
-
-
conrad authored
Patch by Ralph Giles
-
- 31 Mar, 2009 2 commits
-
-
conrad authored
Patch by Ian Malone: If the size for the mode section doesn't match the number counted back then allow going forward one block and trying again. oggzinfo with and without this change produce the same results on about 1500 vorbis files (though they're mostly encoded using the same quality setting). See http://lists.xiph.org/pipermail/vorbis-dev/2009-March/019823.html git-svn-id: http://svn.annodex.net/liboggz/trunk@3904 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3903 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 28 Mar, 2009 2 commits
-
-
conrad authored
See https://bugzilla.mozilla.org/show_bug.cgi?id=475441#c47 git-svn-id: http://svn.annodex.net/liboggz/trunk@3902 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3898 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 19 Mar, 2009 2 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3890 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
port from libfishsound git-svn-id: http://svn.annodex.net/liboggz/trunk@3889 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 17 Mar, 2009 5 commits
-
-
conrad authored
Avoid overflow in comment lengths git-svn-id: http://svn.annodex.net/liboggz/trunk@3882 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3881 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
page accumulator actually contains packets from the new GOP. Previously we always included the last page with granulepos from the previous GOP, in case it also contained the start of a new packet. We now explicitly check if we can rule out this possibility by remembering whether the successive page was continued: we only include the earlier page if so. This avoids adding preceding garbage where possible, ie. if the keyframe starts a new page. This is uncommon with current Theora encoders, but it is the normal (advised) case for Dirac. git-svn-id: http://svn.annodex.net/liboggz/trunk@3880 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
Store Dirac pages from dist=0 (not offset=0 as for Theora) git-svn-id: http://svn.annodex.net/liboggz/trunk@3879 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3878 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 16 Mar, 2009 1 commit
-
-
conrad authored
Required for Mozilla bug 481933 Exposes detected HOLE_IN_DATA as return value from oggz_read(), oggz_read_input(), + add documentation for extra return values git-svn-id: http://svn.annodex.net/liboggz/trunk@3877 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 11 Mar, 2009 1 commit
-
-
oggk authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3876 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-