TheoraDecoders: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
(1.2 update)
(7 intermediate revisions by 2 users not shown)
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].
==Decoder implementations==
* '''Theorarm''': an Ogg Theora/Vorbis decoding library optimised for use on ARM processors: [http://wss.co.uk/pinknoise/theorarm/ Theorarm web site].
* '''theora''': 1.2.x versions of the reference encoder/decoder library (also known as '''Ptalarbvorm'''): [http://svn.xiph.org/trunk/theora/ theora svn], [http://svn.xiph.org/releases/theora/ theora official releases].
* '''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-1.1''': 1.1.x versions of the reference encoder/decoder library (also known as '''Thusnelda'''): [http://svn.xiph.org/branches/theora-1.1/ theora-1.1 svn].
* '''Theorarm''': an Ogg Theora/Vorbis decoding library optimised for use on ARM processors: [http://wss.co.uk/pinknoise/theorarm/ Theorarm web site]. These optimizations were merged in the 1.2 reference library.
* '''Leonora''': Theora decoder for the C64x+ DSP coprocessor on the OMAP3 SoC manufactured by Texas Instruments. This series of SoCs is used in a variety of mobile devices including the Palm Pre, Motorola Droid, and Nokia’s N series of phones. [http://code.entropywave.com/leonora/ Leonora web site]. These optimizations were merged in the 1.2 reference library.
* '''theora-old''': old encoder/decoder library (the decoder does not support all theora features); 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.
* '''[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.
* '''[http://theora.org/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. See also '''[http://www.mediawiki.org/wiki/Extension:OggHandler OggHandler]'''.
* '''[http://ffmpeg.mplayerhq.hu/ ffmpeg]''': (only vp3 features, mmx, sse2 optimisations).
* '''[http://ffmpeg.mplayerhq.hu/ ffmpeg]''': old versions didn't support all theora features (showing corrupted frames) and were also a lot slower than libtheora. Newer version improved somewhat (see also [http://xiphmont.livejournal.com/51160.html?thread=145880#t145880 this comment from Monty]).
* '''[[Etheora]]''': a simplified API to theora reference encoder/decoder.


See also [[Theora Hardware]] for hardware implementations.
See also [[Theora Hardware]] for hardware implementations.


== See also==  
==Decoder front ends==
* '''[http://libtheoraplayer.sourceforge.net libtheoraplayer]''': Simple to use and powerful API for playing Theora videos.
* '''[[Etheora]]''': a simplified API to theora reference encoder/decoder.
 
==See also==
{{Template:Theora}}
{{Template:Theora}}


[[Category:Theora]]
[[Category:Theora]]

Revision as of 01:18, 24 September 2010

Decoder implementations

  • theora: 1.2.x versions of the reference encoder/decoder library (also known as Ptalarbvorm): theora svn, theora official releases.
  • theora-1.1: 1.1.x versions of the reference encoder/decoder library (also known as Thusnelda): theora-1.1 svn.
  • Theorarm: an Ogg Theora/Vorbis decoding library optimised for use on ARM processors: Theorarm web site. These optimizations were merged in the 1.2 reference library.
  • Leonora: Theora decoder for the C64x+ DSP coprocessor on the OMAP3 SoC manufactured by Texas Instruments. This series of SoCs is used in a variety of mobile devices including the Palm Pre, Motorola Droid, and Nokia’s N series of phones. Leonora web site. These optimizations were merged in the 1.2 reference library.
  • theora-old: old encoder/decoder library (the decoder does not support all theora features); 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: 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. See also OggHandler.
  • ffmpeg: old versions didn't support all theora features (showing corrupted frames) and were also a lot slower than libtheora. Newer version improved somewhat (see also this comment from Monty).

See also Theora Hardware for hardware implementations.

Decoder front ends

  • libtheoraplayer: Simple to use and powerful API for playing Theora videos.
  • Etheora: a simplified API to theora reference encoder/decoder.

See also