TheoraEncoders: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
(update)
Line 2: Line 2:
* 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-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 (the decoder is more or less the same of reference, the encoder is new and supports all theora features but it's not really usable) library: [http://svn.xiph.org/trunk/theora-exp/ theora-exp svn].
* theora-exp: experimental encoder/decoder (the decoder is more or less the same of reference, the encoder is new and supports all theora features but it's not really usable) library: [http://svn.xiph.org/trunk/theora-exp/ theora-exp svn].
* theora-thusnelda: another experimental encoder; it should be more usable than theora-exp and should replace the reference encoder in the future (the decoder is the same of reference), library: [http://svn.xiph.org/branches/theora-thusnelda/ theora-thusnelda svn]. For more info sees here: [http://web.mit.edu/xiphmont/Public/theora/demo.html Theora "the push for 1.0" update].
* theora-thusnelda: another experimental encoder; it should be more usable than theora-exp and should replace the reference encoder in the future (the decoder is the same of reference), library: [http://svn.xiph.org/branches/theora-thusnelda/ theora-thusnelda svn]. For more info sees here: [http://web.mit.edu/xiphmont/Public/theora/demo.html Theora "the push for 1.0" update] and [http://web.mit.edu/xiphmont/Public/theora/demo2.html Theora: The push for 1.0, Thusnelda project update 20080320].
* theora-multithread: experimental encoder based on the reference 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: experimental encoder based on the reference 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.  
* [[Etheora]]: a simplified API to theora reference encoder/decoder.  

Revision as of 09:38, 27 March 2008

See also