TheoraEncoders: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* theora: reference encoder/decoder library with MMX optimizations for x86 and x86_64: [http://svn.xiph.org/trunk/theora/ svn], [http://svn.xiph.org/releases/theora/ official releases].
* theora: reference encoder/decoder (the decoder now in svn support all theora features) library with MMX optimizations: [http://svn.xiph.org/trunk/theora/ theora svn], [http://svn.xiph.org/releases/theora/ theora official releases].
** theora-oil: branch with liboil calls: [http://svn.xiph.org/branches/theora-oil/ svn] [UNMANTEINED].
* theora-old: old encoder/decoder (the decoder does not support all theora features, but [http://lists.xiph.org/pipermail/theora-dev/2007-April/003220.html it's faster than theora in many cases]) library, with MMX optimizations; theora version up to 1.0 alpha 7 were using this code trunk: [http://svn.xiph.org/trunk/theora-old/ theora-old svn].
* theora-exp: experimental encoder/decoder library, supporting the whole spec and having also MMX optimizations for decoding: [http://svn.xiph.org/trunk/theora-exp/ svn].
* theora-exp: experimental encoder/decoder (the decoder is the same of reference, the encoder is new and supports all theora features) library: [http://svn.xiph.org/trunk/theora-exp/ theora-exp svn].


== See also==  
== See also==  
{{Template:Theora}}
{{Template:Theora}}

Revision as of 02:48, 24 April 2007

  • theora: reference encoder/decoder (the decoder now in svn support all theora features) library with MMX optimizations: theora svn, theora official releases.
  • theora-old: old encoder/decoder (the decoder does not support all theora features, but it's faster than theora in many cases) library, with MMX optimizations; theora version up to 1.0 alpha 7 were using this code trunk: theora-old svn.
  • theora-exp: experimental encoder/decoder (the decoder is the same of reference, the encoder is new and supports all theora features) library: theora-exp svn.

See also