TheoraDecoders: Difference between revisions
Jump to navigation
Jump to search
(update) |
(+ogv.js) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
* '''theora''': reference encoder/decoder library ( | ==Decoder implementations== | ||
* '''theora- | * '''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-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:// | * '''[http://theora.org/cortado/ 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. | ||
* '''[http:// | * '''[[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 '''[http://www.mediawiki.org/wiki/Extension:TimedMediaHandler TimedMediaHandler]'''. | ||
* '''[ | * '''[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]). | ||
== See also== | See also [[Theora Hardware]] for hardware implementations. | ||
==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]] |
Latest revision as of 06:49, 13 August 2015
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
- Theora Hardware: List of hardware-players supporting Ogg Theora
- TheoraSoftwarePlayers: List of media players that can play Ogg Theora
- TheoraSoftwareEncoders: List of software that can encode to Ogg Theora
- TheoraDecoders: List of decoder implementations
- TheoraEncoders: List of encoder implementations
- List of Theora videos: Get some files to see what the codec's like
- Games that use Theora: List of known games that use Theora
- TheoraTestsuite: Different samples to test player compliance