TheoraDecoders

From XiphWiki
Jump to navigation Jump to search

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: old, no longer developed. 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.
  • ogv.js: JavaScript cross-compile of libogg/vorbis/theora/opus with player logic, for use as a drop-in shim for HTML5 audio/video in Safari/IE/Edge browsers. As of August 2015, in use on Wikipedia and Wikimedia Commons bundled through MediaWiki's TimedMediaHandler.
  • 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