Commit Graph

6 Commits

Author SHA1 Message Date
naddy
7f61407556 drop RCS Ids 2022-03-11 19:39:15 +00:00
naddy
f774fbfd3e Build shared library with -fPIC.
This also unbreaks the build on i386 with LLVM 10.
2020-08-13 21:18:45 +00:00
espie
2721a663f6 don't shout 2020-03-06 15:24:40 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
thfr
5c1b359e87 bulk-update maintainer email, reminded of need to bump & ok phessler@ 2019-01-06 21:26:02 +00:00
bentley
6c8f894505 Import libtheoraplay-61.
TheoraPlay is a simple library to make decoding of Ogg Theora videos
easier.

A tiny example to pull data out of an .ogv file is about 50 lines of C
code, and a complete SDL-based media player is about 300 lines of code.

TheoraPlay is optimized for multicore CPUs, and is designed to be
programmer-friendly. You will need libogg, libvorbis, and libtheora, of
course, but then you just drop a .c file and two headers into your
project and you're ready to hook up video decoding, without worrying
about Ogg pages, Vorbis blocks, or Theora decoder state.

Places TheoraPlay can be found in use:
- Shank.
- Crypt of the Necrodancer.
- 20XX.
- FNA.


From Thomas Frohwein.
ok sthen@
2018-02-22 07:56:11 +00:00