TheoraDecoders: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(theora-exp-mt was dropped from svn)
(update)
Line 1: Line 1:
* theora: reference encoder/decoder (the decoder 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''': reference encoder/decoder library (previously known as '''thusnelda''', with support for all theora features): [http://svn.xiph.org/trunk/theora/ theora svn], [http://svn.xiph.org/releases/theora/ theora official releases].
* 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 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].
* [http://www.flumotion.net/cortado/ Cortado] or newer [http://www.mediawiki.org/wiki/Extension:OggHandler OggHandler]: a GPL Java decoder for Ogg Theora, Ogg Vorbis and other codecs. Embedding this applet on your website you can give viewers access to streams from either the Flumotion streaming server or play a local file from your server without the need for a locally installed media player supporting the correct formats on the visitors computer.
* '''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.
* [http://ffmpeg.mplayerhq.hu/ ffmpeg]: (only vp3 features, mmx, sse2 optimisations).
* '''[http://www.flumotion.net/cortado/ Cortado]''' or newer '''[http://www.mediawiki.org/wiki/Extension:OggHandler OggHandler]''': a GPL Java decoder for Ogg Theora, Ogg Vorbis and other codecs. Embedding this applet on your website you can give viewers access to streams from either the Flumotion streaming server or play a local file from your server without the need for a locally installed media player supporting the correct formats on the visitors computer.
* [[Etheora]]: a simplified API to theora reference encoder/decoder.  
* '''[http://ffmpeg.mplayerhq.hu/ ffmpeg]''': (only vp3 features, mmx, sse2 optimisations).
* '''[[Etheora]]''': a simplified API to theora reference encoder/decoder.  


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

Revision as of 01:13, 25 September 2009

  • theora: reference encoder/decoder library (previously known as thusnelda, with support for all theora features): theora svn, theora official releases.
  • theora-old: old encoder/decoder library (the decoder does not support all theora features, but it was faster than reference theora 1.0 in many cases); theora version up to 1.0 alpha 7 were using this code trunk: theora-old svn.
  • theora-exp: old, no longer developed, experimental encoder/decoder library: theora-exp svn. Its improvements were merged in the 1.1.0 reference library.
  • Cortado or newer OggHandler: a GPL Java decoder for Ogg Theora, Ogg Vorbis and other codecs. Embedding this applet on your website you can give viewers access to streams from either the Flumotion streaming server or play a local file from your server without the need for a locally installed media player supporting the correct formats on the visitors computer.
  • ffmpeg: (only vp3 features, mmx, sse2 optimisations).
  • Etheora: a simplified API to theora reference encoder/decoder.

See also