Theora Hardware: Difference between revisions
Jump to navigation
Jump to search
Portavales (talk | contribs) No edit summary |
Portavales (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
Here are two presentations that the author of the SOC 2006 proposal presented in his University: | Here are two presentations that the author of the SOC 2006 proposal presented in his University: | ||
* The first idea of implementation is shown on this presentation:[http://svn.xiph.org/trunk/theora-fpga/doc/hard_theora.pdf Theora Hardware Decoding] | * The first idea of implementation is shown on this presentation: [http://svn.xiph.org/trunk/theora-fpga/doc/hard_theora.pdf Theora Hardware Decoding] | ||
* [http://svn.xiph.org/trunk/theora-fpga/doc/video_enc_basic.pdf Video Encoding: Basic Principles] | * [http://svn.xiph.org/trunk/theora-fpga/doc/video_enc_basic.pdf Video Encoding: Basic Principles] | ||
Line 12: | Line 12: | ||
== Architecture and current state of development == | == Architecture and current state of development == | ||
* [http://svn.xiph.org/trunk/theora-fpga/ VHDL source] | * [http://svn.xiph.org/trunk/theora-fpga/ Current Theora Hardware VHDL source] | ||
* [http://www.gaisler.com/leonmain.html LEON resouces] | |||
* [http://www.students.ic.unicamp.br/~ra031198/leon3.JPG LEON arrchitecture] | |||
http://www.students.ic.unicamp.br/~ra023772/images/theora_integration_with_LEON.png | |||
Line 19: | Line 24: | ||
* Leonardo Piga | * Leonardo Piga | ||
* Andre Costa | * Andre Costa | ||
Revision as of 19:03, 12 May 2007
The Elphel 333 can encode a Theora stream.
Decoder
Currently there is a hardware decoder implementation being developed. The Google "Summer Of Code 2006" (author's university projects page) began to produce an FPGA decoder implementation in VHDL and now there is another "Summer Of Code 2007" project (description) to work on it together with another independent developer.
Here are two presentations that the author of the SOC 2006 proposal presented in his University:
- The first idea of implementation is shown on this presentation: Theora Hardware Decoding
- Video Encoding: Basic Principles
Architecture and current state of development
http://www.students.ic.unicamp.br/~ra023772/images/theora_integration_with_LEON.png
Developers
- Felipe Portavales Goldstein (portavales at gmail) - Website
- Leonardo Piga
- Andre Costa
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
- VorbisHardware