Difference between revisions of "Main Page"
(demo edits) |
(added showcase, coding guidelines and license links) |
||
Line 37: | Line 37: | ||
* [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. | ||
+ | * [[Licensing]] - Library licensing guidelines | ||
}} | }} | ||
Line 56: | Line 57: | ||
* [[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 plugin | ||
* [[Contribute]] - How to contribute / Join the project | * [[Contribute]] - How to contribute / Join the project | ||
+ | * [[Coding Guidelines]] - The current coding style used | ||
}} | }} | ||
{{Layout_box3|1= | {{Layout_box3|1= | ||
[[Image:Old book.png|right]] | [[Image:Old book.png|right]] | ||
=== Articles === | === Articles === | ||
− | * [[ | + | * [[About]] - Short information about the project |
+ | * [[Showcase]] - List of projects using this library | ||
* [[Encoding]] - How to convert your video files to Theora | * [[Encoding]] - How to convert your video files to Theora | ||
* [[How it works]] - How the library works | * [[How it works]] - How the library works | ||
}} | }} | ||
|} | |} |
Revision as of 09:43, 3 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
Demos
|
Developers
Articles
|