- Apr 10, 2009
- Apr 07, 2009
-
-
conrad authored
-
- Apr 04, 2009
-
-
-
this doesn't return anything at all, and whatever it might return isn't checked, so it might as well be void
-
- Apr 01, 2009
-
-
conrad authored
Patch by Ralph Giles
-
- Mar 31, 2009
-
-
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
-
- Mar 28, 2009
-
-
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
-
- Mar 19, 2009
-
-
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
-
- Mar 17, 2009
-
-
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
-
- Mar 16, 2009
-
-
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
-
- Mar 11, 2009
-
-
oggk authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3876 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- Mar 05, 2009
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3875 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- Feb 26, 2009
-
-
conrad authored
when using strlen returns. Fixes liboggz portion of Mozilla bug 480014 (Note that issues related to other files in liboggz were already fixed in earlier commits from an earlier audit, which were noted for Mozilla bug 468280) git-svn-id: http://svn.annodex.net/liboggz/trunk@3867 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3866 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- Feb 23, 2009
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3861 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3860 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3859 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3858 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- Feb 21, 2009
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3856 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3855 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- Dec 20, 2008
-
-
conrad authored
The project files have been updated to fix previous errors with compiling using both of these IDEs. Patch by Barry Duncan, and regenerated by ogg.k.ogg.k git-svn-id: http://svn.annodex.net/liboggz/trunk@3835 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
The previous would try to compile at link time, and would not include the right -I flags, and this will fail when including config.h in dirac.c Patch by ogg.k.ogg.k: http://lists.xiph.org/pipermail/ogg-dev/2008-December/001319.html git-svn-id: http://svn.annodex.net/liboggz/trunk@3834 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3833 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- Dec 17, 2008
-
-
oggk authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3832 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- Dec 16, 2008
-
-
oggk authored
because all compilers less C99 equal than others. git-svn-id: http://svn.annodex.net/liboggz/trunk@3831 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- Dec 08, 2008
-
-
conrad authored
liboggz: handle out of memory on return from internal functions oggz_stream_add(), oggz_comments_init() throughout git-svn-id: http://svn.annodex.net/liboggz/trunk@3821 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3820 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3819 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- Dec 07, 2008
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3818 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3817 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
throughout, for Mozilla bug 468280 Adds new error return OGGZ_ERR_OUT_OF_MEMORY git-svn-id: http://svn.annodex.net/liboggz/trunk@3816 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-