Difference between revisions of "Main Page"

From Theora Playback Library
Jump to: navigation, search
(changed demo structure)
(added API link)
Line 17: Line 17:
 
|'''[http://sourceforge.net/apps/phpbb/libtheoraplayer/ Forums]'''
 
|'''[http://sourceforge.net/apps/phpbb/libtheoraplayer/ Forums]'''
 
|        
 
|        
|'''[http://todo API]'''
+
|'''[http://libtheoraplayer.sourceforge.net/api/html/index.html API]'''
 
|        
 
|        
 
|'''[http://libtheoraplayer.svn.sourceforge.net/viewvc/libtheoraplayer/ Browse SVN]'''
 
|'''[http://libtheoraplayer.svn.sourceforge.net/viewvc/libtheoraplayer/ Browse SVN]'''
Line 33: Line 33:
 
* [[Releases]] - Get the latest compiled SDK
 
* [[Releases]] - Get the latest compiled SDK
 
* [[Setup]] - How to setup the library and compile dependencies
 
* [[Setup]] - How to setup the library and compile dependencies
* [http://todo 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.
 
}}
 
}}

Revision as of 19:55, 2 January 2010


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

You can use this library to stream any number of Ogg 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 and Linux, i386, x64 and PowerPC.

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

News       Forums       API       Browse SVN       Tracker

Using

  • Releases - Get the latest compiled SDK
  • Setup - How to setup the library and compile dependencies
  • 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.

Developers

Old book.png

Articles

  • About - Short information about the project & links
  • Encoding - How to convert your Video files to Theora
  • How it works - How Theora Video plugin works