lp:~vcs-imports/theora/trunk

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp:~vcs-imports/theora/trunk

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
theora
Status:
Development

Import details

Import Status: Failed

This branch is an import of the Subversion branch from https://svn.xiph.org/trunk/theora.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log

Recent revisions

1384. By tterribe

Fix some broken clamping in rate control.

If we have some dupe frames right near the end of the buffer, our
 metric window can be slightly larger than the buffer.
However, the clamping we use to determine how many frames' worth of
 metrics to add to the buffer had a mix of signed and unsigned
 types, so if that number when negative, instead of clamping
 against zero, it would ask for all remaining frames in the file.
That would cause an infinite loop when we tried to find the last
 keyframe in the circular buffer in oc_enc_select_qi() (which was
 not big enough to actually hold that many frames).

This patch changes the clamp to a form that works with all unsigned
 values.

Thanks to Brion Vibber for the report.

Fixes #2229

1383. By giles

Mark svn deprecated in favour of git.

1382. By tterribe

Fix mismatched oc_mb_fill_cmapping11 signature.

oc_mb_fill_cmapping11() was defined without the last two parameters
 of its fellow mapping functions, meaning it got called with extra
 undeclared parameters.

This could confuse the emscripten JavaScript cross-compiler's asm.js
 optimizations, as it's very picky about function signatures.

Fixes #2068.
Patch by Brion Vibber <email address hidden>.

1381. By giles

Fix automake warnings. r=ron, rillian

Patch by valtri.
https://trac.xiph.org/ticket/2032

1380. By giles

Update AM_PROG_LIBTOOL to LT_INIT. r=rillian,ron

Patch from valtri. https://trac.xiph.org/ticket/2032

1379. By giles

Fix an unused variable warning.

1378. By xiphmont

Correct Cb plane bug in conversion from RGB->YCbCr; the upper-right pixel was ignored by mistake and the upper-left pixel used twice.

1377. By tterribe

Remove -fforce-addr from the default CFLAGS.

This flag breaks clang, which does not support it, and is obsolete
 on gcc anyway.

1376. By tmatth

examples: fix mismatched sizeof warnings

1375. By tmatth

examples: png_sizeof no longer available (since libpng 1.6)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.