TheoraDecoders: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
(update on new svn changes)
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/ 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/ svn].
* [http://www.flumotion.net/cortado/ Cortado]: 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.
* [http://www.flumotion.net/cortado/ Cortado]: 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.
* [http://ffmpeg.mplayerhq.hu/ ffmpeg] (only vp3 features, mmx, sse2 optimisations).
* [http://ffmpeg.mplayerhq.hu/ ffmpeg] (only vp3 features, mmx, sse2 optimisations).

Revision as of 02:41, 24 April 2007

  • theora: reference encoder/decoder (the decoder now in svn support all theora features) library with MMX optimizations: theora svn, 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: svn.
  • Cortado: 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).

See also