TheoraDecoders: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(grammar)
(add Theorarm decoder)
Line 1: Line 1:
* '''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].
* '''Theorarm''': an Ogg Theora/Vorbis decoding library optimised for use on ARM processors: [http://wss.co.uk/pinknoise/theorarm/ Theorarm web site].
* '''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.

Revision as of 01:34, 25 September 2009

  • theora: reference encoder/decoder library (previously known as thusnelda, supports all theora features): theora svn, theora official releases.
  • Theorarm: an Ogg Theora/Vorbis decoding library optimised for use on ARM processors: Theorarm web site.
  • 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