theora hosts its code at http://svn.xiph.org/experimental/derf/theora-ptalarbvorm.

You can learn more at the project's web page.

Launchpad does not have a copy of the remote branch.

You can get a copy of the development focus branch using the command:
bzr branch lp:theora

There are download files available for theora.

See all merge proposals.

theora has 4 active branches owned by 1 person and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:theora
Series: devel
1 Development 2010-02-18 00:37:07 UTC Revision details not available for remote branches.
lp:~vcs-imports/theora/trunk 1 Development 2015-10-11 04:35:13 UTC
1384. Fix some broken clamping in rate cont...

Author: tterribe
Revision Date: 2015-10-11 04:35:13 UTC

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

lp:~vcs-imports/theora/ffmpeg2theora 1 Development 2012-11-24 08:27:29 UTC
517. leave note about migration to git://g...

Author: j
Revision Date: 2012-11-24 08:27:29 UTC

leave note about migration to git://git.xiph.org/ffmpeg2theora.git

lp:~vcs-imports/theora/thusnelda 1 Development 2009-08-09 22:40:18 UTC
337. Re-work last change to allow the buff...

Author: tterribe
Revision Date: 2009-08-04 07:08:07 UTC

Re-work last change to allow the buffer delay to be set before the 2-pass
 header is read (like it used to be).

14 of 4 results
You can't create new branches for theora.