From bec669ca77cb40eeb973db8bab451d917b6f2a8e Mon Sep 17 00:00:00 2001 From: j Date: Tue, 1 Apr 2008 10:47:58 +0000 Subject: [PATCH] import "aoTuV" beta5.5 * based on libvorbis 1.2.0 * The noise control of the Impulse block was expanded. This is effective with the outstanding sample of the pre-echo. * The pre-echo reduction code came to work at a lower bit rate. * Noise Normalization was reviewed. As a result, the bug is revised. * The detailed tuning was done again. svn path=/branches/vorbis-aotuv/; revision=14647 --- CHANGES | 11 + COPYING | 4 +- Makefile.am | 22 +- README | 2 +- aoTuV_README-1st.txt | 6 +- aoTuV_technical.txt | 30 +- autogen.sh | 80 +- configure.in | 16 +- doc/Makefile.am | 17 +- doc/Vorbis_I_spec.html | 290 ++-- doc/Vorbis_I_spec.pdf | Bin 356787 -> 449830 bytes doc/draft-ietf-avt-rtp-vorbis-06.txt | 1401 +++++++++++++++++ doc/draft-ietf-avt-rtp-vorbis-06.xml | 1388 ++++++++++++++++ doc/floor1_inverse_dB_table.html | 308 ++-- doc/framing.html | 864 +++++----- doc/helper.html | 478 +++--- doc/index.html | 228 +-- doc/oggstream.html | 468 +++--- doc/programming.html | 1108 ++++++------- doc/stereo.html | 836 +++++----- doc/v-comment.html | 570 +++---- doc/vorbis-fidelity.html | 360 ++--- doc/vorbis.html | 468 +++--- doc/vorbisfile/OggVorbis_File.html | 52 +- doc/vorbisfile/callbacks.html | 38 +- doc/vorbisfile/chaining_example_c.html | 12 +- doc/vorbisfile/chainingexample.html | 31 +- doc/vorbisfile/crosslap.html | 8 +- doc/vorbisfile/datastructures.html | 6 +- doc/vorbisfile/decoding.html | 9 +- doc/vorbisfile/example.html | 17 +- doc/vorbisfile/exampleindex.html | 6 +- doc/vorbisfile/fileinfo.html | 6 +- doc/vorbisfile/index.html | 6 +- doc/vorbisfile/initialization.html | 43 +- doc/vorbisfile/ov_bitrate.html | 6 +- doc/vorbisfile/ov_bitrate_instant.html | 6 +- doc/vorbisfile/ov_callbacks.html | 55 +- doc/vorbisfile/ov_clear.html | 12 +- doc/vorbisfile/ov_comment.html | 6 +- doc/vorbisfile/ov_crosslap.html | 6 +- doc/vorbisfile/ov_fopen.html | 124 ++ doc/vorbisfile/ov_info.html | 6 +- doc/vorbisfile/ov_open.html | 112 +- doc/vorbisfile/ov_open_callbacks.html | 87 +- doc/vorbisfile/ov_pcm_seek.html | 6 +- doc/vorbisfile/ov_pcm_seek_lap.html | 6 +- doc/vorbisfile/ov_pcm_seek_page.html | 6 +- doc/vorbisfile/ov_pcm_seek_page_lap.html | 6 +- doc/vorbisfile/ov_pcm_tell.html | 6 +- doc/vorbisfile/ov_pcm_total.html | 6 +- doc/vorbisfile/ov_raw_seek.html | 6 +- doc/vorbisfile/ov_raw_seek_lap.html | 6 +- doc/vorbisfile/ov_raw_tell.html | 6 +- doc/vorbisfile/ov_raw_total.html | 6 +- doc/vorbisfile/ov_read.html | 6 +- doc/vorbisfile/ov_read_float.html | 4 +- doc/vorbisfile/ov_seekable.html | 6 +- doc/vorbisfile/ov_serialnumber.html | 6 +- doc/vorbisfile/ov_streams.html | 6 +- doc/vorbisfile/ov_test.html | 22 +- doc/vorbisfile/ov_test_callbacks.html | 33 +- doc/vorbisfile/ov_test_open.html | 6 +- doc/vorbisfile/ov_time_seek.html | 6 +- doc/vorbisfile/ov_time_seek_lap.html | 6 +- doc/vorbisfile/ov_time_seek_page.html | 6 +- doc/vorbisfile/ov_time_seek_page_lap.html | 6 +- doc/vorbisfile/ov_time_tell.html | 6 +- doc/vorbisfile/ov_time_total.html | 6 +- doc/vorbisfile/overview.html | 6 +- doc/vorbisfile/reference.html | 7 +- doc/vorbisfile/return.html | 6 +- doc/vorbisfile/seekexample.html | 27 +- doc/vorbisfile/seeking.html | 6 +- doc/vorbisfile/seeking_example_c.html | 13 +- doc/vorbisfile/seeking_test_c.html | 13 +- doc/vorbisfile/seekingexample.html | 7 +- doc/vorbisfile/threads.html | 6 +- doc/vorbisfile/vorbis_comment.html | 6 +- doc/vorbisfile/vorbis_info.html | 6 +- doc/vorbisfile/vorbisfile_example_c.html | 8 +- doc/xml/05-comment.xml | 2 +- doc/xml/08-residue.xml | 68 +- doc/xml/footer.xml | 2 +- examples/chaining_example.c | 11 +- examples/decoder_example.c | 6 +- examples/encoder_example.c | 4 +- examples/seeking_example.c | 121 +- examples/vorbisfile_example.c | 8 +- include/vorbis/Makefile.am | 4 +- include/vorbis/codec.h | 3 +- include/vorbis/vorbisenc.h | 2 +- include/vorbis/vorbisfile.h | 44 +- lib/Makefile.am | 3 +- lib/analysis.c | 4 +- lib/backends.h | 4 +- lib/barkmel.c | 6 +- lib/bitrate.c | 4 +- lib/bitrate.h | 4 +- lib/block.c | 48 +- lib/books/coupled/res_books_stereo.h | 310 +--- lib/books/floor/floor_books.h | 2 +- lib/books/uncoupled/res_books_uncoupled.h | 2 +- lib/codebook.c | 179 ++- lib/codebook.h | 6 +- lib/codec_internal.h | 5 +- lib/envelope.c | 4 +- lib/envelope.h | 6 +- lib/floor0.c | 6 +- lib/floor1.c | 16 +- lib/highlevel.h | 4 +- lib/info.c | 71 +- lib/lookup.c | 6 +- lib/lookup.h | 6 +- lib/lookup_data.h | 6 +- lib/lookups.pl | 6 +- lib/lpc.c | 36 +- lib/lpc.h | 6 +- lib/lsp.c | 6 +- lib/lsp.h | 6 +- lib/mapping0.c | 60 +- lib/masking.h | 4 +- lib/mdct.c | 6 +- lib/mdct.h | 6 +- lib/misc.h | 6 +- lib/modes/floor_all.h | 36 +- lib/modes/psych_11.h | 29 +- lib/modes/psych_16.h | 96 +- lib/modes/psych_44.h | 161 +- lib/modes/psych_8.h | 96 +- lib/modes/residue_16.h | 8 +- lib/modes/residue_44.h | 4 +- lib/modes/residue_44u.h | 4 +- lib/modes/residue_8.h | 28 +- lib/modes/setup_11.h | 4 +- lib/modes/setup_16.h | 8 +- lib/modes/setup_22.h | 8 +- lib/modes/setup_32.h | 19 +- lib/modes/setup_44.h | 10 +- lib/modes/setup_44u.h | 4 +- lib/modes/setup_8.h | 4 +- lib/modes/setup_X.h | 4 +- lib/os.h | 4 +- lib/psy.c | 534 ++++--- lib/psy.h | 22 +- lib/psy_table.h | 521 ++++++ lib/psytune.c | 9 +- lib/registry.c | 6 +- lib/registry.h | 6 +- lib/res0.c | 212 +-- lib/scales.h | 4 +- lib/sharedbook.c | 139 +- lib/smallft.c | 4 +- lib/smallft.h | 6 +- lib/synthesis.c | 6 +- lib/vorbisenc.c | 4 +- lib/vorbisfile.c | 549 +++++-- lib/window.c | 6 +- lib/window.h | 6 +- macosx/Info.plist | 8 +- macosx/Vorbis.xcodeproj/project.pbxproj | 420 +++-- vq/Makefile.am | 12 +- vq/bookutil.c | 2 +- vq/bookutil.h | 2 +- vq/build.c | 4 +- vq/cascade.c | 4 +- vq/distribution.c | 4 +- vq/genericdata.c | 4 +- vq/huffbuild.c | 4 +- vq/latticebuild.c | 4 +- vq/latticehint.c | 4 +- vq/latticepare.c | 4 +- vq/latticetune.c | 4 +- vq/localcodebook.h | 6 +- vq/lspdata.c | 4 +- vq/metrics.c | 4 +- vq/residuedata.c | 4 +- vq/residuesplit.c | 4 +- vq/run.c | 4 +- vq/train.c | 4 +- vq/vqext.h | 4 +- vq/vqgen.c | 4 +- vq/vqgen.h | 4 +- vq/vqsplit.c | 4 +- vq/vqsplit.h | 4 +- win32/VS2005/libvorbis/libvorbis.vcproj | 653 ++++++++ win32/VS2005/libvorbisfile/libvorbisfile.def | 47 + .../VS2005/libvorbisfile/libvorbisfile.vcproj | 219 +++ win32/VS2005/vorbisdec/vorbisdec.vcproj | 389 +++++ win32/VS2005/vorbisenc/vorbisenc.vcproj | 390 +++++ win32/vorbis.def | 3 +- 191 files changed, 10935 insertions(+), 4881 deletions(-) create mode 100644 doc/draft-ietf-avt-rtp-vorbis-06.txt create mode 100644 doc/draft-ietf-avt-rtp-vorbis-06.xml create mode 100644 doc/vorbisfile/ov_fopen.html create mode 100644 lib/psy_table.h create mode 100644 win32/VS2005/libvorbis/libvorbis.vcproj create mode 100644 win32/VS2005/libvorbisfile/libvorbisfile.def create mode 100644 win32/VS2005/libvorbisfile/libvorbisfile.vcproj create mode 100644 win32/VS2005/vorbisdec/vorbisdec.vcproj create mode 100644 win32/VS2005/vorbisenc/vorbisenc.vcproj diff --git a/CHANGES b/CHANGES index 6150486a..e01cff7e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622" + + * new ov_fopen() convenience call that avoids the common + stdio conflicts with ov_open() and MSVC runtimes. + * libvorbisfile now handles multiplexed streams + * improve robustness to corrupt input streams + * fix a minor encoder bug + * updated RTP draft + * build system updates + * minor corrections to the specification + libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304" * fix a serious encoder bug with gcc 4 optimized builds diff --git a/COPYING b/COPYING index 3d8a1021..a7615edd 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ -aoTuV - Copyright (c) 2003-2006 Aoyumi -libvorbis - Copyright (c) 2002-2005 Xiph.org Foundation +aoTuV - Copyright (c) 2003-2008 Aoyumi +libvorbis - Copyright (c) 2002-2007 Xiph.org Foundation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/Makefile.am b/Makefile.am index 4282e261..0ec16b56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = foreign dist-zip +AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2 SUBDIRS = lib include doc examples vq @@ -10,11 +10,8 @@ m4data_DATA = vorbis.m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc -# we include the whole debian/ dir in EXTRA_DIST because there's a problem -# with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am -# to pick up on the lowercase changelog file and add ChangeLog to DIST_COMMON -# because of it, breaking make dist. This works just as well. EXTRA_DIST = \ + CHANGES COPYING \ todo.txt autogen.sh \ libvorbis.spec libvorbis.spec.in \ vorbis.m4 \ @@ -22,17 +19,20 @@ EXTRA_DIST = \ vorbis-uninstalled.pc.in \ vorbisenc-uninstalled.pc.in \ vorbisfile-uninstalled.pc.in \ - debian macos macosx win32 + doc examples symbian vq \ + macos macosx win32 DISTCHECK_CONFIGURE_FLAGS = --enable-docs dist-hook: - rm -rf `find $(distdir)/debian -name .svn` - rm -rf `find $(distdir)/debian -name "Makefile*"` - rm -rf `find $(distdir)/macos -name .svn` - rm -rf `find $(distdir)/macosx -name .svn` - rm -rf `find $(distdir)/win32 -name .svn` + for item in $(EXTRA_DIST); do \ + if test -d $$item; then \ + echo -n "cleaning $$item dir for distribution..."; \ + rm -rf `find $(distdir)/$$item -name .svn`; \ + echo "OK"; \ + fi; \ + done debug: $(MAKE) all CFLAGS="@DEBUG@" diff --git a/README b/README index 79178e7f..279e32d7 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ * 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-2004 * +* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 * * by the Xiph.org Foundation, http://www.xiph.org/ * * * ******************************************************************** diff --git a/aoTuV_README-1st.txt b/aoTuV_README-1st.txt index ca2175b7..50786e48 100644 --- a/aoTuV_README-1st.txt +++ b/aoTuV_README-1st.txt @@ -1,4 +1,4 @@ -aoTuV Beta 5 +aoTuV Beta 5.5 "aoTuV" tunes up Xiph.Org's libvorbis uniquely. A license is taken as "BSD-style license" as well as original libvorbis. @@ -14,8 +14,8 @@ A license is taken as "BSD-style license" as well as original libvorbis. aoTuV based on -Copyright (c) 2002-2005 Xiph.Org Foundation -Copyright (c) 2003-2006 Aoyumi +Copyright (c) 2002-2007 Xiph.Org Foundation +Copyright (c) 2003-2008 Aoyumi AUTHOR : aoyumi diff --git a/aoTuV_technical.txt b/aoTuV_technical.txt index a44cd8e1..64d9cab7 100644 --- a/aoTuV_technical.txt +++ b/aoTuV_technical.txt @@ -1,3 +1,30 @@ +aoTuV beta5.5 technical information + + +The differences from the aoTuV beta 5... + + 1. The frequency domain width of M6 was revised. + + 2. For q-1/-2, a pre-echo reduction code was applied (M3). In addition, + the M3 code was improved. + + 3. The floor setup parameters in the low bit-rate was changed. + + 4. The part including bug of noise normalization was rewritten. + + 5. libvorbis 1.2.0 were merged. Furthermore, a revision of Bug #300 and + #1229 was applied. + + 6. The ATH curve of the high frequency area (more than 32kHz) was revised. + +...and I tune up many parameters. + + +2008/03/30 +Aoyumi + +---------------------------------------------------------------------------- + aoTuV beta5 technical information @@ -17,7 +44,8 @@ The differences from the aoTuV beta 4.51... 5. In order to decrease artifact by collapse of audio energy, noise normalization processing of point stereo was extended. [32/44.1/48kHz only] - 6. The threshold of channel coupling (lossless <=> point) is changed dynamically. This is a method based on a certain idea. [M6] + 6. The threshold of channel coupling (lossless <=> point) is changed + dynamically. This is a method based on a certain idea. [M6] ...and I tune up many parameters. diff --git a/autogen.sh b/autogen.sh index 8c4ee60f..2979b2db 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,19 +20,71 @@ echo "checking for autoconf... " DIE=1 } -echo "checking for automake... " -(automake --version) < /dev/null > /dev/null 2>&1 || { +VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/" +VERSIONMKMAJ="sed -e s/\([0-9][0-9]*\)[^0-9].*/\\1/" +VERSIONMKMIN="sed -e s/.*[0-9][0-9]*\.//" + +# do we need automake? +if test -r Makefile.am; then + AM_OPTIONS=`fgrep AUTOMAKE_OPTIONS Makefile.am` + AM_NEEDED=`echo $AM_OPTIONS | $VERSIONGREP` + if test x"$AM_NEEDED" = "x$AM_OPTIONS"; then + AM_NEEDED="" + fi + if test -z $AM_NEEDED; then + echo -n "checking for automake... " + AUTOMAKE=automake + ACLOCAL=aclocal + if ($AUTOMAKE --version < /dev/null > /dev/null 2>&1); then + echo "yes" + else + echo "no" + AUTOMAKE= + fi + else + echo -n "checking for automake $AM_NEEDED or later... " + majneeded=`echo $AM_NEEDED | $VERSIONMKMAJ` + minneeded=`echo $AM_NEEDED | $VERSIONMKMIN` + for am in automake-$AM_NEEDED automake$AM_NEEDED \ + automake automake-1.7 automake-1.8 automake-1.9 automake-1.10; do + ($am --version < /dev/null > /dev/null 2>&1) || continue + ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP` + maj=`echo $ver | $VERSIONMKMAJ` + min=`echo $ver | $VERSIONMKMIN` + if test $maj -eq $majneeded -a $min -ge $minneeded; then + AUTOMAKE=$am + echo $AUTOMAKE + break + fi + done + test -z $AUTOMAKE && echo "no" + echo -n "checking for aclocal $AM_NEEDED or later... " + for ac in aclocal-$AM_NEEDED aclocal$AM_NEEDED \ + aclocal aclocal-1.7 aclocal-1.8 aclocal-1.9 aclocal-1.10; do + ($ac --version < /dev/null > /dev/null 2>&1) || continue + ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP` + maj=`echo $ver | $VERSIONMKMAJ` + min=`echo $ver | $VERSIONMKMIN` + if test $maj -eq $majneeded -a $min -ge $minneeded; then + ACLOCAL=$ac + echo $ACLOCAL + break + fi + done + test -z $ACLOCAL && echo "no" + fi + test -z $AUTOMAKE || test -z $ACLOCAL && { echo echo "You must have automake installed to compile $package." - echo "Download the appropriate package for your system," - echo "or get the source from one of the GNU ftp sites" - echo "listed in http://www.gnu.org/order/ftp.html" - DIE=1 -} + echo "Download the appropriate package for your distribution," + echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" + exit 1 + } +fi echo -n "checking for libtool... " for LIBTOOLIZE in libtoolize glibtoolize nope; do - (type $LIBTOOLIZE) > /dev/null 2>&1 && break + ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break done if test x$LIBTOOLIZE = xnope; then echo "nope." @@ -60,14 +112,14 @@ fi echo "Generating configuration files for $package, please wait...." -echo " aclocal $ACLOCAL_FLAGS" -aclocal $ACLOCAL_FLAGS || exit 1 -echo " autoheader" -autoheader || exit 1 +echo " $ACLOCAL $ACLOCAL_FLAGS" +$ACLOCAL $ACLOCAL_FLAGS || exit 1 echo " $LIBTOOLIZE --automake" $LIBTOOLIZE --automake || exit 1 -echo " automake --add-missing $AUTOMAKE_FLAGS" -automake --add-missing $AUTOMAKE_FLAGS || exit 1 +echo " autoheader" +autoheader || exit 1 +echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS" +$AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1 echo " autoconf" autoconf || exit 1 diff --git a/configure.in b/configure.in index 6f1501c0..fcf364c9 100644 --- a/configure.in +++ b/configure.in @@ -11,19 +11,19 @@ AC_CANONICAL_TARGET AM_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE(libvorbis,1.1.2) +AM_INIT_AUTOMAKE(libvorbis,1.2.0) AM_MAINTAINER_MODE dnl Library versioning -V_LIB_CURRENT=3 -V_LIB_REVISION=1 -V_LIB_AGE=3 -VF_LIB_CURRENT=4 -VF_LIB_REVISION=1 -VF_LIB_AGE=1 +V_LIB_CURRENT=4 +V_LIB_REVISION=0 +V_LIB_AGE=4 +VF_LIB_CURRENT=5 +VF_LIB_REVISION=0 +VF_LIB_AGE=2 VE_LIB_CURRENT=2 -VE_LIB_REVISION=2 +VE_LIB_REVISION=3 VE_LIB_AGE=0 AC_SUBST(V_LIB_CURRENT) AC_SUBST(V_LIB_REVISION) diff --git a/doc/Makefile.am b/doc/Makefile.am index 49e602b7..4edc35af 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,7 +6,8 @@ docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) ### all of the static docs, commited to SVN and included as is static_docs = \ - draft-kerr-avt-vorbis-rtp-03.txt \ + draft-ietf-avt-rtp-vorbis-06.xml \ + draft-ietf-avt-rtp-vorbis-06.txt \ eightphase.png \ evenlsp.png \ floor1_inverse_dB_table.html \ @@ -100,7 +101,7 @@ $(BUILDDIR)/Vorbis_I_spec.xml: $(doc_sources) @mkdir -p $(BUILDDIR) @for file in $(doc_sources); do cp $(srcdir)/$$file $(BUILDDIR); done # translate the draft rtp.txt to .xml in the BUILDDIR -$(BUILDDIR)/draft-rtp.xml: draft-kerr-avt-vorbis-rtp-03.txt +$(BUILDDIR)/draft-rtp.xml: draft-ietf-avt-rtp-vorbis-05.txt cat $< | sed 's/ //g' > $@ # cat $< | sed 's/ //g' | sed 's//\>/g' > $@ @@ -112,15 +113,13 @@ Vorbis_I_spec.html: $(SPEC_PNG_BUILD) $(BUILDDIR)/Vorbis_I_spec.xml Vorbis_I_spec.fo: $(BUILDDIR)/Vorbis_I_spec.xml cd build; xsltproc --xinclude --output $@ spec-fo.xsl Vorbis_I_spec.xml && mv $@ .. -# we add the two newlines to pdfxmltex because on a number of Fedora systems -# tex prompts for input complaining about something; -# and surprisingly there's no way to tell tex to ignore that -# also, --interaction doesn't seem to actually do anything different -# if you change it +# we add the two newlines to pdfxmltex because this entire XML +# toolchain is built from wishful thinking and bonghits and the +# default supplied passivetex config files are buggy. Vorbis_I_spec.pdf: Vorbis_I_spec.fo $(SPEC_PNG_BUILD) $(SPEC_PDF_BUILD) cp $< build/spec.fo # work around a passivetex bug - cd build; echo -e -n "\n\n" | pdfxmltex --interaction nonstopmode spec.fo - cd build; echo -e -n "\n\n" | pdfxmltex --interaction nonstopmode spec.fo + -cd build; echo -e -n "\n\n" | pdfxmltex spec.fo + -cd build; echo -e -n "\n\n" | pdfxmltex spec.fo rm build/spec.fo mv build/spec.pdf $@ else diff --git a/doc/Vorbis_I_spec.html b/doc/Vorbis_I_spec.html index 43456243..242184a5 100644 --- a/doc/Vorbis_I_spec.html +++ b/doc/Vorbis_I_spec.html @@ -1,12 +1,12 @@ -Vorbis I specification

Vorbis I specification

Xiph.org Foundation


1. Introduction and Description

+Vorbis I specification

Vorbis I specification

Xiph.org Foundation


1. Introduction and Description

$Id: 01-introduction.xml 7186 2004-07-20 07:19:25Z xiphmont $ -

1.1. Overview

+

1.1. Overview

This document provides a high level description of the Vorbis codec's construction. A bit-by-bit specification appears beginning in Section 4, “Codec Setup and Packet Decode”. The later sections assume a high-level understanding of the Vorbis decode process, which is -provided here.

1.1.1. Application

+provided here.

1.1.1. Application

Vorbis is a general purpose perceptual audio CODEC intended to allow maximum encoder flexibility, thus allowing it to scale competitively over an exceptionally wide range of bitrates. At the high @@ -18,13 +18,13 @@ lower and higher sample rates (from 8kHz telephony to 192kHz digital masters) and a range of channel representations (monaural, polyphonic, stereo, quadraphonic, 5.1, ambisonic, or up to 255 discrete channels). -

1.1.2. Classification

+

1.1.2. Classification

Vorbis I is a forward-adaptive monolithic transform CODEC based on the Modified Discrete Cosine Transform. The codec is structured to allow addition of a hybrid wavelet filterbank in Vorbis II to offer better transient response and reproduction using a transform better suited to localized time events. -

1.1.3. Assumptions

+

1.1.3. Assumptions

The Vorbis CODEC design assumes a complex, psychoacoustically-aware encoder and simple, low-complexity decoder. Vorbis decode is computationally simpler than mp3, although it does require more @@ -56,8 +56,8 @@ examples in this document, we will assume that Vorbis is to be embedded in an Ogg stream specifically, although this is by no means a requirement or fundamental assumption in the Vorbis design.

The specification for embedding Vorbis into -an Ogg transport stream is in Appendix A, Embedding Vorbis into an Ogg stream. -

1.1.4. Codec Setup and Probability Model

+an Ogg transport stream is in Appendix 1, Embedding Vorbis into an Ogg stream. +

1.1.4. Codec Setup and Probability Model

Vorbis' heritage is as a research CODEC and its current design reflects a desire to allow multiple decades of continuous encoder improvement before running out of room within the codec specification. @@ -85,29 +85,29 @@ causes some amount of complaint among engineers as this runs against current design trends (and also points out limitations in some existing software/interface designs, such as Windows' ACM codec framework). However, we find that it does not fundamentally limit -Vorbis' suitable application space.

1.1.5. Format Specification

+Vorbis' suitable application space.

1.1.5. Format Specification

The Vorbis format is well-defined by its decode specification; any encoder that produces packets that are correctly decoded by the reference Vorbis decoder described below may be considered a proper Vorbis encoder. A decoder must faithfully and completely implement the specification defined below (except where noted) to be considered -a proper Vorbis decoder.

1.1.6. Hardware Profile

+a proper Vorbis decoder.

1.1.6. Hardware Profile

Although Vorbis decode is computationally simple, it may still run into specific limitations of an embedded design. For this reason, embedded designs are allowed to deviate in limited ways from the 'full' decode specification yet still be certified compliant. These -optional omissions are labelled in the spec where relevant.

1.2. Decoder Configuration

+optional omissions are labelled in the spec where relevant.

1.2. Decoder Configuration

Decoder setup consists of configuration of multiple, self-contained component abstractions that perform specific functions in the decode pipeline. Each different component instance of a specific type is semantically interchangeable; decoder configuration consists both of internal component configuration, as well as arrangement of specific instances into a decode pipeline. Componentry arrangement is roughly -as follows:

decoder pipeline configuration

1.2.1. Global Config

+as follows:

decoder pipeline configuration

1.2.1. Global Config

Global codec configuration consists of a few audio related fields (sample rate, channels), Vorbis version (always '0' in Vorbis I), bitrate hints, and the lists of component instances. All other -configuration is in the context of specific components.

1.2.2. Mode

+configuration is in the context of specific components.

1.2.2. Mode

Each Vorbis frame is coded according to a master 'mode'. A bitstream may use one or many modes.

The mode mechanism is used to encode a frame according to one of @@ -120,7 +120,7 @@ A 'mode' configuration consists of a frame size setting, window type (always 0, the Vorbis window, in Vorbis I), transform type (always type 0, the MDCT, in Vorbis I) and a mapping number. The mapping number specifies which mapping configuration instance to use for -low-level packet decode and synthesis.

1.2.3. Mapping

+low-level packet decode and synthesis.

1.2.3. Mapping

A mapping contains a channel coupling description and a list of 'submaps' that bundle sets of channel vectors together for grouped encoding and decoding. These submaps are not references to external @@ -141,7 +141,7 @@ apply a full range floor and residue encoding to channels 0 through 4, and a bass-only representation to the bass channel, thus saving space. In this example, channels 0-4 belong to submap 0 (which indicates use of a full-range floor) and channel 5 belongs to submap 1, which uses a -bass-only representation.

1.2.4. Floor

+bass-only representation.

1.2.4. Floor

Vorbis encodes a spectral 'floor' vector for each PCM channel. This vector is a low-resolution representation of the audio spectrum for the given channel in the current frame, generally used akin to a @@ -165,7 +165,7 @@ make use of entropy coding to save space. For this reason, a floor configuration generally refers to multiple codebooks in the codebook component list. Entropy coding is thus provided as an abstraction, and each floor instance may choose from any and all available -codebooks when coding/decoding.

1.2.5. Residue

+codebooks when coding/decoding.

1.2.5. Residue

The spectral residue is the fine structure of the audio spectrum once the floor curve has been subtracted out. In simplest terms, it is coded in the bitstream using cascaded (multi-pass) vector @@ -174,7 +174,7 @@ algorithms numbered 0 through 2. The packing algorithm details are configured by residue instance. As with the floor components, the final VQ/entropy encoding is provided by external codebook instances and each residue instance may choose from any and all available -codebooks.

1.2.6. Codebooks

+codebooks.

1.2.6. Codebooks

Codebooks are a self-contained abstraction that perform entropy decoding and, optionally, use the entropy-decoded integer value as an offset into an index of output value vectors, returning the indicated @@ -186,7 +186,7 @@ ordered or unordered, or the tree is sparse.

The codebook vector index is similarly packed according to index characteristic. Most commonly, the vector index is encoded as a single list of values of possible values that are then permuted into -a list of n-dimensional rows (lattice VQ).

1.3. High-level Decode Process

1.3.1. Decode Setup

+a list of n-dimensional rows (lattice VQ).

1.3. High-level Decode Process

1.3.1. Decode Setup

Before decoding can begin, a decoder must initialize using the bitstream headers matching the stream to be decoded. Vorbis uses three header packets; all are required, in-order, by this @@ -194,16 +194,16 @@ specification. Once set up, decode may begin at any audio packet belonging to the Vorbis stream. In Vorbis I, all packets after the three initial headers are audio packets.

The header packets are, in order, the identification -header, the comments header, and the setup header.

1.3.1.1. Identification Header

+header, the comments header, and the setup header.

1.3.1.1. Identification Header

The identification header identifies the bitstream as Vorbis, Vorbis version, and the simple audio characteristics of the stream such as -sample rate and number of channels.

1.3.1.2. Comment Header

+sample rate and number of channels.

1.3.1.2. Comment Header

The comment header includes user text comments ("tags") and a vendor string for the application/library that produced the bitstream. The encoding and proper use of the comment header is described in -Section 5, “comment field and header specification”.

1.3.1.3. Setup Header

The setup header includes extensive CODEC setup information as well as -the complete VQ and Huffman codebooks needed for decode.

1.3.2. Decode Procedure

+the complete VQ and Huffman codebooks needed for decode.

1.3.2. Decode Procedure

The decoding and synthesis procedure for all audio packets is fundamentally the same.

  1. decode packet type flag
  2. decode mode number
  3. decode window shape (long windows only)
  4. decode floor
  5. decode residue into residue vectors
  6. inverse channel coupling of residue vectors
  7. generate floor curve from decoded floor data
  8. compute dot product of floor and residue, producing audio spectrum vector
  9. inverse monolithic transform of audio spectrum vector, always an MDCT in Vorbis I
  10. overlap/add left-hand output of transform with right-hand output of previous frame
  11. store right hand-data from transform of current frame for future lapping
  12. if not first frame, return results of overlap/add as audio result of current frame

@@ -215,7 +215,7 @@ MDCT to store the right-hand transform data of a partial MDCT for a later before overlap/add with the next frame. This optimization produces entirely equivalent output and is naturally perfectly legal. The decoder must be entirely mathematically equivalent to the -specification, it need not be a literal semantic implementation.

1.3.2.1. Packet type decode

+specification, it need not be a literal semantic implementation.

1.3.2.1. Packet type decode

Vorbis I uses four packet types. The first three packet types mark each of the three Vorbis headers described above. The fourth packet type marks an audio packet. All other packet types are reserved; packets @@ -225,7 +225,7 @@ are audio. The first step of audio packet decode is to read and verify the packet type; a non-audio packet when audio is expected indicates stream corruption or a non-compliant stream. The decoder must ignore the packet and not attempt decoding it to -audio.

1.3.2.2. Mode decode

+audio.

1.3.2.2. Mode decode

Vorbis allows an encoder to set up multiple, numbered packet 'modes', as described earlier, all of which may be used in a given Vorbis stream. The mode is encoded as an integer used as a direct offset into @@ -261,11 +261,11 @@ can be found in the paper The use of multirate filter banks for coding of high quality digital audio”, by T. Sporer, K. Brandenburg and B. Edler. Vorbis windows all use the slope function - . -

1.3.2.4. floor decode

+ $y = \sin(.5*\pi \, \sin^2((x+.5)/n*\pi))$. +

1.3.2.4. floor decode

Each floor is encoded/decoded in channel order, however each floor belongs to a 'submap' that specifies which floor configuration to -use. All floors are decoded before residue decode begins.

1.3.2.5. residue decode

+use. All floors are decoded before residue decode begins.

1.3.2.5. residue decode

Although the number of residue vectors equals the number of channels, channel coupling may mean that the raw residue vectors extracted during decode do not map directly to specific channels. When channel @@ -275,7 +275,7 @@ and may differ from frame to frame, due to different mode numbers.

Vorbis codes residue vectors in groups by submap; the coding is done in submap order from submap 0 through n-1. This differs from floors which are coded using a configuration provided by submap number, but -are coded individually in channel order.

1.3.2.6. inverse channel coupling

+are coded individually in channel order.

1.3.2.6. inverse channel coupling

A detailed discussion of stereo in the Vorbis codec can be found in the document Stereo Channel Coupling in the Vorbis CODEC. Vorbis is not limited to only stereo coupling, but @@ -289,7 +289,7 @@ polar representation (where one vector is magnitude and the second angle) back to Cartesian representation.

After decoupling, in order, each pair of vectors on the coupling list, the resulting residue vectors represent the fine spectral detail -of each output channel.

1.3.2.7. generate floor curve

+of each output channel.

1.3.2.7. generate floor curve

The decoder may choose to generate the floor curve at any appropriate time. It is reasonable to generate the output curve when the floor data is decoded from the raw packet, or it can be generated after @@ -298,7 +298,7 @@ combining generation and the dot product into one step and eliminating some working space.

Both floor 0 and floor 1 generate a linear-range, linear-domain output vector to be multiplied (dot product) by the linear-range, -linear-domain spectral residue.

1.3.2.8. compute floor/residue dot product

+linear-domain spectral residue.

1.3.2.8. compute floor/residue dot product

This step is straightforward; for each output channel, the decoder multiplies the floor curve and residue vectors element by element, producing the finished audio spectrum of each channel.

@@ -321,7 +321,7 @@ residue vector must be able to represent a 48 bit range and the dot product must be able to handle an effective 48 bit times 24 bit multiplication. This range may be achieved using large (64 bit or larger) integers, or implementing a movable binary point -representation.

1.3.2.9. inverse monolithic transform (MDCT)

+representation.

1.3.2.9. inverse monolithic transform (MDCT)

The audio spectrum is converted back into time domain PCM audio via an inverse Modified Discrete Cosine Transform (MDCT). A detailed description of the MDCT is available in the paper The use of multirate filter banks for coding of high quality digital @@ -329,16 +329,16 @@ audio, by T. Sporer, K. Brandenburg and B. Edler.

Note that the PCM produced directly from the MDCT is not yet finished audio; it must be lapped with surrounding frames using an appropriate window (such as the Vorbis window) before the MDCT can be considered -orthogonal.

1.3.2.10. overlap/add data

+orthogonal.

1.3.2.10. overlap/add data

Windowed MDCT output is overlapped and added with the right hand data of the previous window such that the 3/4 point of the previous window is aligned with the 1/4 point of the current window (as illustrated in the window overlap diagram). At this point, the audio data between the center of the previous frame and the center of the current frame is -now finished and ready to be returned.

1.3.2.11. cache right hand data

+now finished and ready to be returned.

1.3.2.11. cache right hand data

The decoder must cache the right hand portion of the current frame to be lapped with the left hand portion of the next frame. -

1.3.2.12. return finished audio data

+

1.3.2.12. return finished audio data

The overlapped portion produced from overlapping the previous and current frame data is finished data to be returned by the decoder. This data spans from the center of the previous window to the center @@ -360,7 +360,7 @@ the decode engine. The encoder accounts for this priming when calculating PCM offsets; after the first frame, the proper PCM output offset is '0' (as no data has been returned yet).

2. Bitpacking Convention

$Id: 02-bitpacking.xml 7186 2004-07-20 07:19:25Z xiphmont $ -

2.1. Overview

+

2.1. Overview

The Vorbis codec uses relatively unstructured raw packets containing arbitrary-width binary integer fields. Logically, these packets are a bitstream in which bits are coded one-by-one by the encoder and then @@ -370,7 +370,7 @@ native word size of eight bits (octets), sixteen bits, thirty-two bits or, less commonly other fixed word sizes. The Vorbis bitpacking convention specifies the correct mapping of the logical packet bitstream into an actual representation in fixed-width words. -

2.1.1. octets, bytes and words

+

2.1.1. octets, bytes and words

In most contemporary architectures, a 'byte' is synonymous with an 'octet', that is, eight bits. This has not always been the case; seven, ten, eleven and sixteen bit 'bytes' have been used. For @@ -386,13 +386,13 @@ octet (eight bits) and a word to be a group of two, four or eight bytes (16, 32 or 64 bits). Note however that the Vorbis bitpacking convention is still well defined for any native byte size; Vorbis uses the native bit-width of a given storage system. This document assumes -that a byte is one octet for purposes of example.

2.1.2. bit order

+that a byte is one octet for purposes of example.

2.1.2. bit order

A byte has a well-defined 'least significant' bit (LSb), which is the only bit set when the byte is storing the two's complement integer value +1. A byte's 'most significant' bit (MSb) is at the opposite end of the byte. Bits in a byte are numbered from zero at the LSb to n (n=7 in an octet) for the -MSb.

2.1.3. byte order

+MSb.

2.1.3. byte order

Words are native groupings of multiple bytes. Several byte orderings are possible in a word; the common ones are 3-2-1-0 ('big endian' or 'most significant byte first' in which the highest-valued byte comes @@ -404,7 +404,7 @@ manipulation at the byte, not word, level, thus host word ordering is of a concern only during optimization when writing high performance code that operates on a word of storage at a time rather than by byte. Logically, bytes are always coded and decoded in order from byte zero -through byte n.

2.1.4. coding bits into byte sequences

+through byte n.

2.1.4. coding bits into byte sequences

The Vorbis codec has need to code arbitrary bit-width integers, from zero to 32 bits wide, into packets. These integer fields are not aligned to the boundaries of the byte representation; the next field @@ -420,13 +420,13 @@ the requested number of bits. When all bits of the destination byte have been filled, encoding continues by zeroing all bits of the next byte and writing the next bit into the bit position 0 of that byte. Decoding follows the same process as encoding, but by reading bits -from the byte stream and reassembling them into integers.

2.1.5. signedness

+from the byte stream and reassembling them into integers.

2.1.5. signedness

The signedness of a specific number resulting from decode is to be interpreted by the decoder given decode context. That is, the three bit binary pattern 'b111' can be taken to represent either 'seven' as an unsigned integer, or '-1' as a signed, two's complement integer. The encoder and decoder are responsible for knowing if fields are to -be treated as signed or unsigned.

2.1.6. coding example

+be treated as signed or unsigned.

2.1.6. coding example

Code the 4 bit integer value '12' [b1100] into an empty bytestream. Bytestream result: @@ -490,7 +490,7 @@ byte 3 [0 0 0 0 0 1 1 0] <- byte n [ ] bytestream length == 4 bytes

-

2.1.7. decoding example

+

2.1.7. decoding example

Reading from the beginning of the bytestream encoded in the above example:

@@ -515,7 +515,7 @@ boundaries maintained in the bitstream.

  • The second value is the two-bit-wide integer 'b11'. This value may be interpreted either as the unsigned value '3', or the signed value '-1'. Signedness is dependent on decode context.

  • -

    2.1.8. end-of-packet alignment

    +

    2.1.8. end-of-packet alignment

    The typical use of bitpacking is to produce many independent byte-aligned packets which are embedded into a larger byte-aligned container structure, such as an Ogg transport bitstream. Externally, @@ -533,7 +533,7 @@ remaining data to fulfill the desired read size. Vorbis uses truncated packets as a normal mode of operation, and as such, decoders must handle reading past the end of a packet as a typical mode of operation. Any further read operations after an 'end-of-packet' -condition shall also return 'end-of-packet'.

    2.1.9.  reading zero bits

    +condition shall also return 'end-of-packet'.

    2.1.9.  reading zero bits

    Reading a zero-bit-wide integer returns the value '0' and does not increment the stream cursor. Reading to the end of the packet (but not past, such that an 'end-of-packet' condition has not triggered) @@ -542,7 +542,7 @@ not trigger an end-of-packet condition. Reading a zero-bit-wide integer after a previous read sets 'end-of-packet' shall also fail with 'end-of-packet'.

    3. Probability Model and Codebooks

    $Id: 03-codebook.xml 7186 2004-07-20 07:19:25Z xiphmont $ -

    3.1. Overview

    +

    3.1. Overview

    Unlike practically every other mainstream audio codec, Vorbis has no statically configured probability model, instead packing all entropy decoding configuration, VQ and Huffman, into the bitstream itself in @@ -551,15 +551,15 @@ consists of multiple 'codebooks', each containing a specific Huffman-equivalent representation for decoding compressed codewords as well as an optional lookup table of output vector values to which a decoded Huffman value is applied as an offset, generating the final -decoded output corresponding to a given compressed codeword.

    3.1.1. Bitwise operation

    +decoded output corresponding to a given compressed codeword.

    3.1.1. Bitwise operation

    The codebook mechanism is built on top of the vorbis bitpacker. Both the codebooks themselves and the codewords they decode are unrolled from a packet as a series of arbitrary-width values read from the -stream according to Section 2, “Bitpacking Convention”.

    3.2. Packed codebook format

    +stream according to Section 2, “Bitpacking Convention”.

    3.2. Packed codebook format

    For purposes of the examples below, we assume that the storage system's native byte width is eight bits. This is not universally true; see Section 2, “Bitpacking Convention” for discussion -relating to non-eight-bit bytes.

    3.2.1. codebook decode

    +relating to non-eight-bit bytes.

    3.2.1. codebook decode

    A codebook begins with a 24 bit sync pattern, 0x564342:

    @@ -689,7 +689,7 @@ and indicates a stream that is not decodable by the specification in this
     document.

    An 'end of packet' during any read operation in the above steps is -considered an error condition rendering the stream undecodable.

    3.2.1.1. Huffman decision tree representation

    +considered an error condition rendering the stream undecodable.

    3.2.1.1. Huffman decision tree representation

    The [codebook_codeword_lengths] array and [codebook_entries] value uniquely define the Huffman decision tree used for entropy decoding.

    @@ -747,7 +747,7 @@ undecodable.

    Codebook entries marked 'unused' are simply skipped in the assigning process. They have no codeword and do not appear in the decision tree, thus it's impossible for any bit pattern read from the stream to -decode to that entry number.

    3.2.1.2. VQ lookup table vector representation

    +decode to that entry number.

    3.2.1.2. VQ lookup table vector representation

    Unpacking the VQ lookup table vectors relies on the following values:

     the [codebook_multiplicands] array
    @@ -763,7 +763,7 @@ the [codebook_multiplicands] array
     Decoding (unpacking) a specific vector in the vector lookup table
     proceeds according to [codebook_lookup_type].  The unpacked
     vector values are what a codebook would return during audio packet
    -decode in a VQ context.

    3.2.1.2.1. Vector value decode: Lookup type 1

    +decode in a VQ context.

    3.2.1.2.1. Vector value decode: Lookup type 1

    Lookup type one specifies a lattice VQ lookup table built algorithmically from a list of scalar values. Calculate (unpack) the final values of a codebook entry vector from the entries in @@ -790,7 +790,7 @@ is the output vector representing the vector of values for entry number } 8) vector calculation completed. -

    3.2.1.2.2. Vector value decode: Lookup type 2

    +

    3.2.1.2.2. Vector value decode: Lookup type 2

    Lookup type two specifies a VQ lookup table in which each scalar in each vector is explicitly set by the [codebook_multiplicands] array in a one-to-one mapping. Calculate [unpack] the @@ -815,7 +815,7 @@ is the output vector representing the vector of values for entry number } 7) vector calculation completed. -

    3.3. Use of the codebook abstraction

    +

    3.3. Use of the codebook abstraction

    The decoder uses the codebook abstraction much as it does the bit-unpacking convention; a specific codebook reads a codeword from the bitstream, decoding it into an entry number, and then @@ -848,18 +848,18 @@ When used in a VQ context, the codeword entry number is used as an offset into the VQ lookup table. The value returned to the decoder is the vector of scalars corresponding to this offset.

    4. Codec Setup and Packet Decode

    $Id: 04-codec.xml 10466 2005-11-28 00:34:44Z giles $ -

    4.1. Overview

    +

    4.1. Overview

    This document serves as the top-level reference document for the bit-by-bit decode specification of Vorbis I. This document assumes a high-level understanding of the Vorbis decode process, which is provided in Section 1, “Introduction and Description”. Section 2, “Bitpacking Convention” covers reading and writing bit fields from -and to bitstream packets.

    4.2. Header decode and decode setup

    +and to bitstream packets.

    4.2. Header decode and decode setup

    A Vorbis bitstream begins with three header packets. The header packets are, in order, the identification header, the comments header, and the setup header. All are required for decode compliance. An end-of-packet condition during decoding the first or third header packet renders the stream undecodable. End-of-packet decoding the -comment header is a non-fatal error condition.

    4.2.1. Common header decode

    +comment header is a non-fatal error condition.

    4.2.1. Common header decode

    Each header packet begins with the same header fields.

       1) [packet_type] : 8 bit value
    @@ -869,7 +869,7 @@ Decode continues according to packet type; the identification header
     is type 1, the comment header type 3 and the setup header type 5
     (these types are all odd as a packet with a leading single bit of '0'
     is an audio packet).  The packets must occur in the order of
    -identification, comment, setup.

    4.2.2. Identification header

    +identification, comment, setup.

    4.2.2. Identification header

    The identification header is a short header of only a few fields used to declare the stream definitively as Vorbis, and provide a few externally relevant pieces of information about the audio stream. The @@ -895,9 +895,9 @@ The bitrate fields above are used only as hints. The nominal bitrate field especially may be considerably off in purely VBR streams. The fields are meaningful only when greater than zero.

    • All three fields set to the same value implies a fixed rate, or tightly bounded, nearly fixed-rate bitstream
    • Only nominal set implies a VBR or ABR stream that averages the nominal bitrate
    • Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
    • None set indicates the encoder does not care to speculate.

    -

    4.2.3. Comment header

    +

    4.2.3. Comment header

    Comment header decode and data specification is covered in -Section 5, “comment field and header specification”.

    4.2.4. Setup header

    Vorbis codec setup is configurable to an extreme degree:

    [decoder pipeline configuration]

    @@ -908,13 +908,13 @@ codebook configurations, time-domain transform configurations (placeholders in Vorbis I), floor configurations, residue configurations, channel mapping configurations and mode configurations. It finishes with a framing bit of '1'. Header decode -proceeds in the following order:

    4.2.4.1. Codebooks
    1. [vorbis_codebook_count] = read eight bits as unsigned integer and add one
    2. Decode [vorbis_codebook_count] codebooks in order as defined +proceeds in the following order:

      4.2.4.1. Codebooks
      1. [vorbis_codebook_count] = read eight bits as unsigned integer and add one
      2. Decode [vorbis_codebook_count] codebooks in order as defined in Section 3, “Probability Model and Codebooks”. Save each configuration, in order, in an array of -codebook configurations [vorbis_codebook_configurations].
      4.2.4.2. Time domain transforms

      +codebook configurations [vorbis_codebook_configurations].

    4.2.4.2. Time domain transforms

    These hooks are placeholders in Vorbis I. Nevertheless, the configuration placeholder values must be read to maintain bitstream -sync.

    1. [vorbis_time_count] = read 6 bits as unsigned integer and add one
    2. read [vorbis_time_count] 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
    4.2.4.3. Floors

    +sync.

    1. [vorbis_time_count] = read 6 bits as unsigned integer and add one
    2. read [vorbis_time_count] 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
    4.2.4.3. Floors

    Vorbis uses two floor types; header decode is handed to the decode abstraction of the appropriate type.

    1. [vorbis_floor_count] = read 6 bits as unsigned integer and add one
    2. For each [i] of [vorbis_floor_count] floor numbers:

      1. read the floor type: vector [vorbis_floor_types] element [i] = @@ -923,13 +923,13 @@ configuration as defined in [i] of the floor configuration array [vorbis_floor_configurations].
      2. If the floor type is one, decode the floor configuration as defined in Section 7, “Floor type 1 setup and decode”; save this configuration in slot [i] of the floor configuration array [vorbis_floor_configurations].
      3. If the the floor type is greater than one, this stream is undecodable; ERROR CONDITION

      -

    4.2.4.4. Residues

    +

    4.2.4.4. Residues

    Vorbis uses three residue types; header decode of each type is identical.

    1. [vorbis_residue_count] = read 6 bits as unsigned integer and add one
    2. For each of [vorbis_residue_count] residue numbers:

      1. read the residue type; vector [vorbis_residue_types] element [i] = read 16 bits as unsigned integer
      2. If the residue type is zero, one or two, decode the residue configuration as defined in Section 8, “Residue setup and decode”; save this configuration in slot [i] of the residue configuration array [vorbis_residue_configurations].
      3. If the the residue type is greater than two, this stream is undecodable; ERROR CONDITION

      -

    4.2.4.5. Mappings

    +

    4.2.4.5. Mappings

    Mappings are used to set up specific pipelines for encoding multichannel audio with varying channel mapping applications. Vorbis I uses a single mapping type (0), with implicit PCM channel mappings.

    1. [vorbis_mapping_count] = read 6 bits as unsigned integer and add one
    2. For each [i] of [vorbis_mapping_count] mapping numbers: @@ -943,19 +943,19 @@ uses a single mapping type (0), with implicit PCM channel mappings.

  • if unset, [vorbis_mapping_coupling_steps] = 0
  • read 2 bits (reserved field); if the value is nonzero, the stream is undecodable
  • if [vorbis_mapping_submaps] is greater than one, we read channel multiplex settings. For each [j] of [audio_channels] channels:

    1. vector [vorbis_mapping_mux] element [j] = read 4 bits as unsigned integer
    2. if the value is greater than the highest numbered submap ([vorbis_mapping_submaps] - 1), this in an error condition rendering the stream undecodable
  • for each submap [j] of [vorbis_mapping_submaps] submaps, read the floor and residue numbers for use in decoding that submap:

    1. read and discard 8 bits (the unused time configuration placeholder)
    2. read 8 bits as unsigned integer for the floor number; save in vector [vorbis_mapping_submap_floor] element [j]
    3. verify the floor number is not greater than the highest number floor configured for the bitstream. If it is, the bitstream is undecodable
    4. read 8 bits as unsigned integer for the residue number; save in vector [vorbis_mapping_submap_residue] element [j]
    5. verify the residue number is not greater than the highest number residue configured for the bitstream. If it is, the bitstream is undecodable
  • save this mapping configuration in slot [i] of the mapping configuration array [vorbis_mapping_configurations].
  • -

    4.2.4.6. Modes
    1. [vorbis_mode_count] = read 6 bits as unsigned integer and add one
    2. For each of [vorbis_mode_count] mode numbers:

      1. [vorbis_mode_blockflag] = read 1 bit
      2. [vorbis_mode_windowtype] = read 16 bits as unsigned integer
      3. [vorbis_mode_transformtype] = read 16 bits as unsigned integer
      4. [vorbis_mode_mapping] = read 8 bits as unsigned integer
      5. verify ranges; zero is the only legal value in Vorbis I for +

    4.2.4.6. Modes
    1. [vorbis_mode_count] = read 6 bits as unsigned integer and add one
    2. For each of [vorbis_mode_count] mode numbers:

      1. [vorbis_mode_blockflag] = read 1 bit
      2. [vorbis_mode_windowtype] = read 16 bits as unsigned integer
      3. [vorbis_mode_transformtype] = read 16 bits as unsigned integer
      4. [vorbis_mode_mapping] = read 8 bits as unsigned integer
      5. verify ranges; zero is the only legal value in Vorbis I for [vorbis_mode_windowtype] and [vorbis_mode_transformtype]. [vorbis_mode_mapping] must not be greater than the highest number mapping in use. Any illegal values render the stream undecodable.
      6. save this mode configuration in slot [i] of the mode configuration array [vorbis_mode_configurations].
    3. read 1 bit as a framing flag. If unset, a framing error occurred and the stream is not decodable.

    After reading mode descriptions, setup header decode is complete. -

    4.3. Audio packet decode and synthesis

    +

    4.3. Audio packet decode and synthesis

    Following the three header packets, all packets in a Vorbis I stream are audio. The first step of audio packet decode is to read and verify the packet type. A non-audio packet when audio is expected indicates stream corruption or a non-compliant stream. The decoder must ignore the packet and not attempt decoding it to audio. -

    4.3.1. packet type, mode and window decode

    1. read 1 bit [packet_type]; check that packet type is 0 (audio)
    2. read ilog([vorbis_mode_count]-1) bits +

      4.3.1. packet type, mode and window decode

      1. read 1 bit [packet_type]; check that packet type is 0 (audio)
      2. read ilog([vorbis_mode_count]-1) bits [mode_number]
      3. decode blocksize [n] is equal to [blocksize_0] if [vorbis_mode_blockflag] is 0, else [n] is equal to [blocksize_1].
      4. perform window selection and setup; this window is used later by the inverse MDCT:

        1. if this is a long window (the [vorbis_mode_blockflag] flag of this mode is set):

          1. read 1 bit for [previous_window_flag]
          2. read 1 bit for [next_window_flag]
          3. if [previous_window_flag] is not set, the left half @@ -991,7 +991,7 @@ zero

          An end-of-packet condition up to this point should be considered an error that discards this packet from the stream. An end of packet condition past this point is to be considered a possible nominal -occurrence.

        4.3.2. floor curve decode

        +occurrence.

        4.3.2. floor curve decode

        From this point on, we assume out decode context is using mode number [mode_number] from configuration array [vorbis_mode_configurations] and the map number @@ -1013,7 +1013,7 @@ false

      An end-of-packet condition during floor decode shall result in packet decode zeroing all channel output vectors and skipping to the -add/overlap output stage.

      4.3.3. nonzero vector propagate

      +add/overlap output stage.

      4.3.3. nonzero vector propagate

      A possible result of floor decode is that a specific vector is marked 'unused' which indicates that that final output vector is all-zero values (and the floor is zero). The residue for that vector is not @@ -1029,13 +1029,13 @@ or channel are set to false, then both must be set to false. Note that an 'unused' floor has no decoded floor information; it is important that this is remembered at floor curve synthesis time.

    -

    4.3.4. residue decode

    +

    4.3.4. residue decode

    Unlike floors, which are decoded in channel order, the residue vectors are decoded in submap order.

    for each submap [i] in order from 0 ... [vorbis_mapping_submaps]-1

    1. [ch] = 0
    2. for each channel [j] in order from 0 ... [audio_channels] - 1

      1. if channel [j] in submap [i] (vector [vorbis_mapping_mux] element [j] is equal to [i])

        1. if vector [no_residue] element [j] is true

          1. vector [do_not_decode_flag] element [ch] is set

          else -

          1. vector [do_not_decode_flag] element [ch] is unset
        2. increment [ch]
    3. [residue_number] = vector [vorbis_mapping_submap_residue] element [i]
    4. [residue_type] = vector [vorbis_residue_types] element [residue_number]
    5. decode [ch] vectors using residue [residue_number], according to type [residue_type], also passing vector [do_not_decode_flag] to indicate which vectors in the bundle should not be decoded. Correct per-vector decode length is [n]/2.
    6. [ch] = 0
    7. for each channel [j] in order from 0 ... [audio_channels]

      1. if channel [j] is in submap [i] (vector [vorbis_mapping_mux] element [j] is equal to [i])

        1. residue vector for channel [j] is set to decoded residue vector [ch]
        2. increment [ch]

    4.3.5. inverse coupling

    +

    1. vector [do_not_decode_flag] element [ch] is unset
  • increment [ch]
  • [residue_number] = vector [vorbis_mapping_submap_residue] element [i]
  • [residue_type] = vector [vorbis_residue_types] element [residue_number]
  • decode [ch] vectors using residue [residue_number], according to type [residue_type], also passing vector [do_not_decode_flag] to indicate which vectors in the bundle should not be decoded. Correct per-vector decode length is [n]/2.
  • [ch] = 0
  • for each channel [j] in order from 0 ... [audio_channels]

    1. if channel [j] is in submap [i] (vector [vorbis_mapping_mux] element [j] is equal to [i])

      1. residue vector for channel [j] is set to decoded residue vector [ch]
      2. increment [ch]
  • 4.3.5. inverse coupling

    for each [i] from [vorbis_mapping_coupling_steps]-1 descending to 0

    1. [magnitude_vector] = the residue vector for channel @@ -1053,7 +1053,7 @@ for each [i] from [vorbis_map

      1. [new_A] = [M]
      2. [new_M] = [M]-[A]

  • set scalar value [M] in vector [magnitude_vector] to [new_M]
  • set scalar value [A] in vector [angle_vector] to [new_A]
  • -

    4.3.6. dot product

    +

    4.3.6. dot product

    For each channel, synthesize the floor curve from the decoded floor information, according to packet type. Note that the vector synthesis length for floor computation is [n]/2.

    @@ -1081,14 +1081,14 @@ residue vector must be able to represent a 48 bit range and the dot product must be able to handle an effective 48 bit times 24 bit multiplication. This range may be achieved using large (64 bit or larger) integers, or implementing a movable binary point -representation.

    4.3.7. inverse MDCT

    +representation.

    4.3.7. inverse MDCT

    Convert the audio spectrum vector of each channel back into time domain PCM audio via an inverse Modified Discrete Cosine Transform (MDCT). A detailed description of the MDCT is available in the paper The use of multirate filter banks for coding of high quality digital audio, by T. Sporer, K. Brandenburg and B. Edler. The window -function used for the MDCT is the function described earlier.

    4.3.8. overlap_add

    +function used for the MDCT is the function described earlier.

    4.3.8. overlap_add

    Windowed MDCT output is overlapped and added with the right hand data of the previous window such that the 3/4 point of the previous window is aligned with the 1/4 point of the current window (as illustrated in @@ -1112,7 +1112,7 @@ center (element windowsize/2-1, inclusive) of the current window.

    Data is not returned from the first frame; it must be used to 'prime' the decode engine. The encoder accounts for this priming when calculating PCM offsets; after the first frame, the proper PCM output -offset is '0' (as no data has been returned yet).

    4.3.9. output channel order

    +offset is '0' (as no data has been returned yet).

    4.3.9. output channel order

    Vorbis I specifies only a channel mapping type 0. In mapping type 0, channel mapping is implicitly defined as follows for standard audio applications:

    one channel
    the stream is monophonic
    two channels
    the stream is stereo. channel order: left, right
    three channels
    the stream is a 1d-surround encoding. channel order: left, @@ -1124,8 +1124,8 @@ Applications using Vorbis for dedicated purposes may define channel mapping as seen fit. Future channel mappings (such as three and four channel Ambisonics) will make use of channel mappings other than mapping 0.

    5. comment field and header specification

    - $Id: 05-comment.xml 10465 2005-11-28 00:33:05Z giles $ -

    5.1. Overview

    The Vorbis text comment header is the second (of three) header + $Id: 05-comment.xml 11703 2006-07-17 16:33:17Z giles $ +

    5.1. Overview

    The Vorbis text comment header is the second (of three) header packets that begin a Vorbis bitstream. It is meant for short text comments, not arbitrary metadata; arbitrary metadata belongs in a separate logical bitstream (usually an XML stream type) that provides @@ -1138,7 +1138,7 @@ they turn out to be, eg:

    Honest Bob and the Factory-to-Dealer-Incentives, I'm Still Around, opening for Moxy Früvous, 1997.

    -

    5.2. Comment encoding

    5.2.1. Structure

    +

    5.2. Comment encoding

    5.2.1. Structure

    The comment header is logically a list of eight-bit-clean vectors; the number of vectors is bounded to 2^32-1 and the length of each vector is limited to 2^32-1 bytes. The vector length is encoded; the vector @@ -1159,7 +1159,7 @@ set the vendor string to "Xiph.Org libVorbis I 20020717".

    The comment head 8) if ( [framing_bit] unset or end-of-packet ) then ERROR 9) done.

    -

    5.2.2. Content vector format

    +

    5.2.2. Content vector format

    The comment vectors are structured similarly to a UNIX environment variable. That is, comment fields consist of a field name and a corresponding value and look like:

    @@ -1176,7 +1176,7 @@ this equals sign is used to terminate the field name.
     

    0x3D is followed by 8 bit clean UTF-8 encoded value of the field contents to the end of the field. -

    5.2.2.1. Field names

    Below is a proposed, minimal list of standard field names with a +

    5.2.2.1. Field names

    Below is a proposed, minimal list of standard field names with a description of intended use. No single or group of field names is mandatory; a comment header may contain one, all or none of the names in this list.

    TITLE
    Track/Work name
    VERSION
    The version field may be used to @@ -1202,13 +1202,13 @@ the 'record label')
    LOCATION
    Location where track was recorded
    CONTACT
    Contact information for the creators or distributors of the track. This could be a URL, an email address, the physical address of the producing label.
    ISRC
    International Standard Recording Code for the -track; see the ISRC +track; see the ISRC intro page for more information on ISRC numbers. -
    5.2.2.2. Implications

    Field names should not be 'internationalized'; this is a +

    5.2.2.2. Implications

    Field names should not be 'internationalized'; this is a concession to simplicity not an attempt to exclude the majority of -the world that doesn't speak English. Field contents -however, use the UTF-8 character encoding to allow easy representation of any -language.

    We have the length of the entirety of the field and restrictions on +the world that doesn't speak English. Field contents, +however, use the UTF-8 character encoding to allow easy representation +of any language.

    We have the length of the entirety of the field and restrictions on the field name so that the field name is bounded in a known way. Thus we also have the length of the field contents.

    Individual 'vendors' may use non-standard field names within reason. The proper use of comment fields should be clear through @@ -1225,7 +1225,7 @@ ARTIST=Sonny Rollins ARTIST=Sonny Stitt

    -

    5.2.3. Encoding

    +

    5.2.3. Encoding

    The comment header comprises the entirety of the second bitstream header packet. Unlike the first bitstream header packet, it is not generally the only packet on the second page and may not be restricted @@ -1255,17 +1255,17 @@ bitstream octet first): This is actually somewhat easier to describe in code; implementation of the above can be found in vorbis/lib/info.c, _vorbis_pack_comment() and _vorbis_unpack_comment().

    6. Floor type 0 setup and decode

    $Id: 06-floor0.xml 10424 2005-11-23 08:44:18Z xiphmont $ -

    6.1. Overview

    +

    6.1. Overview

    Vorbis floor type zero uses Line Spectral Pair (LSP, also alternately known as Line Spectral Frequency or LSF) representation to encode a smooth spectral envelope curve as the frequency response of the LSP filter. This representation is equivalent to a traditional all-pole infinite impulse response filter as would be used in linear predictive coding; LSP representation may be converted to LPC representation and -vice-versa.

    6.2. Floor 0 format

    +vice-versa.

    6.2. Floor 0 format

    Floor zero configuration consists of six integer fields and a list of VQ codebooks for use in coding/decoding the LSP filter coefficient -values used by each frame.

    6.2.1. header decode

    +values used by each frame.

    6.2.1. header decode

    Configuration information for instances of floor zero decodes from the codec setup header (third packet). configuration decode proceeds as follows:

    @@ -1351,12 +1351,12 @@ Similarly, the below calculation synthesizes the output LSP curve 
    [expression for floorval]

  • [iteration_condition] = map element [i]
  • [output] element [i] = [linear_floor_value]
  • increment [i]
  • if ( map element [i] is equal to [iteration_condition] ) continue at step 5
  • if ( [i] is less than [n] ) continue at step 2
  • done
  • 7. Floor type 1 setup and decode

    $Id: 07-floor1.xml 10466 2005-11-28 00:34:44Z giles $ -

    7.1. Overview

    +

    7.1. Overview

    Vorbis floor type one uses a piecewise straight-line representation to encode a spectral envelope curve. The representation plots this curve mechanically on a linear frequency axis and a logarithmic (dB) amplitude axis. The integer plotting algorithm used is similar to -Bresenham's algorithm.

    7.2. Floor 1 format

    7.2.1. model

    +Bresenham's algorithm.

    7.2. Floor 1 format

    7.2.1. model

    Floor type one represents a spectral curve as a series of line segments. Synthesis constructs a floor curve using iterative prediction in a process roughly equivalent to the following simplified @@ -1392,7 +1392,7 @@ A more efficient algorithm with carefully defined integer rounding behavior is used for actual decode, as described later. The actual algorithm splits Y value computation and line plotting into two steps with modifications to the above algorithm to eliminate noise -accumulation through integer roundoff/truncation.

    7.2.2. header decode

    +accumulation through integer roundoff/truncation.

    7.2.2. header decode

    A list of floor X values is stored in the packet header in interleaved format (used in list order during packet decode and synthesis). This list is split into partitions, and each partition is assigned to a @@ -1524,7 +1524,7 @@ Skipping zero-difference values allows a smoother line fit.

    Although some aspects of the below algorithm look like inconsequential optimizations, implementors are warned to follow the details closely. Deviation from implementing a strictly equivalent algorithm can result -in serious decoding errors.

    7.2.2.2.1. step 1: amplitude value synthesis

    +in serious decoding errors.

    7.2.2.2.1. step 1: amplitude value synthesis

    Unwrap the always-positive-or-zero values read from the packet into +/- difference values, then apply to line prediction.

       1) [range] = vector { 256, 128, 86, 64 } element ([floor1_multiplier]-1)
    @@ -1600,7 +1600,7 @@ Unwrap the always-positive-or-zero values read from the packet into
     
      29) done
     
    -
    7.2.2.2.2. step 2: curve synthesis

    +

    7.2.2.2.2. step 2: curve synthesis

    Curve synthesis generates a return vector [floor] of length [n] (where [n] is provided by the decode process calling to floor decode). Floor 1 curve synthesis makes use of the @@ -1650,8 +1650,8 @@ Then compute the final curve in one pass:

      16) done
     
     

    8. Residue setup and decode

    - $Id: 08-residue.xml 10466 2005-11-28 00:34:44Z giles $ -

    8.1. Overview

    + $Id: 08-residue.xml 13159 2007-06-21 05:22:35Z xiphmont $ +

    8.1. Overview

    A residue vector represents the fine detail of the audio spectrum of one channel in an audio frame after the encoder subtracts the floor curve and performs any channel coupling. A residue vector may @@ -1662,7 +1662,7 @@ Whatever the exact qualities, the Vorbis residue abstraction codes the residue vectors into the bitstream packet, and then reconstructs the vectors during decode. Vorbis makes use of three different encoding variants (numbered 0, 1 and 2) of the same basic vector encoding -abstraction.

    8.2. Residue format

    +abstraction.

    8.2. Residue format

    Residue format partitions each vector in the vector bundle into chunks, classifies each chunk, encodes the chunk classifications and finally encodes the chunks themselves using the the specific VQ arrangement @@ -1697,7 +1697,7 @@ VQ codebook. Thus, each residue value potentially accumulates values from multiple decode passes. The classification value associated with a partition is the same in each pass, thus the classification codeword is coded only in the first pass.

    -

    [illustration of residue vector format]

    8.3. residue 0

    +

    [illustration of residue vector format]

    8.3. residue 0

    Residue 0 and 1 differ only in the way the values within a residue partition are interleaved during partition encoding (visually treated as a black box--or cyan box or brown box--in the above figure).

    @@ -1721,7 +1721,7 @@ codebook dimensions = 1 encoded as: [ 0 ], [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ], [

    It is worth mentioning at this point that no configurable value in the -residue coding setup is restricted to a power of two.

    8.4. residue 1

    +residue coding setup is restricted to a power of two.

    8.4. residue 1

    Residue 1 does not interleave VQ encoding. It represents partition vector scalars in order. As with residue 0, however, partition length must be an integer multiple of the codebook dimension, although @@ -1739,14 +1739,14 @@ codebook dimensions = 2 encoded as: [ 0 1 ], [ 2 3 ], [ 4 5 ], [ 6 7 ] codebook dimensions = 1 encoded as: [ 0 ], [ 1 ], [ 2 ], [ 3 ], [ 4 ], [ 5 ], [ 6 ], [ 7 ] -

    8.5. residue 2

    +

    8.5. residue 2

    Residue type two can be thought of as a variant of residue type 1. Rather than encoding multiple passed-in vectors as in residue type 1, the ch passed in vectors of length n are first interleaved and flattened into a single vector of length ch*n. Encoding then proceeds as in type 1. Decoding is as in type 1 with decode interleave reversed. If operating on a single -vector to begin with, residue type 1 and type 2 are equivalent.

    [illustration of residue type 2]

    8.6. Residue decode

    8.6.1. header decode

    +vector to begin with, residue type 1 and type 2 are equivalent.

    [illustration of residue type 2]

    8.6. Residue decode

    8.6.1. header decode

    Header decode for all three residue types is identical.

       1) [residue_begin] = read 24 bits as unsigned integer
       2) [residue_end] = read 24 bits as unsigned integer
    @@ -1807,7 +1807,7 @@ bitmap being eight bits):

     An end-of-packet condition at any point in header decode renders the
     stream undecodable.  In addition, any codebook number greater than the
     maximum numbered codebook set up in this stream also renders the
    -stream undecodable.

    8.6.2. packet decode

    +stream undecodable.

    8.6.2. packet decode

    Format 0 and 1 packet decode is identical except for specific partition interleave. Format 2 packet decode can be built out of the format 1 decode process. Thus we describe first the decode @@ -1818,32 +1818,52 @@ flags indicating if any of the vectors are not to be decoded. If the passed in number of vectors is 3 and vector number 1 is marked 'do not decode', decode skips vector 1 during the decode loop. However, even 'do not decode' vectors are allocated and zeroed.

    +Depending on the values of [residue_begin] and +[residue_end], it is obvious that the encoded +portion of a residue vector may be the entire possible residue vector +or some other strict subset of the actual residue vector size with +zero padding at either uncoded end. However, it is also possible to +set [residue_begin] and +[residue_end] to specify a range partially or +wholly beyond the maximum vector size. Before beginning residue +decode, limit [residue_begin] and +[residue_end] to the maximum possible vector size +as follows. We assume that the number of vectors being encoded, +[ch] is provided by the higher level decoding +process.

    +  1) [actual_size] = current blocksize/2;
    +  2) if residue encoding is format 2
    +       3) [actual_size] = [actual_size] * [ch];
    +  4) [limit_residue_begin] = maximum of ([residue_begin],[actual_size]);
    +  5) [limit_residue_end] = maximum of ([residue_end],[actual_size]);
    +

    The following convenience values are conceptually useful to clarifying the decode process:

       1) [classwords_per_codeword] = [codebook_dimensions] value of codebook [residue_classbook]
    -  2) [n_to_read] = [residue_end] - [residue_begin]
    +  2) [n_to_read] = [limit_residue_end] - [limit_residue_begin]
       3) [partitions_to_read] = [n_to_read] / [residue_partition_size]
     

    -Packet decode proceeds as follows, matching the description offered earlier in the document. We assume that the number of vectors being encoded, [ch] is provided by the higher level decoding process.

    +Packet decode proceeds as follows, matching the description offered earlier in the document. 

       1) allocate and zero all vectors that will be returned.
    -  2) iterate [pass] over the range 0 ... 7 {
    +  2) if ([n_to_read] is zero), stop; there is no residue to decode.
    +  3) iterate [pass] over the range 0 ... 7 {
     
    -       3) [partition_count] = 0
    +       4) [partition_count] = 0
     
    -       4) while [partition_count] is less than [partitions_to_read]
    +       5) while [partition_count] is less than [partitions_to_read]
     
    -            5) if ([pass] is zero) {
    +            6) if ([pass] is zero) {
          
    -                 6) iterate [j] over the range 0 .. [ch]-1 {
    +                 7) iterate [j] over the range 0 .. [ch]-1 {
     
    -                      7) if vector [j] is not marked 'do not decode' {
    +                      8) if vector [j] is not marked 'do not decode' {
     
    -                           8) [temp] = read from packet using codebook [residue_classbook] in scalar context
    -                           9) iterate [i] descending over the range [classwords_per_codeword]-1 ... 0 {
    +                           9) [temp] = read from packet using codebook [residue_classbook] in scalar context
    +                          10) iterate [i] descending over the range [classwords_per_codeword]-1 ... 0 {
     
    -                               10) array [classifications] element [j],([i]+[partition_count]) =
    +                               11) array [classifications] element [j],([i]+[partition_count]) =
                                        [temp] integer modulo [residue_classifications]
    -                               11) [temp] = [temp] / [residue_classifications] using integer division
    +                               12) [temp] = [temp] / [residue_classifications] using integer division
     
                                   }
           
    @@ -1853,35 +1873,35 @@ Packet decode proceeds as follows, matching the description offered earlier in t
               
                    }
     
    -           12) iterate [i] over the range 0 .. ([classwords_per_codeword] - 1) while [partition_count] 
    +           13) iterate [i] over the range 0 .. ([classwords_per_codeword] - 1) while [partition_count] 
                    is also less than [partitions_to_read] {
     
    -                 13) iterate [j] over the range 0 .. [ch]-1 {
    +                 14) iterate [j] over the range 0 .. [ch]-1 {
        
    -                      14) if vector [j] is not marked 'do not decode' {
    +                      15) if vector [j] is not marked 'do not decode' {
        
    -                           15) [vqclass] = array [classifications] element [j],[partition_count]
    -                           16) [vqbook] = array [residue_books] element [vqclass],[pass]
    -                           17) if ([vqbook] is not 'unused') {
    +                           16) [vqclass] = array [classifications] element [j],[partition_count]
    +                           17) [vqbook] = array [residue_books] element [vqclass],[pass]
    +                           18) if ([vqbook] is not 'unused') {
        
    -                                18) decode partition into output vector number [j], starting at scalar 
    -                                    offset [residue_begin]+[partition_count]*[residue_partition_size] using 
    +                                19) decode partition into output vector number [j], starting at scalar 
    +                                    offset [limit_residue_begin]+[partition_count]*[residue_partition_size] using 
                                         codebook number [vqbook] in VQ context
                               }
                          }
        
    -                 19) increment [partition_count] by one
    +                 20) increment [partition_count] by one
     
                    }
               }
          }
      
    - 20) done
    + 21) done
     
     

    An end-of-packet condition during packet decode is to be considered a nominal occurrence. Decode returns the result of vector decode up to -that point.

    8.6.3. format 0 specifics

    +that point.

    8.6.3. format 0 specifics

    Format zero decodes partitions exactly as described earlier in the 'Residue Format: residue 0' section. The following pseudocode presents the same algorithm. Assume:

    @@ -1903,7 +1923,7 @@ presents the same algorithm. Assume:

    6) done -

    8.6.4. format 1 specifics

    +

    8.6.4. format 1 specifics

    Format 1 decodes partitions exactly as described earlier in the 'Residue Format: residue 1' section. The following pseudocode presents the same algorithm. Assume:

    @@ -1923,7 +1943,7 @@ presents the same algorithm. Assume:

    6) if ( [i] is less than [n] ) continue at step 2 7) done -

    8.6.5. format 2 specifics

    +

    8.6.5. format 2 specifics

    Format 2 is reducible to format 1. It may be implemented as an additional step prior to and an additional post-decode step after a normal format 1 decode.

    Format 2 handles 'do not decode' vectors differently than residue 0 or @@ -1946,11 +1966,11 @@ channel. After decode, deinterleave the vector into independent vectors, one fo

    9. Helper equations

    $Id: 09-helper.xml 7186 2004-07-20 07:19:25Z xiphmont $ -

    9.1. Overview

    +

    9.1. Overview

    The equations below are used in multiple places by the Vorbis codec specification. Rather than cluttering up the main specification documents, they are defined here and referenced where appropriate. -

    9.2. Functions

    9.2.1. ilog

    +

    9.2. Functions

    9.2.1. ilog

    The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two's complement integer value [x]. Values of [x] less than zero are defined to return zero.

       1) [return_value] = 0;
    @@ -2131,7 +2151,7 @@ then top to bottom):

       0.50028648,    0.53279791,    0.56742212,    0.60429640, 
       0.64356699,    0.68538959,    0.72993007,    0.77736504, 
       0.82788260,    0.88168307,    0.9389798,     1.
    -

    A. Embedding Vorbis into an Ogg stream

    A.1. Overview

    +

    1. Embedding Vorbis into an Ogg stream

    1.1. Overview

    This document describes using Ogg logical and physical transport streams to encapsulate Vorbis compressed audio packet data into file form.

    @@ -2142,7 +2162,7 @@ bitstream overview and Ogg logical bitstream and framing spec provide detailed descriptions of Ogg transport streams. This specification document assumes a working knowledge of the concepts covered in these named backround -documents. Please read them first.

    A.1.1. Restrictions

    +documents. Please read them first.

    1.1.1. Restrictions

    The Ogg/Vorbis I specification currently dictates that Ogg/Vorbis streams use Ogg transport streams in degenerate, unmultiplexed form only. That is: @@ -2165,11 +2185,11 @@ audio player' is not required to implement Ogg support beyond the specific support of Vorbis within a degenrate ogg stream (naturally, application authors are encouraged to support full multiplexed Ogg handling). -

    A.1.2. MIME type

    +

    1.1.2. MIME type

    The correct MIME type of any Ogg file is application/ogg. However, if a file is a Vorbis I audio file (which implies a degenerate Ogg stream including only unmultiplexed Vorbis audio), the -mime type audio/x-vorbis is also allowed.

    A.2. Encapsulation

    +mime type audio/x-vorbis is also allowed.

    1.2. Encapsulation

    Ogg encapsulation of a Vorbis packet stream is straightforward.

    • The first Vorbis packet (the identification header), which uniquely identifies a stream as Vorbis audio, is placed alone in the @@ -2241,14 +2261,14 @@ Ogg encapsulation of a Vorbis packet stream is straightforward.

      B. Vorbis encapsulation in RTP

      + 

    2. Vorbis encapsulation in RTP

     
     
     
         

    Please consult the internet draft RTP Payload Format for Vorbis Encoded Audio for description of how to embed Vorbis audio in an RTP stream.

    -

    C. Colophon

    [Xiph.org logo]

    +

    3. Colophon

    [Xiph.org logo]

    Ogg is a Xiph.org Foundation effort to protect essential tenets of Internet multimedia from corporate hostage-taking; Open Source is the net's greatest tool to keep @@ -2266,7 +2286,7 @@ distributing independent implementations of Vorbis software under other licenses.

    Ogg, Vorbis, Xiph.org Foundation and their logos are trademarks (tm) of the Xiph.org Foundation. These -pages are copyright (C) 1994-2004 Xiph.org Foundation. All rights +pages are copyright (C) 1994-2007 Xiph.org Foundation. All rights reserved.

    This document is set in DocBook XML.

    diff --git a/doc/Vorbis_I_spec.pdf b/doc/Vorbis_I_spec.pdf index b25d3aa36c89eb906c68153b82af4177942ad7a2..c16352cf9c68215ba633e8983140065bf90fd57f 100644 GIT binary patch delta 311303 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%0DW+A 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

    (H6qhTAl34c`_rRc(qyYnv7WYnF3 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

    Qfa&ZGKG<@glfXa&-qM)eruqOkJ1%3!8x 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%0D=8dT81U{Bd`^tq?H?M^6sOuzE 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 GLjMEtRqJp7 delta 220520 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%0AfLN|jC#8kX0wSP7kAxtN+pr>^U4A|R; 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

    *JMPM5{VkRG!TZJq(^rY+1#UFjHQZ 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

    Lnj0t5E?{+ z6PlW@mddMk)qoo658>OdgjdnA8`AmZoLSiDFCGDDSKme0G~ZhZ*60I4O1edrtzc+27aP@U5$l@OKGVKGLkE8>~$c-^A| z1D`gJ;p2`nxICFK^}4K;0#uMYZFCdePfuwfh!8Ig-Ec=JHOdz})>aqN<0Yze(R>-N zUv8__8LL2kuBb8odH2|sQF9nKvUgptU(YSiy6cVVt!QDfcD-J4G?u@f>&fGf2SX?`l)@EfayXfj&pIfZ zs2Hhf)z!Se9r)qPRk`#d>RaW;a)h8X1^z)w9^At72`2Kq=#q3AQ~bl983l)Opw5Wj|NWA5#=7@_||$DI$T* z5UUkfvxBJ6XZwy9#z!$fQ!Pr0yU#N#T*|h~>P#bH8ub_7QgR%dAbyQiBiPg0vSCjE zZ=@+^b4n@r=@F9cB0uUc>Xh{_nVcWOY!$!t@V`4iCJ)|}Ke9Ih;Q4hwlNg=0Tofw2 zI9hBrRO!c)ZUS7h26U63@=Ru?O8v&zyXez^BYm`_?N3*qf7p=oa2T1T&+plOfcg+z z#LPAQo^2H4VB8qq<2Z1?WbkZTuZQe`x1=adqR zN`|@OQaa#U1TE=Gp*2PmXaZ_5(xoUF7%>(gr^L~+((DY*tb$N?_`x_pi zb0$A*;~9>;JG+)Gu_#mz@41x9Owu|M#oh$QXLCcuAcGtIhu({}2T{yB0O1}Ac)QgSf{?|2Id^#y(zm-?61&P4 zR1+M5vkg>>{Qei7G#O07%lxY)U=@Q1GYn!%nql-KxSKNJV@p| z*H0_ofuaaBFWX!1nS(?ihH7oEZ{}Qlmq5aaD{Pm>uEkd5A(g@1kUQ+X7B)Iry@owa_v1aZ|iXQ`-czEy9o+!fnwgdJf28YqR_ zCh_T?pTtZ^|FG5DDksSX?=FMX1uVdy{Bh6-=YK&?$o`qh#{vRv{7q8;(IiuuJAap8 z1fUY_?~5EvAk!riOKLtLXdRjmRD}I~{da~SXc!ly3#1AX0?__(HY+=b5X$whv%NrP z|6`qn8|1myh*<>L^-V{0stV3bDs7|{^2m`FRUP1e~V8f)tPsoKQ; zS}3T$XKReJH+^%AGO{1zP0QB9)=8Fa!Ld0OWRO2B4~PEL7=F1qULGFf@vsnV6LDZN z*O*k}+jg_ue$Q+nhgx{+*&8&+keAc2oy=siEr(t>w@c4bLJka!sSl0-12RYXz3N3S zqLqvDWe(D%ic#S!rfJ`DJo1|Tr1<1+aBnq$DgP$5KB+&LUIc*8+?Rni?Q}GIjaAXd z5?$pW#A?qv6){u^G=WVY)j{{wKeeYla&}u+zvl)B3{q^%8LX({lF#fB-YVYQ@yE~# zb;c?^Y|z7{asc%u*T@B`3pxt~86T1(QSCqmo>U4BRb5CQH>Lwh{(VoO?#Rq3vC)Du z4TkaH2I>9CuXb2|36z(oCyTPvA(RQ4gjO7C1hWG3LY%0v3hj1W6iq^L)L{nPRuSym^No-8R9J9uf(Z=n5y{6~o z)wOHwI8`Y|-aFU{zKcdX5DV6o*{8`(uh~v004mKWM?3m|fPR<3tfd?LQ`kF^=c{|V zHxJP4WMiYNL?~Kuvu0h$8Ryo@sh=<2#!&2K$z`H(ZLnqa4qe#G4GH5Y)K4;bYI)z& zoo19YCEHs{IqoXVOKYvK>Eo;e{}Xc2<($slAPPbrTd^3N^KGRb8g+GR#bULm_9Y@| z_~*S}7u^ojh`zEg^5%i4BUP_#Oz_?CN0pR)OZU*F8A@C?s9P5C5zd@GyMpgJ4xxUP zHjgC&eLkpoOI|7)aQ51vuU$jQvk1vEv^p8AU%!1?DrrZfeB7>4tY zfr>o|V2z$MT#b@SOaVZK;rJa{$_`QoDL}7Owv+(u{{cVyd$9hp74o;-IBfz+2mF+@ z(t!Hr*C|58Vq!fYcBwG)s@5o-F?K^f&VD*~XX=5bxRoVFL$-VU`g~?Ad?}u+V6mU& z!Dj)!VO*hU_(?CR_R~&$#xdK%PuzjvXWWoiF^arD+ z{o3Uc+LzAGf^P4u;UWd|6|9<>!6|E{I7J;~&z z3Id$}{9&@<(#FlY0YsRDXY3t!qb2ktfiEJDqHmtpT&Fh}7bW-TQg6zO`B{s+g4k?I zW-LoT+#E^}$_Gzg`hl<=ZJ5^TO>!0a(XO37D%8tB-U?iocWZhddYKa3W-K`-=R{E9 zT!y9iS%QLuBE;&J0V7KNBu37I^?C5QA|uQJ?EKo6LC!(27|4}oRs2**lB_A?6OrrK zTf|%{H%SqREBx^5+&F1{+-MsYCvUgAN(NiLLy8msf;}9Ji9!B?&^1vVSxl9~W)6#^ z(Mo?#{&TTTfx`W0Tal*aU{vZPqI%PBOB8HxHqC0`tqI4g5%-tp&6ax`}6L=R=U>OW%6 z*I+6&?sd=UTS*v8ug+D}nRgbJOfZxPYs>D9>pgud#IsuP*cIR0U!eyY>5ZwnIc~s4!u@S6}VMYNz#+JJ?ATuf~sT zR4livZ+F`Az82yaZ3g=apQq#wH#zndka+mjV;+<^?@wk{?UEXkR5)QXubgGJ01ZJB zbcKeWF>x~jdD$?`PnR|$nk$Lmw(i}0(xSeB@16rk3S5~Lyn`%c;?&nR<%C7ghNff> z<}58etZl(dD$&OJI#tvBAe%n4H7Wf-){n2VSs~$!OTP#W?k-0(sJ`A4sAfG%Zmr0W zn+lzCl8`DPKzLg-5#;p!lPHUA^2W~ekWHmj&=Nf2-UKYEil&Kg)>d{ z>{=cu+6zm-^;1a90kMzUXZm~edMjCS4|WF_TW%DRFt7iQZkzDfoK>xgr!H3=3;b`c zj0sVcr$yAixFyPmc#I9Ng!rArtxG@KpG1BAY5V?2_`HFpF$at&VIBNIOZ4^oS^I#L z%5FN5NHL1dqVH!7zV`+YQu(3inL zS^R+2m3L6~Ws~p%<`IF4oB6d{v+%p?o*nkl#x&9j6fY9O>gi&HtY$iz6PSHDP*1md zz&+U^B!L=tS%FUZOzL8ARs2y#fMl_m%s~2_^~z(foGJakJhIPT_^ZRgfhJx0E!k9SQ;4vp7W?R zYjye05u(M`xvvQst|%J>=6nF)gQuzuhz8VhX2p%Q4uxB&Q7`EvPQNDUa9Li>y97`u=VIiV(Qv_z=$_p`DwF^mFz(MX= z4ZnouTm`c22!ZtHLn>q4C5YJi=5>^MA2f#wJc3R2s@E8GbUlBq;&7bWxD~ zt%9y*0h)l1VGt$i`VaW0&p$tiYTEc;qUYC9A`V?E(OFuia>#37uH`?#nAFc){YVz5 z50QI9gFI7id4&~NMlmH`HW)fh~EIj0q^Yud> zxsFCE>T1Z*m&c~m7nVTauoBY zvbBgNRZfEKk|X*u$#@*mOL$vbAH%ivWdCvh(KFq?4jjE>DS4vK(q<$ckUi?f+oe#zgm2~BEqp^o3A~g718-QevuJU& zXwm2&Uc^9#Kl=G<=uau9AobEl;wO=W4o;X+knfyq{ZhVgtV zuQ45m>!BkRS7Q5<5yi!XJ2r{W&3}#ILMrQK&M3}@L?PBgABXaClyLFREb;rCWFi9X z=m%MhzVeaRo^YP8a6oHlJpA>-nF9)1jd8pY>ZC6lg4bz&2qD-Zog)qez~ZIW!jNTQ zZ*AVJ)gAU0X^iQR2*#<_$e`cX~x!$^=Q=1+gVgf51&tf4$k% zIv*)Ef=kA}Ec{5hd?DoH^CarmTQ@kse{u=}uq2>bN&&k}7=dUd#RPD(ocZq zNrE~bWF3HDZ#op>FJ6a|rIUnBMC*d8faZz3Kn#ybAPuzC3kTTO6)hH0qTbFFu9Gj6 zKA(mzZNa);)ODOUk8(Ufu5mkV$BZL-g*?GI&FshUDg7fMpUI5FDBP0hjt5mCE_L4} zY^CAqM<@()Ia$MPo+q>p5xz#mXe-4x1Vy-kkY8&`f*E2sBxgu>i{W5d&5_G>?)_Cc zPqsDo?{j4}4GypaRnlcUrk@2xwFkNWt(9^Pf{LbQZ$g4vDIftJC!J9`&rVjW`EKS2^IppSpOxBUaMN_}Af;3o;O(h#t)GBANg z4}a(RadLwE{h&!iP@V&5xDwR8XZsVSk-`VSPaUTOAb=(+neageu!E*2*?xCoK;{Eh z=HJm9ph-*+#VQFPM3LmchyXePH}$6pG!pc0Ljm`HM;E55{B{Cx|0Ass)V1MEWi|sx zCujX>$P}8%OE_KY$45ub=jB56lcgc5$ZW`vNe~ znSTE$e}9NnqLD+wN{_leqF?|2(H-Urf6B{+4 zInH(a?Iu*edxLyQeEixiMd`)^*_HO*wO;xRXz_rPf_VA?toa0|L?_|1sbB4^WaP>z z#PG~EX&Ti_u^&HXxRm)fI7>#WvPR;;Zt0QBI3r>ljX2wXc}A!sv^y( zzh=ilZ#v!)7Llp*H8sDpB!Nw}ni~GO(|FuzPbIsc-cFw(KVuFvG~PVsM!X1uu$WJV;2XPR8apNKSpIKZ`EeHG7s4k^2p>L#hs}Sz!n+( zCm%7XS>@@B69eh04z>wQO){!hf`B<>c*SI~iTW>r5ehsveK7#GE85=SEX$rx>iaG8 zkEsy=88qCoVrZ_z2teUT5gG}azzlM6sD<}2v})GIqZWsk=)&m_ik)P<^Rzd;&&P;K z$EAodd1<>1_gZX~f&$v9pO3kYoYo0#S1M;aOwH`XpPQXy>K5*b=Xl&3z5_pFR=DmB z9ND_p{6J@-@r+!9L0J~zH6c-3SwphaEJkXa{J=LPAgb0^I|sYTz*O?Nx54r`0mUGkO!naY z1nv|JwWMK_xDazea{t4OT|l9GQhgBk2UwMWPaHF&a)M+c<1to=1 z8#PU$O0j?_Gw9qH4xHC`Q(f;hvsEo|FueDqtu+vEnH{yx;<3&~u8~ABtHsJ|pp8HnT2! zOn{DEOiuJD11NYIcO67ysiJj<9v`1;(X;@jV-=;Wh;IW2I09;HWFBi42q$aIW`

    g*8pOj98X$LHN3#!nd^1he$lm&^TxQ>kevqS+q#GatFuGB&HGZjZD`jr-=HV3 zX3vW%TCw4I)IZ=RsKtGF5@cLW0v(M6`~1BPb6j0zerg$T@7bJ!wp&sPLGpGC-t{v-$1QW zIxl|%oY;^2h*9hj@b?(r=m%bqi+#aGPaD&f3^L!$y~WMPIH!g~?>WRwKrhm_qEwnO zlm=3vw&cEI`a>_`lIv&0r!9|`dD?oojEe>ge)Mjcb$-|Afn2WzsUWmYcy#0lOp}jt zC-^4f#qJsy-u0~9HU@XnhK{3bWt(lt9mRdX8PBDe($Q|5$#W;W$Xd%4A^)H|S8dGnYLr=VrV3gJ5#!MP_wveJRTjQkhd z+}2D;Adl;ab5tv9sEz{MXMAhPa__r{=lR9X?TRM{-`B%sj$bc_rJX))j}M2X_lz6$ z$QnRge@4arOAnE?#^vS2PjO!Fs{=kG_cdAN-{-VpwCsFF;yNk;0h^oLN#8Z{CcC~SJ0Ccz?u~P3tIp^S10tf;%Ni|83tS-)ej}M7&B$#9Gd}LyGW{U zyDI|ciG07~Smp)irPXi#wevA}v`H8C3iWoq!lwK+^#cz`s00yCNidoJ18~a9^apUt z^S`PW|5bPVJMfg1`FBzq0Sgl|2zbFx%mPAZaDoEeKI0PA#=;FE%{$Wnss2(? zu0ann!~^(K{;@Ls9~LPpJ?kIF{=d~gpw+*XORON~2m8Mm7pWCY0K7kS5zW8VMSt(o zFtdRQ(0}1WB|xlr5Murnf)<>WB_$q!0RehE5agW(s1vu{fC*x}U+A2W7<;BJ79f90 zfX0UupGCU*){0|k>m?CR$DP=A*l++m-yBaQ*Pdy@EuzPIH@#EZ>+Ercm&hIpG$ojI z&7vYJ(>;%+ZSxCVs@7br(wMa2d^ld9-MYLmAfag%y;rv96#eLTIn%C_LrS7VxBC!9 zFioKZY+NtINzke!jWGUD(ik4TgY=#@1h(!%kgvk;m2zSpo_cs5IgDMJ%UGlmV$bN8 z-}P&XQayEfX~mj^+QxY6>0p@sJnA48d?sa}j;ZfV>j}hwODc!9HqPQvdDy#m!Op}8 zbgFM3h0l4P7YL5{TMZQM38BwDDGS6H>dRnBfmLWhPmZ^5r26N8*YOegH`6t-%g#;oJ5X3w(KxKtO}%e~o@@EA8nek;AE`gRV;JA;#K|=-gTX3&Gm*?cB_P9Uw>Nq8d%n=rMDMK*aH3aFObR2R zhzu1if1ITQ`ViNHw&I>4a93Q7A;g5X7E^@o;W2-y^Vm|p6*Kv_rLt4CoC(k6gZAgg zVaNzJL7V&QCi2W1myt+|`)3F&oGJN+Yyb1kAZnHZS88-IhZlnaw;bYu-J)fFU|$w$ zYuR1O1Y?z(VaOT^^_OhvzN`8f2rFid2gn{woEo+0o02zW61w9z1`+QKLs!8urStbl4wd#j3Kpm1Zn&k z(~*YrT%HgJE=`o(6erOZXD)B+w@<9V$Le&IhB~C$s*INt;@tqAVIU!dVkgJJwEb`! zFjt<%z>NXT8~%_o0u^$E&zt>gnkaBKlGd)RQ_ZXNp69@|5dtQF=4k7KJa8#Bh9v+p z1^a0>8ro$p0NHi1)XJkHznPFzZU7d&AwJWe&|#LpRY1CTEbZ2*{{!B*Z5c6i)T4s} z9oBC@IW)dr=pbuvq(ovz?;fvUIOD;>dH(bVwaA9fjPtgiteMB zt2f$HF|=S$7As0Z77I%HVuN{w60$3|9!!jzD-mln}R|?~9p$CAKQYo4U^i zRdpsQr9V=(5ncSo4)}S~R5tTy@t@u^tE%CU;6nEI%z9svMP6SHvjM}gJRK(6dVdsO zeR++_38Vbg!6_@k1UG~5EO-vC!ae-OHd8rGc9nFp;sgFvw^56C=HnjuEvz@VxdZsx z@Sca8Ix@)3hdKR`Gj<*>(pc|N{8;D0hXwJLd-OirJrO|qb(Vagq&Id+qO>*jZJGT# z-ZvDEJq-*qoXmN6ItW;ZJ6bpDif3Q|j2bo5iLha1i1#Z= zGOeUxrHPW=meOZQ7==|aU%6|(_$w?pQX9RI8yMH@=8p^h*-|+!4tQL*Vpl8ro_c~y z$!JHVJQxF>`peZSg$A}bE_z~g)W^I-`EaxWT!jt#Ml!2aK5^O!1e1e zM%Fv5WJ7|LumgdtC8yKMFajz|x0WA8hey8~-CXKs&8#8^MJg~I{OS{70Qbs>5|Gct z$iF}41dCQk{?$bpznjgt#Z?=@ABYw2te9+qOqQ($QJFrR0*(5(%ix`79-1b7!hC~J z)qsD>DuND=AwN0GF2hsu*glatchr9B`6PqQoY;l1jbI6!pjj;}MDh_kX-*Miqmpxs0Q_FoejSPw(AA>#hw7@}uj@ zE2{>dh7>S>V@KtcIvu~PB1GR}KMc6Jp`a6CpG-qsKADHJ=W2ew9LxatK3Es#FuhMxN^~{>E;Xmzk8UV`MrrjGvqn2D6|N69v{&p-pTCt!ODvidt zLzY*{Z8Y+7dz_JEfcO(S(;Lioa{$2K?wGr0Jc~XzB#zC3J~cb`@NHQ?GQPVBI)cJ( z{L8ojP(YF0ENRb9i;$-Tx`cfQt9wpD)z0?=3&IB#5~HJ#Mk)b&Ec6*RcjAFj`_l*< z&LYi-&d~WWUSb!QZfw@vIz9XKbhIkvdJ9eU!+qgnr-{t5nGnbb zL#62ujH~Ul9Zouts`p(Y&zk?%VkkpWcoonN;v1@LwQEZ*L7Vn7T~zH1LncHFe>=ce~W^k&p^c!JS+2G zbso!q)_Kf->O8*xRh`H3M^+?e{TIib^)D_yacY$!059nUi;?KJ7|0G113`iy12a1} zF)KUBUc<&r%*x63TW9+#XE#h2KnP$-GGgN;Vqpi7)j%>AD=5(SH}i~@jRj=p0cnIF zk&KJ|-;ZZa3LpcOlb~@OkY$IM1$5oN?(@5x{0$l51ZBTEz6WPc-OvLNqO<&C>W7v2 zziY}=YzdIb=yjlaIFsV-4w7-%RiSHoTLMVY^EDfs&}NE0$=a5r2W?T^KUf&|wTf(LtZ&1S4chzk9FMlKGI4xY6qaifLy z&m*Cq5uAb_@n!GG^;w|+wXyJ>J)@+w>eeVO3QJ-S>#gUa#vXhi!j z7yG)`)UyjPQ{{Zgw|vzbvMr1vu_yMnESxo)BK(Qx@gf2S$ep(?Z+Xe9!csQ7VHHSc z)t2$X{rLLF!(MyZ-+@)D92ZB{=b538#bvgfQ68xv1`}lrp+LJW%y^eZ7+CeFEaQ9< zw{cvC+D%xhL-#=|<7@dA{366pzu;$GfrQh=J|1&w!%MO1xVWT`4WhbhRY4Noi*};j z_ilU}q0d0yH1%fhim!~hniuwUZ$Aa9S4&Mk6hXoh#w8a@=7xU*x|I=|E#3&FSqq47 zIViVQxU$PHn`t~v-aKH(DesgIfzwl<)jos~Psfh0%aSyIkm@PPhR++x zv0P>_%BW{MOixjl4f+}2_igZV;SSYz;|(V!FhOQuvJ_D+HLyWeGHBapi5|-=?&$gx z(z8b0coMCSTZKJcflO`RnsT~S??NJM!4A$nW@NF&2)xX2{tK0C)jLTwB~^VcHh*x} z0)9uc?D3AgL*3^6q{4wD?&WEoFQjSA*`t1twirje*9R%6<1#3KKy_3g65w)V=$aNtnqfu^FXFk4^Md_sZ`$dM5 z0L=4vBny`-nY~8cYN`(&@JqhTzdpOTf1x%3rU?*HXk=EN^TkUN?0CQpvgyoyrc>Oo zMCOm*N9HCp_j>PBee`lY^7-9Z=;$8XHhzCz91*o@oB-+(@pdNUa)_vzscW|I!Lgc~ z)w2|AKc*@VA+=asM@70xPS{s~Ma4V!uSoP<$=2*DiG;q&1bEBsVk;2B9rDF+bw36Y zfHE9rm#*6y`ohh<1u9SOzQ&Olb7VWBj}a=&!9-41AHw_1u>-Y&sUVp>+4X(|Prn~k zmN%IbsUL`bZ6mLC8j1*lQ-E6p>h|Me%Ah@vTaZdC@${>908|5H=C0>5F35Lmpb9MN z$fJYrBzu+Z^|EmJ-gAIWvONzWR1)=P zE+&V07r=cnD|`Lw&bX*H1wL2ydL%MGno**a%m9qw4=z+fc`YD2d( zaiu`?oF#+<(0tRy))WftD5o_+HCsgU>w}xWm>xyMWWsxG9h(Y_r-?oH=v2$kHCn^Y z+R%_DjwdV240yx&@=jY*i1eyJVD1y~X$n*QgF{|ZaJ@hztei4D>Vnxztd9cMFJ{2% zr59pZ6T=2;C`zj(KuvtotX8WBD_H|Yjn{D5R^yYXbD~|`sZmi5-YJ`}UZet|0pKE= zSK^#^$I#^~B<=pt!3p8qn4!cZf66*~gM~+g&Ci`rKl}K*{bDmW?so#}fS@m^jnh`x zheMqQarGC{`Z<}=A>L?B9ww#)sn#9ZR#~G*O>aV)%s*fCcB^{xjK|8cPH~09sRsfT2J}tYrwGS(IcuZkL3y!N>&DDNw0=C~G>aK4-v6 zruy7q#wlHz9WBa-)%xzFkw^mt5C$ZXGL0_^wJHnRHSY+Ufk{(Y{ktsesvB$Ev*?;o-lv5(FA05sd-sR^}r%RJ_IlmLdUj6sACbC2Zp(E#EGHV9X0f7;4wtf*w|TpU;bpP3Z$z`Y{@leL8^1I&^f}! zq(7VwAsRj=rz>l*n2J&JFp$aL81 zg{F5<6RyX4$3Up8^C=vzk!j_RoV&Vm(s^9^ACN;=s;Ix(SS$YeE`M5il1WoR%WGEW z*`xljvaCVMJNC&UQ(l={e#l4FrKloX5lb{8Xay9-Ee@Ai%T|NDk^F=s^uohfo6sG2 z3{NWc`jf;;BZO2w5l7;5Y1oNRMg(n#?$c7bmEw+{R~;~on($jKS+^d|<7CF$<}MYnW!cMC`>)2uKJ@cQ;5&`M>bq``P<;@Ar9LzQA$JIj>y6 z7;~KCcfz9=`8Cbsv{&PW<*!e_+`1(7Hdcz}F5v>h4^va&$ zY7c8~#SzE$#Z>+6Dv})wEIITWaqW$oV-fzK9dYa0-LsTfBQN$nr$x((F~d&=kl{rA zjjx3p(lSE$pW4sQXBZ^5G<$iKA&Up4+!VM5vC`$Yu+F)#;!V8sYGGk<-S~9@NDMOs z3KAU2bM1u*Tff4hF$uit^%OmqqnP_n872g`d46Vyw_kqMON zg<(4%11)bQYZsH+=*PRK&$2yq$?*?5h{F>dHQ62KEznuryc#^Rw%jX`zC%!BwRrqh zyI`5xrQdLKpVs!2lo_{|_n`T?CFqEPR}@twXk>X0qj~w@O1eI&-D99N9VAfC%%dG) z?Nr-WlZ~(Q!ILr7<=2k1j2iDO!QLyqMqP~0rhz==&~OtIpjgC0>n{-HGY@?-n0Vhh zhp|ZBODQ@{c;8^!pY!Aj2^&Jmqvj!vbk`dyh6IH{F@Zmahe_{(zw7==XLo&>)In$U z$w~2$&G6&0Lt0Dj!3Wn><%wR5psxc=+_d^E8=V&m$gKN|<{f3nHJz%Ibw6Wc!)f&m$kz(2|7 zPees2|GCA%^KVoTLUuq|^XDmng`7}zHaHw;xygUg&+r2^qklFg{UxS(w3`DU@8Ey< z`mxJ9@&G#&&{yYhLU3Rn9w;aQgaZd`c|bXHK}--u=M7$LAmcr+%?|tMr#WQ7cKd{P zMv+&A4csq&lqMpvp(9&)8B;s+t3#WmOj=})b!?QLkWeOiL-vCnyG|;t4(Y?Ep}|x| zuuYM%BYE}p9>}M&buFOYTkmUcXGbeG2;&#f!;K;$bN|anN|oKT#Z%Rl8qIZTR5d2< z5*D&|Cp?($GRsu^h3M=QKdL69i*5L=8u`O^X1Umdak+LsSGf+~6?39}u~Oq62j6_t zer|QxmnnBwUGgd%yXzZ@=_bDAYU~jaTwc}K%g?dzT4}r} zA7D00$|*0Ws1EQlR|cB6M?I`eKg_)AWuUfHnH?5Z${Nwj7}=x0L4{-8ZToOvKfj%6 zIy>u%py#wjyT}4IrE|vJ>^wsYc{i7&45>1U=jQs4ANM#ptC!L{jU{t_C?{%nJ}e%Y zYxe<>bu^@d8~(R#oi%2)FG&)H5Kf060~VezvaTQkkBe=}9XVV4yAs~q)p>Q3*FhDP zf#?(GSq7Ob)-v*{m!_zB^URqm=?0za;S`>}n4FA4_0ohxz0Sw({t+=+!jwbCUMD`> z@w;EbTz--r=;7rzJMSs0J76sKXDTmd*{19_=B$>=vw}xi%~V3OctV}-thL`jnxICU zy^9jWg6E+LdJ5}wiG+yTs@cZNUi;j$H#^1?4J-Q=s3K_?Gcl1%-fBY5J>TLfPSc7v zzI`R*Mq4kqsC_cr!&2)MKN6QQZy7Ri()2+sSOq6tB48nn$GaLQh!r3+J9W>dcHeGF z%C-cx?-?7esEal@s7$GFIgT7d@ZPpNL_+Jw6jq>nVWSa4FKAt}+G;G4P<~;=ykdlx z>B^=watLv0CSc<=Hal#Zj+*efA3NfOCEa5Yi4w3O9<5001cSe0_l6;lx70x!)U%pX zssfL$6@Iw*g>i0Hx})T>|xRU-n0+ zWD4_oXlktvG%sx8aZltcc0GRwd+Ta{82}^n!^E#RXr{sJmb~%o1&IS5n?{DQip1+p z$^~p6YpEd(IyU5XNd_!G$liy6mvKGuqE53a?3OgC7=+NTllctiF+7Qqacgoot}9{c zcDS=Yf5WJ8hx&T6^vTZyo{MXKlo8Qc+0>(n!f)fC_5@l%WVe*FJxco zSw9tJeAF|z7i~wBvU`@TVvXO3UXsM|^mTw5uuIHDvAae&T;IrK7egLQrfYw7$P^WA z=glF{lTjSMvFYdAQDuHyH zWoga%ZCnddEs36mTdJs4EE{vnb>Sd9%|UAI*0)1bX02~CzhHsfHf@)LqLF+Ugl|V> zOo^k#_FYWQ@fGdZot;4OvqkT~v2MP2&dPn1v%M+2N%l^pC(^ntnf+AdJsL~&TiF32 z^0sBF@PAQfJwzl9f0|91j3l+mP+R5b{8q$hyh`7ZQf0 zUVH``r0!FV1_Vbs^I^N9yXXwDse7lb;1ujGF2^!;TV@-5XmrFhk@D&)^Sz-d8(pi* z1u9Zb@{8?LL-WdbskJ+ufZ98qQBG0|iX4CRpR6Yc3v;t~I<_1dJYSp}Uaelw1+wRT zKzGM@ZA3a!3Za-ZaM1aIoiepnh=FK!y&i$xgR`u?ac*@Bvj!g{8_~xgYl4b3-BTr& z@5(m6C!n^SjVF9Pyr_1-(8o|7jLdYJBHmpmJArs0H_5zaIj6V~M z8T;GR!z5~lTdvSPSeT!phr(e$5Qy*)>iO{yR$i&$2J&hPokTIgf|T(qU+*@#3a888+Izroj7R?+9-y+Gu# z!BQr>v4-HsPPZB1aKL6^To+pdzrF+lmZ8=ep4zn;x#yE6@0|Wj>c>!9D|5YaT<@& ztLF{k%zYL3!?rtJmc-}cd@JGMD-6`D7e&EexFB|E9}mgB8r4?10=b$#s&KG5uj|73 z{2-vHftp+v2;C;Jx73P)lBSPdUe9b4S?Z}R>mtP^jK0DWW&R4?GakhxgnyYOcy{`Q z>uC!KrHSi@=4wfc&Ff09i_`#Q>Qwzx#(oHh;BF}QUs31(gkAu-2U_6(Livm21H?xE z5rOjjM$!G35cE+y4g`i!Oh=$9^e+;fIT(;sJ#E58m7M~z5lD83F_njPti9JzW?Ub zE$SNrB^mtRqNdHpsncST;0~6W`C-YR#>q=6A~gO+VVX~AM)E2i9<{&x$HG!<4RgGL zt)h+Lg9ar}vwB_c`IB5hzcz$5&sf;kw2IEYJJD}ph~InA+cx;WJzLp!elc+v@yo74 zqqkMn(_i!r=>^{O5V^a_5bfxM+YQ9brQwB#vFLj#mO6_LrF9nh9D>@E($x`t^-mg; zmz_&r9!@0rvk1GxxnQQO7^5DwH?@);L{!Q=O@em`Lv=Etih|-uDN!em0yU zyI)*#Zf^t_gY$-;7YXOSKvC0@Nqn~yDaDp1Q}lIz(R^O_*0JHk#ZA?$L(7NGz9QP2 z{=*sGk@;RxBgI1Y#kn$l=v7Ssq^ZiodhxlQM-y)6+YBx??5D3qo>bg?Xz<@1)r~Vf zt8(!ECYHw1(QpwmPk+r2xBlW2TQ&?PU53wQoD=atQ#~qCCAqo)M*`8IWl9X4*9*HY z`7ArFjPv*L?JCNYtp2S zhqRaL3)>&0x3r|QqDa>?2g24J`$hcvXT!Y~IS0KzETowgKYZF+=6De);J(4ay;7Rp z`wS%H5f|oYc)M{xGE{=m>g%$TUa3vLey5;WzO7Wr!>=4x+(Gym7i%Jd)kFX*0p;h{ z?2t&NruKFknwE9bS}ZtAEq6$R(7`C5`G=XRPX9i-h4eH(8I2@LbY9E)9O72yU;HUN z;V-?LJnw3SR@fKz&NVQlF9xa0R~Je9Kc_3YC4Fj<6AM#)LPnDKK@&Igf`xE$(k%4l zQceVawhEl<_i|ogUO|#kqzC%eZLJennO`<7TCa+~t7BVF%EQ~W3OY1HM!524gYxbh z4~E_S=DhPKX%WR?wWfao>Y%$Cv^{>`>!NJjm=6FmDvXNGl1gvTf(|E!pq^MJXhs}*qQi_4CE!`6%*iBCe^8fOgo`Y(7d%#G@lq$DtA$;p&E_LoimEZpD^A#S8m9&+&KYaO@mud{~NQ{eRtcS$4&Kc|G zcikhX&zg@3G+?+*!0wY0*b|X(u!wnt3+45#)tt1r^I>kEwA--mAyfYA*VA{X#7(Ng zZk11tB!t~U$(#~k`w$oqo}sKij8A2o*5A{awB-{uXTcS82PtfSgIm(X(rpp`5}9k+^AL8# z5_fC&RZGJob;yQ)Ad*0VW*?jLUyEY-scT;2jOKDbB~79IswKpYI39Ypg1R?{ZO0v) zJWQvNJ_8dhTmCR}u2t{n_L3mkCq};DLe%ml7@rx_L>4&%wm6lc|f z#iCM8-%h{6TV}{Hf-V;-^vrK-T;TO6LLGnE^tYQ)8k>{nY-$j+aHF+#WC)XPxfy>r zmJ)~fZn3D0t60#Jks&IvVP@H8C@M5RV5A6<-TX#9)kCDKRGs37;q0g*WDJq^{_SfP z#n(A-{$7&;uZ_9ndK>JSl6kMElP_8-s7#9j7jDV~@>tX-%C)eqf7F zK&zy(y@i=_QN}3NQAYV|Wz)o$g2U^fuAWTOZW;Y{L$SBIPc5`*Hzuf2K*V24obbYl zg*A;(*-0BAUC&)SGcZ^eT|?DYG!U~e)#|h7<$u6-eh$!j=TQLr4D(I-fRy;r%7kkL z2vu9;drM^0*LO5MAT1o<(9c8}jD^9YPf0}T^TA#{%1;B|HVPlyKW{Z4^SIv06WuBr zpBTL)jFYQZN*9-_ksCxR4=Grp$g_Gf-Qit9I^aKF0U2^)O4q^d?~%G9%z{;(CM73N z52u$UHkWzpoEh=t_8U%e^ZfJmXi_y?a;cuB99|{(zMWrywW^YwT-F;(Eu#IRC&-OSc+2Pd7PkE1vQl!{extji5386xFGW_u zg~M})b>Sccc0g3l?)39)px_UTw|>2a_Q6q}@yU>1dpoOv?ae|C@5?G9oO?4Tdka|t z`_FM5g9ga=TV<0Deu8v*k+tE^th}-Ag>f14jvc3Sqx31nd@7fTQ)IK?4w^7fk?%T$ zbs8c&@~(z_W*yQ}uV#|yYm2H)2@=S(R{5s~8A3dmkOI;>zB#Qt$44E6G(2P% zBDg`^^eAMs{jsLQKO0S~v$fG9!T5fn*<1JVL5sbgPVZ7Vd2?cq#t}7M8zP^)H7u3& zK6liIv4)uq))HZs@eOr-&S3k6($)>a0I|}pvgPUcYg2F^Pf8)Q`P~1-7c86&|FZF&BJ0Pj$D(KBnr6TY zNo9AVw+8?{`pR{B#krULZnz>mgR=U*ESs)P0OZRsscjI&jW3wl%6jgvuH>JkauR)s z^WvWO9&$!zu)C4L-u(;Yyri%ReH9ME0b*V%VpvLi@PG1~!GH0a|CgY-)cLM&#q-dt{YBwS_^L*nf<3fq9`pR^M8jQ zu>rNyWV1;;kig@XC?kY;_Vv8Xsj+EygjRYP*Nbh$l}i6e*UGaGtx-%EFW+ln3gD_! zfe>Je~_Q_ac}sNE~AjEX1cZ zp_bj91N%fLCv{2&%Hx(LW79N(K0lj33T5c_)O?=%8P#4X0_zU($=Ohn8nm$1xB9aF zOsB^lHZCa?WwYDV#Q5&ew-O&kvBJQ}k$`$iDc$O8myx3hJER$xOCNtzS;x5Q-RiI| zwA1ANqn_Q-bC9<~eMH64f}n42v(bBZoegACNEWN2K zkN4D4K10`j@GrgQGB#D{xEuNY?W)p{AXBl{%@XV489xM^hm-q#2<>XY9B4$qe&n0j z&FEJ1va{(boX|~|^EhRRkY2t^ON?awP8*?4-i@f6q)8BO61fq^{i|q8(xXWT*IT)= zdTRz|kL<@zJZ~d~tr1Rf*o_(4sgf>bM%0mFM&w)E;?aA?($`TsGFPFxD0sNHgwOwB9EJ@pQoi@*mg5&W9#O z)qSsp{TYYP3u{;N17~7fyxM04Cy|gnO89oRGHOvS%!`~Fj>@)y+;v&5)MV3L-yv=! zMhb$+jGpRj+`v{RL<*7VFnXXB^93}|z`3{#GE?7vHD978+?ENWe$EXec zywGbv@o6)1MS{!88^y6&sJ=h63Nn0ZNPLSJ$c;e_&0S05N}AQnm3N1`fA)Qd&<0y1 z&qrBf$BvPiy2fp{xTsNNvB_GesoliCHW)IucbUoIYKV`7O@Z<{{Nv4rQ`i7HI)7*^h`?Hi9>8B zm@;&oj8D1APK|$OL&&(Q^zIHeD^r^9%X;!?Y=|yF;`Y~R+Mr5x#NKS}%9=)taAgPu zcW~FTjd!3|=69j8@2wM5x7f7{JZ<4eIkr6x{AiVE*Tk}gWbX*YlVDTX2t!yH5(=bj zIY9ZHPE#OLn9ICl7+*K9>(buBL78BBit)vtcTW6+7)YDRi=j;LbH$5+oF91*Dt`KO zVoWN?qNW{PS?aXZL|*Od*=?dT!c0MMBU=5_B)DNv_36?~x4E}YN6KcZ1dqnc_F=Oe zl3z3m(UdNeDmpu-yg^o;FEE2;`pgt#T$V8>I(Gu2-<)sn%By#5IlvprO5%Kh7`=vq z^s1X)1};#zeRe%3bo}+tMK^Gc9Bu_?_9PA}k~D8M9$5)rv$uk@$woPARqhmov4WHf zUN=oT&^ev&1#4_+cdxLx^Ot;b1|wd{PCgi)(VX!vOOz5cZ)iv^G7VR+#=(Sev#Ij zmH^M~fTAh_txsCl&txpGbC2R(%a~gGt|hH<`LtUd%M%ZLf`Zz0Cb~-kr_b=1_l*sT z_laXM%)*R!P2TnkMAIRjE7`YjdG+#O1Qs;;A}+x_lZn(OJaR>1@%~f+5tsRZ{3O)Z zRq9=q zbG=QmW9po9;*kpRqIGc5nN`y(#*9i~>J+vT0+;~@NKw~9T0AY16i=^@h<=s(q`^~_ z*?``<6BMJk)f&K8f|vwRAz~SEUZusb?Muw-pDW63jocQZIrGTVf->@9Kc)0ON!{;H z9M?nmh3;Q^wWG$!n>nr-mh=V`zs5_y2XpCY0JE<{#6j7)C}gi88d&aJ>ervEPWQ5A zBVX9*gGCJ1cQgktmK2P#;uu01ZL{E~15AV;EZRkRpK?>AvnL=3FG4sD>?CWxa*8=G zl!`TspH}38U6?@axHs(3aK8n-j5j>djHMaw4MX%S6WQgC*onHD+PhgtXp?3{mYwjj z=-r?ulxMy z<5p6grdiCAy6J8PD*rXqClh7zh^y%mAC0nYN+NwT z!HsmT4OwjgR~GGiDPB^^J01?TqD6~F8;9gdx;lNGHH`dPJYlGEycfjnofG{q{W+KpS9K^eAk z;dERzT<_uE)^7@Nx&P&h?gdqs@VsqZf zjx{Q+iaS*|-JW|Cyd+5q$Sc-tC>_L3v@)|(1J;AD=9D76eO5+Juuo0HiW!}5YcF=ijA$GxVE3W3j zfel5AL}+YRE28|FJ%Y+Gt{n0>TxUWS|I^j1w``T8S0lzSXU zA^ccAoNnmpvwSq!SLE#N~Q!K`arj|e2<4+z#A za6J#>mFw{&WIF1Jo!?VY;c#8@G^g~34?NFLdGEQB1P@vAmqP)6{Fcwu94D#mN-5l3 zO(KHfpJ2u zx30*@HI{cFPyv)FZgu~2s_wA+WQ5uTh;9&#+kxJhZns*?a=cepK+Ri1v`Ru*W08nC z#A|hrSRDvyt>PCw)KO{};pkw*YtHake1~QK#0UN_M;7(vTcVU72QDvO`9WRQ=gP0H zOh(k+S8NO)bGpmd-PgMHGJFYn$)>d`2eY+!QkLJGvb#JL@g?8iZ^!tjWKXbdCeqjL z$=;av;Z~GJ$&jRPx`B8a8o69!QRXt2gk@b*q0bT^#EXU;jg%t$Icbu*L`+o1VFsUF zUvYeye_pSde+vixx`tAFX!q`$%L6L*5L>Okoa83GcrTS!!mre>2@Y5W1bi38ScfCB zy{Aw8DMl}#P_YIEgaIvtAGQczG(+NfGPle~f&@NtBYmAG?-hFLxUk%IZ1l0|bgR9& z@`-{IvFW_1$S*x%{~A(Pnf|d~!n)wfv0En2pDCtv)WhBHcXkx7xvpy+S6;MHkm9dn zMV+9ZXl5``OLif4E`DcNLmB?~1|Rfkd&A;LbIB=IEDm7L=(cL4yLM#WQ?#BPN&L=V zl0nT>cwj)u@u%hlFjSESk%;`K2=pI2{!iHd1)Smgi|Gmmw!$ApB4D7UzDL0@^!jpTlt^i{s!zc_Tni0qzVt z833f=09uZDdAR{V4Up0BvGMWq1M2}^EMR%_&-t)mzU03;l^g&a%mW4*Fa9oV3x4F^aza5B zARMT4Jb=gj<5*yz{{*047UzH{9??9&HU34Q;r9a`vZMUpiWGk-%FK1H8AfYKm1Hno6#4@5@?W$0z7{F!~plW~p|2E)??ZM*s^o_tf(eIhM_HOe*c3 zCj$mJL$TLQo^{n71j6G|%;XEKa2d!wMNiwl7+=~v+@f3im^dFrZ_!(EWh^hXwcau! zOIt~qpZvzsY(=j*;?_#f;k$=f)csmKRLYYGwBSgOQY344I%3cK_EKhf5hK!A}Bb5dShxu?QAcqUsTh(J&{L=PUXAR`V?*= zYK6INph{8^rFOa@#qcdMtQLO!gBNa}N`EvZ_c9lKgcp3pOZkwTVnv-`?8=|=u8c9D z8ZkK0Npi+QdVJ2Wl+on=nrXbG^WW*m4(a+$Ol%-*Dw%EW*bPv(*UCPU+b=!OuF#Xu z>K9t(E$;R3n>7p+|^m7CfnN;~6P|AY4 zvl}t-n%Si1>obLoF`y_{C{*$in>@3+lJCY}AdqX)CRt#6schh$2r9FqwlT(&o`@U6 zgJK}$_Xa;3D)!vfi#A~#kzlZW9&VdD4+}R*mRF`0R>6+`eBoVEF%A<*)eaHM?Li=Z zL}{9ud=A}Uf9x9d46KZC#u=|foSI!bAN3g}A1m`h>>1s>4$1fc6*1iXO2ggyq01jI z`?DgBl+Q_}aqbSrziq~V0`_i6yU)1c;|3sani->c(BPS5@(R~Nr4%5<Rc#f z46mOEW*0-lMpI;;3Q9cp9*mXk{H86c#HFnxp6Z=IbZW2u0+}MByyB8t`>=&=Lb;=p z-D0tY^*ITVWN=`MemQf3nXwO5<63_w|IgVAbJ)E`6Wd-KN<@iO*wrkl3=aE!%mi9U zR+m)&;9cj1PquDlyZ)vf;xGqS;keKmy9oFWElVNq`ByJ##CU6LoZ>^?W$#hTRml9Pg#hW>o8D87NOk9l`j;kx2T>IK z{8~{a9is%#-&*fm7VsX5SWlel03iB1tZCTc= zse|t5DM)h1po*8Aq#=B@!o$I6ah_0mW6&t-Hiw0NEX$TQc!14IGtOxEr;DP_%qS!+CsXi}B=2 ztIwr9e%szbRAlhSW~cRLGfr<(Nyh|IL!~NOtVC9_BPDYf{h?}7Bad{s^}Pl=b)L(r zi;1hxVvU=*msKWD$$h1erQlgwA=<1pEc#QK?(C_OhGCm>Iq4hdO~Z5Oj-H5-ywbC? z9szcvOEq6Y3zX*I1ZSQ~jN*#p_n9NheKC@I$tL&C(;o=TW?WED-5|^0%y@C3 zYF6oSOBt@dt;{w?E?2Mo@a`D`!-|QrAw}j!6$*;zJ#(XK$A(+{p}9j}Da^FE-id|A zOHR@9H#Vt!G%wFPY;}D}ZJOn$N8u$ENuBlQmf3d*kkMdP<0IK4;F5Wa1VGdAnLeN{ zdp~L6XJJrx{VA`;vjD!h=aA2OEvuMI6p#VmG=tR1x5ya>ht5t*j=YhyF5~Z-I=>n> z*jt*#{4%e8HpR|Qla=%~cO{V<_EJ_AN8aXBm)%p6eyllb>o(+3e355y*q9ML?eDiW zh`n!Uv)33)KDCFMgduUqU1YseA5&D0eO>%)b?yk$`GGfm2O}42)xr?ca2#F*Mtqlj z|oGi!e_IDO=RH_=f}bRyRPG;sawy>}`v_A0pxascTU*gMLvy7nC< z(2d;LDe`zIAr3}!R6P{c#VK+QneSN$M5!|byY|Of)K8wl5-!TpzU_(sxB)`>scRs5 zpFMKY>-mC(strfjJO>BzRA{$XjnKA@78f_CKljC(WHN&f1jw9Lg3rLd;Vd5MM2sJ2 z=d?B&*?rSnWc8gIjnUv7M6LRRpC?v~fu{ylh+3yq+0Nr=q_wRO3p4sNAByPisivudzOaor%X{=5C+qG!QC2$fa^Wa zyonF%m~uES-AmqWJYZD<=9k-fOt8n+Rxd?T_NU)*CAD6D`{l&Do2(t$fWhltRN5TE zNQ!S8GI+v?`|33lQJ4zvL1?@)w$6r}nbvR*VJO3Avq|#=+8T7}L2n)J)qH(l^AFW0 zGph*EgqX74bhj3{^pI4sL^DPQv=p*Rn9|_8;afaPSG*Nt^BI04@3fHVv`xyjpxqd} zh>`^Q8!-Q6-p7V{42S-=TzG0iVAT|ochTZjI=pAEDaE!*Naqn9ROa5rPz&)!B(Ah9 z_T2SrjX?$zAs;6dDe38w()-7UX+7@hEget3419DvMzN_l7Xyq#zw$do%^P71eU7 zCmDB|j@}xQ*BY`3UX&LpKUQzb%*>Tnc3eE4Ztm`T&zNCX(STc|j$YHQ|CGxl*V{sYKE$ogNTw>nT5y!OGW{p7o3X|5Yzym9!>!O0SN|RKaU6D{73gT zFqshNw|m6DYsL9F{zoeg_09r4C4LMp`G0q(|4ZQWkEZO7Y!D6JpJM=5NPr)D4GiJ_ zF~s{AH~*$XLM3wmLx?|z!9c_dXkvhfmlj9|{vI9wF_(v*hYe~j0$?>6OF-xp|K%Ea zz(7|T_g|79C|WLv_`gkhWE6q_Ayk4ImV?Og{(hqXU!IK&uk&x*d*Zlb3E&2zG3au$Bq>{(91`A1j&C zHZzNR1j{cT$3iFZ>@8Avr0cp(w_0Nl!}Edgc=`<_>*hn!6ibt|#BlzuwYIz}*j8_38W*4ul3S#J{7>a^DU zYwMP^d9=dgOt)$En}zGhw>#GeWYH@VEEVTQ2ua(S&`#p%&mW@M5vIp%>ElvC+1C6} zfY+3;FJj-Z?0l8qyx^o0c9rwsQmY@<|3efbwihesh9^@jw09##HB-A|p$eaGzs-90 zbG-!Cz!!wO%|OFz*H=fDx7F5-3QohlP3q1vC@=f--J9e+bhIl63?IsLN{g~t_JagoS@gSJD zDjygV>ikrLzJ;=Hl{%ofM0nN`wG_g+J($&mURSkL^ASX2$}(1N<~uLW?jf|})VX*V z-Nz~Ra?<){P7hY`bqZ?`(2k=zq;6o42SMTcq>i#ircWWOy&;S$8#_x>Ha$X`SYOW( zs-RC3XJ};Q{{>Jy5Nj^+^^js^Yp*zNnZaf>77s<63FOH5D@IV5CE3$GGLeVdLF!v`%K9S1vF7qNrXX39s1$9r_XtL}-pO+V0&n&Tb zcRclQz-f)!(V1?z&vwI1m=;7_o;%PDVIJ3PMPEq-P1C7d!Xh@J$0&cJ%|~Jg4ABQu zhLkb!sLW@PJDuLI-WIcc^+>Un%7kD=z#m0&@j1<4%JH8_=}X(*MoFvnT-Ve#JS7VA z5Bbo$ht4j=SytU8I&(gP##E@JS^(NY4r4^`MswX>MB{fQ@+Q}@@#2=dSS1vAxW(P* zebpfhwA3a>(4$?}%U=?D!@KDOHL-qVtaI!UCA3ek3H)gI608mlb=uX)7KFIee+qWe z);@KANN|p;Ttdez%%1ax!5EX2w20rv?m{K>Rz2V^h>%4`Rpapqz^b5|jeR2YoFC^W zi9t^1s=|hI%{ydP-WLx}$@LTA&+c~|WedvelpMcvQ<$^dAV=0dTW=SIeU1|1>go#g zuPm!(75OWRafa349c|nqrnN!f53)<22=Oc=GdqUFcggH_-0SOw&2R-w2fbJ;CbjtX zIz9;6>Kw7ix5a*}a+}b7&Oo3(!8Gtv6!}wcLF!715%vr3(xa0V9N>4@5Il|>1wJwC z5N3XVKl9}dZkyV{aO`a5>?!P;3B4ZcvG^)EYU})+*POX##17tAm;fxq?!%@IBfK{v zK2OP~oo6Jnj}L41BNeuL$o;!QivT?%SK@5Hah7*lYO_A{9-JVkKs%$h^GD z7okq2CRd^8>HbyYwmn4|bM8_YqZu{9YLq|i$399vO-_jrU>YGF^H781uI#XCYLvNrkNb5h0W_?!GxlD71*c;5IB zt+9O@i(`D{+oo#$u?uI_NaFT2KvH1U5ex9S#lJFiUJCD}SZaItfp`An=zHe0F?}Bk z=bpT&)zAJX9%}`H!7ihn;p4hBI8$cCKa8rAYfY|r#c(0znoHW1Aq^|aTbWt$H#@OZ zO0ymI+2i8L3NbqSM_1lCL&O0(L+&t$`i#@=(|a04tU6zW2-Iqa_y#PR^*oyu^UYg# z&t0|VLoq)Ia%zppC3M>xN{@oI!2K2QDPR>eoq6~OQ}dUkB(eEd%IF|0diG;dUrm}k z;4jL$GCBldC^CZ!Iz11VSP^`mhyU`i_F%$?#Mc0)DCNW)6+N>1^}PPjS!Zo%if5oCk{Bvv=?v&gB(KZ|6Xwvt;kQxWE(F`3265>54`l^8VQMEaV= zTeY%G>ZEWG$6VfaHLSTz6S=pm3g7a4AWl|MWsuJu&-*?n^|FbB)hi{52qYD3vnbGV z5M-o?-7QLx`&hpYr3McO+l#-z^OD6XqpBMY@EuaixY5lnwo4vob+ji@i`~k5IdqP-g8(@3M>*=@lDuJ7C&?to)DF^jVFXD{nLmi?coGbPd54l}RR{CE^o z4K)}G<`cMNRxq2h)?P&xVFlN6KlJaV)b~fQKafro%0>_z-&q^W>^=Kl~ z3rE>RG=;X&?W~0`2~Q@rd;SX%!eyg}?~So$HzH zjj1Az5oGe0R2k9n>!PRd$X~!am6=>Y-J{yWd=b-ZaDHLSe-a~(I9=L zbGj6-h9mEL$%iz!%8?uF?bANM9*=3zt9gd*oTXfA3>7e_?z%8kGXR#QtRwct)0nf+ zN-G`AzF7im=G^N;`eFpEezg7+6tK~UGC7}s*W%V6iQ<^jEu>zHCRICZ*=77xsIT|? znpiE2^C@|QB|mpstYdFb|Ar5#;Rb@b&BA{BIq=m--MXbLx)57+A{}{yvbXhj?zQuH znXOgt=q$O~an52HSc$?S^_x516={CjTe%!wwRnOm>_blc9C{kyTS zdVoG*oM#`KDM6;NLTg_F3dv7IhlS2;e*zWZtf>JD6lR;`YRj?r+E}eWwMdU4lFWXS zb-&P_gyXE@C*U0WAkW?Eg-vy?&K^!lU$6WSKXIj*yXdo`QEUyQ*xf?HY>pcixfnlz zr6?)DeXx9$ij;jn6wnoS&!_5gK1LA`OMzL`jhN37%5iM$0P3FIfzsjv%1M5qpUlSc z@3Jmm75EOtAnRk@ha2ec{pLf|3W! z1^5Vn|0hM|0lb=lv=V@T@g`F~!-NA4p8Nw}nC!PH7cdLRRe`2tF2GLkv0B9g_yX|r zaQ&6ga z-u3%DYNH?mXkiOTn1T~Hum#?|}t4e~dpS(ol00z&V?!4D^)fG5h^<1{aXHf`1=@ zp5xD|)E{$sfOHkOCG$1lY|LFC^hfW5KaU64M6mHgu_l1j{5R(J-_z7T4+j`9{FVF) zwF70VKacci+zp_8CxDB02gV8hW1K?(C=PN#bJ_v=@t=c_wLk7hXd4c6_rEO$1Mh(Y zFml80_%DmO_<&^puQMBW{Ff`^0zaBp`~ZwDp-^D_Kdy|E4-BC4_@S$SA13{ueM5gd z1WquJtOGCLaW3?r6@>P?MhCq2N0$gVFt9=LXiENnv2R%6xPj)QRlp+y7WfeT7H%5q zJCn#_2TWJ5%qIoDZ#t%VPL6GcL+jkid=TwONMpz1`aF>f18MXzYY%r-)lAbtK?~{q zI{h8^(l*uQn+@&}Yvk}Vub|1;?>p?pGhXPOH?1o9wf_)+MgDLxj2G>7UHzE0x0XPC zdq;037COcR2_79RU3&Y+=^<+Chx~M3K1%0DsoS?i2ip;K^$YZbM*MQ~zqraR(&JyN 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 d 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νSz=-nJ0NR97{>J?&%+@X)aFwakA;MDMG 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 PU$$eHUG|x>Z^wTDCApvo diff --git a/doc/draft-ietf-avt-rtp-vorbis-06.txt b/doc/draft-ietf-avt-rtp-vorbis-06.txt new file mode 100644 index 00000000..3f46d965 --- /dev/null +++ b/doc/draft-ietf-avt-rtp-vorbis-06.txt @@ -0,0 +1,1401 @@ + + + +AVT Working Group L. Barbato +Internet-Draft Xiph.Org +Expires: December 27, 2007 Jun 25, 2007 + + + draft-ietf-avt-rtp-vorbis-06 + RTP Payload Format for Vorbis Encoded Audio + +Status of this Memo + + By submitting this Internet-Draft, each author represents that any + applicable patent or other IPR claims of which he or she is aware + have been or will be disclosed, and any of which he or she becomes + aware will be disclosed, in accordance with Section 6 of BCP 79. + + Internet-Drafts are working documents of the Internet Engineering + Task Force (IETF), its areas, and its working groups. Note that + other groups may also distribute working documents as Internet- + Drafts. + + Internet-Drafts are draft documents valid for a maximum of six months + and may be updated, replaced, or obsoleted by other documents at any + time. It is inappropriate to use Internet-Drafts as reference + material or to cite them other than as "work in progress." + + The list of current Internet-Drafts can be accessed at + http://www.ietf.org/ietf/1id-abstracts.txt. + + The list of Internet-Draft Shadow Directories can be accessed at + http://www.ietf.org/shadow.html. + + This Internet-Draft will expire on December 27, 2007. + +Copyright Notice + + Copyright (C) The IETF Trust (2007). + +Abstract + + This document describes an RTP payload format for transporting Vorbis + encoded audio. It details the RTP encapsulation mechanism for raw + Vorbis data and details the delivery mechanisms for the decoder + probability model, referred to as a codebook and other setup + information. + + Also included within this memo are media type registrations, and the + details necessary for the use of Vorbis with the Session Description + Protocol (SDP). + + + +Barbato Expires December 27, 2007 [Page 1] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + +Editors Note + + All references to RFC XXXX are to be replaced by references to the + RFC number of this memo, when published. + + +Table of Contents + + 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 + 1.1. Terminology . . . . . . . . . . . . . . . . . . . . . . . 3 + 2. Payload Format . . . . . . . . . . . . . . . . . . . . . . . . 3 + 2.1. RTP Header . . . . . . . . . . . . . . . . . . . . . . . . 3 + 2.2. Payload Header . . . . . . . . . . . . . . . . . . . . . . 5 + 2.3. Payload Data . . . . . . . . . . . . . . . . . . . . . . . 6 + 2.4. Example RTP Packet . . . . . . . . . . . . . . . . . . . . 7 + 3. Configuration Headers . . . . . . . . . . . . . . . . . . . . 8 + 3.1. In-band Header Transmission . . . . . . . . . . . . . . . 9 + 3.1.1. Packed Configuration . . . . . . . . . . . . . . . . . 9 + 3.2. Out of Band Transmission . . . . . . . . . . . . . . . . . 11 + 3.2.1. Packed Headers . . . . . . . . . . . . . . . . . . . . 11 + 3.3. Loss of Configuration Headers . . . . . . . . . . . . . . 12 + 4. Comment Headers . . . . . . . . . . . . . . . . . . . . . . . 12 + 5. Frame Packetization . . . . . . . . . . . . . . . . . . . . . 13 + 5.1. Example Fragmented Vorbis Packet . . . . . . . . . . . . . 14 + 5.2. Packet Loss . . . . . . . . . . . . . . . . . . . . . . . 16 + 6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 17 + 6.1. Packed Headers IANA Considerations . . . . . . . . . . . . 19 + 7. SDP related considerations . . . . . . . . . . . . . . . . . . 20 + 7.1. Mapping Media Type Parameters into SDP . . . . . . . . . . 20 + 7.1.1. SDP Example . . . . . . . . . . . . . . . . . . . . . 21 + 7.2. Usage with the SDP Offer/Answer Model . . . . . . . . . . 21 + 8. Congestion Control . . . . . . . . . . . . . . . . . . . . . . 22 + 9. Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 + 9.1. Stream Radio . . . . . . . . . . . . . . . . . . . . . . . 22 + 10. Security Considerations . . . . . . . . . . . . . . . . . . . 23 + 11. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 23 + 12. References . . . . . . . . . . . . . . . . . . . . . . . . . . 23 + 12.1. Normative References . . . . . . . . . . . . . . . . . . . 23 + 12.2. Informative References . . . . . . . . . . . . . . . . . . 24 + Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 24 + Intellectual Property and Copyright Statements . . . . . . . . . . 25 + + + + + + + + + + +Barbato Expires December 27, 2007 [Page 2] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + +1. Introduction + + Vorbis is a general purpose perceptual audio codec intended to allow + maximum encoder flexibility, thus allowing it to scale competitively + over an exceptionally wide range of bitrates. At the high quality/ + bitrate end of the scale (CD or DAT rate stereo, 16/24 bits), it is + in the same league as AAC. Vorbis is also intended for lower and + higher sample rates (from 8kHz telephony to 192kHz digital masters) + and a range of channel representations (monaural, polyphonic, stereo, + quadraphonic, 5.1, ambisonic, or up to 255 discrete channels). + + Vorbis encoded audio is generally encapsulated within an Ogg format + bitstream [11], which provides framing and synchronization. For the + purposes of RTP transport, this layer is unnecessary, and so raw + Vorbis packets are used in the payload. + +1.1. Terminology + + The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", + "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this + document are to be interpreted as described in RFC 2119 [1]. + + +2. Payload Format + + For RTP based transport of Vorbis encoded audio the standard RTP + header is followed by a 4 octets payload header, then the payload + data. The payload headers are used to associate the Vorbis data with + its associated decoding codebooks as well as indicating if the + following packet contains fragmented Vorbis data and/or the number of + whole Vorbis data frames. The payload data contains the raw Vorbis + bitstream information. There are 3 types of Vorbis payload data, an + RTP packet MUST contain just one of them at a time. + +2.1. RTP Header + + The format of the RTP header is specified in [2] and shown in Figure + Figure 1. This payload format uses the fields of the header in a + manner consistent with that specification. + + + + + + + + + + + + +Barbato Expires December 27, 2007 [Page 3] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + |V=2|P|X| CC |M| PT | sequence number | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | timestamp | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | synchronization source (SSRC) identifier | + +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ + | contributing source (CSRC) identifiers | + | ... | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 1: RTP Header + + The RTP header begins with an octet of fields (V, P, X, and CC) to + support specialized RTP uses (see [2] and [3] for details). For + Vorbis RTP, the following values are used. + + Version (V): 2 bits + + This field identifies the version of RTP. The version used by this + specification is two (2). + + Padding (P): 1 bit + + Padding MAY be used with this payload format according to section 5.1 + of [2]. + + Extension (X): 1 bit + + The Extension bit is used in accordance with [2]. + + CSRC count (CC): 4 bits + + The CSRC count is used in accordance with [2]. + + Marker (M): 1 bit + + Set to zero. Audio silence suppression not used. This conforms to + section 4.1 of [13]. + + Payload Type (PT): 7 bits + + An RTP profile for a class of applications is expected to assign a + payload type for this format, or a dynamically allocated payload type + SHOULD be chosen which designates the payload as Vorbis. + + + + +Barbato Expires December 27, 2007 [Page 4] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + Sequence number: 16 bits + + The sequence number increments by one for each RTP data packet sent, + and may be used by the receiver to detect packet loss and to restore + packet sequence. This field is detailed further in [2]. + + Timestamp: 32 bits + + A timestamp representing the sampling time of the first sample of the + first Vorbis packet in the RTP packet. The clock frequency MUST be + set to the sample rate of the encoded audio data and is conveyed out- + of-band (e.g. as a SDP parameter). + + SSRC/CSRC identifiers: + + These two fields, 32 bits each with one SSRC field and a maximum of + 16 CSRC fields, are as defined in [2]. + +2.2. Payload Header + + The 4 octets following the RTP Header section are the Payload Header. + This header is split into a number of bitfields detailing the format + of the following payload data packets. + + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Ident | F |VDT|# pkts.| + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 2: Payload Header + + Ident: 24 bits + + This 24 bit field is used to associate the Vorbis data to a decoding + Configuration. It is stored as network byte order integer. + + Fragment type (F): 2 bits + + This field is set according to the following list + + 0 = Not Fragmented + 1 = Start Fragment + 2 = Continuation Fragment + 3 = End Fragment + + Vorbis Data Type (VDT): 2 bits + + + + +Barbato Expires December 27, 2007 [Page 5] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + This field specifies the kind of Vorbis data stored in this RTP + packet. There are currently three different types of Vorbis + payloads. Each packet MUST contain only a single type of Vorbis + payload (e.g. you MUST not aggregate configuration and comment + payload in the same packet) + + 0 = Raw Vorbis payload + 1 = Vorbis Packed Configuration payload + 2 = Legacy Vorbis Comment payload + 3 = Reserved + + The packets with a VDT of value 3 MUST be ignored + + The last 4 bits represent the number of complete packets in this + payload. This provides for a maximum number of 15 Vorbis packets in + the payload. If the packet contains fragmented data the number of + packets MUST be set to 0. + +2.3. Payload Data + + Raw Vorbis packets are currently unbounded in length, application + profiles will likely define a practical limit. Typical Vorbis packet + sizes range from very small (2-3 bytes) to quite large (8-12 + kilobytes). The reference implementation [12] typically produces + packets less than ~800 bytes, except for the setup header packets + which are ~4-12 kilobytes. Within an RTP context, to avoid + fragmentation, the Vorbis data packet size SHOULD be kept + sufficiently small so that after adding the RTP and payload headers, + the complete RTP packet is smaller than the path MTU. + + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | length | vorbis packet data .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 3: Payload Data Header + + Each Vorbis payload packet starts with a two octet length header, + which is used to represent the size in bytes of the following data + payload, followed by the raw Vorbis data padded to the nearest byte + boundary, as explained by the vorbis specification [13]. The length + value is stored as network byte order integer. + + For payloads which consist of multiple Vorbis packets the payload + data consists of the packet length followed by the packet data for + each of the Vorbis packets in the payload. + + + + +Barbato Expires December 27, 2007 [Page 6] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + The Vorbis packet length header is the length of the Vorbis data + block only and does not count the length field. + + The payload packing of the Vorbis data packets MUST follow the + guidelines set-out in [3] where the oldest packet occurs immediately + after the RTP packet header. Subsequent packets, if any, MUST follow + in temporal order. + + Channel mapping of the audio is in accordance with the Vorbis I + Specification [13]. + +2.4. Example RTP Packet + + Here is an example RTP packet containing two Vorbis packets. + + RTP Packet Header: + + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | 2 |0|0| 0 |0| PT | sequence number | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | timestamp (in sample rate units) | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | synchronisation source (SSRC) identifier | + +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ + | contributing source (CSRC) identifiers | + | ... | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Ident | 0 | 0 | 2 pks | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | length | vorbis data .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. vorbis data | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | length | next vorbis packet data .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. vorbis data .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. vorbis data | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 4: Example Raw Vorbis Packet + + The payload data section of the RTP packet begins with the 24 bit + Ident field followed by the one octet bitfield header, which has the + number of Vorbis frames set to 2. Each of the Vorbis data frames is + + + +Barbato Expires December 27, 2007 [Page 7] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + prefixed by the two octets length field. The Packet Type and + Fragment Type are set to 0. The Configuration that will be used to + decode the packets is the one indexed by the ident value. + + +3. Configuration Headers + + Unlike other mainstream audio codecs Vorbis has no statically + configured probability model. Instead, it packs all entropy decoding + configuration, Vector Quantization and Huffman models into a data + block that must be transmitted to the decoder along with the + compressed data. A decoder also requires information detailing the + number of audio channels, bitrates and similar information to + configure itself for a particular compressed data stream. These two + blocks of information are often referred to collectively as the + "codebooks" for a Vorbis stream, and are nominally included as + special "header" packets at the start of the compressed data. In + addition, the Vorbis I specification [13] requires the presence of a + comment header packet which gives simple metadata about the stream, + but this information is not required for decoding the frame sequence. + + Thus these two codebook header packets must be received by the + decoder before any audio data can be interpreted. These requirements + pose problems in RTP, which is often used over unreliable transports. + + Since this information must be transmitted reliably and, as the RTP + stream may change certain configuration data mid-session, there are + different methods for delivering this configuration data to a client, + both in-band and out-of-band which is detailed below. SDP delivery + is typically used to set up an initial state for the client + application. The changes may be due to different codebooks as well + as different bitrates of the stream. + + The delivery vectors in use can be specified by an SDP attribute to + indicate the method and the optional URI where the Vorbis Packed + Configuration (Section 3.1.1) Packets could be fetched. Different + delivery methods MAY be advertised for the same session. The in-band + Configuration delivery SHOULD be considered as baseline, out-of-band + delivery methods that don't use RTP will not be described in this + document. For non chained streams, the Configuration recommended + delivery method is inline the Packed Configuration (Section 3.1.1) in + the SDP as explained in the IANA considerations (Section 7.1). + + The 24 bit Ident field is used to map which Configuration will be + used to decode a packet. When the Ident field changes, it indicates + that a change in the stream has taken place. The client application + MUST have in advance the correct configuration and if the client + detects a change in the Ident value and does not have this + + + +Barbato Expires December 27, 2007 [Page 8] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + information it MUST NOT decode the raw Vorbis data associated until + it fetches the correct Configuration. + +3.1. In-band Header Transmission + + The Packed Configuration (Section 3.1.1) Payload is sent in-band with + the packet type bits set to match the Vorbis Data Type. Clients MUST + be capable of dealing with fragmentation and periodic re-transmission + of the configuration headers. + +3.1.1. Packed Configuration + + A Vorbis Packed Configuration is indicated with the Vorbis Data Type + field set to 1. Of the three headers defined in the Vorbis I + specification [13], the identification and the setup MUST be packed + as they are, while the comment header MAY be replaced with a dummy + one. The packed configuration follows a generic way to store xiph + codec configurations: The first field stores the number of the + following packets minus one (count field), the next ones represent + the size of the headers (length fields), the headers immediately + follow the list of length fields. The size of the last header is + implicit. The count and the length fields are encoded using the + following logic: the data is in network order, every byte has the + most significant bit used as flag and the following 7 used to store + the value. The first N bit are to be taken, where N is number of + bits representing the value modulo 7, and stored in the first byte. + If there are more bits, the flag bit is set to 1 and the subsequent + 7bit are stored in the following byte, if there are remaining bits + set the flag to 1 and the same procedure is repeated. The ending + byte has the flag bit set to 0. In order to decode it is enough to + iterate over the bytes until the flag bit set to 0, for every byte + the data is added to the accumulated value multiplied by 128. The + headers are packed in the same order they are present in ogg: + identification, comment, setup. + + + + + + + + + + + + + + + + + +Barbato Expires December 27, 2007 [Page 9] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + |V=2|P|X| CC |M| PT | xxxx | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | xxxxx | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | synchronization source (SSRC) identifier | + +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ + | contributing source (CSRC) identifiers | + | ... | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Ident | 1 | 0 | 0| + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | length | n. of headers | length1 | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | length2 | Identification .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Identification .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Identification .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Identification .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Identification | Comment .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Comment .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Comment .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Comment .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Comment | Setup .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Setup .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Setup .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 5: Packed Configuration Figure + + The Ident field is set with the value that will be used by the Raw + Payload Packets to address this Configuration. The Fragment type is + set to 0 since the packet bears the full Packed configuration, the + number of packet is set to 1. + + + + + +Barbato Expires December 27, 2007 [Page 10] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + +3.2. Out of Band Transmission + + This section, as stated above, does not cover all the possible out- + of-band delivery methods since they rely on different protocols and + are linked to specific applications. The following packet definition + SHOULD be used in out-of-band delivery and MUST be used when + Configuration is inlined in the SDP. + +3.2.1. Packed Headers + + As mentioned above the RECOMMENDED delivery vector for Vorbis + configuration data is via a retrieval method that can be performed + using a reliable transport protocol. As the RTP headers are not + required for this method of delivery the structure of the + configuration data is slightly different. The packed header starts + with a 32 bit (network ordered) count field which details the number + of packed headers that are contained in the bundle. Next is the + Packed header payload for each chained Vorbis stream. + + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Number of packed headers | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Packed header | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Packed header | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 6: Packed Headers Overview + + Since the Configuration Ident and the Identification Header are fixed + length there is only a 2 byte length tag to define the length of the + packed headers. + + + + + + + + + + + + + + + + + +Barbato Expires December 27, 2007 [Page 11] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Ident | length .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. | n. of headers | length1 | length2 .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. | Identification Header .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + ................................................................. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. | Comment Header .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + ................................................................. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Comment Header | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Setup Header .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + ................................................................. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Setup Header | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 7: Packed Headers Detail + + The key difference between the in-band format and this one, is that + there is no need for the payload header octet. In this figure the + comment has a size bigger than 127 bytes. + +3.3. Loss of Configuration Headers + + Unlike the loss of raw Vorbis payload data, loss of a configuration + header can lead to a situation where it will not be possible to + successfully decode the stream. + + Loss of Configuration Packet results in the halting of stream + decoding. + + +4. Comment Headers + + With the Vorbis Data Type flag set to 2, this indicates that the + packet contain the comment metadata, such as artist name, track title + and so on. These metadata messages are not intended to be fully + descriptive but to offer basic track/song information. Clients MAY + ignore it completely. The details on the format of the comments can + be found in the Vorbis documentation [13]. + + + +Barbato Expires December 27, 2007 [Page 12] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + |V=2|P|X| CC |M| PT | xxxx | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | xxxxx | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | synchronization source (SSRC) identifier | + +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ + | contributing source (CSRC) identifiers | + | ... | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Ident | 0 | 2 | 1| + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | length | Comment .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Comment .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. Comment | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 8: Comment Packet + + The 2 bytes length field is necessary since this packet could be + fragmented. + + +5. Frame Packetization + + Each RTP packet contains either one Vorbis packet fragment, or an + integer number of complete Vorbis packets (up to a maximum of 15 + packets, since the number of packets is defined by a 4 bit value). + + Any Vorbis data packet that is less than path MTU SHOULD be bundled + in the RTP packet with as many Vorbis packets as will fit, up to a + maximum of 15, except when such bundling would exceed an + application's desired transmission latency. Path MTU is detailed in + [6] and [7]. + + A fragmented packet has a zero in the last four bits of the payload + header. The first fragment will set the Fragment type to 1. Each + fragment after the first will set the Fragment type to 2 in the + payload header. The RTP packet containing the last fragment of the + Vorbis packet will have the Fragment type set to 3. To maintain the + correct sequence for fragmented packet reception the timestamp field + of fragmented packets MUST be the same as the first packet sent, with + the sequence number incremented as normal for the subsequent RTP + + + +Barbato Expires December 27, 2007 [Page 13] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + packets. The length field shows the fragment length. + +5.1. Example Fragmented Vorbis Packet + + Here is an example fragmented Vorbis packet split over three RTP + packets. Each packet contains the standard RTP headers as well as + the 4 octets Vorbis headers. + + Packet 1: + + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + |V=2|P|X| CC |M| PT | 1000 | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | 12345 | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | synchronization source (SSRC) identifier | + +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ + | contributing source (CSRC) identifiers | + | ... | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Ident | 1 | 0 | 0| + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | length | vorbis data .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. vorbis data | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 9: Example Fragmented Packet (Packet 1) + + In this packet the initial sequence number is 1000 and the timestamp + is 12345. The Fragment type is set to 1, the number of packets field + is set to 0, and as the payload is raw Vorbis data the VDT field is + set to 0. + + + + + + + + + + + + + + + +Barbato Expires December 27, 2007 [Page 14] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + Packet 2: + + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + |V=2|P|X| CC |M| PT | 1001 | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | 12345 | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | synchronization source (SSRC) identifier | + +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ + | contributing source (CSRC) identifiers | + | ... | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Ident | 2 | 0 | 0| + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | length | vorbis data .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. vorbis data | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 10: Example Fragmented Packet (Packet 2) + + The Fragment type field is set to 2 and the number of packets field + is set to 0. For large Vorbis fragments there can be several of + these type of payload packets. The maximum packet size SHOULD be no + greater than the path MTU, including all RTP and payload headers. + The sequence number has been incremented by one but the timestamp + field remains the same as the initial packet. + + + + + + + + + + + + + + + + + + + + + +Barbato Expires December 27, 2007 [Page 15] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + Packet 3: + + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + |V=2|P|X| CC |M| PT | 1002 | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | 12345 | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | synchronization source (SSRC) identifier | + +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ + | contributing source (CSRC) identifiers | + | ... | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | Ident | 3 | 0 | 0| + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + | length | vorbis data .. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + .. vorbis data | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + Figure 11: Example Fragmented Packet (Packet 3) + + This is the last Vorbis fragment packet. The Fragment type is set to + 3 and the packet count remains set to 0. As in the previous packets + the timestamp remains set to the first packet in the sequence and the + sequence number has been incremented. + +5.2. Packet Loss + + As there is no error correction within the Vorbis stream, packet loss + will result in a loss of signal. Packet loss is more of an issue for + fragmented Vorbis packets as the client will have to cope with the + handling of the Fragment Type. In case of loss of fragments the + client MUST discard all the remaining fragments and decode the + incomplete packet. If we use the fragmented Vorbis packet example + above and the first packet is lost the client MUST detect that the + next packet has the packet count field set to 0 and the Fragment type + 2 and MUST drop it. The next packet, which is the final fragmented + packet, MUST be dropped in the same manner. If the missing packet is + the last, the received two fragments will be kept and the incomplete + vorbis packet decoded. + + Loss of any of the Configuration fragment will result in the loss of + the full Configuration packet with the result detailed in the Loss of + Configuration Headers (Section 3.3) section. + + + + +Barbato Expires December 27, 2007 [Page 16] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + +6. IANA Considerations + + Type name: audio + + Subtype name: vorbis + + Required parameters: + + rate: indicates the RTP timestamp clock rate as described in RTP + Profile for Audio and Video Conferences with Minimal Control. + [3] + + channels: indicates the number of audio channels as described in + RTP Profile for Audio and Video Conferences with Minimal + Control. [3] + + delivery-method: indicates the delivery methods in use, the + possible values are: inline, in_band, out_band, MAY be included + multiple times + + configuration: the base64 [9] representation of the Packed + Headers (Section 3.2.1). It MUST follow the associated + delivery-method parameter ("inline"). + + Optional parameters: + + configuration-uri: the URI [4] of the configuration headers in + case of out of band transmission. In the form of + "protocol://path/to/resource/", depending on the specific + method, a single configuration packet could be retrived by its + Ident number, or multiple packets could be aggregated in a + single stream. Such aggregates MAY be compressed using either + bzip2 [16] or gzip [14]. A sha1 [10] checksum MAY be provided + for aggregates. In this latter case the URI will end with the + aggregate name, followed by its compressed extension if + applies, a "!" and the base64 [9] representation of the + sha1hash of the above mentioned compressed aggregated as in: + "protocol://path/to/resource/aggregated.bz2!sha1hash". The + trailing '/' discriminates which of two methods are in use. + The configuration-uri MUST follow the associated delivery + method parameter ("out_band"). Non hierarchical protocols and + protocols using for special purposes the '!' separator MAY + point just to a resource aggregate using their specific syntax. + + + + + + + + +Barbato Expires December 27, 2007 [Page 17] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + Encoding considerations: + + This media type is framed and contains binary data. + + Security considerations: + + See Section 10 of RFC XXXX. + + Interoperability considerations: + + None + + Published specification: + + RFC XXXX [RFC Editor: please replace by the RFC number of this + memo, when published] + + Ogg Vorbis I specification: Codec setup and packet decode. + Available from the Xiph website, http://www.xiph.org + + Applications which use this media type: + + Audio streaming and conferencing tools + + Additional information: + + None + + Person & email address to contact for further information: + + Luca Barbato: IETF Audio/Video Transport + Working Group + + Intended usage: + + COMMON + + Restriction on usage: + + This media type depends on RTP framing, and hence is only defined + for transfer via RTP [2] + + Author: + + Luca Barbato + + + + + + +Barbato Expires December 27, 2007 [Page 18] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + Change controller: + + IETF AVT Working Group delegated from the IESG + + +6.1. Packed Headers IANA Considerations + + The following IANA considerations MUST only be applied to the packed + headers. + + Type name: audio + + Subtype name: vorbis-config + + Required parameters: + + None + + Optional parameters: + + None + + Encoding considerations: + + This media type contains binary data. + + Security considerations: + + See Section 10 of RFC XXXX. + + Interoperability considerations: + + None + + Published specification: + + RFC XXXX [RFC Editor: please replace by the RFC number of this + memo, when published] + + Applications which use this media type: + + Vorbis encoded audio, configuration data. + + Additional information: + + None + + + + + +Barbato Expires December 27, 2007 [Page 19] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + Person & email address to contact for further information: + + Luca Barbato: + IETF Audio/Video Transport Working Group + + Intended usage: COMMON + + Restriction on usage: + + This media type doesn't depend on the transport. + + Author: + + Luca Barbato + + Change controller: + + IETF AVT Working Group delegated from the IESG + + +7. SDP related considerations + + The following paragraphs defines the mapping of the parameters + described in the IANA considerations section and their usage in the + Offer/Answer Model [8]. + +7.1. Mapping Media Type Parameters into SDP + + The information carried in the Media Type media type specification + has a specific mapping to fields in the Session Description Protocol + (SDP) [5], which is commonly used to describe RTP sessions. When SDP + is used to specify sessions the mapping are as follows: + + o The type name ("audio") goes in SDP "m=" as the media name. + + o The subtype name ("vorbis") goes in SDP "a=rtpmap" as the encoding + name. + + o The parameter "rate" also goes in "a=rtpmap" as clock rate. + + o The parameter "channels" also goes in "a=rtpmap" as channel count. + + o The mandated parameters "delivery-method" and "configuration" MUST + be included in the SDP "a=fmtp" attribute. + + o The optional parameter "configuration-uri", when present, MUST be + included in the SDP "a=fmtp" attribute and MUST follow the + delivery-method that applies. + + + +Barbato Expires December 27, 2007 [Page 20] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + If the stream comprises chained Vorbis files and all of them are + known in advance, the Configuration Packet for each file SHOULD be + passed to the client using the configuration attribute. + + The URI specified in the configuration-uri attribute MUST point to a + location where all of the Configuration Packets needed for the life + of the session reside. + + The port value is specified by the server application bound to the + address specified in the c= line. The bitrate value and channels + specified in the rtpmap attribute MUST match the Vorbis sample rate + value. An example is found below. + +7.1.1. SDP Example + + The following example shows a basic SDP single stream. The first + configuration packet is inlined in the sdp, other configurations + could be fetched at any time from the first provided uri using or all + the known configuration could be downloaded using the second uri. + The inline base64 [9] configuration string is omitted because of the + length. + c=IN IP4 192.0.2.1 + m=audio RTP/AVP 98 + a=rtpmap:98 vorbis/44100/2 + a=fmtp:98 delivery-method=inline; configuration=base64string; + delivery-method=out_band; + configuration-uri=rtsp://path/to/the/resource; delivery- + method=out_band; configuration-uri=http://another/path/to/ + resource/aggregate.bz2!8b6237eb5154a0ea12811a94e8e2697b3312bc6c; + + Note that the payload format (encoding) names are commonly shown in + upper case. Media Type subtypes are commonly shown in lower case. + These names are case-insensitive in both places. Similarly, + parameter names are case-insensitive both in Media Type types and in + the default mapping to the SDP a=fmtp attribute. The exception + regarding case sensitivity is the configuration-uri URI which MUST be + regarded as being case sensitive. The a=fmtp line is a single line + even if it is presented broken because of clarity. + +7.2. Usage with the SDP Offer/Answer Model + + The only paramenter negotiable is the delivery method. All the + others are declarative: the offer, as described in An Offer/Answer + Model Session Description Protocol [8], may contain a large number of + delivery methods per single fmtp attribute, the answerer MUST remove + every delivery-method and configuration-uri not supported. All the + parameters MUST not be altered on answer otherwise. + + + + +Barbato Expires December 27, 2007 [Page 21] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + +8. Congestion Control + + Vorbis clients SHOULD send regular receiver reports detailing + congestion. A mechanism for dynamically downgrading the stream, + known as bitrate peeling, will allow for a graceful backing off of + the stream bitrate. This feature is not available at present so an + alternative would be to redirect the client to a lower bitrate stream + if one is available. + + +9. Examples + + The following examples are common usage patterns that MAY be applied + in such situations, the main scope of this section is to explain + better usage of the transmission vectors. + +9.1. Stream Radio + + This is one of the most common situation: one single server streaming + content in multicast, the clients may start a session at random time. + The content itself could be a mix of live stream, as the wj's voice, + and stored streams as the music she plays. + + In this situation we don't know in advance how many codebooks we will + use. The clients can join anytime and users expect to start + listening to the content in a short time. + + On join the client will receive the current Configuration necessary + to decode the current stream inlined in the SDP so that the decoding + will start immediately after. + + When the streamed content changes the new Configuration is sent in- + band before the actual stream, and the Configuration that has to be + sent inline in the SDP updated. Since the in-band method is + unreliable, an out of band fallback is provided. + + The client could choose to fetch the Configuration from the alternate + source as soon as it discovers a Configuration packet got lost in- + band or use selective retransmission [15], if the server supports the + feature. + + A serverside optimization would be to keep an hash list of the + Configurations per session to avoid packing all of them and send the + same Configuration with different Ident tags + + A clientside optimization would be to keep a tag list of the + Configurations per session and don't process configuration packets + already known. + + + +Barbato Expires December 27, 2007 [Page 22] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + +10. Security Considerations + + RTP packets using this payload format are subject to the security + considerations discussed in the RTP specification [2]. This implies + that the confidentiality of the media stream is achieved by using + encryption. Because the data compression used with this payload + format is applied end-to-end, encryption may be performed on the + compressed data. Additional care MAY be needed for delivery methods + that point to external resources, using secure protocols to fetch the + configuration payloads. Where the size of a data block is set, care + MUST be taken to prevent buffer overflows in the client applications. + + +11. Acknowledgments + + This document is a continuation of draft-moffitt-vorbis-rtp-00.txt + and draft-kerr-avt-vorbis-rtp-04.txt. The Media Type type section is + a continuation of draft-short-avt-rtp-vorbis-mime-00.txt. + + Thanks to the AVT, Ogg Vorbis Communities / Xiph.org including Steve + Casner, Aaron Colwell, Ross Finlayson, Fluendo, Ramon Garcia, Pascal + Hennequin, Ralph Giles, Tor-Einar Jarnbjo, Colin Law, John Lazzaro, + Jack Moffitt, Christopher Montgomery, Colin Perkins, Barry Short, + Mike Smith, Phil Kerr, Michael Sparks, Magnus Westerlund, David + Barrett, Silvia Pfeiffer, Stefan Ehmann, Alessandro Salvatori. + Politecnico di Torino (LS)^3/IMG Group in particular Federico + Ridolfo, Francesco Varano, Giampaolo Mancini, Dario Gallucci, Juan + Carlos De Martin. + + +12. References + +12.1. Normative References + + [1] Bradner, S., "Key words for use in RFCs to Indicate Requirement + Levels", RFC 2119. + + [2] Schulzrinne, H., Casner, S., Frederick, R., and V. Jacobson, + "RTP: A Transport Protocol for real-time applications", + RFC 3550. + + [3] Schulzrinne, H. and S. Casner, "RTP Profile for Audio and Video + Conferences with Minimal Control.", RFC 3551. + + [4] Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform + Resource Identifier (URI): Generic Syntax", RFC 3986. + + [5] Handley, M., Jacobson, V., and C. Perkins, "SDP: Session + + + +Barbato Expires December 27, 2007 [Page 23] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + + Description Protocol", RFC 4566, July 2006. + + [6] Mogul, J. and S. Deering, "Path MTU discovery", RFC 1191, + November 1990. + + [7] McCann et al., J., "Path MTU Discovery for IP version 6", + RFC 1981. + + [8] Rosenberg, J. and H. Schulzrinne, "An Offer/Answer Model with + Session Description Protocol (SDP)", RFC 3264. + + [9] Josefsson, S., "The Base16, Base32, and Base64 Data Encodings", + RFC 3548. + + [10] National Institute of Standards and Technology, "Secure Hash + Standard", May 1993. + +12.2. Informative References + + [11] Pfeiffer, S., "The Ogg Encapsulation Format Version 0", + RFC 3533. + + [12] "libvorbis: Available from the Xiph website, + http://www.xiph.org". + + [13] "Ogg Vorbis I specification: Codec setup and packet decode. + Available from the Xiph website, http://www.xiph.org". + + [14] Deutsch, P., "GZIP file format specification version 4.3", + RFC 1952. + + [15] Friedman, T., Caceres, R., and A. Clark, "RTP Control Protocol + Extended Reports (RTCP XR)", RFC 3611, November 2003. + + [16] Seward, J., "libbz2 and bzip2". + + +Author's Address + + Luca Barbato + Xiph.Org + + Email: lu_zero@gentoo.org + URI: http://www.xiph.org/ + + + + + + + +Barbato Expires December 27, 2007 [Page 24] + +Internet-Draft draft-ietf-avt-rtp-vorbis-06 Jun 2007 + + +Full Copyright Statement + + Copyright (C) The IETF Trust (2007). + + This document is subject to the rights, licenses and restrictions + contained in BCP 78, and except as set forth therein, the authors + retain all their rights. + + This document and the information contained herein are provided on an + "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS + OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND + THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF + THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED + WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + + +Intellectual Property + + The IETF takes no position regarding the validity or scope of any + Intellectual Property Rights or other rights that might be claimed to + pertain to the implementation or use of the technology described in + this document or the extent to which any license under such rights + might or might not be available; nor does it represent that it has + made any independent effort to identify any such rights. Information + on the procedures with respect to rights in RFC documents can be + found in BCP 78 and BCP 79. + + Copies of IPR disclosures made to the IETF Secretariat and any + assurances of licenses to be made available, or the result of an + attempt made to obtain a general license or permission for the use of + such proprietary rights by implementers or users of this + specification can be obtained from the IETF on-line IPR repository at + http://www.ietf.org/ipr. + + The IETF invites any interested party to bring to its attention any + copyrights, patents or patent applications, or other proprietary + rights that may cover technology that may be required to implement + this standard. Please address the information to the IETF at + ietf-ipr@ietf.org. + + +Acknowledgment + + Funding for the RFC Editor function is provided by the IETF + Administrative Support Activity (IASA). + + + + + +Barbato Expires December 27, 2007 [Page 25] + + diff --git a/doc/draft-ietf-avt-rtp-vorbis-06.xml b/doc/draft-ietf-avt-rtp-vorbis-06.xml new file mode 100644 index 00000000..e23fe963 --- /dev/null +++ b/doc/draft-ietf-avt-rtp-vorbis-06.xml @@ -0,0 +1,1388 @@ + + + + + + + + +draft-ietf-avt-rtp-vorbis-06 + + +Xiph.Org +
    +lu_zero@gentoo.org +http://www.xiph.org/ +
    +
    + + + +General +AVT Working Group +I-D + +Internet-Draft +Vorbis +RTP + + + + +This document describes an RTP payload format for transporting Vorbis encoded +audio. It details the RTP encapsulation mechanism for raw Vorbis data and +details the delivery mechanisms for the decoder probability model, referred to +as a codebook and other setup information. + + + +Also included within this memo are media type registrations, and the details +necessary for the use of Vorbis with the Session Description Protocol (SDP). + + + + + + +All references to RFC XXXX are to be replaced by references to the RFC number +of this memo, when published. + + + +
    + + + +
    + + +Vorbis is a general purpose perceptual audio codec intended to allow +maximum encoder flexibility, thus allowing it to scale competitively +over an exceptionally wide range of bitrates. At the high +quality/bitrate end of the scale (CD or DAT rate stereo, 16/24 bits), it +is in the same league as AAC. +Vorbis is also intended for lower and higher sample rates (from +8kHz telephony to 192kHz digital masters) and a range of channel +representations (monaural, polyphonic, stereo, quadraphonic, 5.1, +ambisonic, or up to 255 discrete channels). + + + +Vorbis encoded audio is generally encapsulated within an Ogg format bitstream +, which provides framing and synchronization. +For the purposes of RTP transport, this layer is unnecessary, and so raw Vorbis +packets are used in the payload. + + +
    + + +The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" +in this document are to be interpreted as described in RFC 2119 . + + +
    +
    + +
    + + +For RTP based transport of Vorbis encoded audio the standard RTP header is +followed by a 4 octets payload header, then the payload data. The payload +headers are used to associate the Vorbis data with its associated decoding +codebooks as well as indicating if the following packet contains fragmented +Vorbis data and/or the number of whole Vorbis data frames. The payload data +contains the raw Vorbis bitstream information. There are 3 types of Vorbis +payload data, an RTP packet MUST contain just one of them at a time. + + +
    + + +The format of the RTP header is specified in +and shown in Figure . This payload format +uses the fields of the header in a manner consistent with that specification. + + + +
    + +
    +
    + + +The RTP header begins with an octet of fields (V, P, X, and CC) to support +specialized RTP uses (see and + for details). For Vorbis RTP, the following +values are used. + + + +Version (V): 2 bits + +This field identifies the version of RTP. The version used by this +specification is two (2). + + + +Padding (P): 1 bit + +Padding MAY be used with this payload format according to section 5.1 of +. + + + +Extension (X): 1 bit + +The Extension bit is used in accordance with . + + + +CSRC count (CC): 4 bits + +The CSRC count is used in accordance with . + + + +Marker (M): 1 bit + +Set to zero. Audio silence suppression not used. This conforms to section 4.1 +of . + + + +Payload Type (PT): 7 bits + +An RTP profile for a class of applications is expected to assign a payload type +for this format, or a dynamically allocated payload type SHOULD be chosen which +designates the payload as Vorbis. + + + +Sequence number: 16 bits + +The sequence number increments by one for each RTP data packet sent, and may be +used by the receiver to detect packet loss and to restore packet sequence. This +field is detailed further in . + + + +Timestamp: 32 bits + +A timestamp representing the sampling time of the first sample of the first +Vorbis packet in the RTP packet. The clock frequency MUST be set to the sample +rate of the encoded audio data and is conveyed out-of-band (e.g. as a SDP parameter). + + + +SSRC/CSRC identifiers: + +These two fields, 32 bits each with one SSRC field and a maximum of 16 CSRC +fields, are as defined in +. + + +
    + +
    + + +The 4 octets following the RTP Header section are the Payload Header. This +header is split into a number of bitfields detailing the format of the +following payload data packets. + + +
    + +
    + + +Ident: 24 bits + +This 24 bit field is used to associate the Vorbis data to a decoding +Configuration. It is stored as network byte order integer. + + + +Fragment type (F): 2 bits + +This field is set according to the following list + + + + 0 = Not Fragmented + 1 = Start Fragment + 2 = Continuation Fragment + 3 = End Fragment + + + +Vorbis Data Type (VDT): 2 bits + +This field specifies the kind of Vorbis data stored in this RTP packet. There +are currently three different types of Vorbis payloads. Each packet MUST contain only a single type of Vorbis payload (e.g. you MUST not aggregate configuration and comment payload in the same packet) + + + + + 0 = Raw Vorbis payload + 1 = Vorbis Packed Configuration payload + 2 = Legacy Vorbis Comment payload + 3 = Reserved + + + The packets with a VDT of value 3 MUST be ignored + + +The last 4 bits represent the number of complete packets in this payload. This +provides for a maximum number of 15 Vorbis packets in the payload. If the +packet contains fragmented data the number of packets MUST be set to 0. + + +
    + +
    + + +Raw Vorbis packets are currently unbounded in length, application profiles will +likely define a practical limit. Typical Vorbis packet sizes range from very +small (2-3 bytes) to quite large (8-12 kilobytes). The reference implementation + typically produces packets less than ~800 +bytes, except for the setup header packets which are ~4-12 kilobytes. Within an +RTP context, to avoid fragmentation, the Vorbis data packet size SHOULD be kept +sufficiently small so that after adding the RTP and payload headers, the +complete RTP packet is smaller than the path MTU. + + +
    + +
    + + +Each Vorbis payload packet starts with a two octet length header, which is used +to represent the size in bytes of the following data payload, followed by the +raw Vorbis data padded to the nearest byte boundary, as explained by the vorbis specification. The length value is stored +as network byte order integer. + + + +For payloads which consist of multiple Vorbis packets the payload data consists +of the packet length followed by the packet data for each of the Vorbis packets +in the payload. + + + +The Vorbis packet length header is the length of the Vorbis data block only and +does not count the length field. + + + +The payload packing of the Vorbis data packets MUST follow the guidelines +set-out in where the oldest packet occurs +immediately after the RTP packet header. Subsequent packets, if any, MUST +follow in temporal order. + + + +Channel mapping of the audio is in accordance with the +Vorbis I Specification. + + +
    + +
    + + +Here is an example RTP packet containing two Vorbis packets. + + + +RTP Packet Header: + + +
    + +
    + + +The payload data section of the RTP packet begins with the 24 bit Ident field +followed by the one octet bitfield header, which has the number of Vorbis +frames set to 2. Each of the Vorbis data frames is prefixed by the two octets +length field. The Packet Type and Fragment Type are set to 0. The Configuration +that will be used to decode the packets is the one indexed by the ident value. + + +
    +
    + + + +
    + + +Unlike other mainstream audio codecs Vorbis has no statically +configured probability model. Instead, it packs all entropy decoding +configuration, Vector Quantization and Huffman models into a data block +that must be transmitted to the decoder along with the compressed data. +A decoder also requires information detailing the number of audio +channels, bitrates and similar information to configure itself for a +particular compressed data stream. These two blocks of information are +often referred to collectively as the "codebooks" for a Vorbis stream, +and are nominally included as special "header" packets at the start +of the compressed data. In addition, +the Vorbis I specification +requires the presence of a comment header packet which gives simple +metadata about the stream, but this information is not required for +decoding the frame sequence. + + + +Thus these two codebook header packets must be received by the decoder before +any audio data can be interpreted. These requirements pose problems in RTP, +which is often used over unreliable transports. + + + +Since this information must be transmitted reliably and, as the RTP +stream may change certain configuration data mid-session, there are +different methods for delivering this configuration data to a +client, both in-band and out-of-band which is detailed below. SDP +delivery is typically used to set up an initial state for the client +application. The changes may be due to different codebooks as well as +different bitrates of the stream. + + + +The delivery vectors in use can be specified by an SDP attribute to indicate the +method and the optional URI where the Vorbis +Packed Configuration Packets could +be fetched. Different delivery methods MAY be advertised for the same session. +The in-band Configuration delivery SHOULD be considered as baseline, +out-of-band delivery methods that don't use RTP will not be described in this +document. For non chained streams, the Configuration recommended delivery +method is inline the Packed Configuration in the SDP as explained in the IANA considerations. + + + +The 24 bit Ident field is used to map which Configuration will be used to +decode a packet. When the Ident field changes, it indicates that a change in +the stream has taken place. The client application MUST have in advance the +correct configuration and if the client detects a change in the Ident value and +does not have this information it MUST NOT decode the raw Vorbis data +associated until it fetches the correct Configuration. + + +
    + + +The Packed Configuration Payload is +sent in-band with the packet type bits set to match the Vorbis Data Type. +Clients MUST be capable of dealing with fragmentation and periodic +re-transmission of the configuration headers. + + +
    + + +A Vorbis Packed Configuration is indicated with the Vorbis Data Type field set +to 1. Of the three headers defined in the +Vorbis I specification, the +identification and the setup MUST be packed as they are, while the comment header MAY be replaced with a dummy one. The packed configuration follows a generic way to store xiph codec configurations: The first field stores the number of the following packets minus one (count field), the next ones represent the size of the headers (length fields), the headers immediately follow the list of length fields. The size of the last header is implicit. +The count and the length fields are encoded using the following logic: the data is in network order, every byte has the most significant bit used as flag and the following 7 used to store the value. The first N bit are to be taken, where N is number of bits representing the value modulo 7, and stored in the first byte. +If there are more bits, the flag bit is set to 1 and the subsequent 7bit are stored in the following byte, if there are remaining bits set the flag to 1 and the same procedure is repeated. The ending byte has the flag bit set to 0. In order to decode it is enough to iterate over the bytes until the flag bit set to 0, for every byte the data is added to the accumulated value multiplied by 128. +The headers are packed in the same order they are present in ogg: identification, comment, setup. + +
    + +
    + +The Ident field is set with the value that will be used by the Raw Payload +Packets to address this Configuration. The Fragment type is set to 0 since the +packet bears the full Packed configuration, the number of packet is set to 1. +
    +
    + +
    + + +This section, as stated above, does not cover all the possible out-of-band +delivery methods since they rely on different protocols and are linked to +specific applications. The following packet definition SHOULD be used in +out-of-band delivery and MUST be used when Configuration is inlined in the SDP. + + +
    + + +As mentioned above the RECOMMENDED delivery vector for Vorbis configuration +data is via a retrieval method that can be performed using a reliable transport +protocol. As the RTP headers are not required for this method of delivery the +structure of the configuration data is slightly different. The packed header +starts with a 32 bit (network ordered) count field which details the number of +packed headers that are contained in the bundle. Next is the Packed header +payload for each chained Vorbis stream. + + +
    + +
    + + +Since the Configuration Ident and the Identification Header are fixed length +there is only a 2 byte length tag to define the length of the packed headers. + + +
    + +
    + +The key difference between the in-band format and this one, is that there is no +need for the payload header octet. In this figure the comment has a size bigger +than 127 bytes. + +
    + +
    + +
    + + +Unlike the loss of raw Vorbis payload data, loss of a configuration header can +lead to a situation where it will not be possible to successfully decode the +stream. + + + +Loss of Configuration Packet results in the halting of stream decoding. + + +
    + +
    + +
    + + +With the Vorbis Data Type flag set to 2, this indicates that the packet contain +the comment metadata, such as artist name, track title and so on. These +metadata messages are not intended to be fully descriptive but to offer basic +track/song information. Clients MAY ignore it completely. The details on the +format of the comments can be found in the Vorbis documentation. + +
    + +
    + + +The 2 bytes length field is necessary since this packet could be fragmented. + + +
    +
    + + +Each RTP packet contains either one Vorbis packet fragment, or an integer +number of complete Vorbis packets (up to a maximum of 15 packets, since the +number of packets is defined by a 4 bit value). + + + +Any Vorbis data packet that is less than path MTU SHOULD be bundled in the RTP +packet with as many Vorbis packets as will fit, up to a maximum of 15, except +when such bundling would exceed an application's desired transmission latency. +Path MTU is detailed in and . + + + +A fragmented packet has a zero in the last four bits of the payload header. +The first fragment will set the Fragment type to 1. Each fragment after the +first will set the Fragment type to 2 in the payload header. The RTP packet +containing the last fragment of the Vorbis packet will have the Fragment type +set to 3. To maintain the correct sequence for fragmented packet reception +the timestamp field of fragmented packets MUST be the same as the first packet +sent, with the sequence number incremented as normal for the subsequent RTP +packets. The length field shows the fragment length. + + +
    + + +Here is an example fragmented Vorbis packet split over three RTP packets. +Each packet contains the standard RTP headers as well as the 4 octets Vorbis +headers. + + +
    + +
    + + +In this packet the initial sequence number is 1000 and the timestamp is 12345. The Fragment type is set to 1, the number of packets field is set to 0, and as +the payload is raw Vorbis data the VDT field is set to 0. + + +
    + +
    + + +The Fragment type field is set to 2 and the number of packets field is set to 0. +For large Vorbis fragments there can be several of these type of payload +packets. The maximum packet size SHOULD be no greater than the path MTU, +including all RTP and payload headers. The sequence number has been incremented +by one but the timestamp field remains the same as the initial packet. + + +
    + +
    + + +This is the last Vorbis fragment packet. The Fragment type is set to 3 and the +packet count remains set to 0. As in the previous packets the timestamp remains +set to the first packet in the sequence and the sequence number has been +incremented. + +
    + +
    + + +As there is no error correction within the Vorbis stream, packet loss will +result in a loss of signal. Packet loss is more of an issue for fragmented +Vorbis packets as the client will have to cope with the handling of the +Fragment Type. In case of loss of fragments the client MUST discard all the +remaining fragments and decode the incomplete packet. If we use the fragmented +Vorbis packet example above and the first packet is lost the client MUST detect +that the next packet has the packet count field set to 0 and the Fragment type +2 and MUST drop it. The next packet, which is the final fragmented packet, MUST +be dropped in the same manner. If the missing packet is the last, the received +two fragments will be kept and the incomplete vorbis packet decoded. + + + +Loss of any of the Configuration fragment will result in the loss of the full +Configuration packet with the result detailed in the Loss of Configuration Headers section. + + +
    +
    +
    + + + + audio + + + vorbis + + + + + + + + indicates the RTP timestamp clock rate as described in RTP Profile for Audio and Video Conferences with Minimal Control. + + + + indicates the number of audio channels as described in RTP Profile for Audio and Video Conferences with Minimal Control. + + + + + indicates the delivery methods in use, the possible values are: inline, in_band, out_band, MAY be included multiple times + + + + + the base64 representation of the Packed Headers. It MUST follow the associated delivery-method parameter ("inline"). + + + + + + + + + + + + the URI of +the configuration headers in case of out of band transmission. +In the form of "protocol://path/to/resource/", depending on the specific +method, a single configuration packet could be retrived by its Ident number, or +multiple packets could be aggregated in a single stream. +Such aggregates MAY be compressed using either +bzip2 or gzip. +A sha1 checksum MAY be provided for aggregates. +In this latter case the URI will end with the aggregate name, followed by its +compressed extension if applies, a "!" and the base64 representation of the sha1hash of the above mentioned compressed aggregated +as in: "protocol://path/to/resource/aggregated.bz2!sha1hash". +The trailing '/' discriminates which of two methods are in use. +The configuration-uri MUST follow the associated delivery method parameter ("out_band"). +Non hierarchical protocols and protocols using for special purposes the '!' separator MAY point just to a resource aggregate using their specific syntax. + + + + + + + + +This media type is framed and contains binary data. + + + + + + +See Section 10 of RFC XXXX. + + + + +None + + + + + +RFC XXXX [RFC Editor: please replace by the RFC number of this memo, when published] + +Ogg Vorbis I specification: Codec setup and packet decode. Available from the Xiph website, http://www.xiph.org + + + + + + +Audio streaming and conferencing tools + + + + + +None + + + + + + + +Luca Barbato: <lu_zero@gentoo.org>
    +IETF Audio/Video Transport Working Group + +
    + + + + + +COMMON + + + + + +This media type depends on RTP framing, and hence is only defined for transfer via RTP + + + + +Luca Barbato + + + + +IETF AVT Working Group delegated from the IESG + + +
    + +
    + + +The following IANA considerations MUST only be applied to the packed headers. + + + + + + audio + + + + vorbis-config + + + + + +None + + + + + + +None + + + + + + +This media type contains binary data. + + + + + + +See Section 10 of RFC XXXX. + + + + + + +None + + + + + + +RFC XXXX [RFC Editor: please replace by the RFC number of this memo, + when published] + + + + + + +Vorbis encoded audio, configuration data. + + + + + + +None + + + + + + +Luca Barbato: <lu_zero@gentoo.org> + +IETF Audio/Video Transport Working Group + + + + + +COMMON + + + + + + +This media type doesn't depend on the transport. + + + + + + +Luca Barbato + + + + + +IETF AVT Working Group delegated from the IESG + + +
    + +
    + +
    + +The following paragraphs defines the mapping of the parameters described in the IANA considerations section and their usage in the Offer/Answer Model. + + +
    + + +The information carried in the Media Type media type specification has a +specific mapping to fields in the Session Description +Protocol (SDP), which is commonly used to describe RTP sessions. +When SDP is used to specify sessions the mapping are as follows: + + + + + +The type name ("audio") goes in SDP "m=" as the media name. + + +The subtype name ("vorbis") goes in SDP "a=rtpmap" as the encoding name. + + +The parameter "rate" also goes in "a=rtpmap" as clock rate. + + +The parameter "channels" also goes in "a=rtpmap" as channel count. + + +The mandated parameters "delivery-method" and "configuration" MUST be +included in the SDP "a=fmtp" attribute. + + +The optional parameter "configuration-uri", when present, MUST be included +in the SDP "a=fmtp" attribute and MUST follow the delivery-method that applies. + + + + +If the stream comprises chained Vorbis files and all of them are known in +advance, the Configuration Packet for each file SHOULD be passed to the client +using the configuration attribute. + + + +The URI specified in the configuration-uri attribute MUST point to a location +where all of the Configuration Packets needed for the life of the session +reside. + + + +The port value is specified by the server application bound to the address +specified in the c= line. The bitrate value and channels specified in the +rtpmap attribute MUST match the Vorbis sample rate value. An example is found +below. + + +
    +The following example shows a basic SDP single stream. The first +configuration packet is inlined in the sdp, other configurations could be +fetched at any time from the first provided uri using or all the known +configuration could be downloaded using the second uri. The inline +base64 configuration string is omitted because of +the length. + + +c=IN IP4 192.0.2.1 +m=audio RTP/AVP 98 +a=rtpmap:98 vorbis/44100/2 +a=fmtp:98 delivery-method=inline; configuration=base64string; delivery-method=out_band; configuration-uri=rtsp://path/to/the/resource; delivery-method=out_band; configuration-uri=http://another/path/to/resource/aggregate.bz2!8b6237eb5154a0ea12811a94e8e2697b3312bc6c; + +
    + + + +Note that the payload format (encoding) names are commonly shown in upper case. +Media Type subtypes are commonly shown in lower case. These names are +case-insensitive in both places. Similarly, parameter names are +case-insensitive both in Media Type types and in the default mapping to the SDP +a=fmtp attribute. The exception regarding case sensitivity is the +configuration-uri URI which MUST be regarded as being case sensitive. The +a=fmtp line is a single line even if it is presented broken because of clarity. + + +
    + +
    + + +The only paramenter negotiable is the delivery method. All the others are +declarative: the offer, as described in An Offer/Answer +Model Session Description Protocol, may contain a large number of +delivery methods per single fmtp attribute, the answerer MUST remove every +delivery-method and configuration-uri not supported. All the parameters MUST +not be altered on answer otherwise. + + +
    + +
    + +
    + + +Vorbis clients SHOULD send regular receiver reports detailing congestion. A +mechanism for dynamically downgrading the stream, known as bitrate peeling, +will allow for a graceful backing off of the stream bitrate. This feature is +not available at present so an alternative would be to redirect the client to +a lower bitrate stream if one is available. + + +
    + +
    + + +The following examples are common usage patterns that MAY be applied in such +situations, the main scope of this section is to explain better usage of the +transmission vectors. + + +
    + +This is one of the most common situation: one single server streaming +content in multicast, the clients may start a session at random time. The +content itself could be a mix of live stream, as the wj's voice, and stored +streams as the music she plays. + +In this situation we don't know in advance how many codebooks we will use. +The clients can join anytime and users expect to start listening to the content +in a short time. + +On join the client will receive the current Configuration necessary to +decode the current stream inlined in the SDP so that the decoding will start +immediately after. + +When the streamed content changes the new Configuration is sent in-band +before the actual stream, and the Configuration that has to be sent inline in +the SDP updated. Since the in-band method is unreliable, an out of band +fallback is provided. + +The client could choose to fetch the Configuration from the alternate source +as soon as it discovers a Configuration packet got lost in-band or use +selective retransmission, if the server supports +the feature. + +A serverside optimization would be to keep an hash list of the +Configurations per session to avoid packing all of them and send the same +Configuration with different Ident tags + +A clientside optimization would be to keep a tag list of the Configurations +per session and don't process configuration packets already known. + +
    +
    + +
    + +RTP packets using this payload format are subject to the security +considerations discussed in the RTP specification +. This implies that the confidentiality of the +media stream is achieved by using encryption. Because the data compression used +with this payload format is applied end-to-end, encryption may be performed on +the compressed data. Additional care MAY be needed for delivery methods that +point to external resources, using secure protocols to fetch the configuration +payloads. Where the size of a data block is set, care MUST be taken to prevent +buffer overflows in the client applications. + + +
    + +
    + + +This document is a continuation of draft-moffitt-vorbis-rtp-00.txt and +draft-kerr-avt-vorbis-rtp-04.txt. The Media Type type section is a +continuation of draft-short-avt-rtp-vorbis-mime-00.txt. + + + +Thanks to the AVT, Ogg Vorbis Communities / Xiph.org including Steve Casner, +Aaron Colwell, Ross Finlayson, Fluendo, Ramon Garcia, Pascal Hennequin, Ralph +Giles, Tor-Einar Jarnbjo, Colin Law, John Lazzaro, Jack Moffitt, Christopher +Montgomery, Colin Perkins, Barry Short, Mike Smith, Phil Kerr, Michael Sparks, +Magnus Westerlund, David Barrett, Silvia Pfeiffer, Stefan Ehmann, Alessandro +Salvatori. Politecnico di Torino (LS)³/IMG Group in particular Federico +Ridolfo, Francesco Varano, Giampaolo Mancini, Dario Gallucci, Juan Carlos De Martin. + + +
    + +
    + + + + + + + +Key words for use in RFCs to Indicate Requirement Levels + + + + + + + +RTP: A Transport Protocol for real-time applications + + + + + + + + + + +RTP Profile for Audio and Video Conferences with Minimal Control. + + + + + + + + + +Uniform Resource Identifier (URI): Generic Syntax + + + + + + + + + + + + + + +SDP: Session Description Protocol + + + + + + + + + + + + + + + + +Path MTU discovery + +Digital Equipment Corporation (DEC) , Western Research Laboratory +
    +mogul@decwrl.dec.com
    + +Xerox Palo Alto Research Center +
    +deering@xerox.com
    + +
    + + + +
    + + + +Path MTU Discovery for IP version 6 + + + + + + + +An Offer/Answer Model with Session Description Protocol (SDP) + + + + + + + + +The Base16, Base32, and Base64 Data Encodings + + + + + + +Secure Hash Standard + +National Institute of Standards and Technology + + + + +
    + + + + + +The Ogg Encapsulation Format Version 0 + + + + + + + +libvorbis: Available from the Xiph website, http://www.xiph.org + + + + + +Ogg Vorbis I specification: Codec setup and packet decode. Available from the Xiph website, http://www.xiph.org + + + + + +GZIP file format specification version 4.3 + + + + + + + +RTP Control Protocol Extended Reports (RTCP XR) + + + + + + + + + + +libbz2 and bzip2 + + + + +
    +
    diff --git a/doc/floor1_inverse_dB_table.html b/doc/floor1_inverse_dB_table.html index 7dc4acbd..52d15e86 100644 --- a/doc/floor1_inverse_dB_table.html +++ b/doc/floor1_inverse_dB_table.html @@ -1,154 +1,154 @@ - - - - - -Ogg Vorbis Documentation - - - - - - - -
    - -

    Ogg Vorbis I format specification: floor1_inverse_dB_table

    - -

    The vector [floor1_inverse_dB_table] is a 256 element static -lookup table consiting of the following values (read left to right -then top to bottom):

    - -
    -  1.0649863e-07, 1.1341951e-07, 1.2079015e-07, 1.2863978e-07, 
    -  1.3699951e-07, 1.4590251e-07, 1.5538408e-07, 1.6548181e-07, 
    -  1.7623575e-07, 1.8768855e-07, 1.9988561e-07, 2.1287530e-07, 
    -  2.2670913e-07, 2.4144197e-07, 2.5713223e-07, 2.7384213e-07, 
    -  2.9163793e-07, 3.1059021e-07, 3.3077411e-07, 3.5226968e-07, 
    -  3.7516214e-07, 3.9954229e-07, 4.2550680e-07, 4.5315863e-07, 
    -  4.8260743e-07, 5.1396998e-07, 5.4737065e-07, 5.8294187e-07, 
    -  6.2082472e-07, 6.6116941e-07, 7.0413592e-07, 7.4989464e-07, 
    -  7.9862701e-07, 8.5052630e-07, 9.0579828e-07, 9.6466216e-07, 
    -  1.0273513e-06, 1.0941144e-06, 1.1652161e-06, 1.2409384e-06, 
    -  1.3215816e-06, 1.4074654e-06, 1.4989305e-06, 1.5963394e-06, 
    -  1.7000785e-06, 1.8105592e-06, 1.9282195e-06, 2.0535261e-06, 
    -  2.1869758e-06, 2.3290978e-06, 2.4804557e-06, 2.6416497e-06, 
    -  2.8133190e-06, 2.9961443e-06, 3.1908506e-06, 3.3982101e-06, 
    -  3.6190449e-06, 3.8542308e-06, 4.1047004e-06, 4.3714470e-06, 
    -  4.6555282e-06, 4.9580707e-06, 5.2802740e-06, 5.6234160e-06, 
    -  5.9888572e-06, 6.3780469e-06, 6.7925283e-06, 7.2339451e-06, 
    -  7.7040476e-06, 8.2047000e-06, 8.7378876e-06, 9.3057248e-06, 
    -  9.9104632e-06, 1.0554501e-05, 1.1240392e-05, 1.1970856e-05, 
    -  1.2748789e-05, 1.3577278e-05, 1.4459606e-05, 1.5399272e-05, 
    -  1.6400004e-05, 1.7465768e-05, 1.8600792e-05, 1.9809576e-05, 
    -  2.1096914e-05, 2.2467911e-05, 2.3928002e-05, 2.5482978e-05, 
    -  2.7139006e-05, 2.8902651e-05, 3.0780908e-05, 3.2781225e-05, 
    -  3.4911534e-05, 3.7180282e-05, 3.9596466e-05, 4.2169667e-05, 
    -  4.4910090e-05, 4.7828601e-05, 5.0936773e-05, 5.4246931e-05, 
    -  5.7772202e-05, 6.1526565e-05, 6.5524908e-05, 6.9783085e-05, 
    -  7.4317983e-05, 7.9147585e-05, 8.4291040e-05, 8.9768747e-05, 
    -  9.5602426e-05, 0.00010181521, 0.00010843174, 0.00011547824, 
    -  0.00012298267, 0.00013097477, 0.00013948625, 0.00014855085, 
    -  0.00015820453, 0.00016848555, 0.00017943469, 0.00019109536, 
    -  0.00020351382, 0.00021673929, 0.00023082423, 0.00024582449, 
    -  0.00026179955, 0.00027881276, 0.00029693158, 0.00031622787, 
    -  0.00033677814, 0.00035866388, 0.00038197188, 0.00040679456, 
    -  0.00043323036, 0.00046138411, 0.00049136745, 0.00052329927, 
    -  0.00055730621, 0.00059352311, 0.00063209358, 0.00067317058, 
    -  0.00071691700, 0.00076350630, 0.00081312324, 0.00086596457, 
    -  0.00092223983, 0.00098217216, 0.0010459992,  0.0011139742, 
    -  0.0011863665,  0.0012634633,  0.0013455702,  0.0014330129, 
    -  0.0015261382,  0.0016253153,  0.0017309374,  0.0018434235, 
    -  0.0019632195,  0.0020908006,  0.0022266726,  0.0023713743, 
    -  0.0025254795,  0.0026895994,  0.0028643847,  0.0030505286, 
    -  0.0032487691,  0.0034598925,  0.0036847358,  0.0039241906, 
    -  0.0041792066,  0.0044507950,  0.0047400328,  0.0050480668, 
    -  0.0053761186,  0.0057254891,  0.0060975636,  0.0064938176, 
    -  0.0069158225,  0.0073652516,  0.0078438871,  0.0083536271, 
    -  0.0088964928,  0.009474637,   0.010090352,   0.010746080, 
    -  0.011444421,   0.012188144,   0.012980198,   0.013823725, 
    -  0.014722068,   0.015678791,   0.016697687,   0.017782797, 
    -  0.018938423,   0.020169149,   0.021479854,   0.022875735, 
    -  0.024362330,   0.025945531,   0.027631618,   0.029427276, 
    -  0.031339626,   0.033376252,   0.035545228,   0.037855157, 
    -  0.040315199,   0.042935108,   0.045725273,   0.048696758, 
    -  0.051861348,   0.055231591,   0.058820850,   0.062643361, 
    -  0.066714279,   0.071049749,   0.075666962,   0.080584227, 
    -  0.085821044,   0.091398179,   0.097337747,   0.10366330, 
    -  0.11039993,    0.11757434,    0.12521498,    0.13335215, 
    -  0.14201813,    0.15124727,    0.16107617,    0.17154380, 
    -  0.18269168,    0.19456402,    0.20720788,    0.22067342, 
    -  0.23501402,    0.25028656,    0.26655159,    0.28387361, 
    -  0.30232132,    0.32196786,    0.34289114,    0.36517414, 
    -  0.38890521,    0.41417847,    0.44109412,    0.46975890, 
    -  0.50028648,    0.53279791,    0.56742212,    0.60429640, 
    -  0.64356699,    0.68538959,    0.72993007,    0.77736504, 
    -  0.82788260,    0.88168307,    0.9389798,     1.
    -
    - - - - - + + + + + +Ogg Vorbis Documentation + + + + + + + + + +

    Ogg Vorbis I format specification: floor1_inverse_dB_table

    + +

    The vector [floor1_inverse_dB_table] is a 256 element static +lookup table consiting of the following values (read left to right +then top to bottom):

    + +
    +  1.0649863e-07, 1.1341951e-07, 1.2079015e-07, 1.2863978e-07, 
    +  1.3699951e-07, 1.4590251e-07, 1.5538408e-07, 1.6548181e-07, 
    +  1.7623575e-07, 1.8768855e-07, 1.9988561e-07, 2.1287530e-07, 
    +  2.2670913e-07, 2.4144197e-07, 2.5713223e-07, 2.7384213e-07, 
    +  2.9163793e-07, 3.1059021e-07, 3.3077411e-07, 3.5226968e-07, 
    +  3.7516214e-07, 3.9954229e-07, 4.2550680e-07, 4.5315863e-07, 
    +  4.8260743e-07, 5.1396998e-07, 5.4737065e-07, 5.8294187e-07, 
    +  6.2082472e-07, 6.6116941e-07, 7.0413592e-07, 7.4989464e-07, 
    +  7.9862701e-07, 8.5052630e-07, 9.0579828e-07, 9.6466216e-07, 
    +  1.0273513e-06, 1.0941144e-06, 1.1652161e-06, 1.2409384e-06, 
    +  1.3215816e-06, 1.4074654e-06, 1.4989305e-06, 1.5963394e-06, 
    +  1.7000785e-06, 1.8105592e-06, 1.9282195e-06, 2.0535261e-06, 
    +  2.1869758e-06, 2.3290978e-06, 2.4804557e-06, 2.6416497e-06, 
    +  2.8133190e-06, 2.9961443e-06, 3.1908506e-06, 3.3982101e-06, 
    +  3.6190449e-06, 3.8542308e-06, 4.1047004e-06, 4.3714470e-06, 
    +  4.6555282e-06, 4.9580707e-06, 5.2802740e-06, 5.6234160e-06, 
    +  5.9888572e-06, 6.3780469e-06, 6.7925283e-06, 7.2339451e-06, 
    +  7.7040476e-06, 8.2047000e-06, 8.7378876e-06, 9.3057248e-06, 
    +  9.9104632e-06, 1.0554501e-05, 1.1240392e-05, 1.1970856e-05, 
    +  1.2748789e-05, 1.3577278e-05, 1.4459606e-05, 1.5399272e-05, 
    +  1.6400004e-05, 1.7465768e-05, 1.8600792e-05, 1.9809576e-05, 
    +  2.1096914e-05, 2.2467911e-05, 2.3928002e-05, 2.5482978e-05, 
    +  2.7139006e-05, 2.8902651e-05, 3.0780908e-05, 3.2781225e-05, 
    +  3.4911534e-05, 3.7180282e-05, 3.9596466e-05, 4.2169667e-05, 
    +  4.4910090e-05, 4.7828601e-05, 5.0936773e-05, 5.4246931e-05, 
    +  5.7772202e-05, 6.1526565e-05, 6.5524908e-05, 6.9783085e-05, 
    +  7.4317983e-05, 7.9147585e-05, 8.4291040e-05, 8.9768747e-05, 
    +  9.5602426e-05, 0.00010181521, 0.00010843174, 0.00011547824, 
    +  0.00012298267, 0.00013097477, 0.00013948625, 0.00014855085, 
    +  0.00015820453, 0.00016848555, 0.00017943469, 0.00019109536, 
    +  0.00020351382, 0.00021673929, 0.00023082423, 0.00024582449, 
    +  0.00026179955, 0.00027881276, 0.00029693158, 0.00031622787, 
    +  0.00033677814, 0.00035866388, 0.00038197188, 0.00040679456, 
    +  0.00043323036, 0.00046138411, 0.00049136745, 0.00052329927, 
    +  0.00055730621, 0.00059352311, 0.00063209358, 0.00067317058, 
    +  0.00071691700, 0.00076350630, 0.00081312324, 0.00086596457, 
    +  0.00092223983, 0.00098217216, 0.0010459992,  0.0011139742, 
    +  0.0011863665,  0.0012634633,  0.0013455702,  0.0014330129, 
    +  0.0015261382,  0.0016253153,  0.0017309374,  0.0018434235, 
    +  0.0019632195,  0.0020908006,  0.0022266726,  0.0023713743, 
    +  0.0025254795,  0.0026895994,  0.0028643847,  0.0030505286, 
    +  0.0032487691,  0.0034598925,  0.0036847358,  0.0039241906, 
    +  0.0041792066,  0.0044507950,  0.0047400328,  0.0050480668, 
    +  0.0053761186,  0.0057254891,  0.0060975636,  0.0064938176, 
    +  0.0069158225,  0.0073652516,  0.0078438871,  0.0083536271, 
    +  0.0088964928,  0.009474637,   0.010090352,   0.010746080, 
    +  0.011444421,   0.012188144,   0.012980198,   0.013823725, 
    +  0.014722068,   0.015678791,   0.016697687,   0.017782797, 
    +  0.018938423,   0.020169149,   0.021479854,   0.022875735, 
    +  0.024362330,   0.025945531,   0.027631618,   0.029427276, 
    +  0.031339626,   0.033376252,   0.035545228,   0.037855157, 
    +  0.040315199,   0.042935108,   0.045725273,   0.048696758, 
    +  0.051861348,   0.055231591,   0.058820850,   0.062643361, 
    +  0.066714279,   0.071049749,   0.075666962,   0.080584227, 
    +  0.085821044,   0.091398179,   0.097337747,   0.10366330, 
    +  0.11039993,    0.11757434,    0.12521498,    0.13335215, 
    +  0.14201813,    0.15124727,    0.16107617,    0.17154380, 
    +  0.18269168,    0.19456402,    0.20720788,    0.22067342, 
    +  0.23501402,    0.25028656,    0.26655159,    0.28387361, 
    +  0.30232132,    0.32196786,    0.34289114,    0.36517414, 
    +  0.38890521,    0.41417847,    0.44109412,    0.46975890, 
    +  0.50028648,    0.53279791,    0.56742212,    0.60429640, 
    +  0.64356699,    0.68538959,    0.72993007,    0.77736504, 
    +  0.82788260,    0.88168307,    0.9389798,     1.
    +
    + + + + + diff --git a/doc/framing.html b/doc/framing.html index 91b8bb8a..22b3838f 100644 --- a/doc/framing.html +++ b/doc/framing.html @@ -1,433 +1,431 @@ - - - - - -Ogg Vorbis Documentation - - - - - - - - - -

    Ogg logical bitstream framing

    - -

    Ogg bitstreams

    - -

    The Ogg transport bitstream is designed to provide framing, error -protection and seeking structure for higher-level codec streams that -consist of raw, unencapsulated data packets, such as the Vorbis audio -codec or Tarkin video codec.

    - -

    Application example: Vorbis

    - -

    Vorbis encodes short-time blocks of PCM data into raw packets of -bit-packed data. These raw packets may be used directly by transport -mechanisms that provide their own framing and packet-separation -mechanisms (such as UDP datagrams). For stream based storage (such as -files) and transport (such as TCP streams or pipes), Vorbis uses the -Ogg bitstream format to provide framing/sync, sync recapture -after error, landmarks during seeking, and enough information to -properly separate data back into packets at the original packet -boundaries without relying on decoding to find packet boundaries.

    - -

    Design constraints for Ogg bitstreams

    - -
      -
    1. True streaming; we must not need to seek to build a 100% - complete bitstream.
    2. -
    3. Use no more than approximately 1-2% of bitstream bandwidth for - packet boundary marking, high-level framing, sync and seeking.
    4. -
    5. Specification of absolute position within the original sample - stream.
    6. -
    7. Simple mechanism to ease limited editing, such as a simplified - concatenation mechanism.
    8. -
    9. Detection of corruption, recapture after error and direct, random - access to data at arbitrary positions in the bitstream.
    10. -
    - -

    Logical and Physical Bitstreams

    - -

    A logical Ogg bitstream is a contiguous stream of -sequential pages belonging only to the logical bitstream. A -physical Ogg bitstream is constructed from one or more -than one logical Ogg bitstream (the simplest physical bitstream -is simply a single logical bitstream). We describe below the exact -formatting of an Ogg logical bitstream. Combining logical -bitstreams into more complex physical bitstreams is described in the -Ogg bitstream overview. The exact -mapping of raw Vorbis packets into a valid Ogg Vorbis physical -bitstream is described in Vorbis -bitstream mapping.

    - -

    Bitstream structure

    - -

    An Ogg stream is structured by dividing incoming packets into -segments of up to 255 bytes and then wrapping a group of contiguous -packet segments into a variable length page preceded by a page -header. Both the header size and page size are variable; the page -header contains sizing information and checksum data to determine -header/page size and data integrity.

    - -

    The bitstream is captured (or recaptured) by looking for the beginning -of a page, specifically the capture pattern. Once the capture pattern -is found, the decoder verifies page sync and integrity by computing -and comparing the checksum. At that point, the decoder can extract the -packets themselves.

    - -

    Packet segmentation

    - -

    Packets are logically divided into multiple segments before encoding -into a page. Note that the segmentation and fragmentation process is a -logical one; it's used to compute page header values and the original -page data need not be disturbed, even when a packet spans page -boundaries.

    - -

    The raw packet is logically divided into [n] 255 byte segments and a -last fractional segment of < 255 bytes. A packet size may well -consist only of the trailing fractional segment, and a fractional -segment may be zero length. These values, called "lacing values" are -then saved and placed into the header segment table.

    - -

    An example should make the basic concept clear:

    - -
    -
    -raw packet:
    -  ___________________________________________
    - |______________packet data__________________| 753 bytes
    -
    -lacing values for page header segment table: 255,255,243
    -
    -
    - -

    We simply add the lacing values for the total size; the last lacing -value for a packet is always the value that is less than 255. Note -that this encoding both avoids imposing a maximum packet size as well -as imposing minimum overhead on small packets (as opposed to, eg, -simply using two bytes at the head of every packet and having a max -packet size of 32k. Small packets (<255, the typical case) are -penalized with twice the segmentation overhead). Using the lacing -values as suggested, small packets see the minimum possible -byte-aligned overheade (1 byte) and large packets, over 512 bytes or -so, see a fairly constant ~.5% overhead on encoding space.

    - -

    Note that a lacing value of 255 implies that a second lacing value -follows in the packet, and a value of < 255 marks the end of the -packet after that many additional bytes. A packet of 255 bytes (or a -multiple of 255 bytes) is terminated by a lacing value of 0:

    - -
    
    -raw packet:
    -  _______________________________
    - |________packet data____________|          255 bytes
    -
    -lacing values: 255, 0
    -
    - -

    Note also that a 'nil' (zero length) packet is not an error; it -consists of nothing more than a lacing value of zero in the header.

    - -

    Packets spanning pages

    - -

    Packets are not restricted to beginning and ending within a page, -although individual segments are, by definition, required to do so. -Packets are not restricted to a maximum size, although excessively -large packets in the data stream are discouraged; the Ogg -bitstream specification strongly recommends nominal page size of -approximately 4-8kB (large packets are foreseen as being useful for -initialization data at the beginning of a logical bitstream).

    - -

    After segmenting a packet, the encoder may decide not to place all the -resulting segments into the current page; to do so, the encoder places -the lacing values of the segments it wishes to belong to the current -page into the current segment table, then finishes the page. The next -page is begun with the first value in the segment table belonging to -the next packet segment, thus continuing the packet (data in the -packet body must also correspond properly to the lacing values in the -spanned pages. The segment data in the first packet corresponding to -the lacing values of the first page belong in that page; packet -segments listed in the segment table of the following page must begin -the page body of the subsequent page).

    - -

    The last mechanic to spanning a page boundary is to set the header -flag in the new page to indicate that the first lacing value in the -segment table continues rather than begins a packet; a header flag of -0x01 is set to indicate a continued packet. Although mandatory, it -is not actually algorithmically necessary; one could inspect the -preceding segment table to determine if the packet is new or -continued. Adding the information to the packet_header flag allows a -simpler design (with no overhead) that needs only inspect the current -page header after frame capture. This also allows faster error -recovery in the event that the packet originates in a corrupt -preceding page, implying that the previous page's segment table -cannot be trusted.

    - -

    Note that a packet can span an arbitrary number of pages; the above -spanning process is repeated for each spanned page boundary. Also a -'zero termination' on a packet size that is an even multiple of 255 -must appear even if the lacing value appears in the next page as a -zero-length continuation of the current packet. The header flag -should be set to 0x01 to indicate that the packet spanned, even though -the span is a nil case as far as data is concerned.

    - -

    The encoding looks odd, but is properly optimized for speed and the -expected case of the majority of packets being between 50 and 200 -bytes (note that it is designed such that packets of wildly different -sizes can be handled within the model; placing packet size -restrictions on the encoder would have only slightly simplified design -in page generation and increased overall encoder complexity).

    - -

    The main point behind tracking individual packets (and packet -segments) is to allow more flexible encoding tricks that requiring -explicit knowledge of packet size. An example is simple bandwidth -limiting, implemented by simply truncating packets in the nominal case -if the packet is arranged so that the least sensitive portion of the -data comes last.

    - -

    Page header

    - -

    The headering mechanism is designed to avoid copying and re-assembly -of the packet data (ie, making the packet segmentation process a -logical one); the header can be generated directly from incoming -packet data. The encoder buffers packet data until it finishes a -complete page at which point it writes the header followed by the -buffered packet segments.

    - -

    capture_pattern

    - -

    A header begins with a capture pattern that simplifies identifying -pages; once the decoder has found the capture pattern it can do a more -intensive job of verifying that it has in fact found a page boundary -(as opposed to an inadvertent coincidence in the byte stream).

    - -
    
    - byte value
    -
    -  0  0x4f 'O'
    -  1  0x67 'g'
    -  2  0x67 'g'
    -  3  0x53 'S'  
    -
    - -

    stream_structure_version

    - -

    The capture pattern is followed by the stream structure revision:

    - -
    
    - byte value
    -
    -  4  0x00
    -
    - -

    header_type_flag

    - -

    The header type flag identifies this page's context in the bitstream:

    - -
    
    - byte value
    -
    -  5  bitflags: 0x01: unset = fresh packet
    -	               set = continued packet
    -	       0x02: unset = not first page of logical bitstream
    -                       set = first page of logical bitstream (bos)
    -	       0x04: unset = not last page of logical bitstream
    -                       set = last page of logical bitstream (eos)
    -
    - -

    absolute granule position

    - -

    (This is packed in the same way the rest of Ogg data is packed; LSb -of LSB first. Note that the 'position' data specifies a 'sample' -number (eg, in a CD quality sample is four octets, 16 bits for left -and 16 bits for right; in video it would likely be the frame number. -It is up to the specific codec in use to define the semantic meaning -of the granule position value). The position specified is the total -samples encoded after including all packets finished on this page -(packets begun on this page but continuing on to the next page do not -count). The rationale here is that the position specified in the -frame header of the last page tells how long the data coded by the -bitstream is. A truncated stream will still return the proper number -of samples that can be decoded fully.

    - -

    A special value of '-1' (in two's complement) indicates that no packets -finish on this page.

    - -
    
    - byte value
    -
    -  6  0xXX LSB
    -  7  0xXX
    -  8  0xXX
    -  9  0xXX
    - 10  0xXX
    - 11  0xXX
    - 12  0xXX
    - 13  0xXX MSB
    -
    - -

    stream serial number

    - -

    Ogg allows for separate logical bitstreams to be mixed at page -granularity in a physical bitstream. The most common case would be -sequential arrangement, but it is possible to interleave pages for -two separate bitstreams to be decoded concurrently. The serial -number is the means by which pages physical pages are associated with -a particular logical stream. Each logical stream must have a unique -serial number within a physical stream:

    - -
    
    - byte value
    -
    - 14  0xXX LSB
    - 15  0xXX
    - 16  0xXX
    - 17  0xXX MSB
    -
    - -

    page sequence no

    - -

    Page counter; lets us know if a page is lost (useful where packets -span page boundaries).

    - -
    
    - byte value
    -
    - 18  0xXX LSB
    - 19  0xXX
    - 20  0xXX
    - 21  0xXX MSB
    -
    - -

    page checksum

    - -

    32 bit CRC value (direct algorithm, initial val and final XOR = 0, -generator polynomial=0x04c11db7). The value is computed over the -entire header (with the CRC field in the header set to zero) and then -continued over the page. The CRC field is then filled with the -computed value.

    - -

    (A thorough discussion of CRC algorithms can be found in "A -Painless Guide to CRC Error Detection Algorithms" by Ross -Williams ross@guest.adelaide.edu.au.)

    - -
    
    - byte value
    -
    - 22  0xXX LSB
    - 23  0xXX
    - 24  0xXX
    - 25  0xXX MSB
    -
    - -

    page_segments

    - -

    The number of segment entries to appear in the segment table. The -maximum number of 255 segments (255 bytes each) sets the maximum -possible physical page size at 65307 bytes or just under 64kB (thus -we know that a header corrupted so as destroy sizing/alignment -information will not cause a runaway bitstream. We'll read in the -page according to the corrupted size information that's guaranteed to -be a reasonable size regardless, notice the checksum mismatch, drop -sync and then look for recapture).

    - -
    
    - byte value
    -
    - 26 0x00-0xff (0-255)
    -
    - -

    segment_table (containing packet lacing values)

    - -

    The lacing values for each packet segment physically appearing in -this page are listed in contiguous order.

    - -
    
    - byte value
    -
    - 27 0x00-0xff (0-255)
    - [...]
    - n  0x00-0xff (0-255, n=page_segments+26)
    -
    - -

    Total page size is calculated directly from the known header size and -lacing values in the segment table. Packet data segments follow -immediately after the header.

    - -

    Page headers typically impose a flat .25-.5% space overhead assuming -nominal ~8k page sizes. The segmentation table needed for exact -packet recovery in the streaming layer adds approximately .5-1% -nominal assuming expected encoder behavior in the 44.1kHz, 128kbps -stereo encodings.

    - - - - - + + + + + +Ogg Vorbis Documentation + + + + + + + + + +

    Ogg logical bitstream framing

    + +

    Ogg bitstreams

    + +

    The Ogg transport bitstream is designed to provide framing, error +protection and seeking structure for higher-level codec streams that +consist of raw, unencapsulated data packets, such as the Vorbis audio +codec or Theora video codec.

    + +

    Application example: Vorbis

    + +

    Vorbis encodes short-time blocks of PCM data into raw packets of +bit-packed data. These raw packets may be used directly by transport +mechanisms that provide their own framing and packet-separation +mechanisms (such as UDP datagrams). For stream based storage (such as +files) and transport (such as TCP streams or pipes), Vorbis uses the +Ogg bitstream format to provide framing/sync, sync recapture +after error, landmarks during seeking, and enough information to +properly separate data back into packets at the original packet +boundaries without relying on decoding to find packet boundaries.

    + +

    Design constraints for Ogg bitstreams

    + +
      +
    1. True streaming; we must not need to seek to build a 100% + complete bitstream.
    2. +
    3. Use no more than approximately 1-2% of bitstream bandwidth for + packet boundary marking, high-level framing, sync and seeking.
    4. +
    5. Specification of absolute position within the original sample + stream.
    6. +
    7. Simple mechanism to ease limited editing, such as a simplified + concatenation mechanism.
    8. +
    9. Detection of corruption, recapture after error and direct, random + access to data at arbitrary positions in the bitstream.
    10. +
    + +

    Logical and Physical Bitstreams

    + +

    A logical Ogg bitstream is a contiguous stream of +sequential pages belonging only to the logical bitstream. A +physical Ogg bitstream is constructed from one or more +than one logical Ogg bitstream (the simplest physical bitstream +is simply a single logical bitstream). We describe below the exact +formatting of an Ogg logical bitstream. Combining logical +bitstreams into more complex physical bitstreams is described in the +Ogg bitstream overview. The exact +mapping of raw Vorbis packets into a valid Ogg Vorbis physical +bitstream is described in the Vorbis I Specification.

    + +

    Bitstream structure

    + +

    An Ogg stream is structured by dividing incoming packets into +segments of up to 255 bytes and then wrapping a group of contiguous +packet segments into a variable length page preceded by a page +header. Both the header size and page size are variable; the page +header contains sizing information and checksum data to determine +header/page size and data integrity.

    + +

    The bitstream is captured (or recaptured) by looking for the beginning +of a page, specifically the capture pattern. Once the capture pattern +is found, the decoder verifies page sync and integrity by computing +and comparing the checksum. At that point, the decoder can extract the +packets themselves.

    + +

    Packet segmentation

    + +

    Packets are logically divided into multiple segments before encoding +into a page. Note that the segmentation and fragmentation process is a +logical one; it's used to compute page header values and the original +page data need not be disturbed, even when a packet spans page +boundaries.

    + +

    The raw packet is logically divided into [n] 255 byte segments and a +last fractional segment of < 255 bytes. A packet size may well +consist only of the trailing fractional segment, and a fractional +segment may be zero length. These values, called "lacing values" are +then saved and placed into the header segment table.

    + +

    An example should make the basic concept clear:

    + +
    +
    +raw packet:
    +  ___________________________________________
    + |______________packet data__________________| 753 bytes
    +
    +lacing values for page header segment table: 255,255,243
    +
    +
    + +

    We simply add the lacing values for the total size; the last lacing +value for a packet is always the value that is less than 255. Note +that this encoding both avoids imposing a maximum packet size as well +as imposing minimum overhead on small packets (as opposed to, eg, +simply using two bytes at the head of every packet and having a max +packet size of 32k. Small packets (<255, the typical case) are +penalized with twice the segmentation overhead). Using the lacing +values as suggested, small packets see the minimum possible +byte-aligned overheade (1 byte) and large packets, over 512 bytes or +so, see a fairly constant ~.5% overhead on encoding space.

    + +

    Note that a lacing value of 255 implies that a second lacing value +follows in the packet, and a value of < 255 marks the end of the +packet after that many additional bytes. A packet of 255 bytes (or a +multiple of 255 bytes) is terminated by a lacing value of 0:

    + +
    
    +raw packet:
    +  _______________________________
    + |________packet data____________|          255 bytes
    +
    +lacing values: 255, 0
    +
    + +

    Note also that a 'nil' (zero length) packet is not an error; it +consists of nothing more than a lacing value of zero in the header.

    + +

    Packets spanning pages

    + +

    Packets are not restricted to beginning and ending within a page, +although individual segments are, by definition, required to do so. +Packets are not restricted to a maximum size, although excessively +large packets in the data stream are discouraged; the Ogg +bitstream specification strongly recommends nominal page size of +approximately 4-8kB (large packets are foreseen as being useful for +initialization data at the beginning of a logical bitstream).

    + +

    After segmenting a packet, the encoder may decide not to place all the +resulting segments into the current page; to do so, the encoder places +the lacing values of the segments it wishes to belong to the current +page into the current segment table, then finishes the page. The next +page is begun with the first value in the segment table belonging to +the next packet segment, thus continuing the packet (data in the +packet body must also correspond properly to the lacing values in the +spanned pages. The segment data in the first packet corresponding to +the lacing values of the first page belong in that page; packet +segments listed in the segment table of the following page must begin +the page body of the subsequent page).

    + +

    The last mechanic to spanning a page boundary is to set the header +flag in the new page to indicate that the first lacing value in the +segment table continues rather than begins a packet; a header flag of +0x01 is set to indicate a continued packet. Although mandatory, it +is not actually algorithmically necessary; one could inspect the +preceding segment table to determine if the packet is new or +continued. Adding the information to the packet_header flag allows a +simpler design (with no overhead) that needs only inspect the current +page header after frame capture. This also allows faster error +recovery in the event that the packet originates in a corrupt +preceding page, implying that the previous page's segment table +cannot be trusted.

    + +

    Note that a packet can span an arbitrary number of pages; the above +spanning process is repeated for each spanned page boundary. Also a +'zero termination' on a packet size that is an even multiple of 255 +must appear even if the lacing value appears in the next page as a +zero-length continuation of the current packet. The header flag +should be set to 0x01 to indicate that the packet spanned, even though +the span is a nil case as far as data is concerned.

    + +

    The encoding looks odd, but is properly optimized for speed and the +expected case of the majority of packets being between 50 and 200 +bytes (note that it is designed such that packets of wildly different +sizes can be handled within the model; placing packet size +restrictions on the encoder would have only slightly simplified design +in page generation and increased overall encoder complexity).

    + +

    The main point behind tracking individual packets (and packet +segments) is to allow more flexible encoding tricks that requiring +explicit knowledge of packet size. An example is simple bandwidth +limiting, implemented by simply truncating packets in the nominal case +if the packet is arranged so that the least sensitive portion of the +data comes last.

    + +

    Page header

    + +

    The headering mechanism is designed to avoid copying and re-assembly +of the packet data (ie, making the packet segmentation process a +logical one); the header can be generated directly from incoming +packet data. The encoder buffers packet data until it finishes a +complete page at which point it writes the header followed by the +buffered packet segments.

    + +

    capture_pattern

    + +

    A header begins with a capture pattern that simplifies identifying +pages; once the decoder has found the capture pattern it can do a more +intensive job of verifying that it has in fact found a page boundary +(as opposed to an inadvertent coincidence in the byte stream).

    + +
    
    + byte value
    +
    +  0  0x4f 'O'
    +  1  0x67 'g'
    +  2  0x67 'g'
    +  3  0x53 'S'  
    +
    + +

    stream_structure_version

    + +

    The capture pattern is followed by the stream structure revision:

    + +
    
    + byte value
    +
    +  4  0x00
    +
    + +

    header_type_flag

    + +

    The header type flag identifies this page's context in the bitstream:

    + +
    
    + byte value
    +
    +  5  bitflags: 0x01: unset = fresh packet
    +	               set = continued packet
    +	       0x02: unset = not first page of logical bitstream
    +                       set = first page of logical bitstream (bos)
    +	       0x04: unset = not last page of logical bitstream
    +                       set = last page of logical bitstream (eos)
    +
    + +

    absolute granule position

    + +

    (This is packed in the same way the rest of Ogg data is packed; LSb +of LSB first. Note that the 'position' data specifies a 'sample' +number (eg, in a CD quality sample is four octets, 16 bits for left +and 16 bits for right; in video it would likely be the frame number. +It is up to the specific codec in use to define the semantic meaning +of the granule position value). The position specified is the total +samples encoded after including all packets finished on this page +(packets begun on this page but continuing on to the next page do not +count). The rationale here is that the position specified in the +frame header of the last page tells how long the data coded by the +bitstream is. A truncated stream will still return the proper number +of samples that can be decoded fully.

    + +

    A special value of '-1' (in two's complement) indicates that no packets +finish on this page.

    + +
    
    + byte value
    +
    +  6  0xXX LSB
    +  7  0xXX
    +  8  0xXX
    +  9  0xXX
    + 10  0xXX
    + 11  0xXX
    + 12  0xXX
    + 13  0xXX MSB
    +
    + +

    stream serial number

    + +

    Ogg allows for separate logical bitstreams to be mixed at page +granularity in a physical bitstream. The most common case would be +sequential arrangement, but it is possible to interleave pages for +two separate bitstreams to be decoded concurrently. The serial +number is the means by which pages physical pages are associated with +a particular logical stream. Each logical stream must have a unique +serial number within a physical stream:

    + +
    
    + byte value
    +
    + 14  0xXX LSB
    + 15  0xXX
    + 16  0xXX
    + 17  0xXX MSB
    +
    + +

    page sequence no

    + +

    Page counter; lets us know if a page is lost (useful where packets +span page boundaries).

    + +
    
    + byte value
    +
    + 18  0xXX LSB
    + 19  0xXX
    + 20  0xXX
    + 21  0xXX MSB
    +
    + +

    page checksum

    + +

    32 bit CRC value (direct algorithm, initial val and final XOR = 0, +generator polynomial=0x04c11db7). The value is computed over the +entire header (with the CRC field in the header set to zero) and then +continued over the page. The CRC field is then filled with the +computed value.

    + +

    (A thorough discussion of CRC algorithms can be found in "A +Painless Guide to CRC Error Detection Algorithms" by Ross +Williams ross@ross.net.)

    + +
    
    + byte value
    +
    + 22  0xXX LSB
    + 23  0xXX
    + 24  0xXX
    + 25  0xXX MSB
    +
    + +

    page_segments

    + +

    The number of segment entries to appear in the segment table. The +maximum number of 255 segments (255 bytes each) sets the maximum +possible physical page size at 65307 bytes or just under 64kB (thus +we know that a header corrupted so as destroy sizing/alignment +information will not cause a runaway bitstream. We'll read in the +page according to the corrupted size information that's guaranteed to +be a reasonable size regardless, notice the checksum mismatch, drop +sync and then look for recapture).

    + +
    
    + byte value
    +
    + 26 0x00-0xff (0-255)
    +
    + +

    segment_table (containing packet lacing values)

    + +

    The lacing values for each packet segment physically appearing in +this page are listed in contiguous order.

    + +
    
    + byte value
    +
    + 27 0x00-0xff (0-255)
    + [...]
    + n  0x00-0xff (0-255, n=page_segments+26)
    +
    + +

    Total page size is calculated directly from the known header size and +lacing values in the segment table. Packet data segments follow +immediately after the header.

    + +

    Page headers typically impose a flat .25-.5% space overhead assuming +nominal ~8k page sizes. The segmentation table needed for exact +packet recovery in the streaming layer adds approximately .5-1% +nominal assuming expected encoder behavior in the 44.1kHz, 128kbps +stereo encodings.

    + + + + + diff --git a/doc/helper.html b/doc/helper.html index 5ad551ac..f8ff0c77 100644 --- a/doc/helper.html +++ b/doc/helper.html @@ -1,239 +1,239 @@ - - - - - -Ogg Vorbis Documentation - - - - - - - - - -

    Ogg Vorbis I format specification: helper equations

    - -

    Overview

    - -

    The equations below are used in multiple places by the Vorbis codec -specification. Rather than cluttering up the main specification -documents, they are defined here and linked in the main documents -where appropriate.

    - -

    ilog

    - -

    The "ilog(x)" function returns the position number (1 through n) of the -highest set bit in the two's complement integer value -[x]. Values of [x] less than zero are defined to return zero.

    - -
    -  1) [return_value] = 0;
    -  2) if ( [x] is greater than zero ){
    -      
    -       3) increment [return_value];
    -       4) logical shift [x] one bit to the right, padding the MSb with zero
    -       5) repeat at step 2)
    -
    -     }
    -
    -   6) done
    -
    - -

    Examples:

    - -
      -
    • ilog(0) = 0;
    • -
    • ilog(1) = 1;
    • -
    • ilog(2) = 2;
    • -
    • ilog(3) = 2;
    • -
    • ilog(4) = 3;
    • -
    • ilog(7) = 3;
    • -
    • ilog(negative number) = 0;
    • -
    - -

    float32_unpack

    - -

    "float32_unpack(x)" is intended to translate the packed binary -representation of a Vorbis codebook float value into the -representation used by the decoder for floating point numbers. For -purposes of this example, we will unpack a Vorbis float32 into a -host-native floating point number.

    - -
    -  1) [mantissa] = [x] bitwise AND 0x1fffff (unsigned result)
    -  2) [sign] = [x] bitwise AND 0x80000000 (unsigned result)
    -  3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result)
    -  4) if ( [sign] is nonzero ) then negate [mantissa]
    -  5) return [mantissa] * ( 2 ^ ( [exponent] - 788 ) )
    -
    - -

    lookup1_values

    - -

    "lookup1_values(codebook_entries,codebook_dimensions)" is used to -compute the correct length of the value index for a codebook VQ lookup -table of lookup type 1. The values on this list are permuted to -construct the VQ vector lookup table of size -[codebook_entries].

    - -

    The return value for this function is defined to be 'the greatest -integer value for which [return_value] to the power of -[codebook_dimensions] is less than or equal to -[codebook_entries]'.

    - -

    low_neighbor

    - -

    "low_neighbor(v,x)" finds the position n in vector [v] of -the greatest value scalar element for which n is less than -[x] and vector [v] element n is less -than vector [v] element [x].

    - -

    high_neighbor

    - -

    "high_neighbor(v,x)" finds the position n in vector [v] of -the lowest value scalar element for which n is less than -[x] and vector [v] element n is greater -than vector [v] element [x].

    - -

    render_point

    - -

    "render_point(x0,y0,x1,y1,X)" is used to find the Y value at point X -along the line specified by x0, x1, y0 and y1. This function uses an -integer algorithm to solve for the point directly without calculating -intervening values along the line.

    - -
    -  1)  [dy] = [y1] - [y0]
    -  2) [adx] = [x1] - [x0]
    -  3) [ady] = absolute value of [dy]
    -  4) [err] = [ady] * ([X] - [x0])
    -  5) [off] = [err] / [adx] using integer division
    -  6) if ( [dy] is less than zero ) {
    -
    -       7) [Y] = [y0] - [off]
    -
    -     } else {
    -
    -       8) [Y] = [y0] + [off]
    -  
    -     }
    -
    -  9) done
    -
    - -

    render_line

    - -

    Floor decode type one uses the integer line drawing algorithm of -"render_line(x0, y0, x1, y1, v)" to construct an integer floor -curve for contiguous piecewise line segments. Note that it has not -been relevant elsewhere, but here we must define integer division as -rounding division of both positive and negative numbers toward zero.

    - -
    -  1)   [dy] = [y1] - [y0]
    -  2)  [adx] = [x1] - [x0]
    -  3)  [ady] = absolute value of [dy]
    -  4) [base] = [dy] / [adx] using integer division
    -  5)    [x] = [x0]
    -  6)    [y] = [y0]
    -  7)  [err] = 0
    -
    -  8) if ( [dy] is less than 0 ) {
    -
    -        9) [sy] = [base] - 1
    -
    -     } else {
    -
    -       10) [sy] = [base] + 1
    -
    -     }
    -
    - 11) [ady] = [ady] - (absolute value of [base]) * [adx]
    - 12) vector [v] element [x] = [y]
    -
    - 13) iterate [x] over the range [x0]+1 ... [x1]-1 {
    -
    -       14) [err] = [err] + [ady];
    -       15) if ( [err] >= [adx] ) {
    -
    -             15) [err] = [err] - [adx]
    -             16)   [y] = [y] + [sy]
    -
    -           } else {
    -
    -             17) [y] = [y] + [base]
    -   
    -           }
    -
    -       18) vector [v] element [x] = [y]
    -
    -     }
    -
    - - - - - + + + + + +Ogg Vorbis Documentation + + + + + + + + + +

    Ogg Vorbis I format specification: helper equations

    + +

    Overview

    + +

    The equations below are used in multiple places by the Vorbis codec +specification. Rather than cluttering up the main specification +documents, they are defined here and linked in the main documents +where appropriate.

    + +

    ilog

    + +

    The "ilog(x)" function returns the position number (1 through n) of the +highest set bit in the two's complement integer value +[x]. Values of [x] less than zero are defined to return zero.

    + +
    +  1) [return_value] = 0;
    +  2) if ( [x] is greater than zero ){
    +      
    +       3) increment [return_value];
    +       4) logical shift [x] one bit to the right, padding the MSb with zero
    +       5) repeat at step 2)
    +
    +     }
    +
    +   6) done
    +
    + +

    Examples:

    + +
      +
    • ilog(0) = 0;
    • +
    • ilog(1) = 1;
    • +
    • ilog(2) = 2;
    • +
    • ilog(3) = 2;
    • +
    • ilog(4) = 3;
    • +
    • ilog(7) = 3;
    • +
    • ilog(negative number) = 0;
    • +
    + +

    float32_unpack

    + +

    "float32_unpack(x)" is intended to translate the packed binary +representation of a Vorbis codebook float value into the +representation used by the decoder for floating point numbers. For +purposes of this example, we will unpack a Vorbis float32 into a +host-native floating point number.

    + +
    +  1) [mantissa] = [x] bitwise AND 0x1fffff (unsigned result)
    +  2) [sign] = [x] bitwise AND 0x80000000 (unsigned result)
    +  3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result)
    +  4) if ( [sign] is nonzero ) then negate [mantissa]
    +  5) return [mantissa] * ( 2 ^ ( [exponent] - 788 ) )
    +
    + +

    lookup1_values

    + +

    "lookup1_values(codebook_entries,codebook_dimensions)" is used to +compute the correct length of the value index for a codebook VQ lookup +table of lookup type 1. The values on this list are permuted to +construct the VQ vector lookup table of size +[codebook_entries].

    + +

    The return value for this function is defined to be 'the greatest +integer value for which [return_value] to the power of +[codebook_dimensions] is less than or equal to +[codebook_entries]'.

    + +

    low_neighbor

    + +

    "low_neighbor(v,x)" finds the position n in vector [v] of +the greatest value scalar element for which n is less than +[x] and vector [v] element n is less +than vector [v] element [x].

    + +

    high_neighbor

    + +

    "high_neighbor(v,x)" finds the position n in vector [v] of +the lowest value scalar element for which n is less than +[x] and vector [v] element n is greater +than vector [v] element [x].

    + +

    render_point

    + +

    "render_point(x0,y0,x1,y1,X)" is used to find the Y value at point X +along the line specified by x0, x1, y0 and y1. This function uses an +integer algorithm to solve for the point directly without calculating +intervening values along the line.

    + +
    +  1)  [dy] = [y1] - [y0]
    +  2) [adx] = [x1] - [x0]
    +  3) [ady] = absolute value of [dy]
    +  4) [err] = [ady] * ([X] - [x0])
    +  5) [off] = [err] / [adx] using integer division
    +  6) if ( [dy] is less than zero ) {
    +
    +       7) [Y] = [y0] - [off]
    +
    +     } else {
    +
    +       8) [Y] = [y0] + [off]
    +  
    +     }
    +
    +  9) done
    +
    + +

    render_line

    + +

    Floor decode type one uses the integer line drawing algorithm of +"render_line(x0, y0, x1, y1, v)" to construct an integer floor +curve for contiguous piecewise line segments. Note that it has not +been relevant elsewhere, but here we must define integer division as +rounding division of both positive and negative numbers toward zero.

    + +
    +  1)   [dy] = [y1] - [y0]
    +  2)  [adx] = [x1] - [x0]
    +  3)  [ady] = absolute value of [dy]
    +  4) [base] = [dy] / [adx] using integer division
    +  5)    [x] = [x0]
    +  6)    [y] = [y0]
    +  7)  [err] = 0
    +
    +  8) if ( [dy] is less than 0 ) {
    +
    +        9) [sy] = [base] - 1
    +
    +     } else {
    +
    +       10) [sy] = [base] + 1
    +
    +     }
    +
    + 11) [ady] = [ady] - (absolute value of [base]) * [adx]
    + 12) vector [v] element [x] = [y]
    +
    + 13) iterate [x] over the range [x0]+1 ... [x1]-1 {
    +
    +       14) [err] = [err] + [ady];
    +       15) if ( [err] >= [adx] ) {
    +
    +             15) [err] = [err] - [adx]
    +             16)   [y] = [y] + [sy]
    +
    +           } else {
    +
    +             17) [y] = [y] + [base]
    +   
    +           }
    +
    +       18) vector [v] element [x] = [y]
    +
    +     }
    +
    + + + + + diff --git a/doc/index.html b/doc/index.html index 26de6e14..f4065e45 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,114 +1,114 @@ - - - - - -Ogg Vorbis Documentation - - - - - - - - - -

    Ogg Vorbis Documentation

    - -

    Vorbis technical discussion documents

    - - -

    Ogg Vorbis I specification

    - - - -

    Ogg Vorbis programming documents

    - - - -

    Ogg bitstream documentation

    - - - - - - - + + + + + +Ogg Vorbis Documentation + + + + + + + + + +

    Ogg Vorbis Documentation

    + +

    Vorbis technical discussion documents

    + + +

    Ogg Vorbis I specification

    + + + +

    Ogg Vorbis programming documents

    + + + +

    Ogg bitstream documentation

    + + + + + + + diff --git a/doc/oggstream.html b/doc/oggstream.html index 9d438311..0d12d365 100644 --- a/doc/oggstream.html +++ b/doc/oggstream.html @@ -1,234 +1,234 @@ - - - - - -Ogg Vorbis Documentation - - - - - - - - - -

    Ogg logical and physical bitstream overview

    - -

    Ogg bitstreams

    - -

    Ogg codecs use octet vectors of raw, compressed data -(packets). These compressed packets do not have any -high-level structure or boundary information; strung together, they -appear to be streams of random bytes with no landmarks.

    - -

    Raw packets may be used directly by transport mechanisms that provide -their own framing and packet-separation mechanisms (such as UDP -datagrams). For stream based storage (such as files) and transport -(such as TCP streams or pipes), Vorbis and other future Ogg codecs use -the Ogg bitstream format to provide framing/sync, sync recapture -after error, landmarks during seeking, and enough information to -properly separate data back into packets at the original packet -boundaries without relying on decoding to find packet boundaries.

    - -

    Logical and physical bitstreams

    - -

    Raw packets are grouped and encoded into contiguous pages of -structured bitstream data called logical bitstreams. A -logical bitstream consists of pages, in order, belonging to a single -codec instance. Each page is a self contained entity (although it is -possible that a packet may be split and encoded across one or more -pages); that is, the page decode mechanism is designed to recognize, -verify and handle single pages at a time from the overall bitstream.

    - -

    Multiple logical bitstreams can be combined (with restrictions) into a -single physical bitstream. A physical bitstream consists of -multiple logical bitstreams multiplexed at the page level and may -include a 'meta-header' at the beginning of the multiplexed logical -stream that serves as identification magic. Whole pages are taken in -order from multiple logical bitstreams and combined into a single -physical stream of pages. The decoder reconstructs the original -logical bitstreams from the physical bitstream by taking the pages in -order from the physical bitstream and redirecting them into the -appropriate logical decoding entity. The simplest physical bitstream -is a single, unmultiplexed logical bitstream with no meta-header; this -is referred to as a 'degenerate stream'.

    - -

    Ogg Logical Bitstream Framing discusses -the page format of an Ogg bitstream, the packet coding process -and logical bitstreams in detail. The remainder of this document -specifies requirements for constructing finished, physical Ogg -bitstreams.

    - -

    Mapping Restrictions

    - -

    Logical bitstreams may not be mapped/multiplexed into physical -bitstreams without restriction. Here we discuss design restrictions -on Ogg physical bitstreams in general, mostly to introduce -design rationale. Each 'media' format defines its own (generally more -restrictive) mapping. An 'Ogg Vorbis Audio Bitstream', for example, has a -specific physical bitstream structure. -An 'Ogg A/V' bitstream (not currently specified) will also mandate a -specific, restricted physical bitstream format.

    - -

    additional end-to-end structure

    - -

    The framing specification defines -'beginning of stream' and 'end of stream' page markers via a header -flag (it is possible for a stream to consist of a single page). A -stream always consists of an integer number of pages, an easy -requirement given the variable size nature of pages.

    - -

    In addition to the header flag marking the first and last pages of a -logical bitstream, the first page of an Ogg bitstream obeys -additional restrictions. Each individual media mapping specifies its -own implementation details regarding these restrictions.

    - -

    The first page of a logical Ogg bitstream consists of a single, -small 'initial header' packet that includes sufficient information to -identify the exact CODEC type and media requirements of the logical -bitstream. The intent of this restriction is to simplify identifying -the bitstream type and content; for a given media type (or across all -Ogg media types) we can know that we only need a small, fixed -amount of data to uniquely identify the bitstream type.

    - -

    As an example, Ogg Vorbis places the name and revision of the Vorbis -CODEC, the audio rate and the audio quality into this initial header, -thus simplifying vastly the certain identification of an Ogg Vorbis -audio bitstream.

    - -

    sequential multiplexing (chaining)

    - -

    The simplest form of logical bitstream multiplexing is concatenation -(chaining). Complete logical bitstreams are strung -one-after-another in order. The bitstreams do not overlap; the final -page of a given logical bitstream is immediately followed by the -initial page of the next. Chaining is the only logical->physical -mapping allowed by Ogg Vorbis.

    - -

    Each chained logical bitstream must have a unique serial number within -the scope of the physical bitstream.

    - -

    concurrent multiplexing (grouping)

    - -

    Logical bitstreams may also be multiplexed 'in parallel' -(grouped). An example of grouping would be to allow -streaming of separate audio and video streams, using different codecs -and different logical bitstreams, in the same physical bitstream. -Whole pages from multiple logical bitstreams are mixed together.

    - -

    The initial pages of each logical bitstream must appear first; the -media mapping specifies the order of the initial pages. For example, -Ogg A/V will eventually specify an Ogg video bitstream with -audio. The mapping may specify that the physical bitstream must begin -with the initial page of a logical video bitstream, followed by the -initial page of an audio stream. Unlike initial pages, terminal pages -for the logical bitstreams need not all occur contiguously (although a -specific media mapping may require this; it is not mandated by the -generic Ogg stream spec). Terminal pages may be 'nil' pages, -that is, pages containing no content but simply a page header with -position information and the 'last page of bitstream' flag set in the -page header.

    - -

    Each grouped bitstream must have a unique serial number within the -scope of the physical bitstream.

    - -

    sequential and concurrent multiplexing

    - -

    Groups of concurrently multiplexed bitstreams may be chained -consecutively. Such a physical bitstream obeys all the rules of both -grouped and chained multiplexed streams; the groups, when unchained , -must stand on their own as a valid concurrently multiplexed -bitstream.

    - -

    multiplexing example

    - -

    Below, we present an example of a grouped and chained bitstream:

    - -

    stream

    - -

    In this example, we see pages from five total logical bitstreams -multiplexed into a physical bitstream. Note the following -characteristics:

    - -
      -
    1. Grouped bitstreams begin together; all of the initial pages -must appear before any data pages. When concurrently multiplexed -groups are chained, the new group does not begin until all the -bitstreams in the previous group have terminated.
    2. - -
    3. The pages of concurrently multiplexed bitstreams need not conform -to a regular order; the only requirement is that page n of a -logical bitstream follow page n-1 in the physical bitstream. -There are no restrictions on intervening pages belonging to other -logical bitstreams. (Tying page appearance to bitrate demands is one -logical strategy, ie, the page appears at the chronological point -where decode requires more information).
    4. -
    - - - - - + + + + + +Ogg Vorbis Documentation + + + + + + + + + +

    Ogg logical and physical bitstream overview

    + +

    Ogg bitstreams

    + +

    Ogg codecs use octet vectors of raw, compressed data +(packets). These compressed packets do not have any +high-level structure or boundary information; strung together, they +appear to be streams of random bytes with no landmarks.

    + +

    Raw packets may be used directly by transport mechanisms that provide +their own framing and packet-separation mechanisms (such as UDP +datagrams). For stream based storage (such as files) and transport +(such as TCP streams or pipes), Vorbis and other future Ogg codecs use +the Ogg bitstream format to provide framing/sync, sync recapture +after error, landmarks during seeking, and enough information to +properly separate data back into packets at the original packet +boundaries without relying on decoding to find packet boundaries.

    + +

    Logical and physical bitstreams

    + +

    Raw packets are grouped and encoded into contiguous pages of +structured bitstream data called logical bitstreams. A +logical bitstream consists of pages, in order, belonging to a single +codec instance. Each page is a self contained entity (although it is +possible that a packet may be split and encoded across one or more +pages); that is, the page decode mechanism is designed to recognize, +verify and handle single pages at a time from the overall bitstream.

    + +

    Multiple logical bitstreams can be combined (with restrictions) into a +single physical bitstream. A physical bitstream consists of +multiple logical bitstreams multiplexed at the page level and may +include a 'meta-header' at the beginning of the multiplexed logical +stream that serves as identification magic. Whole pages are taken in +order from multiple logical bitstreams and combined into a single +physical stream of pages. The decoder reconstructs the original +logical bitstreams from the physical bitstream by taking the pages in +order from the physical bitstream and redirecting them into the +appropriate logical decoding entity. The simplest physical bitstream +is a single, unmultiplexed logical bitstream with no meta-header; this +is referred to as a 'degenerate stream'.

    + +

    Ogg Logical Bitstream Framing discusses +the page format of an Ogg bitstream, the packet coding process +and logical bitstreams in detail. The remainder of this document +specifies requirements for constructing finished, physical Ogg +bitstreams.

    + +

    Mapping Restrictions

    + +

    Logical bitstreams may not be mapped/multiplexed into physical +bitstreams without restriction. Here we discuss design restrictions +on Ogg physical bitstreams in general, mostly to introduce +design rationale. Each 'media' format defines its own (generally more +restrictive) mapping. An 'Ogg Vorbis Audio Bitstream', for example, has a +specific physical bitstream structure. +An 'Ogg A/V' bitstream (not currently specified) will also mandate a +specific, restricted physical bitstream format.

    + +

    additional end-to-end structure

    + +

    The framing specification defines +'beginning of stream' and 'end of stream' page markers via a header +flag (it is possible for a stream to consist of a single page). A +stream always consists of an integer number of pages, an easy +requirement given the variable size nature of pages.

    + +

    In addition to the header flag marking the first and last pages of a +logical bitstream, the first page of an Ogg bitstream obeys +additional restrictions. Each individual media mapping specifies its +own implementation details regarding these restrictions.

    + +

    The first page of a logical Ogg bitstream consists of a single, +small 'initial header' packet that includes sufficient information to +identify the exact CODEC type and media requirements of the logical +bitstream. The intent of this restriction is to simplify identifying +the bitstream type and content; for a given media type (or across all +Ogg media types) we can know that we only need a small, fixed +amount of data to uniquely identify the bitstream type.

    + +

    As an example, Ogg Vorbis places the name and revision of the Vorbis +CODEC, the audio rate and the audio quality into this initial header, +thus simplifying vastly the certain identification of an Ogg Vorbis +audio bitstream.

    + +

    sequential multiplexing (chaining)

    + +

    The simplest form of logical bitstream multiplexing is concatenation +(chaining). Complete logical bitstreams are strung +one-after-another in order. The bitstreams do not overlap; the final +page of a given logical bitstream is immediately followed by the +initial page of the next. Chaining is the only logical->physical +mapping allowed by Ogg Vorbis.

    + +

    Each chained logical bitstream must have a unique serial number within +the scope of the physical bitstream.

    + +

    concurrent multiplexing (grouping)

    + +

    Logical bitstreams may also be multiplexed 'in parallel' +(grouped). An example of grouping would be to allow +streaming of separate audio and video streams, using different codecs +and different logical bitstreams, in the same physical bitstream. +Whole pages from multiple logical bitstreams are mixed together.

    + +

    The initial pages of each logical bitstream must appear first; the +media mapping specifies the order of the initial pages. For example, +Ogg A/V will eventually specify an Ogg video bitstream with +audio. The mapping may specify that the physical bitstream must begin +with the initial page of a logical video bitstream, followed by the +initial page of an audio stream. Unlike initial pages, terminal pages +for the logical bitstreams need not all occur contiguously (although a +specific media mapping may require this; it is not mandated by the +generic Ogg stream spec). Terminal pages may be 'nil' pages, +that is, pages containing no content but simply a page header with +position information and the 'last page of bitstream' flag set in the +page header.

    + +

    Each grouped bitstream must have a unique serial number within the +scope of the physical bitstream.

    + +

    sequential and concurrent multiplexing

    + +

    Groups of concurrently multiplexed bitstreams may be chained +consecutively. Such a physical bitstream obeys all the rules of both +grouped and chained multiplexed streams; the groups, when unchained , +must stand on their own as a valid concurrently multiplexed +bitstream.

    + +

    multiplexing example

    + +

    Below, we present an example of a grouped and chained bitstream:

    + +

    stream

    + +

    In this example, we see pages from five total logical bitstreams +multiplexed into a physical bitstream. Note the following +characteristics:

    + +
      +
    1. Grouped bitstreams begin together; all of the initial pages +must appear before any data pages. When concurrently multiplexed +groups are chained, the new group does not begin until all the +bitstreams in the previous group have terminated.
    2. + +
    3. The pages of concurrently multiplexed bitstreams need not conform +to a regular order; the only requirement is that page n of a +logical bitstream follow page n-1 in the physical bitstream. +There are no restrictions on intervening pages belonging to other +logical bitstreams. (Tying page appearance to bitrate demands is one +logical strategy, ie, the page appears at the chronological point +where decode requires more information).
    4. +
    + + + + + diff --git a/doc/programming.html b/doc/programming.html index 97ddb642..65ccb48a 100644 --- a/doc/programming.html +++ b/doc/programming.html @@ -1,554 +1,554 @@ - - - - - -Ogg Vorbis Documentation - - - - - - - - - -

    Programming with Xiph.org libvorbis

    - -

    Description

    - -

    Libvorbis is the Xiph.org Foundation's portable Ogg Vorbis CODEC -implemented as a programmatic library. Libvorbis provides primitives -to handle framing and manipulation of Ogg bitstreams (used by the -Vorbis for streaming), a full analysis (encoding) interface as well as -packet decoding and synthesis for playback.

    - -

    The libvorbis library does not provide any system interface; a -full-featured demonstration player included with the library -distribtion provides example code for a variety of system interfaces -as well as a working example of using libvorbis in production code.

    - -

    Encoding Overview

    - -

    Decoding Overview

    - -

    Decoding a bitstream with libvorbis follows roughly the following -steps:

    - -
      -
    1. Frame the incoming bitstream into pages
    2. -
    3. Sort the pages by logical bitstream and buffer then into logical streams
    4. -
    5. Decompose the logical streams into raw packets
    6. -
    7. Reconstruct segments of the original data from each packet
    8. -
    9. Glue the reconstructed segments back into a decoded stream
    10. -
    - -

    Framing

    - -

    An Ogg bitstream is logically arranged into pages, but to decode -the pages, we have to find them first. The raw bitstream is first fed -into an ogg_sync_state buffer using ogg_sync_buffer() -and ogg_sync_wrote(). After each block we submit to the sync -buffer, we should check to see if we can frame and extract a complete -page or pages using ogg_sync_pageout(). Extra pages are -buffered; allowing them to build up in the ogg_sync_state -buffer will eventually exhaust memory.

    - -

    The Ogg pages returned from ogg_sync_pageout need not be -decoded further to be used as landmarks in seeking; seeking can be -either a rough process of simply jumping to approximately intuited -portions of the bitstream, or it can be a precise bisection process -that captures pages and inspects data position. When seeking, -however, sequential multiplexing (chaining) must be accounted for; -beginning play in a new logical bitstream requires initializing a -synthesis engine with the headers from that bitstream. Vorbis -bitstreams do not make use of concurent multiplexing (grouping).

    - -

    Sorting

    - -

    The pages produced by ogg_sync_pageout are then sorted by -serial number to seperate logical bitstreams. Initialize logical -bitstream buffers (og_stream_state) using -ogg_stream_init(). Pages are submitted to the matching -logical bitstream buffer using ogg_stream_pagein; the serial -number of the page and the stream buffer must match, or the page will -be rejected. A page submitted out of sequence will simply be noted, -and in the course of outputting packets, the hole will be flagged -(ogg_sync_pageout and ogg_stream_packetout will -return a negative value at positions where they had to recapture the -stream).

    - -

    Extracting packets

    - -

    After submitting page[s] to a logical stream, read available packets -using ogg_stream_packetout.

    - -

    Decoding packets

    - -

    Reassembling data segments

    - -

    Ogg Bitstream Manipulation Structures

    - -

    Two of the Ogg bitstream data structures are intended to be -transparent to the developer; the fields should be used directly.

    - -

    ogg_packet

    - -
    -typedef struct {
    -  unsigned char *packet;
    -  long  bytes;
    -  long  b_o_s;
    -  long  e_o_s;
    -
    -  size64 granulepos;
    -
    -} ogg_packet;
    -
    - -
    -
    packet:
    -
    a pointer to the byte data of the raw packet
    -
    bytes:
    -
    the size of the packet' raw data
    -
    b_o_s:
    -
    beginning of stream; nonzero if this is the first packet of - the logical bitstream
    -
    e_o_s:
    -
    end of stream; nonzero if this is the last packet of the - logical bitstream
    -
    granulepos:
    -
    the absolute position of this packet in the original - uncompressed data stream.
    -
    - -

    encoding notes

    - -

    The encoder is responsible for setting all of -the fields of the packet to appropriate values before submission to -ogg_stream_packetin(); however, it is noted that the value in -b_o_s is ignored; the first page produced from a given -ogg_stream_state structure will be stamped as the initial -page. e_o_s, however, must be set; this is the means by -which the stream encoding primitives handle end of stream and cleanup.

    - -

    decoding notes

    - -

    ogg_stream_packetout() sets the fields -to appropriate values. Note that granulepos will be >= 0 only in the -case that the given packet actually represents that position (ie, only -the last packet completed on any page will have a meaningful -granulepos). Intervening frames will see granulepos set -to -1.

    - -

    ogg_page

    - -
    -typedef struct {
    -  unsigned char *header;
    -  long header_len;
    -  unsigned char *body;
    -  long body_len;
    -} ogg_page;
    -
    - -
    -
    header:
    -
    pointer to the page header data
    -
    header_len:
    -
    length of the page header in bytes
    -
    body:
    -
    pointer to the page body
    -
    body_len:
    -
    length of the page body
    -
    - -

    Note that although the header and body pointers do -not necessarily point into a single contiguous page vector, the page -body must immediately follow the header in the bitstream.

    - -

    Ogg Bitstream Manipulation Functions

    - -

    -int ogg_page_bos(ogg_page *og); -

    - -

    Returns the 'beginning of stream' flag for the given Ogg page. The -beginning of stream flag is set on the initial page of a logical -bitstream.

    - -

    Zero indicates the flag is cleared (this is not the initial page of a -logical bitstream). Nonzero indicates the flag is set (this is the -initial page of a logical bitstream).

    - -

    -int ogg_page_continued(ogg_page *og); -

    - -

    Returns the 'packet continued' flag for the given Ogg page. The packet -continued flag indicates whether or not the body data of this page -begins with packet continued from a preceeding page.

    - -

    Zero (unset) indicates that the body data begins with a new packet. -Nonzero (set) indicates that the first packet data on the page is a -continuation from the preceeding page.

    - -

    -int ogg_page_eos(ogg_page *og); -

    - -

    Returns the 'end of stream' flag for a give Ogg page. The end of page -flag is set on the last (terminal) page of a logical bitstream.

    - -

    Zero (unset) indicates that this is not the last page of a logical -bitstream. Nonzero (set) indicates that this is the last page of a -logical bitstream and that no addiitonal pages belonging to this -bitstream may follow.

    - -

    -size64 ogg_page_granulepos(ogg_page *og); -

    - -

    Returns the position of this page as an absolute position within the -original uncompressed data. The position, as returned, is 'frames -encoded to date up to and including the last whole packet on this -page'. Partial packets begun on this page but continued to the -following page are not included. If no packet ends on this page, the -frame position value will be equal to the frame position value of the -preceeding page. If none of the original uncompressed data is yet -represented in the logical bitstream (for example, the first page of a -bitstream consists only of a header packet; this packet encodes only -metadata), the value shall be zero.

    - -

    The units of the framenumber are determined by media mapping. A -vorbis audio bitstream, for example, defines one frame to be the -channel values from a single sampling period (eg, a 16 bit stereo -bitstream consists of two samples of two bytes for a total of four -bytes, thus a frame would be four bytes). A video stream defines one -frame to be a single frame of video.

    - -

    -int ogg_page_pageno(ogg_page *og); -

    - -

    Returns the sequential page number of the given Ogg page. The first -page in a logical bitstream is numbered zero; following pages are -numbered in increasing monotonic order.

    - -

    -int ogg_page_serialno(ogg_page *og); -

    - -

    Returns the serial number of the given Ogg page. The serial number is -used as a handle to distinguish various logical bitstreams in a -physical Ogg bitstresm. Every logical bitstream within a -physical bitstream must use a unique (within the scope of the physical -bitstream) serial number, which is stamped on all bitstream pages.

    - -

    -int ogg_page_version(ogg_page *og); -

    - -

    Returns the revision of the Ogg bitstream structure of the given page. -Currently, the only permitted number is zero. Later revisions of the -bitstream spec will increment this version should any changes be -incompatable.

    - -

    -int ogg_stream_clear(ogg_stream_state *os); -

    - -

    Clears and deallocates the internal storage of the given Ogg stream. -After clearing, the stream structure is not initialized for use; -ogg_stream_init must be called to reinitialize for use. -Use ogg_stream_reset to reset the stream state -to a fresh, intiialized state.

    - -

    ogg_stream_clear does not call free() on the pointer -os, allowing use of this call on stream structures in static -or automatic storage. ogg_stream_destroyis a complimentary -function that frees the pointer as well.

    - -

    Returns zero on success and non-zero on failure. This function always -succeeds.

    - -

    -int ogg_stream_destroy(ogg_stream_state *os); -

    - -

    Clears and deallocates the internal storage of the given Ogg stream, -then frees the storage associated with the pointer os.

    - -

    ogg_stream_clear does not call free() on the pointer -os, allowing use of that call on stream structures in static -or automatic storage.

    - -

    Returns zero on success and non-zero on failure. This function always -succeeds.

    - -

    -int ogg_stream_init(ogg_stream_state *os,int serialno); -

    - -

    Initialize the storage associated with os for use as an Ogg -stream. This call is used to initialize a stream for both encode and -decode. The given serial number is the serial number that will be -stamped on pages of the produced bitstream (during encode), or used as -a check that pages match (during decode).

    - -

    Returns zero on success, nonzero on failure.

    - -

    -int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op); -

    - -

    Used during encoding to add the given raw packet to the given Ogg -bitstream. The contents of op are copied; -ogg_stream_packetin does not retain any pointers into -op's storage. The encoding proccess buffers incoming packets -until enough packets have been assembled to form an entire page; -ogg_stream_pageout is used to read complete pages.

    - -

    Returns zero on success, nonzero on failure.

    - -

    -int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op); -

    - -

    Used during decoding to read raw packets from the given logical -bitstream. ogg_stream_packetout will only return complete -packets for which checksumming indicates no corruption. The size and -contents of the packet exactly match those given in the encoding -process.

    - -

    Returns zero if the next packet is not ready to be read (not buffered -or incomplete), positive if it returned a complete packet in -op and negative if there is a gap, extra bytes or corruption -at this position in the bitstream (essentially that the bitstream had -to be recaptured). A negative value is not necessarily an error. It -would be a common occurence when seeking, for example, which requires -recapture of the bitstream at the position decoding continued.

    - -

    If the return value is positive, ogg_stream_packetout placed -a packet in op. The data in op points to static -storage that is valid until the next call to -ogg_stream_pagein, ogg_stream_clear, -ogg_stream_reset, or ogg_stream_destroy. The -pointers are not invalidated by more calls to -ogg_stream_packetout.

    - -

    -int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og); -

    - -

    Used during decoding to buffer the given complete, pre-verified page -for decoding into raw Ogg packets. The given page must be framed, -normally produced by ogg_sync_pageout, and from the logical -bitstream associated with os (the serial numbers must match). -The contents of the given page are copied; ogg_stream_pagein -retains no pointers into og storage.

    - -

    Returns zero on success and non-zero on failure.

    - -

    -int ogg_stream_pageout(ogg_stream_state *os, ogg_page *og); -

    - -

    Used during encode to read complete pages from the stream buffer. The -returned page is ready for sending out to the real world.

    - -

    Returns zero if there is no complete page ready for reading. Returns -nonzero when it has placed data for a complete page into -og. Note that the storage returned in og points into internal -storage; the pointers in og are valid until the next call to -ogg_stream_pageout, ogg_stream_packetin, -ogg_stream_reset, ogg_stream_clear or -ogg_stream_destroy.

    - -

    -int ogg_stream_reset(ogg_stream_state *os); -

    - -

    Resets the given stream's state to that of a blank, unused stream; -this may be used during encode or decode.

    - -

    Note that if used during encode, it does not alter the stream's serial -number. In addition, the next page produced during encoding will be -marked as the 'initial' page of the logical bitstream.

    - -

    When used during decode, this simply clears the data buffer of any -pending pages. Beginning and end of stream cues are read from the -bitstream and are unaffected by reset.

    - -

    Returns zero on success and non-zero on failure. This function always -succeeds.

    - -

    -char *ogg_sync_buffer(ogg_sync_state *oy, long size); -

    - -

    This call is used to buffer a raw bitstream for framing and -verification. ogg_sync_buffer handles stream capture and -recapture, checksumming, and division into Ogg pages (as required by -ogg_stream_pagein).

    - -

    ogg_sync_buffer exposes a buffer area into which the decoder -copies the next (up to) size bytes. We expose the buffer -(rather than taking a buffer) in order to avoid an extra copy many -uses; this way, for example, read() can transfer data -directly into the stream buffer without first needing to place it in -temporary storage.

    - -

    Returns a pointer into oy's internal bitstream sync buffer; -the remaining space in the sync buffer is at least size -bytes. The decoder need not write all of size bytes; -ogg_sync_wrote is used to inform the engine how many bytes -were actually written. Use of ogg_sync_wrote after writing -into the exposed buffer is mandantory.

    - -

    -int ogg_sync_clear(ogg_sync_state *oy); -

    - -

    ogg_sync_clear -clears and deallocates the internal storage of the given Ogg sync -buffer. After clearing, the sync structure is not initialized for -use; ogg_sync_init must be called to reinitialize for use. -Use ogg_sync_reset to reset the sync state and buffer to a -fresh, intiialized state.

    - -

    ogg_sync_clear does not call free() on the pointer -oy, allowing use of this call on sync structures in static -or automatic storage. ogg_sync_destroyis a complimentary -function that frees the pointer as well.

    - -

    Returns zero on success and non-zero on failure. This function always -succeeds.

    - -

    -int ogg_sync_destroy(ogg_sync_state *oy); -

    - -

    Clears and deallocates the internal storage of the given Ogg sync -buffer, then frees the storage associated with the pointer -oy.

    - -

    ogg_sync_clear does not call free() on the pointer -oy, allowing use of that call on stream structures in static -or automatic storage.

    - -

    Returns zero on success and non-zero on failure. This function always -succeeds.

    - -

    -int ogg_sync_init(ogg_sync_state *oy); -

    - -

    Initializes the sync buffer oy for use.

    - -

    Returns zero on success and non-zero on failure. This function always -succeeds.

    - -

    -int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og); -

    - -

    Reads complete, framed, verified Ogg pages from the sync buffer, -placing the page data in og.

    - -

    Returns zero when there's no complete pages buffered for -retrieval. Returns negative when a loss of sync or recapture occurred -(this is not necessarily an error; recapture would be required after -seeking, for example). Returns positive when a page is returned in -og. Note that the data in og points into the sync -buffer storage; the pointers are valid until the next call to -ogg_sync_buffer, ogg_sync_clear, -ogg_sync_destroy or ogg_sync_reset.

    - -

    -int ogg_sync_reset(ogg_sync_state *oy); -

    - -

    ogg_sync_reset resets the sync state in oy to a -clean, empty state. This is useful, for example, when seeking to a -new location in a bitstream.

    - -

    Returns zero on success, nonzero on failure.

    - -

    -int ogg_sync_wrote(ogg_sync_state *oy, long bytes); -

    - -

    Used to inform the sync state as to how many bytes were actually -written into the exposed sync buffer. It must be equal to or less -than the size of the buffer requested.

    - -

    Returns zero on success and non-zero on failure; failure occurs only -when the number of bytes written were larger than the buffer.

    - - - - - + + + + + +Ogg Vorbis Documentation + + + + + + + + + +

    Programming with Xiph.org libvorbis

    + +

    Description

    + +

    Libvorbis is the Xiph.org Foundation's portable Ogg Vorbis CODEC +implemented as a programmatic library. Libvorbis provides primitives +to handle framing and manipulation of Ogg bitstreams (used by the +Vorbis for streaming), a full analysis (encoding) interface as well as +packet decoding and synthesis for playback.

    + +

    The libvorbis library does not provide any system interface; a +full-featured demonstration player included with the library +distribtion provides example code for a variety of system interfaces +as well as a working example of using libvorbis in production code.

    + +

    Encoding Overview

    + +

    Decoding Overview

    + +

    Decoding a bitstream with libvorbis follows roughly the following +steps:

    + +
      +
    1. Frame the incoming bitstream into pages
    2. +
    3. Sort the pages by logical bitstream and buffer then into logical streams
    4. +
    5. Decompose the logical streams into raw packets
    6. +
    7. Reconstruct segments of the original data from each packet
    8. +
    9. Glue the reconstructed segments back into a decoded stream
    10. +
    + +

    Framing

    + +

    An Ogg bitstream is logically arranged into pages, but to decode +the pages, we have to find them first. The raw bitstream is first fed +into an ogg_sync_state buffer using ogg_sync_buffer() +and ogg_sync_wrote(). After each block we submit to the sync +buffer, we should check to see if we can frame and extract a complete +page or pages using ogg_sync_pageout(). Extra pages are +buffered; allowing them to build up in the ogg_sync_state +buffer will eventually exhaust memory.

    + +

    The Ogg pages returned from ogg_sync_pageout need not be +decoded further to be used as landmarks in seeking; seeking can be +either a rough process of simply jumping to approximately intuited +portions of the bitstream, or it can be a precise bisection process +that captures pages and inspects data position. When seeking, +however, sequential multiplexing (chaining) must be accounted for; +beginning play in a new logical bitstream requires initializing a +synthesis engine with the headers from that bitstream. Vorbis +bitstreams do not make use of concurent multiplexing (grouping).

    + +

    Sorting

    + +

    The pages produced by ogg_sync_pageout are then sorted by +serial number to seperate logical bitstreams. Initialize logical +bitstream buffers (og_stream_state) using +ogg_stream_init(). Pages are submitted to the matching +logical bitstream buffer using ogg_stream_pagein; the serial +number of the page and the stream buffer must match, or the page will +be rejected. A page submitted out of sequence will simply be noted, +and in the course of outputting packets, the hole will be flagged +(ogg_sync_pageout and ogg_stream_packetout will +return a negative value at positions where they had to recapture the +stream).

    + +

    Extracting packets

    + +

    After submitting page[s] to a logical stream, read available packets +using ogg_stream_packetout.

    + +

    Decoding packets

    + +

    Reassembling data segments

    + +

    Ogg Bitstream Manipulation Structures

    + +

    Two of the Ogg bitstream data structures are intended to be +transparent to the developer; the fields should be used directly.

    + +

    ogg_packet

    + +
    +typedef struct {
    +  unsigned char *packet;
    +  long  bytes;
    +  long  b_o_s;
    +  long  e_o_s;
    +
    +  size64 granulepos;
    +
    +} ogg_packet;
    +
    + +
    +
    packet:
    +
    a pointer to the byte data of the raw packet
    +
    bytes:
    +
    the size of the packet' raw data
    +
    b_o_s:
    +
    beginning of stream; nonzero if this is the first packet of + the logical bitstream
    +
    e_o_s:
    +
    end of stream; nonzero if this is the last packet of the + logical bitstream
    +
    granulepos:
    +
    the absolute position of this packet in the original + uncompressed data stream.
    +
    + +

    encoding notes

    + +

    The encoder is responsible for setting all of +the fields of the packet to appropriate values before submission to +ogg_stream_packetin(); however, it is noted that the value in +b_o_s is ignored; the first page produced from a given +ogg_stream_state structure will be stamped as the initial +page. e_o_s, however, must be set; this is the means by +which the stream encoding primitives handle end of stream and cleanup.

    + +

    decoding notes

    + +

    ogg_stream_packetout() sets the fields +to appropriate values. Note that granulepos will be >= 0 only in the +case that the given packet actually represents that position (ie, only +the last packet completed on any page will have a meaningful +granulepos). Intervening frames will see granulepos set +to -1.

    + +

    ogg_page

    + +
    +typedef struct {
    +  unsigned char *header;
    +  long header_len;
    +  unsigned char *body;
    +  long body_len;
    +} ogg_page;
    +
    + +
    +
    header:
    +
    pointer to the page header data
    +
    header_len:
    +
    length of the page header in bytes
    +
    body:
    +
    pointer to the page body
    +
    body_len:
    +
    length of the page body
    +
    + +

    Note that although the header and body pointers do +not necessarily point into a single contiguous page vector, the page +body must immediately follow the header in the bitstream.

    + +

    Ogg Bitstream Manipulation Functions

    + +

    +int ogg_page_bos(ogg_page *og); +

    + +

    Returns the 'beginning of stream' flag for the given Ogg page. The +beginning of stream flag is set on the initial page of a logical +bitstream.

    + +

    Zero indicates the flag is cleared (this is not the initial page of a +logical bitstream). Nonzero indicates the flag is set (this is the +initial page of a logical bitstream).

    + +

    +int ogg_page_continued(ogg_page *og); +

    + +

    Returns the 'packet continued' flag for the given Ogg page. The packet +continued flag indicates whether or not the body data of this page +begins with packet continued from a preceeding page.

    + +

    Zero (unset) indicates that the body data begins with a new packet. +Nonzero (set) indicates that the first packet data on the page is a +continuation from the preceeding page.

    + +

    +int ogg_page_eos(ogg_page *og); +

    + +

    Returns the 'end of stream' flag for a give Ogg page. The end of page +flag is set on the last (terminal) page of a logical bitstream.

    + +

    Zero (unset) indicates that this is not the last page of a logical +bitstream. Nonzero (set) indicates that this is the last page of a +logical bitstream and that no addiitonal pages belonging to this +bitstream may follow.

    + +

    +size64 ogg_page_granulepos(ogg_page *og); +

    + +

    Returns the position of this page as an absolute position within the +original uncompressed data. The position, as returned, is 'frames +encoded to date up to and including the last whole packet on this +page'. Partial packets begun on this page but continued to the +following page are not included. If no packet ends on this page, the +frame position value will be equal to the frame position value of the +preceeding page. If none of the original uncompressed data is yet +represented in the logical bitstream (for example, the first page of a +bitstream consists only of a header packet; this packet encodes only +metadata), the value shall be zero.

    + +

    The units of the framenumber are determined by media mapping. A +vorbis audio bitstream, for example, defines one frame to be the +channel values from a single sampling period (eg, a 16 bit stereo +bitstream consists of two samples of two bytes for a total of four +bytes, thus a frame would be four bytes). A video stream defines one +frame to be a single frame of video.

    + +

    +int ogg_page_pageno(ogg_page *og); +

    + +

    Returns the sequential page number of the given Ogg page. The first +page in a logical bitstream is numbered zero; following pages are +numbered in increasing monotonic order.

    + +

    +int ogg_page_serialno(ogg_page *og); +

    + +

    Returns the serial number of the given Ogg page. The serial number is +used as a handle to distinguish various logical bitstreams in a +physical Ogg bitstresm. Every logical bitstream within a +physical bitstream must use a unique (within the scope of the physical +bitstream) serial number, which is stamped on all bitstream pages.

    + +

    +int ogg_page_version(ogg_page *og); +

    + +

    Returns the revision of the Ogg bitstream structure of the given page. +Currently, the only permitted number is zero. Later revisions of the +bitstream spec will increment this version should any changes be +incompatable.

    + +

    +int ogg_stream_clear(ogg_stream_state *os); +

    + +

    Clears and deallocates the internal storage of the given Ogg stream. +After clearing, the stream structure is not initialized for use; +ogg_stream_init must be called to reinitialize for use. +Use ogg_stream_reset to reset the stream state +to a fresh, intiialized state.

    + +

    ogg_stream_clear does not call free() on the pointer +os, allowing use of this call on stream structures in static +or automatic storage. ogg_stream_destroyis a complimentary +function that frees the pointer as well.

    + +

    Returns zero on success and non-zero on failure. This function always +succeeds.

    + +

    +int ogg_stream_destroy(ogg_stream_state *os); +

    + +

    Clears and deallocates the internal storage of the given Ogg stream, +then frees the storage associated with the pointer os.

    + +

    ogg_stream_clear does not call free() on the pointer +os, allowing use of that call on stream structures in static +or automatic storage.

    + +

    Returns zero on success and non-zero on failure. This function always +succeeds.

    + +

    +int ogg_stream_init(ogg_stream_state *os,int serialno); +

    + +

    Initialize the storage associated with os for use as an Ogg +stream. This call is used to initialize a stream for both encode and +decode. The given serial number is the serial number that will be +stamped on pages of the produced bitstream (during encode), or used as +a check that pages match (during decode).

    + +

    Returns zero on success, nonzero on failure.

    + +

    +int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op); +

    + +

    Used during encoding to add the given raw packet to the given Ogg +bitstream. The contents of op are copied; +ogg_stream_packetin does not retain any pointers into +op's storage. The encoding proccess buffers incoming packets +until enough packets have been assembled to form an entire page; +ogg_stream_pageout is used to read complete pages.

    + +

    Returns zero on success, nonzero on failure.

    + +

    +int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op); +

    + +

    Used during decoding to read raw packets from the given logical +bitstream. ogg_stream_packetout will only return complete +packets for which checksumming indicates no corruption. The size and +contents of the packet exactly match those given in the encoding +process.

    + +

    Returns zero if the next packet is not ready to be read (not buffered +or incomplete), positive if it returned a complete packet in +op and negative if there is a gap, extra bytes or corruption +at this position in the bitstream (essentially that the bitstream had +to be recaptured). A negative value is not necessarily an error. It +would be a common occurence when seeking, for example, which requires +recapture of the bitstream at the position decoding continued.

    + +

    If the return value is positive, ogg_stream_packetout placed +a packet in op. The data in op points to static +storage that is valid until the next call to +ogg_stream_pagein, ogg_stream_clear, +ogg_stream_reset, or ogg_stream_destroy. The +pointers are not invalidated by more calls to +ogg_stream_packetout.

    + +

    +int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og); +

    + +

    Used during decoding to buffer the given complete, pre-verified page +for decoding into raw Ogg packets. The given page must be framed, +normally produced by ogg_sync_pageout, and from the logical +bitstream associated with os (the serial numbers must match). +The contents of the given page are copied; ogg_stream_pagein +retains no pointers into og storage.

    + +

    Returns zero on success and non-zero on failure.

    + +

    +int ogg_stream_pageout(ogg_stream_state *os, ogg_page *og); +

    + +

    Used during encode to read complete pages from the stream buffer. The +returned page is ready for sending out to the real world.

    + +

    Returns zero if there is no complete page ready for reading. Returns +nonzero when it has placed data for a complete page into +og. Note that the storage returned in og points into internal +storage; the pointers in og are valid until the next call to +ogg_stream_pageout, ogg_stream_packetin, +ogg_stream_reset, ogg_stream_clear or +ogg_stream_destroy.

    + +

    +int ogg_stream_reset(ogg_stream_state *os); +

    + +

    Resets the given stream's state to that of a blank, unused stream; +this may be used during encode or decode.

    + +

    Note that if used during encode, it does not alter the stream's serial +number. In addition, the next page produced during encoding will be +marked as the 'initial' page of the logical bitstream.

    + +

    When used during decode, this simply clears the data buffer of any +pending pages. Beginning and end of stream cues are read from the +bitstream and are unaffected by reset.

    + +

    Returns zero on success and non-zero on failure. This function always +succeeds.

    + +

    +char *ogg_sync_buffer(ogg_sync_state *oy, long size); +

    + +

    This call is used to buffer a raw bitstream for framing and +verification. ogg_sync_buffer handles stream capture and +recapture, checksumming, and division into Ogg pages (as required by +ogg_stream_pagein).

    + +

    ogg_sync_buffer exposes a buffer area into which the decoder +copies the next (up to) size bytes. We expose the buffer +(rather than taking a buffer) in order to avoid an extra copy many +uses; this way, for example, read() can transfer data +directly into the stream buffer without first needing to place it in +temporary storage.

    + +

    Returns a pointer into oy's internal bitstream sync buffer; +the remaining space in the sync buffer is at least size +bytes. The decoder need not write all of size bytes; +ogg_sync_wrote is used to inform the engine how many bytes +were actually written. Use of ogg_sync_wrote after writing +into the exposed buffer is mandantory.

    + +

    +int ogg_sync_clear(ogg_sync_state *oy); +

    + +

    ogg_sync_clear +clears and deallocates the internal storage of the given Ogg sync +buffer. After clearing, the sync structure is not initialized for +use; ogg_sync_init must be called to reinitialize for use. +Use ogg_sync_reset to reset the sync state and buffer to a +fresh, intiialized state.

    + +

    ogg_sync_clear does not call free() on the pointer +oy, allowing use of this call on sync structures in static +or automatic storage. ogg_sync_destroyis a complimentary +function that frees the pointer as well.

    + +

    Returns zero on success and non-zero on failure. This function always +succeeds.

    + +

    +int ogg_sync_destroy(ogg_sync_state *oy); +

    + +

    Clears and deallocates the internal storage of the given Ogg sync +buffer, then frees the storage associated with the pointer +oy.

    + +

    ogg_sync_clear does not call free() on the pointer +oy, allowing use of that call on stream structures in static +or automatic storage.

    + +

    Returns zero on success and non-zero on failure. This function always +succeeds.

    + +

    +int ogg_sync_init(ogg_sync_state *oy); +

    + +

    Initializes the sync buffer oy for use.

    + +

    Returns zero on success and non-zero on failure. This function always +succeeds.

    + +

    +int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og); +

    + +

    Reads complete, framed, verified Ogg pages from the sync buffer, +placing the page data in og.

    + +

    Returns zero when there's no complete pages buffered for +retrieval. Returns negative when a loss of sync or recapture occurred +(this is not necessarily an error; recapture would be required after +seeking, for example). Returns positive when a page is returned in +og. Note that the data in og points into the sync +buffer storage; the pointers are valid until the next call to +ogg_sync_buffer, ogg_sync_clear, +ogg_sync_destroy or ogg_sync_reset.

    + +

    +int ogg_sync_reset(ogg_sync_state *oy); +

    + +

    ogg_sync_reset resets the sync state in oy to a +clean, empty state. This is useful, for example, when seeking to a +new location in a bitstream.

    + +

    Returns zero on success, nonzero on failure.

    + +

    +int ogg_sync_wrote(ogg_sync_state *oy, long bytes); +

    + +

    Used to inform the sync state as to how many bytes were actually +written into the exposed sync buffer. It must be equal to or less +than the size of the buffer requested.

    + +

    Returns zero on success and non-zero on failure; failure occurs only +when the number of bytes written were larger than the buffer.

    + + + + + diff --git a/doc/stereo.html b/doc/stereo.html index 5e525cfe..0412202b 100644 --- a/doc/stereo.html +++ b/doc/stereo.html @@ -1,418 +1,418 @@ - - - - - -Ogg Vorbis Documentation - - - - - - - - - -

    Ogg Vorbis stereo-specific channel coupling discussion

    - -

    Abstract

    - -

    The Vorbis audio CODEC provides a channel coupling -mechanisms designed to reduce effective bitrate by both eliminating -interchannel redundancy and eliminating stereo image information -labeled inaudible or undesirable according to spatial psychoacoustic -models. This document describes both the mechanical coupling -mechanisms available within the Vorbis specification, as well as the -specific stereo coupling models used by the reference -libvorbis codec provided by xiph.org.

    - -

    Mechanisms

    - -

    In encoder release beta 4 and earlier, Vorbis supported multiple -channel encoding, but the channels were encoded entirely separately -with no cross-analysis or redundancy elimination between channels. -This multichannel strategy is very similar to the mp3's dual -stereo mode and Vorbis uses the same name for its analogous -uncoupled multichannel modes.

    - -

    However, the Vorbis spec provides for, and Vorbis release 1.0 rc1 and -later implement a coupled channel strategy. Vorbis has two specific -mechanisms that may be used alone or in conjunction to implement -channel coupling. The first is channel interleaving via -residue backend type 2, and the second is square polar -mapping. These two general mechanisms are particularly well -suited to coupling due to the structure of Vorbis encoding, as we'll -explore below, and using both we can implement both totally -lossless stereo image coupling [bit-for-bit decode-identical -to uncoupled modes], as well as various lossy models that seek to -eliminate inaudible or unimportant aspects of the stereo image in -order to enhance bitrate. The exact coupling implementation is -generalized to allow the encoder a great deal of flexibility in -implementation of a stereo or surround model without requiring any -significant complexity increase over the combinatorially simpler -mid/side joint stereo of mp3 and other current audio codecs.

    - -

    A particular Vorbis bitstream may apply channel coupling directly to -more than a pair of channels; polar mapping is hierarchical such that -polar coupling may be extrapolated to an arbitrary number of channels -and is not restricted to only stereo, quadraphonics, ambisonics or 5.1 -surround. However, the scope of this document restricts itself to the -stereo coupling case.

    - -

    Square Polar Mapping

    - -

    maximal correlation

    - -

    Recall that the basic structure of a a Vorbis I stream first generates -from input audio a spectral 'floor' function that serves as an -MDCT-domain whitening filter. This floor is meant to represent the -rough envelope of the frequency spectrum, using whatever metric the -encoder cares to define. This floor is subtracted from the log -frequency spectrum, effectively normalizing the spectrum by frequency. -Each input channel is associated with a unique floor function.

    - -

    The basic idea behind any stereo coupling is that the left and right -channels usually correlate. This correlation is even stronger if one -first accounts for energy differences in any given frequency band -across left and right; think for example of individual instruments -mixed into different portions of the stereo image, or a stereo -recording with a dominant feature not perfectly in the center. The -floor functions, each specific to a channel, provide the perfect means -of normalizing left and right energies across the spectrum to maximize -correlation before coupling. This feature of the Vorbis format is not -a convenient accident.

    - -

    Because we strive to maximally correlate the left and right channels -and generally succeed in doing so, left and right residue is typically -nearly identical. We could use channel interleaving (discussed below) -alone to efficiently remove the redundancy between the left and right -channels as a side effect of entropy encoding, but a polar -representation gives benefits when left/right correlation is -strong.

    - -

    point and diffuse imaging

    - -

    The first advantage of a polar representation is that it effectively -separates the spatial audio information into a 'point image' -(magnitude) at a given frequency and located somewhere in the sound -field, and a 'diffuse image' (angle) that fills a large amount of -space simultaneously. Even if we preserve only the magnitude (point) -data, a detailed and carefully chosen floor function in each channel -provides us with a free, fine-grained, frequency relative intensity -stereo*. Angle information represents diffuse sound fields, such as -reverberation that fills the entire space simultaneously.

    - -

    *Because the Vorbis model supports a number of different possible -stereo models and these models may be mixed, we do not use the term -'intensity stereo' talking about Vorbis; instead we use the terms -'point stereo', 'phase stereo' and subcategories of each.

    - -

    The majority of a stereo image is representable by polar magnitude -alone, as strong sounds tend to be produced at near-point sources; -even non-diffuse, fast, sharp echoes track very accurately using -magnitude representation almost alone (for those experimenting with -Vorbis tuning, this strategy works much better with the precise, -piecewise control of floor 1; the continuous approximation of floor 0 -results in unstable imaging). Reverberation and diffuse sounds tend -to contain less energy and be psychoacoustically dominated by the -point sources embedded in them. Thus, we again tend to concentrate -more represented energy into a predictably smaller number of numbers. -Separating representation of point and diffuse imaging also allows us -to model and manipulate point and diffuse qualities separately.

    - -

    controlling bit leakage and symbol crosstalk

    - -

    Because polar -representation concentrates represented energy into fewer large -values, we reduce bit 'leakage' during cascading (multistage VQ -encoding) as a secondary benefit. A single large, monolithic VQ -codebook is more efficient than a cascaded book due to entropy -'crosstalk' among symbols between different stages of a multistage cascade. -Polar representation is a way of further concentrating entropy into -predictable locations so that codebook design can take steps to -improve multistage codebook efficiency. It also allows us to cascade -various elements of the stereo image independently.

    - -

    eliminating trigonometry and rounding

    - -

    Rounding and computational complexity are potential problems with a -polar representation. As our encoding process involves quantization, -mixing a polar representation and quantization makes it potentially -impossible, depending on implementation, to construct a coupled stereo -mechanism that results in bit-identical decompressed output compared -to an uncoupled encoding should the encoder desire it.

    - -

    Vorbis uses a mapping that preserves the most useful qualities of -polar representation, relies only on addition/subtraction (during -decode; high quality encoding still requires some trig), and makes it -trivial before or after quantization to represent an angle/magnitude -through a one-to-one mapping from possible left/right value -permutations. We do this by basing our polar representation on the -unit square rather than the unit-circle.

    - -

    Given a magnitude and angle, we recover left and right using the -following function (note that A/B may be left/right or right/left -depending on the coupling definition used by the encoder):

    - -
    -      if(magnitude>0)
    -        if(angle>0){
    -          A=magnitude;
    -          B=magnitude-angle;
    -        }else{
    -          B=magnitude;
    -          A=magnitude+angle;
    -        }
    -      else
    -        if(angle>0){
    -          A=magnitude;
    -          B=magnitude+angle;
    -        }else{
    -          B=magnitude;
    -          A=magnitude-angle;
    -        }
    -    }
    -
    - -

    The function is antisymmetric for positive and negative magnitudes in -order to eliminate a redundant value when quantizing. For example, if -we're quantizing to integer values, we can visualize a magnitude of 5 -and an angle of -2 as follows:

    - -

    square polar

    - -

    This representation loses or replicates no values; if the range of A -and B are integral -5 through 5, the number of possible Cartesian -permutations is 121. Represented in square polar notation, the -possible values are:

    - -
    - 0, 0
    -
    --1,-2  -1,-1  -1, 0  -1, 1
    -
    - 1,-2   1,-1   1, 0   1, 1
    -
    --2,-4  -2,-3  -2,-2  -2,-1  -2, 0  -2, 1  -2, 2  -2, 3  
    -
    - 2,-4   2,-3   ... following the pattern ...
    -
    - ...   5, 1   5, 2   5, 3   5, 4   5, 5   5, 6   5, 7   5, 8   5, 9
    -
    -
    - -

    ...for a grand total of 121 possible values, the same number as in -Cartesian representation (note that, for example, 5,-10 is -the same as -5,10, so there's no reason to represent -both. 2,10 cannot happen, and there's no reason to account for it.) -It's also obvious that this mapping is exactly reversible.

    - -

    Channel interleaving

    - -

    We can remap and A/B vector using polar mapping into a magnitude/angle -vector, and it's clear that, in general, this concentrates energy in -the magnitude vector and reduces the amount of information to encode -in the angle vector. Encoding these vectors independently with -residue backend #0 or residue backend #1 will result in bitrate -savings. However, there are still implicit correlations between the -magnitude and angle vectors. The most obvious is that the amplitude -of the angle is bounded by its corresponding magnitude value.

    - -

    Entropy coding the results, then, further benefits from the entropy -model being able to compress magnitude and angle simultaneously. For -this reason, Vorbis implements residue backend #2 which pre-interleaves -a number of input vectors (in the stereo case, two, A and B) into a -single output vector (with the elements in the order of -A_0, B_0, A_1, B_1, A_2 ... A_n-1, B_n-1) before entropy encoding. Thus -each vector to be coded by the vector quantization backend consists of -matching magnitude and angle values.

    - -

    The astute reader, at this point, will notice that in the theoretical -case in which we can use monolithic codebooks of arbitrarily large -size, we can directly interleave and encode left and right without -polar mapping; in fact, the polar mapping does not appear to lend any -benefit whatsoever to the efficiency of the entropy coding. In fact, -it is perfectly possible and reasonable to build a Vorbis encoder that -dispenses with polar mapping entirely and merely interleaves the -channel. Libvorbis based encoders may configure such an encoding and -it will work as intended.

    - -

    However, when we leave the ideal/theoretical domain, we notice that -polar mapping does give additional practical benefits, as discussed in -the above section on polar mapping and summarized again here:

    - -
      -
    • Polar mapping aids in controlling entropy 'leakage' between stages -of a cascaded codebook.
    • -
    • Polar mapping separates the stereo image -into point and diffuse components which may be analyzed and handled -differently.
    • -
    - -

    Stereo Models

    - -

    Dual Stereo

    - -

    Dual stereo refers to stereo encoding where the channels are entirely -separate; they are analyzed and encoded as entirely distinct entities. -This terminology is familiar from mp3.

    - -

    Lossless Stereo

    - -

    Using polar mapping and/or channel interleaving, it's possible to -couple Vorbis channels losslessly, that is, construct a stereo -coupling encoding that both saves space but also decodes -bit-identically to dual stereo. OggEnc 1.0 and later uses this -mode in all high-bitrate encoding.

    - -

    Overall, this stereo mode is overkill; however, it offers a safe -alternative to users concerned about the slightest possible -degradation to the stereo image or archival quality audio.

    - -

    Phase Stereo

    - -

    Phase stereo is the least aggressive means of gracefully dropping -resolution from the stereo image; it affects only diffuse imaging.

    - -

    It's often quoted that the human ear is deaf to signal phase above -about 4kHz; this is nearly true and a passable rule of thumb, but it -can be demonstrated that even an average user can tell the difference -between high frequency in-phase and out-of-phase noise. Obviously -then, the statement is not entirely true. However, it's also the case -that one must resort to nearly such an extreme demonstration before -finding the counterexample.

    - -

    'Phase stereo' is simply a more aggressive quantization of the polar -angle vector; above 4kHz it's generally quite safe to quantize noise -and noisy elements to only a handful of allowed phases, or to thin the -phase with respect to the magnitude. The phases of high amplitude -pure tones may or may not be preserved more carefully (they are -relatively rare and L/R tend to be in phase, so there is generally -little reason not to spend a few more bits on them)

    - -

    example: eight phase stereo

    - -

    Vorbis may implement phase stereo coupling by preserving the entirety -of the magnitude vector (essential to fine amplitude and energy -resolution overall) and quantizing the angle vector to one of only -four possible values. Given that the magnitude vector may be positive -or negative, this results in left and right phase having eight -possible permutation, thus 'eight phase stereo':

    - -

    eight phase

    - -

    Left and right may be in phase (positive or negative), the most common -case by far, or out of phase by 90 or 180 degrees.

    - -

    example: four phase stereo

    - -

    Similarly, four phase stereo takes the quantization one step further; -it allows only in-phase and 180 degree out-out-phase signals:

    - -

    four phase

    - -

    example: point stereo

    - -

    Point stereo eliminates the possibility of out-of-phase signal -entirely. Any diffuse quality to a sound source tends to collapse -inward to a point somewhere within the stereo image. A practical -example would be balanced reverberations within a large, live space; -normally the sound is diffuse and soft, giving a sonic impression of -volume. In point-stereo, the reverberations would still exist, but -sound fairly firmly centered within the image (assuming the -reverberation was centered overall; if the reverberation is stronger -to the left, then the point of localization in point stereo would be -to the left). This effect is most noticeable at low and mid -frequencies and using headphones (which grant perfect stereo -separation). Point stereo is is a graceful but generally easy to -detect degradation to the sound quality and is thus used in frequency -ranges where it is least noticeable.

    - -

    Mixed Stereo

    - -

    Mixed stereo is the simultaneous use of more than one of the above -stereo encoding models, generally using more aggressive modes in -higher frequencies, lower amplitudes or 'nearly' in-phase sound.

    - -

    It is also the case that near-DC frequencies should be encoded using -lossless coupling to avoid frame blocking artifacts.

    - -

    Vorbis Stereo Modes

    - -

    Vorbis, as of 1.0, uses lossless stereo and a number of mixed modes -constructed out of lossless and point stereo. Phase stereo was used -in the rc2 encoder, but is not currently used for simplicity's sake. It -will likely be re-added to the stereo model in the future.

    - - - - - - - - - - - + + + + + +Ogg Vorbis Documentation + + + + + + + + + +

    Ogg Vorbis stereo-specific channel coupling discussion

    + +

    Abstract

    + +

    The Vorbis audio CODEC provides a channel coupling +mechanisms designed to reduce effective bitrate by both eliminating +interchannel redundancy and eliminating stereo image information +labeled inaudible or undesirable according to spatial psychoacoustic +models. This document describes both the mechanical coupling +mechanisms available within the Vorbis specification, as well as the +specific stereo coupling models used by the reference +libvorbis codec provided by xiph.org.

    + +

    Mechanisms

    + +

    In encoder release beta 4 and earlier, Vorbis supported multiple +channel encoding, but the channels were encoded entirely separately +with no cross-analysis or redundancy elimination between channels. +This multichannel strategy is very similar to the mp3's dual +stereo mode and Vorbis uses the same name for its analogous +uncoupled multichannel modes.

    + +

    However, the Vorbis spec provides for, and Vorbis release 1.0 rc1 and +later implement a coupled channel strategy. Vorbis has two specific +mechanisms that may be used alone or in conjunction to implement +channel coupling. The first is channel interleaving via +residue backend type 2, and the second is square polar +mapping. These two general mechanisms are particularly well +suited to coupling due to the structure of Vorbis encoding, as we'll +explore below, and using both we can implement both totally +lossless stereo image coupling [bit-for-bit decode-identical +to uncoupled modes], as well as various lossy models that seek to +eliminate inaudible or unimportant aspects of the stereo image in +order to enhance bitrate. The exact coupling implementation is +generalized to allow the encoder a great deal of flexibility in +implementation of a stereo or surround model without requiring any +significant complexity increase over the combinatorially simpler +mid/side joint stereo of mp3 and other current audio codecs.

    + +

    A particular Vorbis bitstream may apply channel coupling directly to +more than a pair of channels; polar mapping is hierarchical such that +polar coupling may be extrapolated to an arbitrary number of channels +and is not restricted to only stereo, quadraphonics, ambisonics or 5.1 +surround. However, the scope of this document restricts itself to the +stereo coupling case.

    + +

    Square Polar Mapping

    + +

    maximal correlation

    + +

    Recall that the basic structure of a a Vorbis I stream first generates +from input audio a spectral 'floor' function that serves as an +MDCT-domain whitening filter. This floor is meant to represent the +rough envelope of the frequency spectrum, using whatever metric the +encoder cares to define. This floor is subtracted from the log +frequency spectrum, effectively normalizing the spectrum by frequency. +Each input channel is associated with a unique floor function.

    + +

    The basic idea behind any stereo coupling is that the left and right +channels usually correlate. This correlation is even stronger if one +first accounts for energy differences in any given frequency band +across left and right; think for example of individual instruments +mixed into different portions of the stereo image, or a stereo +recording with a dominant feature not perfectly in the center. The +floor functions, each specific to a channel, provide the perfect means +of normalizing left and right energies across the spectrum to maximize +correlation before coupling. This feature of the Vorbis format is not +a convenient accident.

    + +

    Because we strive to maximally correlate the left and right channels +and generally succeed in doing so, left and right residue is typically +nearly identical. We could use channel interleaving (discussed below) +alone to efficiently remove the redundancy between the left and right +channels as a side effect of entropy encoding, but a polar +representation gives benefits when left/right correlation is +strong.

    + +

    point and diffuse imaging

    + +

    The first advantage of a polar representation is that it effectively +separates the spatial audio information into a 'point image' +(magnitude) at a given frequency and located somewhere in the sound +field, and a 'diffuse image' (angle) that fills a large amount of +space simultaneously. Even if we preserve only the magnitude (point) +data, a detailed and carefully chosen floor function in each channel +provides us with a free, fine-grained, frequency relative intensity +stereo*. Angle information represents diffuse sound fields, such as +reverberation that fills the entire space simultaneously.

    + +

    *Because the Vorbis model supports a number of different possible +stereo models and these models may be mixed, we do not use the term +'intensity stereo' talking about Vorbis; instead we use the terms +'point stereo', 'phase stereo' and subcategories of each.

    + +

    The majority of a stereo image is representable by polar magnitude +alone, as strong sounds tend to be produced at near-point sources; +even non-diffuse, fast, sharp echoes track very accurately using +magnitude representation almost alone (for those experimenting with +Vorbis tuning, this strategy works much better with the precise, +piecewise control of floor 1; the continuous approximation of floor 0 +results in unstable imaging). Reverberation and diffuse sounds tend +to contain less energy and be psychoacoustically dominated by the +point sources embedded in them. Thus, we again tend to concentrate +more represented energy into a predictably smaller number of numbers. +Separating representation of point and diffuse imaging also allows us +to model and manipulate point and diffuse qualities separately.

    + +

    controlling bit leakage and symbol crosstalk

    + +

    Because polar +representation concentrates represented energy into fewer large +values, we reduce bit 'leakage' during cascading (multistage VQ +encoding) as a secondary benefit. A single large, monolithic VQ +codebook is more efficient than a cascaded book due to entropy +'crosstalk' among symbols between different stages of a multistage cascade. +Polar representation is a way of further concentrating entropy into +predictable locations so that codebook design can take steps to +improve multistage codebook efficiency. It also allows us to cascade +various elements of the stereo image independently.

    + +

    eliminating trigonometry and rounding

    + +

    Rounding and computational complexity are potential problems with a +polar representation. As our encoding process involves quantization, +mixing a polar representation and quantization makes it potentially +impossible, depending on implementation, to construct a coupled stereo +mechanism that results in bit-identical decompressed output compared +to an uncoupled encoding should the encoder desire it.

    + +

    Vorbis uses a mapping that preserves the most useful qualities of +polar representation, relies only on addition/subtraction (during +decode; high quality encoding still requires some trig), and makes it +trivial before or after quantization to represent an angle/magnitude +through a one-to-one mapping from possible left/right value +permutations. We do this by basing our polar representation on the +unit square rather than the unit-circle.

    + +

    Given a magnitude and angle, we recover left and right using the +following function (note that A/B may be left/right or right/left +depending on the coupling definition used by the encoder):

    + +
    +      if(magnitude>0)
    +        if(angle>0){
    +          A=magnitude;
    +          B=magnitude-angle;
    +        }else{
    +          B=magnitude;
    +          A=magnitude+angle;
    +        }
    +      else
    +        if(angle>0){
    +          A=magnitude;
    +          B=magnitude+angle;
    +        }else{
    +          B=magnitude;
    +          A=magnitude-angle;
    +        }
    +    }
    +
    + +

    The function is antisymmetric for positive and negative magnitudes in +order to eliminate a redundant value when quantizing. For example, if +we're quantizing to integer values, we can visualize a magnitude of 5 +and an angle of -2 as follows:

    + +

    square polar

    + +

    This representation loses or replicates no values; if the range of A +and B are integral -5 through 5, the number of possible Cartesian +permutations is 121. Represented in square polar notation, the +possible values are:

    + +
    + 0, 0
    +
    +-1,-2  -1,-1  -1, 0  -1, 1
    +
    + 1,-2   1,-1   1, 0   1, 1
    +
    +-2,-4  -2,-3  -2,-2  -2,-1  -2, 0  -2, 1  -2, 2  -2, 3  
    +
    + 2,-4   2,-3   ... following the pattern ...
    +
    + ...   5, 1   5, 2   5, 3   5, 4   5, 5   5, 6   5, 7   5, 8   5, 9
    +
    +
    + +

    ...for a grand total of 121 possible values, the same number as in +Cartesian representation (note that, for example, 5,-10 is +the same as -5,10, so there's no reason to represent +both. 2,10 cannot happen, and there's no reason to account for it.) +It's also obvious that this mapping is exactly reversible.

    + +

    Channel interleaving

    + +

    We can remap and A/B vector using polar mapping into a magnitude/angle +vector, and it's clear that, in general, this concentrates energy in +the magnitude vector and reduces the amount of information to encode +in the angle vector. Encoding these vectors independently with +residue backend #0 or residue backend #1 will result in bitrate +savings. However, there are still implicit correlations between the +magnitude and angle vectors. The most obvious is that the amplitude +of the angle is bounded by its corresponding magnitude value.

    + +

    Entropy coding the results, then, further benefits from the entropy +model being able to compress magnitude and angle simultaneously. For +this reason, Vorbis implements residue backend #2 which pre-interleaves +a number of input vectors (in the stereo case, two, A and B) into a +single output vector (with the elements in the order of +A_0, B_0, A_1, B_1, A_2 ... A_n-1, B_n-1) before entropy encoding. Thus +each vector to be coded by the vector quantization backend consists of +matching magnitude and angle values.

    + +

    The astute reader, at this point, will notice that in the theoretical +case in which we can use monolithic codebooks of arbitrarily large +size, we can directly interleave and encode left and right without +polar mapping; in fact, the polar mapping does not appear to lend any +benefit whatsoever to the efficiency of the entropy coding. In fact, +it is perfectly possible and reasonable to build a Vorbis encoder that +dispenses with polar mapping entirely and merely interleaves the +channel. Libvorbis based encoders may configure such an encoding and +it will work as intended.

    + +

    However, when we leave the ideal/theoretical domain, we notice that +polar mapping does give additional practical benefits, as discussed in +the above section on polar mapping and summarized again here:

    + +
      +
    • Polar mapping aids in controlling entropy 'leakage' between stages +of a cascaded codebook.
    • +
    • Polar mapping separates the stereo image +into point and diffuse components which may be analyzed and handled +differently.
    • +
    + +

    Stereo Models

    + +

    Dual Stereo

    + +

    Dual stereo refers to stereo encoding where the channels are entirely +separate; they are analyzed and encoded as entirely distinct entities. +This terminology is familiar from mp3.

    + +

    Lossless Stereo

    + +

    Using polar mapping and/or channel interleaving, it's possible to +couple Vorbis channels losslessly, that is, construct a stereo +coupling encoding that both saves space but also decodes +bit-identically to dual stereo. OggEnc 1.0 and later uses this +mode in all high-bitrate encoding.

    + +

    Overall, this stereo mode is overkill; however, it offers a safe +alternative to users concerned about the slightest possible +degradation to the stereo image or archival quality audio.

    + +

    Phase Stereo

    + +

    Phase stereo is the least aggressive means of gracefully dropping +resolution from the stereo image; it affects only diffuse imaging.

    + +

    It's often quoted that the human ear is deaf to signal phase above +about 4kHz; this is nearly true and a passable rule of thumb, but it +can be demonstrated that even an average user can tell the difference +between high frequency in-phase and out-of-phase noise. Obviously +then, the statement is not entirely true. However, it's also the case +that one must resort to nearly such an extreme demonstration before +finding the counterexample.

    + +

    'Phase stereo' is simply a more aggressive quantization of the polar +angle vector; above 4kHz it's generally quite safe to quantize noise +and noisy elements to only a handful of allowed phases, or to thin the +phase with respect to the magnitude. The phases of high amplitude +pure tones may or may not be preserved more carefully (they are +relatively rare and L/R tend to be in phase, so there is generally +little reason not to spend a few more bits on them)

    + +

    example: eight phase stereo

    + +

    Vorbis may implement phase stereo coupling by preserving the entirety +of the magnitude vector (essential to fine amplitude and energy +resolution overall) and quantizing the angle vector to one of only +four possible values. Given that the magnitude vector may be positive +or negative, this results in left and right phase having eight +possible permutation, thus 'eight phase stereo':

    + +

    eight phase

    + +

    Left and right may be in phase (positive or negative), the most common +case by far, or out of phase by 90 or 180 degrees.

    + +

    example: four phase stereo

    + +

    Similarly, four phase stereo takes the quantization one step further; +it allows only in-phase and 180 degree out-out-phase signals:

    + +

    four phase

    + +

    example: point stereo

    + +

    Point stereo eliminates the possibility of out-of-phase signal +entirely. Any diffuse quality to a sound source tends to collapse +inward to a point somewhere within the stereo image. A practical +example would be balanced reverberations within a large, live space; +normally the sound is diffuse and soft, giving a sonic impression of +volume. In point-stereo, the reverberations would still exist, but +sound fairly firmly centered within the image (assuming the +reverberation was centered overall; if the reverberation is stronger +to the left, then the point of localization in point stereo would be +to the left). This effect is most noticeable at low and mid +frequencies and using headphones (which grant perfect stereo +separation). Point stereo is is a graceful but generally easy to +detect degradation to the sound quality and is thus used in frequency +ranges where it is least noticeable.

    + +

    Mixed Stereo

    + +

    Mixed stereo is the simultaneous use of more than one of the above +stereo encoding models, generally using more aggressive modes in +higher frequencies, lower amplitudes or 'nearly' in-phase sound.

    + +

    It is also the case that near-DC frequencies should be encoded using +lossless coupling to avoid frame blocking artifacts.

    + +

    Vorbis Stereo Modes

    + +

    Vorbis, as of 1.0, uses lossless stereo and a number of mixed modes +constructed out of lossless and point stereo. Phase stereo was used +in the rc2 encoder, but is not currently used for simplicity's sake. It +will likely be re-added to the stereo model in the future.

    + + + + + + + + + + + diff --git a/doc/v-comment.html b/doc/v-comment.html index e654004e..a0390a0f 100644 --- a/doc/v-comment.html +++ b/doc/v-comment.html @@ -1,285 +1,285 @@ - - - - - -Ogg Vorbis Documentation - - - - - - - - - -

    Ogg Vorbis I format specification: comment field and header specification

    - -

    Overview

    - -

    The Vorbis text comment header is the second (of three) header -packets that begin a Vorbis bitstream. It is meant for short, text -comments, not arbitrary metadata; arbitrary metadata belongs in a -separate logical bitstream (usually an XML stream type) that provides -greater structure and machine parseability.

    - -

    The comment field is meant to be used much like someone jotting a -quick note on the bottom of a CDR. It should be a little information to -remember the disc by and explain it to others; a short, to-the-point -text note that need not only be a couple words, but isn't going to be -more than a short paragraph. The essentials, in other words, whatever -they turn out to be, eg:

    - -

    -"Honest Bob and the Factory-to-Dealer-Incentives, _I'm Still Around_, -opening for Moxy Früvous, 1997" -

    - -

    Comment encoding

    - -

    Structure

    - -

    The comment header logically is a list of eight-bit-clean vectors; the -number of vectors is bounded to 2^32-1 and the length of each vector -is limited to 2^32-1 bytes. The vector length is encoded; the vector -contents themselves are not null terminated. In addition to the vector -list, there is a single vector for vendor name (also 8 bit clean, -length encoded in 32 bits). For example, the 1.0 release of libvorbis -set the vendor string to "Xiph.Org libVorbis I 20020717".

    - -

    The comment header is decoded as follows:

    - -
    -  1) [vendor_length] = read an unsigned integer of 32 bits
    -  2) [vendor_string] = read a UTF-8 vector as [vendor_length] octets
    -  3) [user_comment_list_length] = read an unsigned integer of 32 bits
    -  4) iterate [user_comment_list_length] times {
    -
    -       5) [length] = read an unsigned integer of 32 bits
    -       6) this iteration's user comment = read a UTF-8 vector as [length] octets
    -
    -     }
    -
    -  7) [framing_bit] = read a single bit as boolean
    -  8) if ( [framing_bit] unset or end of packet ) then ERROR
    -  9) done.
    -
    - -

    Content vector format

    - -

    The comment vectors are structured similarly to a UNIX environment variable. -That is, comment fields consist of a field name and a corresponding value and -look like:

    - -
    -comment[0]="ARTIST=me"; 
    -comment[1]="TITLE=the sound of Vorbis"; 
    -
    - -
      -
    • A case-insensitive field name that may consist of ASCII 0x20 through -0x7D, 0x3D ('=') excluded. ASCII 0x41 through 0x5A inclusive (A-Z) is -to be considered equivalent to ASCII 0x61 through 0x7A inclusive -(a-z).
    • -
    • The field name is immediately followed by ASCII 0x3D ('='); -this equals sign is used to terminate the field name.
    • -
    • 0x3D is followed by the 8 bit clean UTF-8 encoded value of the -field contents to the end of the field.
    • -
    - -

    Field names

    - -

    Below is a proposed, minimal list of standard field names with a -description of intended use. No single or group of field names is -mandatory; a comment header may contain one, all or none of the names -in this list.

    - -
    - -
    TITLE
    -
    Track/Work name
    - -
    VERSION
    -
    The version field may be used to differentiate multiple -versions of the same track title in a single collection. -(e.g. remix info)
    - -
    ALBUM
    -
    The collection name to which this track belongs
    - -
    TRACKNUMBER
    -
    The track number of this piece if part of a specific larger collection or album
    - -
    ARTIST
    -
    The artist generally considered responsible for the work. In popular music -this is usually the performing band or singer. For classical music it would be -the composer. For an audio book it would be the author of the original text.
    - -
    PERFORMER
    -
    The artist(s) who performed the work. In classical music this would be the -conductor, orchestra, soloists. In an audio book it would be the actor who did -the reading. In popular music this is typically the same as the ARTIST and -is omitted.
    - -
    COPYRIGHT
    -
    Copyright attribution, e.g., '2001 Nobody's Band' or '1999 Jack Moffitt'
    - -
    LICENSE
    -
    License information, eg, 'All Rights Reserved', 'Any -Use Permitted', a URL to a license such as a Creative Commons license -("www.creativecommons.org/blahblah/license.html") or the EFF Open -Audio License ('distributed under the terms of the Open Audio -License. see http://www.eff.org/IP/Open_licenses/eff_oal.html for -details'), etc.
    - -
    ORGANIZATION
    -
    Name of the organization producing the track (i.e. -the 'record label')
    - -
    DESCRIPTION
    -
    A short text description of the contents
    - -
    GENRE
    -
    A short text indication of music genre
    - -
    DATE
    -
    Date the track was recorded
    - -
    LOCATION
    -
    Location where track was recorded
    - -
    CONTACT
    -
    Contact information for the creators or distributors of the track. -This could be a URL, an email address, the physical address of -the producing label.
    - -
    ISRC
    -
    ISRC number for the track; see the -ISRC intro page for more information on ISRC numbers.
    - -
    - -

    Implications

    - -
      -
    • Field names should not be 'internationalized'; this is a -concession to simplicity not an attempt to exclude the majority of -the world that doesn't speak English. Field contents, -however, use the UTF-8 character encoding to allow easy representation -of any language.
    • -
    • We have the length of the entirety of the field and restrictions on -the field name so that the field name is bounded in a known way. Thus -we also have the length of the field contents.
    • -
    • Individual 'vendors' may use non-standard field names within -reason. The proper use of comment fields should be clear through -context at this point. Abuse will be discouraged.
    • -
    • There is no vendor-specific prefix to 'nonstandard' field names. -Vendors should make some effort to avoid arbitrarily polluting the -common namespace. We will generally collect the more useful tags -here to help with standardization.
    • -
    • Field names are not required to be unique (occur once) within a -comment header. As an example, assume a track was recorded by three -well know artists; the following is permissible, and encouraged: -
      -              ARTIST=Dizzy Gillespie 
      -              ARTIST=Sonny Rollins 
      -              ARTIST=Sonny Stitt 
      -
    • -
    - -

    Encoding

    - -

    The comment header comprises the entirety of the second bitstream -header packet. Unlike the first bitstream header packet, it is not -generally the only packet on the second page and may not be restricted -to within the second bitstream page. The length of the comment header -packet is (practically) unbounded. The comment header packet is not -optional; it must be present in the bitstream even if it is -effectively empty.

    - -

    The comment header is encoded as follows (as per Ogg's standard -bitstream mapping which renders least-significant-bit of the word to be -coded into the least significant available bit of the current -bitstream octet first):

    - -
      -
    1. Vendor string length (32 bit unsigned quantity specifying number of octets)
    2. -
    3. Vendor string ([vendor string length] octets coded from beginning of string -to end of string, not null terminated)
    4. -
    5. Number of comment fields (32 bit unsigned quantity specifying number of fields)
    6. -
    7. Comment field 0 length (if [Number of comment fields]>0; 32 bit unsigned -quantity specifying number of octets)
    8. -
    9. Comment field 0 ([Comment field 0 length] octets coded from beginning of -string to end of string, not null terminated)
    10. -
    11. Comment field 1 length (if [Number of comment fields]>1...)...
    12. -
    - -

    This is actually somewhat easier to describe in code; implementation of the above -can be found in vorbis/lib/info.c:_vorbis_pack_comment(),_vorbis_unpack_comment()

    - - - - - + + + + + +Ogg Vorbis Documentation + + + + + + + + + +

    Ogg Vorbis I format specification: comment field and header specification

    + +

    Overview

    + +

    The Vorbis text comment header is the second (of three) header +packets that begin a Vorbis bitstream. It is meant for short, text +comments, not arbitrary metadata; arbitrary metadata belongs in a +separate logical bitstream (usually an XML stream type) that provides +greater structure and machine parseability.

    + +

    The comment field is meant to be used much like someone jotting a +quick note on the bottom of a CDR. It should be a little information to +remember the disc by and explain it to others; a short, to-the-point +text note that need not only be a couple words, but isn't going to be +more than a short paragraph. The essentials, in other words, whatever +they turn out to be, eg:

    + +

    +"Honest Bob and the Factory-to-Dealer-Incentives, _I'm Still Around_, +opening for Moxy Früvous, 1997" +

    + +

    Comment encoding

    + +

    Structure

    + +

    The comment header logically is a list of eight-bit-clean vectors; the +number of vectors is bounded to 2^32-1 and the length of each vector +is limited to 2^32-1 bytes. The vector length is encoded; the vector +contents themselves are not null terminated. In addition to the vector +list, there is a single vector for vendor name (also 8 bit clean, +length encoded in 32 bits). For example, the 1.0 release of libvorbis +set the vendor string to "Xiph.Org libVorbis I 20020717".

    + +

    The comment header is decoded as follows:

    + +
    +  1) [vendor_length] = read an unsigned integer of 32 bits
    +  2) [vendor_string] = read a UTF-8 vector as [vendor_length] octets
    +  3) [user_comment_list_length] = read an unsigned integer of 32 bits
    +  4) iterate [user_comment_list_length] times {
    +
    +       5) [length] = read an unsigned integer of 32 bits
    +       6) this iteration's user comment = read a UTF-8 vector as [length] octets
    +
    +     }
    +
    +  7) [framing_bit] = read a single bit as boolean
    +  8) if ( [framing_bit] unset or end of packet ) then ERROR
    +  9) done.
    +
    + +

    Content vector format

    + +

    The comment vectors are structured similarly to a UNIX environment variable. +That is, comment fields consist of a field name and a corresponding value and +look like:

    + +
    +comment[0]="ARTIST=me"; 
    +comment[1]="TITLE=the sound of Vorbis"; 
    +
    + +
      +
    • A case-insensitive field name that may consist of ASCII 0x20 through +0x7D, 0x3D ('=') excluded. ASCII 0x41 through 0x5A inclusive (A-Z) is +to be considered equivalent to ASCII 0x61 through 0x7A inclusive +(a-z).
    • +
    • The field name is immediately followed by ASCII 0x3D ('='); +this equals sign is used to terminate the field name.
    • +
    • 0x3D is followed by the 8 bit clean UTF-8 encoded value of the +field contents to the end of the field.
    • +
    + +

    Field names

    + +

    Below is a proposed, minimal list of standard field names with a +description of intended use. No single or group of field names is +mandatory; a comment header may contain one, all or none of the names +in this list.

    + +
    + +
    TITLE
    +
    Track/Work name
    + +
    VERSION
    +
    The version field may be used to differentiate multiple +versions of the same track title in a single collection. +(e.g. remix info)
    + +
    ALBUM
    +
    The collection name to which this track belongs
    + +
    TRACKNUMBER
    +
    The track number of this piece if part of a specific larger collection or album
    + +
    ARTIST
    +
    The artist generally considered responsible for the work. In popular music +this is usually the performing band or singer. For classical music it would be +the composer. For an audio book it would be the author of the original text.
    + +
    PERFORMER
    +
    The artist(s) who performed the work. In classical music this would be the +conductor, orchestra, soloists. In an audio book it would be the actor who did +the reading. In popular music this is typically the same as the ARTIST and +is omitted.
    + +
    COPYRIGHT
    +
    Copyright attribution, e.g., '2001 Nobody's Band' or '1999 Jack Moffitt'
    + +
    LICENSE
    +
    License information, eg, 'All Rights Reserved', 'Any +Use Permitted', a URL to a license such as a Creative Commons license +("www.creativecommons.org/blahblah/license.html") or the EFF Open +Audio License ('distributed under the terms of the Open Audio +License. see http://www.eff.org/IP/Open_licenses/eff_oal.html for +details'), etc.
    + +
    ORGANIZATION
    +
    Name of the organization producing the track (i.e. +the 'record label')
    + +
    DESCRIPTION
    +
    A short text description of the contents
    + +
    GENRE
    +
    A short text indication of music genre
    + +
    DATE
    +
    Date the track was recorded
    + +
    LOCATION
    +
    Location where track was recorded
    + +
    CONTACT
    +
    Contact information for the creators or distributors of the track. +This could be a URL, an email address, the physical address of +the producing label.
    + +
    ISRC
    +
    ISRC number for the track; see the +ISRC intro page for more information on ISRC numbers.
    + +
    + +

    Implications

    + +
      +
    • Field names should not be 'internationalized'; this is a +concession to simplicity not an attempt to exclude the majority of +the world that doesn't speak English. Field contents, +however, use the UTF-8 character encoding to allow easy representation +of any language.
    • +
    • We have the length of the entirety of the field and restrictions on +the field name so that the field name is bounded in a known way. Thus +we also have the length of the field contents.
    • +
    • Individual 'vendors' may use non-standard field names within +reason. The proper use of comment fields should be clear through +context at this point. Abuse will be discouraged.
    • +
    • There is no vendor-specific prefix to 'nonstandard' field names. +Vendors should make some effort to avoid arbitrarily polluting the +common namespace. We will generally collect the more useful tags +here to help with standardization.
    • +
    • Field names are not required to be unique (occur once) within a +comment header. As an example, assume a track was recorded by three +well know artists; the following is permissible, and encouraged: +
      +              ARTIST=Dizzy Gillespie 
      +              ARTIST=Sonny Rollins 
      +              ARTIST=Sonny Stitt 
      +
    • +
    + +

    Encoding

    + +

    The comment header comprises the entirety of the second bitstream +header packet. Unlike the first bitstream header packet, it is not +generally the only packet on the second page and may not be restricted +to within the second bitstream page. The length of the comment header +packet is (practically) unbounded. The comment header packet is not +optional; it must be present in the bitstream even if it is +effectively empty.

    + +

    The comment header is encoded as follows (as per Ogg's standard +bitstream mapping which renders least-significant-bit of the word to be +coded into the least significant available bit of the current +bitstream octet first):

    + +
      +
    1. Vendor string length (32 bit unsigned quantity specifying number of octets)
    2. +
    3. Vendor string ([vendor string length] octets coded from beginning of string +to end of string, not null terminated)
    4. +
    5. Number of comment fields (32 bit unsigned quantity specifying number of fields)
    6. +
    7. Comment field 0 length (if [Number of comment fields]>0; 32 bit unsigned +quantity specifying number of octets)
    8. +
    9. Comment field 0 ([Comment field 0 length] octets coded from beginning of +string to end of string, not null terminated)
    10. +
    11. Comment field 1 length (if [Number of comment fields]>1...)...
    12. +
    + +

    This is actually somewhat easier to describe in code; implementation of the above +can be found in vorbis/lib/info.c:_vorbis_pack_comment(),_vorbis_unpack_comment()

    + + + + + diff --git a/doc/vorbis-fidelity.html b/doc/vorbis-fidelity.html index 0d880883..c62f3555 100644 --- a/doc/vorbis-fidelity.html +++ b/doc/vorbis-fidelity.html @@ -1,180 +1,180 @@ - - - - - -Ogg Vorbis Documentation - - - - - - - - - -

    Ogg Vorbis: Fidelity measurement and terminology discussion

    - -

    Terminology discussed in this document is based on common terminology -associated with contemporary codecs such as MPEG I audio layer 3 -(mp3). However, some differences in terminology are useful in the -context of Vorbis as Vorbis functions somewhat differently than most -current formats. For clarity, then, we describe a common terminology -for discussion of Vorbis's and other formats' audio quality.

    - -

    Subjective and Objective

    - -

    Objective fidelity is a measure, based on a computable, -mechanical metric, of how carefully an output matches an input. For -example, a stereo amplifier may claim to introduce less that .01% -total harmonic distortion when amplifying an input signal; this claim -is easy to verify given proper equipment, and any number of testers are -likely to arrive at the same, exact results. One need not listen to -the equipment to make this measurement.

    - -

    However, given two amplifiers with identical, verifiable objective -specifications, listeners may strongly prefer the sound quality of one -over the other. This is actually the case in the decades old debate -[some would say jihad] among audiophiles involving vacuum tube versus -solid state amplifiers. There are people who can tell the difference, -and strongly prefer one over the other despite seemingly identical, -measurable quality. This preference is subjective and -difficult to measure but nonetheless real.

    - -

    Individual elements of subjective differences often can be qualified, -but overall subjective quality generally is not measurable. Different -observers are likely to disagree on the exact results of a subjective -test as each observer's perspective differs. When measuring -subjective qualities, the best one can hope for is average, empirical -results that show statistical significance across a group.

    - -

    Perceptual codecs are most concerned with subjective, not objective, -quality. This is why evaluating a perceptual codec via distortion -measures and sonograms alone is useless; these objective measures may -provide insight into the quality or functioning of a codec, but cannot -answer the much squishier subjective question, "Does it sound -good?". The tube amplifier example is perhaps not the best as very few -people can hear, or care to hear, the minute differences between tubes -and transistors, whereas the subjective differences in perceptual -codecs tend to be quite large even when objective differences are -not.

    - -

    Fidelity, Artifacts and Differences

    - -

    Audio artifacts and loss of fidelity or more simply -put, audio differences are not the same thing.

    - -

    A loss of fidelity implies differences between the perceived input and -output signal; it does not necessarily imply that the differences in -output are displeasing or that the output sounds poor (although this -is often the case). Tube amplifiers are not higher fidelity -than modern solid state and digital systems. They simply produce a -form of distortion and coloring that is either unnoticeable or actually -pleasing to many ears.

    - -

    As compared to an original signal using hard metrics, all perceptual -codecs [ASPEC, ATRAC, MP3, WMA, AAC, TwinVQ, AC3 and Vorbis included] -lose objective fidelity in order to reduce bitrate. This is fact. The -idea is to lose fidelity in ways that cannot be perceived. However, -most current streaming applications demand bitrates lower than what -can be achieved by sacrificing only objective fidelity; this is also -fact, despite whatever various company press releases might claim. -Subjective fidelity eventually must suffer in one way or another.

    - -

    The goal is to choose the best possible tradeoff such that the -fidelity loss is graceful and not obviously noticeable. Most listeners -of FM radio do not realize how much lower fidelity that medium is as -compared to compact discs or DAT. However, when compared directly to -source material, the difference is obvious. A cassette tape is lower -fidelity still, and yet the degradation, relatively speaking, is -graceful and generally easy not to notice. Compare this graceful loss -of quality to an average 44.1kHz stereo mp3 encoded at 80 or 96kbps. -The mp3 might actually be higher objective fidelity but subjectively -sounds much worse.

    - -

    Thus, when a CODEC must sacrifice subjective quality in order -to satisfy a user's requirements, the result should be a -difference that is generally either difficult to notice -without comparison, or easy to ignore. An artifact, on the -other hand, is an element introduced into the output that is -immediately noticeable, obviously foreign, and undesired. The famous -'underwater' or 'twinkling' effect synonymous with low bitrate (or -poorly encoded) mp3 is an example of an artifact. This -working definition differs slightly from common usage, but the coined -distinction between differences and artifacts is useful for our -discussion.

    - -

    The goal, when it is absolutely necessary to sacrifice subjective -fidelity, is obviously to strive for differences and not artifacts. -The vast majority of codecs today fail at this task miserably, -predictably, and regularly in one way or another. Avoiding such -failures when it is necessary to sacrifice subjective quality is a -fundamental design objective of Vorbis and that objective is reflected -in Vorbis's design and tuning.

    - - - - - + + + + + +Ogg Vorbis Documentation + + + + + + + + + +

    Ogg Vorbis: Fidelity measurement and terminology discussion

    + +

    Terminology discussed in this document is based on common terminology +associated with contemporary codecs such as MPEG I audio layer 3 +(mp3). However, some differences in terminology are useful in the +context of Vorbis as Vorbis functions somewhat differently than most +current formats. For clarity, then, we describe a common terminology +for discussion of Vorbis's and other formats' audio quality.

    + +

    Subjective and Objective

    + +

    Objective fidelity is a measure, based on a computable, +mechanical metric, of how carefully an output matches an input. For +example, a stereo amplifier may claim to introduce less that .01% +total harmonic distortion when amplifying an input signal; this claim +is easy to verify given proper equipment, and any number of testers are +likely to arrive at the same, exact results. One need not listen to +the equipment to make this measurement.

    + +

    However, given two amplifiers with identical, verifiable objective +specifications, listeners may strongly prefer the sound quality of one +over the other. This is actually the case in the decades old debate +[some would say jihad] among audiophiles involving vacuum tube versus +solid state amplifiers. There are people who can tell the difference, +and strongly prefer one over the other despite seemingly identical, +measurable quality. This preference is subjective and +difficult to measure but nonetheless real.

    + +

    Individual elements of subjective differences often can be qualified, +but overall subjective quality generally is not measurable. Different +observers are likely to disagree on the exact results of a subjective +test as each observer's perspective differs. When measuring +subjective qualities, the best one can hope for is average, empirical +results that show statistical significance across a group.

    + +

    Perceptual codecs are most concerned with subjective, not objective, +quality. This is why evaluating a perceptual codec via distortion +measures and sonograms alone is useless; these objective measures may +provide insight into the quality or functioning of a codec, but cannot +answer the much squishier subjective question, "Does it sound +good?". The tube amplifier example is perhaps not the best as very few +people can hear, or care to hear, the minute differences between tubes +and transistors, whereas the subjective differences in perceptual +codecs tend to be quite large even when objective differences are +not.

    + +

    Fidelity, Artifacts and Differences

    + +

    Audio artifacts and loss of fidelity or more simply +put, audio differences are not the same thing.

    + +

    A loss of fidelity implies differences between the perceived input and +output signal; it does not necessarily imply that the differences in +output are displeasing or that the output sounds poor (although this +is often the case). Tube amplifiers are not higher fidelity +than modern solid state and digital systems. They simply produce a +form of distortion and coloring that is either unnoticeable or actually +pleasing to many ears.

    + +

    As compared to an original signal using hard metrics, all perceptual +codecs [ASPEC, ATRAC, MP3, WMA, AAC, TwinVQ, AC3 and Vorbis included] +lose objective fidelity in order to reduce bitrate. This is fact. The +idea is to lose fidelity in ways that cannot be perceived. However, +most current streaming applications demand bitrates lower than what +can be achieved by sacrificing only objective fidelity; this is also +fact, despite whatever various company press releases might claim. +Subjective fidelity eventually must suffer in one way or another.

    + +

    The goal is to choose the best possible tradeoff such that the +fidelity loss is graceful and not obviously noticeable. Most listeners +of FM radio do not realize how much lower fidelity that medium is as +compared to compact discs or DAT. However, when compared directly to +source material, the difference is obvious. A cassette tape is lower +fidelity still, and yet the degradation, relatively speaking, is +graceful and generally easy not to notice. Compare this graceful loss +of quality to an average 44.1kHz stereo mp3 encoded at 80 or 96kbps. +The mp3 might actually be higher objective fidelity but subjectively +sounds much worse.

    + +

    Thus, when a CODEC must sacrifice subjective quality in order +to satisfy a user's requirements, the result should be a +difference that is generally either difficult to notice +without comparison, or easy to ignore. An artifact, on the +other hand, is an element introduced into the output that is +immediately noticeable, obviously foreign, and undesired. The famous +'underwater' or 'twinkling' effect synonymous with low bitrate (or +poorly encoded) mp3 is an example of an artifact. This +working definition differs slightly from common usage, but the coined +distinction between differences and artifacts is useful for our +discussion.

    + +

    The goal, when it is absolutely necessary to sacrifice subjective +fidelity, is obviously to strive for differences and not artifacts. +The vast majority of codecs today fail at this task miserably, +predictably, and regularly in one way or another. Avoiding such +failures when it is necessary to sacrifice subjective quality is a +fundamental design objective of Vorbis and that objective is reflected +in Vorbis's design and tuning.

    + + + + + diff --git a/doc/vorbis.html b/doc/vorbis.html index 92e43737..66df2f46 100644 --- a/doc/vorbis.html +++ b/doc/vorbis.html @@ -1,234 +1,234 @@ - - - - - -Ogg Vorbis Documentation - - - - - - - - - -

    Ogg Vorbis encoding format documentation

    - -

    waitAs of writing, not all the below document -links are live. They will be populated as we complete the documents.

    - -

    Documents

    - - - - - - - - - -

    Description

    - -

    Ogg Vorbis is a general purpose compressed audio format -for high quality (44.1-48.0kHz, 16+ bit, polyphonic) audio and music -at moderate fixed and variable bitrates (40-80 kb/s/channel). This -places Vorbis in the same class as audio representations including -MPEG-1 audio layer 3, MPEG-4 audio (AAC and TwinVQ), and PAC.

    - -

    Vorbis is the first of a planned family of Ogg multimedia coding -formats being developed as part of the Xiph.org Foundation's Ogg multimedia -project. See http://www.xiph.org/ -for more information.

    - -

    Vorbis technical documents

    - -

    A Vorbis encoder takes in overlapping (but contiguous) short-time -segments of audio data. The encoder analyzes the content of the audio -to determine an optimal compact representation; this phase of encoding -is known as analysis. For each short-time block of sound, -the encoder then packs an efficient representation of the signal, as -determined by analysis, into a raw packet much smaller than the size -required by the original signal; this phase is coding. -Lastly, in a streaming environment, the raw packets are then -structured into a continuous stream of octets; this last phase is -streaming. Note that the stream of octets is referred to both -as a 'byte-' and 'bit-'stream; the latter usage is acceptible as the -stream of octets is a physical representation of a true logical -bit-by-bit stream.

    - -

    A Vorbis decoder performs a mirror image process of extracting the -original sequence of raw packets from an Ogg stream (stream -decomposition), reconstructing the signal representation from the -raw data in the packet (decoding) and them reconstituting an -audio signal from the decoded representation (synthesis).

    - -

    The Programming with libvorbis -documents discuss use of the reference Vorbis codec library -(libvorbis) produced by the Xiph.org Foundation.

    - -

    The data representations and algorithms necessary at each step to -encode and decode Ogg Vorbis bitstreams are described by the below -documents in sufficient detail to construct a complete Vorbis codec. -Note that at the time of writing, Vorbis is still in a 'Request For -Comments' stage of development; despite being in advanced stages of -development, input from the multimedia community is welcome.

    - -

    Vorbis analysis and synthesis

    - -

    Analysis begins by seperating an input audio stream into individual, -overlapping short-time segments of audio data. These segments are -then transformed into an alternate representation, seeking to -represent the original signal in a more efficient form that codes into -a smaller number of bytes. The analysis and transformation stage is -the most complex element of producing a Vorbis bitstream.

    - -

    The corresponding synthesis step in the decoder is simpler; there is -no analysis to perform, merely a mechanical, deterministic -reconstruction of the original audio data from the transform-domain -representation.

    - -
      -
    • Vorbis packet structure: -Describes the basic analysis components necessary to produce Vorbis -packets and the structure of the packet itself.
    • -
    • Temporal envelope shaping and blocksize: -Use of temporal envelope shaping and variable blocksize to minimize -time-domain energy leakage during wide dynamic range and spectral energy -swings. Also discusses time-related principles of psychoacoustics.
    • -
    • Time domain segmentation and MDCT transform: -Division of time domain data into individual overlapped, windowed -short-time vectors and transformation using the MDCT
    • -
    • The resolution floor: Use of frequency -doamin psychoacoustics, and the MDCT-domain noise, masking and resolution -floors
    • -
    • MDCT-domain fine structure: Production, -quantization and massaging of MDCT-spectrum fine structure
    • -
    - -

    Vorbis coding and decoding

    - -

    Coding and decoding converts the transform-domain representation of -the original audio produced by analysis to and from a bitwise packed -raw data packet. Coding and decoding consist of two logically -orthogonal concepts, back-end coding and bitpacking.

    - -

    Back-end coding uses a probability model to represent the raw numbers -of the audio representation in as few physical bits as possible; -familiar examples of back-end coding include Huffman coding and Vector -Quantization.

    - -

    Bitpacking arranges the variable sized words of the back-end -coding into a vector of octets without wasting space. The octets -produced by coding a single short-time audio segment is one raw Vorbis -packet.

    - - - -

    Vorbis streaming and stream decomposition

    - -

    Vorbis packets contain the raw, bitwise-compressed representation of a -snippet of audio. These packets contain no structure and cannot be -strung together directly into a stream; for streamed transmission and -storage, Vorbis packets are encoded into an Ogg bitstream.

    - -
      -
    • Ogg bitstream overview: High-level -description of Ogg logical bitstreams, how logical bitstreams -(of mixed media types) can be combined into physical bitstreams, and -restrictions on logical-to-physical mapping. Note that this document is -not specific only to Ogg Vorbis.
    • -
    • Ogg logical bitstream and framing -spec: Low level, complete specification of Ogg logical -bitstream pages. Note that this document is not specific only to Ogg -Vorbis.
    • -
    • Vorbis bitstream mapping: -Specifically describes mapping Vorbis data into an -Ogg physical bitstream.
    • -
    - - - - - + + + + + +Ogg Vorbis Documentation + + + + + + + + + +

    Ogg Vorbis encoding format documentation

    + +

    waitAs of writing, not all the below document +links are live. They will be populated as we complete the documents.

    + +

    Documents

    + + + + + + + + + +

    Description

    + +

    Ogg Vorbis is a general purpose compressed audio format +for high quality (44.1-48.0kHz, 16+ bit, polyphonic) audio and music +at moderate fixed and variable bitrates (40-80 kb/s/channel). This +places Vorbis in the same class as audio representations including +MPEG-1 audio layer 3, MPEG-4 audio (AAC and TwinVQ), and PAC.

    + +

    Vorbis is the first of a planned family of Ogg multimedia coding +formats being developed as part of the Xiph.org Foundation's Ogg multimedia +project. See http://www.xiph.org/ +for more information.

    + +

    Vorbis technical documents

    + +

    A Vorbis encoder takes in overlapping (but contiguous) short-time +segments of audio data. The encoder analyzes the content of the audio +to determine an optimal compact representation; this phase of encoding +is known as analysis. For each short-time block of sound, +the encoder then packs an efficient representation of the signal, as +determined by analysis, into a raw packet much smaller than the size +required by the original signal; this phase is coding. +Lastly, in a streaming environment, the raw packets are then +structured into a continuous stream of octets; this last phase is +streaming. Note that the stream of octets is referred to both +as a 'byte-' and 'bit-'stream; the latter usage is acceptible as the +stream of octets is a physical representation of a true logical +bit-by-bit stream.

    + +

    A Vorbis decoder performs a mirror image process of extracting the +original sequence of raw packets from an Ogg stream (stream +decomposition), reconstructing the signal representation from the +raw data in the packet (decoding) and them reconstituting an +audio signal from the decoded representation (synthesis).

    + +

    The Programming with libvorbis +documents discuss use of the reference Vorbis codec library +(libvorbis) produced by the Xiph.org Foundation.

    + +

    The data representations and algorithms necessary at each step to +encode and decode Ogg Vorbis bitstreams are described by the below +documents in sufficient detail to construct a complete Vorbis codec. +Note that at the time of writing, Vorbis is still in a 'Request For +Comments' stage of development; despite being in advanced stages of +development, input from the multimedia community is welcome.

    + +

    Vorbis analysis and synthesis

    + +

    Analysis begins by seperating an input audio stream into individual, +overlapping short-time segments of audio data. These segments are +then transformed into an alternate representation, seeking to +represent the original signal in a more efficient form that codes into +a smaller number of bytes. The analysis and transformation stage is +the most complex element of producing a Vorbis bitstream.

    + +

    The corresponding synthesis step in the decoder is simpler; there is +no analysis to perform, merely a mechanical, deterministic +reconstruction of the original audio data from the transform-domain +representation.

    + +
      +
    • Vorbis packet structure: +Describes the basic analysis components necessary to produce Vorbis +packets and the structure of the packet itself.
    • +
    • Temporal envelope shaping and blocksize: +Use of temporal envelope shaping and variable blocksize to minimize +time-domain energy leakage during wide dynamic range and spectral energy +swings. Also discusses time-related principles of psychoacoustics.
    • +
    • Time domain segmentation and MDCT transform: +Division of time domain data into individual overlapped, windowed +short-time vectors and transformation using the MDCT
    • +
    • The resolution floor: Use of frequency +doamin psychoacoustics, and the MDCT-domain noise, masking and resolution +floors
    • +
    • MDCT-domain fine structure: Production, +quantization and massaging of MDCT-spectrum fine structure
    • +
    + +

    Vorbis coding and decoding

    + +

    Coding and decoding converts the transform-domain representation of +the original audio produced by analysis to and from a bitwise packed +raw data packet. Coding and decoding consist of two logically +orthogonal concepts, back-end coding and bitpacking.

    + +

    Back-end coding uses a probability model to represent the raw numbers +of the audio representation in as few physical bits as possible; +familiar examples of back-end coding include Huffman coding and Vector +Quantization.

    + +

    Bitpacking arranges the variable sized words of the back-end +coding into a vector of octets without wasting space. The octets +produced by coding a single short-time audio segment is one raw Vorbis +packet.

    + + + +

    Vorbis streaming and stream decomposition

    + +

    Vorbis packets contain the raw, bitwise-compressed representation of a +snippet of audio. These packets contain no structure and cannot be +strung together directly into a stream; for streamed transmission and +storage, Vorbis packets are encoded into an Ogg bitstream.

    + +
      +
    • Ogg bitstream overview: High-level +description of Ogg logical bitstreams, how logical bitstreams +(of mixed media types) can be combined into physical bitstreams, and +restrictions on logical-to-physical mapping. Note that this document is +not specific only to Ogg Vorbis.
    • +
    • Ogg logical bitstream and framing +spec: Low level, complete specification of Ogg logical +bitstream pages. Note that this document is not specific only to Ogg +Vorbis.
    • +
    • Vorbis bitstream mapping: +Specifically describes mapping Vorbis data into an +Ogg physical bitstream.
    • +
    + + + + + diff --git a/doc/vorbisfile/OggVorbis_File.html b/doc/vorbisfile/OggVorbis_File.html index e4a033e1..293295bb 100644 --- a/doc/vorbisfile/OggVorbis_File.html +++ b/doc/vorbisfile/OggVorbis_File.html @@ -9,7 +9,7 @@ - +

    Vorbisfile documentation

    vorbisfile version 1.68 - 20030307

    vorbisfile version 1.2.0 - 20070723

    @@ -21,28 +21,44 @@ The OggVorbis_File structure defines an Ogg Vorbis file.

    -This structure is used in all libvorbisfile routines. Before it can be used, -it must be initialized by ov_open() or ov_open_callbacks(). +This structure is used in all libvorbisfile routines. Before it can +be used, it must be initialized by ov_open(), ov_fopen(), or ov_open_callbacks(). Important +Note: The use of ov_open() is +discouraged under Windows due to a peculiarity of Windows linking +convention; use ov_fopen() or ov_open_callbacks() instead. This +caution only applies to Windows; use of ov_open() is appropriate for all other +platforms. See the ov_open() page for more +information.

    After use, the OggVorbis_File structure must be deallocated with a call to ov_clear().

    -Once a file or data source is opened successfully by libvorbisfile -(using ov_open() or ov_open_callbacks()), it is owned by -libvorbisfile. The file should not be used by any other applications or -functions outside of the libvorbisfile API. The file must not be closed -directly by the application at any time after a successful open; -libvorbisfile expects to close the file within ov_clear(). -

    -If the call to ov_open() or ov_open() call, the handle is owned by +libvorbisfile and will be closed by libvorbisfile later during the +call to ov_clear(). The handle should not +be used or closed outside of the libvorbisfile API. Similarly, files +opened by ov_fopen() will also be closed +internally by vorbisfile in ov_clear().

    + +ov_open_callbacks() allows the +application to choose whether libvorbisfile will or will not close the +handle in ov_clear(); see the ov_open_callbacks() page for more information.

    + +If a call to ov_open() or ov_open_callbacks() fails, -libvorbisfile does not assume ownership of the file and the -application is expected to close it if necessary. +libvorbisfile does not assume ownership of the handle and the +application is expected to close it if necessary. A failed ov_fopen() call will internally close the +file handle if the open process fails.



    @@ -108,11 +124,11 @@ application.
    - + - +<

    copyright © 2003 Xiph.org

    copyright © 2007 Xiph.org

    Ogg Vorbis

    Vorbisfile documentation

    vorbisfile version 1.68 - 20030307