This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 772f0d0350b037a068f54aa6c901601043343b6d
tree 3bd041c9dc2dc3c2165eace9435e261c2a4a7e20
parent 064dc16050dbbaccba6b333c6153c45b8b7e846f
tree 3bd041c9dc2dc3c2165eace9435e261c2a4a7e20
parent 064dc16050dbbaccba6b333c6153c45b8b7e846f
plogg /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jun 24 03:39:32 -0700 2009 | |
| |
.gitmodules | ||
| |
README | ||
| |
makefile | ||
| |
part1.html | Wed Jun 24 04:34:06 -0700 2009 | |
| |
plogg.cpp | ||
| |
thirdparty/ |
README
plogg ===== This is an example of using the libogg api to read and decode Ogg files. It is hosted on github at: http://github.com/doublec/plogg/tree For more information see this weblog post: http://www.bluishcoder.co.nz/2009/06/reading-ogg-files-using-libogg.html The following branches are (or will be) available in the repository: master - Combined parts to make a usable player part1_ogg - Reads Ogg files but doesn't decode part2_theora - Extends part 1 to decode and display theora part3_vorbis - Extends part 1 to decode and play vorbis part4_avsync - Combines part 2 and 3 to play videos with synchronised audio and video. You will need the following third party libraries to build: - boost The following are also required but included as submodules: - libogg For a complete rebuild, including retrieval of this repository and submodules: $ git clone git://github.com/doublec/plogg.git $ cd plogg $ git submodule init $ git submodule update $ make Links to Ogg documentation: libogg - http://www.xiph.org/ogg/doc/libogg/








