Difference between revisions of "Main Page"

From Theora Playback Library
Jump to: navigation, search
(added cateia game section)
 
(18 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. And it also works on iOS! (Android port is in development!)
+
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]'''
 
|        
 
|        
 
|[[Showcase]]
 
|[[Showcase]]
 
|        
 
|        
|'''[http://libtheoraplayer.svn.sourceforge.net/viewvc/libtheoraplayer/ Browse SVN]'''
+
|'''[https://github.com/AprilAndFriends/theoraplayer Browse Code]'''
 
|        
 
|        
|'''[http://sourceforge.net/tracker/?group_id=287325 Tracker]'''
+
|'''[https://github.com/AprilAndFriends/theoraplayer/issues Tracker]'''
 
|-
 
|-
 
|}
 
|}
Line 37: 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 62: 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 70: 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_box3|1=
+
{{Layout_box2|1=
 
[[Image:Cateia_Games.png|right]]
 
[[Image:Cateia_Games.png|right]]
 
=== Cateia Games ===
 
=== Cateia Games ===
Line 83: Line 86:
 
[[Image:facebook.png|link=http://www.facebook.com/cateiagames]]
 
[[Image:facebook.png|link=http://www.facebook.com/cateiagames]]
 
[[Image:twitter.png|link=http://www.twitter.com/CateiaGames]]
 
[[Image:twitter.png|link=http://www.twitter.com/CateiaGames]]
[[Image:googleplus.png|link=https://plus.google.com/b/106192043208739666430/]]
+
[[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