- 17 Mar, 2009 3 commits
-
-
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
-
- 05 Mar, 2009 1 commit
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3875 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 26 Feb, 2009 2 commits
-
-
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
-
- 23 Feb, 2009 4 commits
-
-
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
-
- 21 Feb, 2009 2 commits
-
-
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
-
- 20 Dec, 2008 3 commits
-
-
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
-
- 17 Dec, 2008 1 commit
-
-
oggk authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3832 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 16 Dec, 2008 1 commit
-
-
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
-
- 08 Dec, 2008 3 commits
-
-
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
-
- 07 Dec, 2008 3 commits
-
-
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
-
- 06 Dec, 2008 3 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3815 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
provide PATH_TRANSLATED git-svn-id: http://svn.annodex.net/liboggz/trunk@3814 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3813 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 05 Dec, 2008 1 commit
-
-
conrad authored
oggz-chop: check if PATH_TRANSLATED is defined, warn about CGI configuration error otherwise (to stderr, ie. web server logs) git-svn-id: http://svn.annodex.net/liboggz/trunk@3812 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 04 Dec, 2008 3 commits
-
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3811 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3810 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3809 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 21 Nov, 2008 7 commits
-
-
conrad authored
fix oggz_read() error check git-svn-id: http://svn.annodex.net/liboggz/trunk@3806 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3805 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3804 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3803 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3802 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
granulepos handling (specifically the shift of (iframe+pframe)>>9) to where it is more generally used for converting granulepos to time. Now oggz merge and oggz sort seem to handle Dirac; please test. git-svn-id: http://svn.annodex.net/liboggz/trunk@3801 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
conrad authored
git-svn-id: http://svn.annodex.net/liboggz/trunk@3800 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-
- 20 Nov, 2008 1 commit
-
-
conrad authored
implement --dry-run git-svn-id: http://svn.annodex.net/liboggz/trunk@3799 8158c8cd-e7e1-0310-9fa4-c5954c97daef
-