Download List

Project Description

Ogg Theora is Xiph.Org's first publicly released
video codec, intended for use within the Ogg's
project's Ogg multimedia streaming system. Theora
is derived directly from On2's VP3 codec and is a
superset of VP3.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-26 03:26
1.1

Better-looking videos or smaller files at the same quality.
A much faster decoder. Two-pass mode for making files just the size you want them. Rigid bitrate controls trade off quality for the needs of live streaming applications.

2008-11-06 06:07
1.0

There are now new separate encoder and decoder libraries supporting the new-style API based on theora-exp. Assembly optimizations were made. Documentation was improved. General robustness was increased, and many bugs were fixed.
Tags: Minor bugfixes

2006-06-22 19:14
1.0alpha7

This release contains build fixes from the alpha6 release. There are no new features. The new MMX asm is enabled by default, and a problem with that same code on SELinux machines has been fixed.
Tags: Minor bugfixes

2006-06-09 19:22
1.0alpha6

This release is an incremental update over alpha 5, consisting primarily of bugfixes and a merge of the encoder optimizations from the theora-mmx branch.
Tags: Minor feature enhancements

2005-09-13 07:39
Alpha 5

Bitrate management bugs that caused popping and encode errors were fixed along with a crash problem with the theora_state internals not being intialized properly. A new theora_granule_shift() utility function was added. The dump_video example now makes YUV4MPEG files by default so that results can be fed back to encoder_example and similar tools (the old behavior is restored with the '-r' switch). ./configure now prints a summary. A simple unit test of the comment API is now performed with a 'make check'. Miscellaneous code cleanups were made along with warning and leak fixes.
Tags: Minor feature enhancements

Project Resources