Difference between revisions of "Main Page"

From Theora Playback Library
Jump to: navigation, search
 
(24 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{{Layout_box1|1=
 
{{Layout_box1|1=
This is the homepage for the Theora Playback Library (libtheoraplayer).
+
This is the homepage for the '''Theora Playback Library (libtheoraplayer)'''.
  
You can use this library to stream any number of [http://www.theora.org/ Ogg theora] video files in your application.
+
You can use this library to stream any number of [http://www.theora.org/ Theora] video files in your application.
  
 
The library has an abstracted audio and video interface so you can use it in any environment you wish (OpenGL, DirectX, SDL, Windows GDI, X11...)
 
The library has an abstracted audio and video interface so you can use it in any environment you wish (OpenGL, DirectX, SDL, Windows GDI, X11...)
  
It runs equally good on Windows Mac and Linux, i386, x64 and PowerPC.
+
It runs equally good on Windows Mac Linux, iOS, Android etc. The library also supports native platform decoders where applicable for performance reasons, eg. H.264 on iOS and Mac.
  
Bug reports and features requests are welcome. Please spread word of this project!
+
Bug reports and features requests are welcome. Please spread the word of this project!
 
}}
 
}}
 
{| align="center"
 
{| align="center"
|'''[http://sourceforge.net/news/?group_id=287325 News]'''
+
|'''[http://libtheoraplayer.wordpress.com News]''' [http://libtheoraplayer.wordpress.com/?feed=rss (RSS)]
 
|        
 
|        
|'''[http://sourceforge.net/apps/phpbb/libtheoraplayer/ Forum]'''
+
|'''[https://sourceforge.net/p/libtheoraplayer/forum/ Forum]'''
 
|        
 
|        
|'''[http://libtheoraplayer.sourceforge.net/api/html/index.html API]'''
+
|'''[http://libtheoraplayer.cateia.com/api/index.html API]'''
 
|        
 
|        
|'''[http://libtheoraplayer.svn.sourceforge.net/viewvc/libtheoraplayer/ Browse SVN]'''
+
|[[Showcase]]
 
|        
 
|        
|'''[http://sourceforge.net/tracker/?group_id=287325 Tracker]'''
+
|'''[https://github.com/AprilAndFriends/theoraplayer Browse Code]'''
 +
|      
 +
|'''[https://github.com/AprilAndFriends/theoraplayer/issues Tracker]'''
 
|-
 
|-
 
|}
 
|}
Line 35: Line 37:
 
* [[Setup]] - How to setup the library and compile dependencies
 
* [[Setup]] - How to setup the library and compile dependencies
 
* [[Tutorial]] - A Hello World example
 
* [[Tutorial]] - A Hello World example
 +
* [[Best Practices]] - Best practices while using the library
 +
* [[Codecs]] - Read about all the codecs this library supports
 +
* [[Encoding Videos]] - How to convert your videos in a format supported by the library
 
* [http://libtheoraplayer.sourceforge.net/api/html/index.html API Reference] - doxygen generated api documentation
 
* [http://libtheoraplayer.sourceforge.net/api/html/index.html API Reference] - doxygen generated api documentation
 
* [[Reporting Bugs]] - They're not bugs, they're features :) But for the fun of it, lets point them out.
 
* [[Reporting Bugs]] - They're not bugs, they're features :) But for the fun of it, lets point them out.
Line 50: Line 55:
 
* [[Demo:Composite_Animation|Composite Animation]] - Display high quality animated scenes with video elements
 
* [[Demo:Composite_Animation|Composite Animation]] - Display high quality animated scenes with video elements
 
* [[Demo:Environment_Mapping|Environment Mapping]] - Use video as an animated environment map texture
 
* [[Demo:Environment_Mapping|Environment Mapping]] - Use video as an animated environment map texture
 +
* [[Demo:Parallax_Mapping|Parallax Mapping]] - Animate normal and parallax maps for 3D objects
 
* [[Demo:TV Room|TV Room]] - A cool demo showing what you can do with this library
 
* [[Demo:TV Room|TV Room]] - A cool demo showing what you can do with this library
* [[Demo:Lightmap_Demo|Lightmap Demo]] - Use video in ways you never thought was possible!
+
* [[Demo:Lightmap_Demo|Light Mapping]] - Use video in ways you never thought was possible!
 +
* [[Demo:Animated_Lighting|Animated Lighting]] - Transfer complex lighting in your animated 3D scene to a video file.
 
}}
 
}}
  
