Free audio codec. https://xiph.org/vorbis/

Monty 59c3e12637 Bump vendor string for dot release. 11 lat temu
debian 7c73854c8b Sync with current Debian changelog. 17 lat temu
doc 1b0aa969c7 Patch for trac #1965; clarify in comments and docs that a failed call 11 lat temu
examples 5fb866e8f3 Commit tterribe's port of Tremor r17541: 14 lat temu
include f97ed948e0 Commit vorbisfile constification patch; affects API but not ABI. 15 lat temu
lib e6fe0d7455 Bump vendor string for dot release. 11 lat temu
m4 4122b74d39 add pkg.m4 to vorbis, that way ./autogen.sh works on systems that dont have pkg-config installed 15 lat temu
macos effaee032d global replaced all tabs with whitespaces in the source to end some of 16 lat temu
macosx b6d6e636fa Bump build system versions for release 16 lat temu
symbian f0f4482acf add #ifdef __WINS__ to symbian/config.h around pragmas (ignored by gcc) 21 lat temu
test 1f62ab7c25 debug and profile targets weren't hooked to anything; have them make check with flags rather than make all 11 lat temu
vq 7ee937dfc1 Move all the static encoder codebooks to 'char' lengthlists rather than 'long' as the largest value for a lengthlist entry is 32 and the lengthlists are large. 11 lat temu
win32 fe70b7fc3c Fixed project configuration which referenced two CRT versions in output binaries. 14 lat temu
AUTHORS f0ba9e2e2e More menial janitorial work on the documentation. 23 lat temu
CHANGES 7798164043 Have to remember to update CHANGES for release 13 lat temu
COPYING 4df92b84d0 Copyright date on license had not been updated correctly 16 lat temu
Makefile.am 31a853e093 Prefer dist-xz to dist-bzip2. This requires automake 1.11. 14 lat temu
README f5f2ee8b9e Mention the requirements for pkg-config, xsltproc and pdfxmltex. 16 lat temu
autogen.sh dd49650d7e Apply the same progressive automake ordering from r15745 to aclocal. 16 lat temu
configure.ac 7ee937dfc1 Move all the static encoder codebooks to 'char' lengthlists rather than 'long' as the largest value for a lengthlist entry is 32 and the lengthlists are large. 11 lat temu
libvorbis.spec.in 0515c4a29c Update the source pointer in the rpm spec file. 17 lat temu
todo.txt b2d5f69745 Oops. Also remove the obsolete HACKING file from the distribution list. 20 lat temu
vorbis-uninstalled.pc.in e6a67188da add missing files 21 lat temu
vorbis.m4 c7e2813163 Fixed an error added in last revision. 17 lat temu
vorbis.pc.in 870726efd9 Update pkgconfig files to reduce overlinking. 12 lat temu
vorbisenc-uninstalled.pc.in e6a67188da add missing files 21 lat temu
vorbisenc.pc.in 870726efd9 Update pkgconfig files to reduce overlinking. 12 lat temu
vorbisfile-uninstalled.pc.in e6a67188da add missing files 21 lat temu
vorbisfile.pc.in 870726efd9 Update pkgconfig files to reduce overlinking. 12 lat temu

README

********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.org Foundation, http://www.xiph.org/ *
* *
********************************************************************

Vorbis is a general purpose audio and music encoding format
contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond
MPEG audio layer 3. Unlike the MPEG sponsored formats (and other
proprietary formats such as RealAudio G2 and Windows' flavor of the
month), the Vorbis CODEC specification belongs to the public domain.
All the technical details are published and documented, and any
software entity may make full use of the format without license
fee, royalty or patent concerns.

This package contains:

* libvorbis, a BSD-style license software implementation of
the Vorbis specification by the Xiph.Org Foundation
(http://www.xiph.org/)

* libvorbisfile, a BSD-style license convenience library
built on Vorbis designed to simplify common uses

* libvorbisenc, a BSD-style license library that provides a simple,
programmatic encoding setup interface

* example code making use of libogg, libvorbis, libvorbisfile and
libvorbisenc

WHAT'S HERE:

This source distribution includes libvorbis and an example
encoder/player to demonstrate use of libvorbis as well as
documentation on the Ogg Vorbis audio coding format.

You'll need libogg (distributed separately) to compile this library.
A more comprehensive set of utilities is available in the vorbis-tools
package.

Directory:

./lib The source for the libraries, a BSD-license implementation
of the public domain Ogg Vorbis audio encoding format.

./include Library API headers

./debian Rules/spec files for building Debian .deb packages

./doc Vorbis documentation

./examples Example code illustrating programmatic use of libvorbis,
libvorbisfile and libvorbisenc

./mac Codewarrior project files and build tweaks for MacOS.

./macosx Project files for MacOS X.

./win32 Win32 projects files and build automation

./vq Internal utilities for training/building new LSP/residue
and auxiliary codebooks.

CONTACT:

The Ogg homepage is located at 'http://www.xiph.org/ogg/'.
Vorbis's homepage is located at 'http://www.xiph.org/vorbis/'.
Up to date technical documents, contact information, source code and
pre-built utilities may be found there.

The user website for Ogg Vorbis software and audio is http://vorbis.com/

BUILDING FROM TRUNK:

Development source is under subversion revision control at
https://svn.xiph.org/trunk/vorbis/. You will also need the
newest versions of autoconf, automake, libtool and pkg-config in
order to compile Vorbis from development source. A configure script
is provided for you in the source tarball distributions.

[update or checkout latest source]
./autogen.sh
make

and as root if desired:

make install

This will install the Vorbis libraries (static and shared) into
/usr/local/lib, includes into /usr/local/include and API manpages
(once we write some) into /usr/local/man.

Documentation building requires xsltproc and pdfxmltex.

BUILDING FROM TARBALL DISTRIBUTIONS:

./configure
make

and optionally (as root):
make install

BUILDING RPMS:

after normal configuring:

make dist
rpm -ta libvorbis-.tar.gz

BUILDING ON MACOS 9:

Vorbis on MacOS 9 is built using Metroworks CodeWarrior. To build it,
first verify that the Ogg libraries are already built following the
instructions in the Ogg module README. Open vorbis/mac/libvorbis.mcp,
switch to the "Targets" pane, select everything, and make the project.
Do the same thing to build libvorbisenc.mcp, and libvorbisfile.mcp (in
that order). In vorbis/mac/Output you will now have both debug and final
versions of Vorbis shared libraries to link your projects against.

To build a project using Ogg Vorbis, add access paths to your
CodeWarrior project for the ogg/include, ogg/mac/Output,
vorbis/include, and vorbis/mac/Output folders. Be sure that
"interpret DOS and Unix paths" is turned on in your project; it can
be found in the "access paths" pane in your project settings. Now
simply add the shared libraries you need to your project (OggLib and
VorbisLib at least) and #include "ogg/ogg.h" and "vorbis/codec.h"
wherever you need to access Ogg and Vorbis functionality.