Sha256: f4977b722f846d250fea0e3f91a5e0d46cc94333f17631bd783d5373523d1df3
Contents?: true
Size: 1.8 KB
Versions: 4
Compression:
Stored size: 1.8 KB
Contents
\section{\-Introduction}\label{index_intro} \-This is the documentation for {\ttfamily libtheora} \-C \-A\-P\-I. \-The current reference implementation for {\tt \-Theora}, a free, patent-\/unencumbered video codec. \-Theora is derived from \-On2's \-V\-P3 codec with additional features and integration with \-Ogg multimedia formats by {\tt the \-Xiph.\-Org \-Foundation}. \-Complete documentation of the format itself is available in {\tt the \-Theora specification}.\subsection{\-Organization}\label{index_Organization} \-The functions documented here are actually subdivided into three separate libraries\-: \begin{DoxyItemize} \item {\ttfamily libtheoraenc} contains the encoder interface, described in \doxyref{\-Functions for \-Encoding}{p.}{group__encfuncs}. \item {\ttfamily libtheoradec} contains the decoder interface and routines shared with the encoder. \-You must also link to this if you link to {\ttfamily libtheoraenc}. \-The routines in this library are described in \doxyref{\-Functions for \-Decoding}{p.}{group__decfuncs} and \doxyref{\-Functions \-Shared by \-Encode and \-Decode}{p.}{group__basefuncs}. \item {\ttfamily libtheora} contains the \doxyref{\-Legacy pre-\/1.\-0 \-C \-A\-P\-I}{p.}{group__oldfuncs}. \end{DoxyItemize} \-New code should link to {\ttfamily libtheoradec} and, if using encoder features, {\ttfamily libtheoraenc}. \-Together these two export both the standard and the legacy \-A\-P\-I, so this is all that is needed by any code. \-The older {\ttfamily libtheora} library is provided just for compatibility with older build configurations. \-In general the recommended 1.\-x \-A\-P\-I symbols can be distinguished by their {\ttfamily th\-\_\-} or {\ttfamily \-T\-H\-\_\-} namespace prefix. \-The older, legacy \-A\-P\-I uses {\ttfamily theora\-\_\-} or {\ttfamily \-O\-C\-\_\-} prefixes instead.
Version data entries
4 entries across 4 versions & 1 rubygems