Line 58: Line 65:
 
{{Layout_box4|1=
 
{{Layout_box4|1=
 
=== Developers ===
 
=== Developers ===
* [[Roadmap]] - What's left to do for the next release
+
* [[Roadmap]] - What's left to do for the next major release
* [[Compiling Instructions]] - Here you can find detail instruction how to compile the plugin
+
* [[Compiling Instructions]] - Here you can find detail instruction how to compile the library
 
* [[Contribute]] - How to contribute / Join the project
 
* [[Contribute]] - How to contribute / Join the project
 
* [[Coding Guidelines]] - The current coding style used
 
* [[Coding Guidelines]] - The current coding style used
Line 66: Line 73:
 
[[Image:Old book.png|right]]
 
[[Image:Old book.png|right]]
 
=== Articles ===
 
=== Articles ===
 +
* [[Cotributors]] - A bit about the people working on this lib
 
* [[About]] - Short information about the project
 
* [[About]] - Short information about the project
 
* [[Showcase]] - List of projects using this library
 
* [[Showcase]] - List of projects using this library
* [[Encoding]] - How to convert your video files to Theora
 
 
* [[How it works]] - How the library works
 
* [[How it works]] - How the library works
 +
}}
 +
{{Layout_box2|1=
 +
[[Image:Cateia_Games.png|right]]
 +
=== Cateia Games ===
 +
This is my game development company, follow us to keep up2date with our TheoraPlayer-rich games!
 +
 +
[[Image:website.png|link=http://www.cateia.com]]
 +
[[Image:facebook.png|link=http://www.facebook.com/cateiagames]]
 +
[[Image:twitter.png|link=http://www.twitter.com/CateiaGames]]
 +
[[Image:googleplus.png|link=http://plus.google.com/b/106192043208739666430]]
 
}}
 
}}
 
|}
 
|}

Latest revision as of 15:53, 6 August 2015


This is the homepage for the Theora Playback Library (libtheoraplayer).

You can use this library to stream any number of Theora video files in your application.

The library has an abstracted audio and video interface so you can use it in any environment you wish (OpenGL, DirectX, SDL, Windows GDI, X11...)

It runs equally good on Windows Mac Linux, iOS, Android etc. The library also supports native platform decoders where applicable for performance reasons, eg. H.264 on iOS and Mac.

Bug reports and features requests are welcome. Please spread the word of this project!

News (RSS)       Forum       API       Showcase       Browse Code       Tracker

Using

Star.png
  • Releases - Get the latest compiled SDK
  • Setup - How to setup the library and compile dependencies
  • Tutorial - A Hello World example
  • Best Practices - Best practices while using the library
  • Codecs - Read about all the codecs this library supports
  • Encoding Videos - How to convert your videos in a format supported by the library
  • API Reference - doxygen generated api documentation
  • Reporting Bugs - They're not bugs, they're features :) But for the fun of it, lets point them out.
  • Licensing - Library licensing guidelines
Toolbox.png

Demos

Developers

Old book.png

Articles

  • Cotributors - A bit about the people working on this lib
  • About - Short information about the project
  • Showcase - List of projects using this library
  • How it works - How the library works
Cateia Games.png

Cateia Games

This is my game development company, follow us to keep up2date with our TheoraPlayer-rich games!

Website.png Facebook.png Twitter.png Googleplus.png