OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vorbis
(Results
1 - 25
of
263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/libvorbis/include/
Makefile.am
3
SUBDIRS =
vorbis
/external/libvorbis/macos/
libvorbis.mcp.exp
1
### From "
vorbis
/codec.h"
3
#
Vorbis
PRIMITIVES: general
20
#
Vorbis
PRIMITIVES: analysis/DSP layer
32
#
Vorbis
PRIMITIVES: synthesis layer
libvorbisenc.mcp.exp
1
### From "
vorbis
/vorbisenc.h"
libvorbisfile.mcp.exp
1
### From "
vorbis
/vorbisfile.h"
/external/libvorbis/
vorbis-uninstalled.pc.in
0
#
vorbis
uninstalled pkg-config file
8
Name:
vorbis
9
Description:
vorbis
is the primary Ogg
Vorbis
library (uninstalled)
vorbis.pc.in
8
Name:
vorbis
9
Description:
vorbis
is the primary Ogg
Vorbis
library
vorbisfile-uninstalled.pc.in
9
Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all
Vorbis
I audio streams (uninstalled)
11
Requires:
vorbis
vorbisfile.pc.in
9
Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all
Vorbis
I audio streams
11
Requires:
vorbis
README
13
Vorbis
is a general purpose audio and music encoding format
17
month), the
Vorbis
CODEC specification belongs to the public domain.
25
the
Vorbis
specification by the Xiph.Org Foundation
29
built on
Vorbis
designed to simplify common uses
41
documentation on the Ogg
Vorbis
audio coding format.
44
A more comprehensive set of utilities is available in the
vorbis
-tools
50
of the public domain Ogg
Vorbis
audio encoding format.
56
./doc
Vorbis
documentation
73
Vorbis
's homepage is located at 'http://www.xiph.org/
vorbis
/'
[
all
...]
Makefile.am
12
m4data_DATA =
vorbis
.m4
15
pkgconfig_DATA =
vorbis
.pc vorbisenc.pc vorbisfile.pc
21
vorbis
.m4 \
22
vorbis
.pc.in vorbisenc.pc.in vorbisfile.pc.in \
23
vorbis
-uninstalled.pc.in \
vorbis.m4
13
AC_ARG_WITH(
vorbis
,AC_HELP_STRING([--with-
vorbis
=PFX],[Prefix where libvorbis is installed (optional)]), vorbis_prefix="$withval", vorbis_prefix="")
14
AC_ARG_WITH(
vorbis
-libraries,AC_HELP_STRING([--with-
vorbis
-libraries=DIR],[Directory where libvorbis library is installed (optional)]), vorbis_libraries="$withval", vorbis_libraries="")
15
AC_ARG_WITH(
vorbis
-includes,AC_HELP_STRING([--with-
vorbis
-includes=DIR],[Directory where libvorbis header files are installed (optional)]), vorbis_includes="$withval", vorbis_includes="")
16
AC_ARG_ENABLE(vorbistest,AC_HELP_STRING([--disable-vorbistest],[Do not try to compile and run a test
Vorbis
program]),, enable_vorbistest=yes)
45
AC_MSG_CHECKING(for
Vorbis
)
60
dnl Now check if the installed
Vorbis
is sufficiently new.
67
#include <
vorbis
/codec.h
[
all
...]
/external/libvorbis/doc/
a2-encapsulation-rtp.tex
4
\section{
Vorbis
encapsulation in RTP} \label{
vorbis
:over:rtp}
8
Please consult RFC 5215 \textit{``RTP Payload Format for
Vorbis
Encoded
9
Audio''} for description of how to embed
Vorbis
audio in an RTP stream.
footer.tex
17
Ogg
Vorbis
is the first Ogg audio CODEC. Anyone may freely use and
18
distribute the Ogg and
Vorbis
specification, whether in a private,
20
the Ogg project (xiph.org) reserve the right to set the Ogg
Vorbis
23
Xiph.org's
Vorbis
software CODEC implementation is distributed under a
25
distributing independent implementations of
Vorbis
software under
28
Ogg,
Vorbis
, Xiph.org Foundation and their logos are trademarks (tm)
index.html
6
<title>Ogg
Vorbis
Documentation</title>
73
<h1>Ogg
Vorbis
Documentation</h1>
75
<h2>
Vorbis
technical discussion documents</h2>
77
<li><a href="
vorbis
-fidelity.html">Fidelity measurement terminology</a></li>
78
<li><a href="stereo.html">
Vorbis
channel coupling and stereo-specific application</a></li>
81
<h2>Ogg
Vorbis
I specification</h2>
84
<li>
Vorbis
I specification [<a href="Vorbis_I_spec.html">html</a>]
86
<li><a href="v-comment.html">
Vorbis
comment header specification</a></li>
87
<li><a href="rfc5215.txt">Embedding
Vorbis
encoded
91
<h2>Ogg
Vorbis
programming documents</h2
[
all
...]
a1-encapsulation-ogg.tex
4
\section{Embedding
Vorbis
into an Ogg stream} \label{
vorbis
:over:ogg}
9
streams to encapsulate
Vorbis
compressed audio packet data into file
12
The \xref{
vorbis
:spec:intro} provides an overview of the construction
13
of
Vorbis
audio packets.
24
The Ogg/
Vorbis
I specification currently dictates that Ogg/
Vorbis
30
A meta-headerless Ogg file encapsulates the
Vorbis
I packets
36
The Ogg stream must be unmultiplexed (only one stream, a
Vorbis
audio stream, per link)
42
Vorbis
with other media types into a multi-stream Ogg file. At th
[
all
...]
vorbis.html
6
<title>Ogg
Vorbis
Documentation</title>
73
<h1>Ogg
Vorbis
encoding format documentation</h1>
81
<li><a href="packet.html">
Vorbis
packet structure</a></li>
89
<li><a href="probmodel.html">The
Vorbis
probability model</a></li>
90
<li><a href="bitpack.html">The
Vorbis
bitpacker</a></li>
96
<li><a href="
vorbis
-stream.html">
Vorbis
packet->Ogg bitstream mapping</a></li>
105
<p>Ogg
Vorbis
is a general purpose compressed audio format
108
places
Vorbis
in the same class as audio representations including
111
<p>
Vorbis
is the first of a planned family of Ogg multimedia codin
[
all
...]
01-introduction.tex
4
\section{Introduction and Description} \label{
vorbis
:spec:intro}
8
This document provides a high level description of the
Vorbis
codec's
10
\xref{
vorbis
:spec:codec}.
12
understanding of the
Vorbis
decode process, which is
16
Vorbis
is a general purpose perceptual audio CODEC intended to allow
22
without resampling to a lower rate.
Vorbis
is also intended for
30
Vorbis
I is a forward-adaptive monolithic transform CODEC based on the
32
addition of a hybrid wavelet filterbank in
Vorbis
II to offer better
39
The
Vorbis
CODEC design assumes a complex, psychoacoustically-aware
40
encoder and simple, low-complexity decoder.
Vorbis
decode i
[
all
...]
/external/libvorbis/include/vorbis/
Makefile.am
3
vorbisincludedir = $(includedir)/
vorbis
/external/libvorbis/macosx/
Info.plist
8
<string>
Vorbis
</string>
10
<string>
Vorbis
framework 1.2.3, Copyright © 1994-2009 Xiph.Org Foundation</string>
14
<string>org.xiph.
vorbis
</string>
26
<string>
Vorbis
framework 1.2.3, Copyright © 1994-2009 Xiph.Org Foundation</string>
/external/libvorbis/doc/vorbisfile/
exampleindex.html
30
<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/
vorbis
/">Ogg
Vorbis
</a><br><a href="mailto:team@
vorbis
.org">team@
vorbis
.org</a></p></td>
ov_test_open.html
18
<p><i>declared in "
vorbis
/vorbisfile.h";</i></p>
52
<li>OV_ENOTVORBIS - Bitstream is not
Vorbis
data.</li>
53
<li>OV_EVERSION -
Vorbis
version mismatch.</li>
54
<li>OV_EBADHEADER - Invalid
Vorbis
bitstream header.</li>
66
<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/
vorbis
/">Ogg
Vorbis
</a></p></td>
return.html
20
The following return codes are <tt>#define</tt>d in "
vorbis
/codec.h"
47
<dd>The given file/data was not recognized as Ogg
Vorbis
data.</dd>
50
<dd>The file/data is apparently an Ogg
Vorbis
stream, but contains a corrupted or undecipherable header.</dd>
56
<dd>The given link exists in the
Vorbis
data stream, but is not decipherable due to garbacge or corruption.</dd>
68
<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/
vorbis
/">Ogg
Vorbis
</a></p></td>
/external/libvorbis/doc/vorbisenc/
ov_ectl_ratemanage2_arg.html
4
<title>
vorbis
- datatype - ov_ectl_ratemanage2_arg</title>
18
<p><i>declared in "
vorbis
/vorbisenc.h"</i></p>
82
<td><p class=tiny>copyright © 2004
vorbis
team</p></td>
83
<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/
vorbis
/index.html">Ogg
Vorbis
</a><br><a href="mailto:team@
vorbis
.org">team@
vorbis
.org</a></p></td>
index.html
30
<td><p class=tiny>copyright © 2000-2004
vorbis
team</p></td>
31
<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/
vorbis
/">Ogg
Vorbis
</a><br><a href="mailto:team@
vorbis
.org">team@
vorbis
.org</a></p></td>
vorbis_info.html
4
<title>
vorbis
- datatype - vorbis_info</title>
18
<p><i>declared in "
vorbis
/codec.h"</i></p>
21
The vorbis_info structure contains information about a
vorbis
bitstream.
48
<dd>
Vorbis
encoder version used to create this bitstream.</dd>
71
<td><p class=tiny>copyright © 2004
vorbis
team</p></td>
72
<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/
vorbis
/index.html">Ogg
Vorbis
</a><br><a href="mailto:team@
vorbis
.org">team@
vorbis
.org</a></p></td>
Completed in 621 milliseconds
1
2
3
4
5
6
7
8
9
10
11