libtheoradec - Xiph.org container format library
Please see following description for synopsis
libtheora(3lib) Interface Libraries libtheora(3lib)
NAME
libtheora, libtheoradec, libtheoraenc - Xiph.org container format
library
DESCRIPTION
Theora is an open video codec being developed by the Xiph.org Founda-
tion as part of their Ogg project. It is a project that aims to inte-
grate On2's VP3 video codec, Ogg Vorbis audio codec and Ogg multimedia
container formats into a multimedia solution that can compete with
MPEG-4 format.
FILES
The following files are provided by this library:
/usr/lib/libtheora.so
libtheora 32-bit shared library
/usr/lib/64/libtheora.so
libtheora 64-bit shared library
/usr/lib/libtheoradec.so
libtheoradec 32-bit shared library
/usr/lib/64/libtheoradec.so
libtheoradec 64-bit shared library
/usr/lib/libtheoraenc.so
libtheoraenc 32-bit shared library
/usr/lib/64/libtheoraenc.so
libtheoraenc 64-bit shared library
/usr/lib/pkgconfig/theora.pc
pkg-config(1) file for libtheora 32-bit shared library
/usr/lib/64/pkgconfig/theora.pc
pkg-config(1) file for libtheora 64-bit shared library
/usr/lib/pkgconfig/theoradec.pc
pkg-config(1) file for libtheoradec 32-bit shared library
/usr/lib/64/pkgconfig/theoradec.pc
pkg-config(1) file for libtheoradec 64-bit shared library
/usr/lib/pkgconfig/theoraenc.pc
pkg-config(1) file for libtheoraenc 32-bit shared library
/usr/lib/64/pkgconfig/theoraenc.pc
pkg-config(1) file for libtheoraenc 64-bit shared library
/usr/share/doc/libtheora-1.1.1
Location of developer documentation
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------------+
|Availability | codec/libtheora |
+---------------+-----------------------+
|Stability | Pass-through volatile |
+---------------+-----------------------+
SEE ALSO
pkg-config(1), libvorbis(3lib), libogg(3lib)
NOTES
Written by Jerry Tan, Sun Microsystems Inc., 2009.
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from http://downloads.xiph.org/releases/the-
ora/libtheora-1.1.1.tar.bz2.
Further information about this software can be found on the open source
community website at http://theora.org/.
Solaris 11.4 7 Apr 2017 libtheora(3lib)