TheoraEncoders: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
(update)
Line 1: Line 1:
==Encoder implementations==
* '''theora''': reference encoder/decoder library (previously known as '''thusnelda''', supports all theora features): [http://svn.xiph.org/trunk/theora/ theora svn], [http://svn.xiph.org/releases/theora/ theora official releases].
* '''theora''': reference encoder/decoder library (previously known as '''thusnelda''', supports all theora features): [http://svn.xiph.org/trunk/theora/ theora svn], [http://svn.xiph.org/releases/theora/ theora official releases].
* '''theora-ptalarbvorm''': development branch of encoder/decoder library with high quality encoder and faster decoder/encoder (see [http://people.xiph.org/~xiphmont/demo/theora/demo9.html Theora: Ptalarbvorm project update 20100518]): [http://svn.xiph.org/experimental/derf/theora-ptalarbvorm/ theora-ptalarbvorm svn].
* '''theora-old''': old encoder/decoder library (the decoder does not support all theora features, but [http://lists.xiph.org/pipermail/theora-dev/2007-April/003220.html it was faster than reference theora 1.0 in many cases]); theora version up to 1.0 alpha 7 were using this code trunk: [http://svn.xiph.org/trunk/theora-old/ theora-old svn].
* '''theora-old''': old encoder/decoder library (the decoder does not support all theora features, but [http://lists.xiph.org/pipermail/theora-dev/2007-April/003220.html it was faster than reference theora 1.0 in many cases]); 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''': old, no longer developed, experimental encoder/decoder library: [http://svn.xiph.org/trunk/theora-exp/ theora-exp svn]. Its improvements were merged in the 1.1.0 reference library.
* '''theora-exp''': old, no longer developed, experimental encoder/decoder library: [http://svn.xiph.org/trunk/theora-exp/ theora-exp svn]. Its improvements were merged in the 1.1.0 reference library.
* '''theora-multithread''': old, no longer developed, experimental encoder library based on the old encoder, optimized for SMP/multi core systems: [http://svn.xiph.org/branches/theora-multithread/ theora-multithread svn]. For more info sees all the thread here: [http://lists.xiph.org/pipermail/theora-dev/2007-October/003365.html Multi-Thread Theora Encoder].  
* '''theora-multithread''': old, no longer developed, experimental encoder library based on the old encoder, optimized for SMP/multi core systems: [http://svn.xiph.org/branches/theora-multithread/ theora-multithread svn]. For more info sees all the thread here: [http://lists.xiph.org/pipermail/theora-dev/2007-October/003365.html Multi-Thread Theora Encoder].  
* '''[[Etheora]]''': a simplified API to theora reference encoder/decoder.
 


See also [[Theora Hardware]] for hardware implementations.
See also [[Theora Hardware]] for hardware implementations.
==Encoder front ends==
* '''[[Etheora]]''': a simplified API to theora reference encoder/decoder.


== See also==  
== See also==  

Revision as of 02:48, 1 July 2010

Encoder implementations


See also Theora Hardware for hardware implementations.

Encoder front ends

  • Etheora: a simplified API to theora reference encoder/decoder.

See also