platform/upstream/libvorbis.git
21 years agoDefine required character entities manually since the parse isn't
Ralph Giles [Fri, 25 Oct 2002 14:41:13 +0000 (14:41 +0000)]
Define required character entities manually since the parse isn't
finding the parameter includes.

svn path=/trunk/vorbis/; revision=4046

21 years agoTypo and grammar corrections found in proofing.
Ralph Giles [Mon, 21 Oct 2002 23:37:00 +0000 (23:37 +0000)]
Typo and grammar corrections found in proofing.

svn path=/trunk/vorbis/; revision=4030

21 years agoforgot to disable debugging output in psy.c
Monty [Mon, 21 Oct 2002 07:00:11 +0000 (07:00 +0000)]
forgot to disable debugging output in psy.c

svn path=/trunk/vorbis/; revision=4027

21 years agoElimintae two minor bugs; zero-bark wraparound in noise_hybridmp was
Monty [Fri, 18 Oct 2002 06:00:12 +0000 (06:00 +0000)]
Elimintae two minor bugs; zero-bark wraparound in noise_hybridmp was
slightly off, and <0 fixed evelope computation should be allowed to
dip below zero (and be bounded later).

svn path=/trunk/vorbis/; revision=4022

21 years agoPropagate documentation updates from the html version.
Ralph Giles [Fri, 18 Oct 2002 00:43:00 +0000 (00:43 +0000)]
Propagate documentation updates from the html version.

svn path=/trunk/vorbis/; revision=4021

21 years agooops, don't commit debugging output to mainline.
Monty [Thu, 17 Oct 2002 06:06:59 +0000 (06:06 +0000)]
oops, don't commit debugging output to mainline.

Monty

svn path=/trunk/vorbis/; revision=4020

21 years agoIncorrect thinking on my part; rolling change back to 1.77
Monty [Thu, 17 Oct 2002 04:56:23 +0000 (04:56 +0000)]
Incorrect thinking on my part; rolling change back to 1.77

svn path=/trunk/vorbis/; revision=4019

21 years agoFix a divide by zero in noise_hybridmp due to faulty spectrum wrapping
Monty [Thu, 17 Oct 2002 04:41:39 +0000 (04:41 +0000)]
Fix a divide by zero in noise_hybridmp due to faulty spectrum wrapping
around Bark 0.

svn path=/trunk/vorbis/; revision=4018

21 years agoremove comment excludes from testing
Ralph Giles [Wed, 16 Oct 2002 23:22:46 +0000 (23:22 +0000)]
remove comment excludes from testing

svn path=/trunk/vorbis/; revision=4017

21 years agoAdd the encapsulation sections as appendicies. I can't figure out how to
Ralph Giles [Wed, 16 Oct 2002 22:46:44 +0000 (22:46 +0000)]
Add the encapsulation sections as appendicies. I can't figure out how to
include parser-protected text into a docbook xml file, so the rtp version
will have to wait for makefile support to generate a wrapper.

Our colophon has become a third appendix, since articles aren't permitted
to have explicit colophons.

svn path=/trunk/vorbis/; revision=4016

21 years agoPropagating doc updates: correct argument order on render_line().
Ralph Giles [Wed, 16 Oct 2002 21:43:32 +0000 (21:43 +0000)]
Propagating doc updates: correct argument order on render_line().

svn path=/trunk/vorbis/; revision=4015

21 years agoUpdate Joseph Rothweiler's contact information
Monty [Wed, 16 Oct 2002 07:44:21 +0000 (07:44 +0000)]
Update Joseph Rothweiler's contact information

svn path=/trunk/vorbis/; revision=4009

21 years agomissed commit; correct argument order on render_line
Monty [Wed, 16 Oct 2002 04:45:52 +0000 (04:45 +0000)]
missed commit; correct argument order on render_line

svn path=/trunk/vorbis/; revision=4006

21 years agoUpdate dates
Monty [Wed, 16 Oct 2002 02:46:06 +0000 (02:46 +0000)]
Update dates

svn path=/trunk/vorbis/; revision=4005

21 years agoCorrections from Tor-Einar Jarnbjo added to spec
Monty [Wed, 16 Oct 2002 02:43:48 +0000 (02:43 +0000)]
Corrections from Tor-Einar Jarnbjo added to spec

svn path=/trunk/vorbis/; revision=4004

21 years agofix crossreferences.
Ralph Giles [Mon, 14 Oct 2002 23:47:54 +0000 (23:47 +0000)]
fix crossreferences.

svn path=/trunk/vorbis/; revision=4003

21 years agoescape xml-special characters
Ralph Giles [Mon, 14 Oct 2002 18:20:30 +0000 (18:20 +0000)]
escape xml-special characters

svn path=/trunk/vorbis/; revision=4002

21 years agoAdd a todo list for the docbook conversion.
Ralph Giles [Sun, 13 Oct 2002 15:30:40 +0000 (15:30 +0000)]
Add a todo list for the docbook conversion.

svn path=/trunk/vorbis/; revision=4001

21 years agoMinor markup cleanup. Also normalize some [] to ().
Ralph Giles [Sun, 13 Oct 2002 15:18:47 +0000 (15:18 +0000)]
Minor markup cleanup. Also normalize some [] to ().

svn path=/trunk/vorbis/; revision=4000

21 years agoAdd latex versions of the lsp equations.
Ralph Giles [Sun, 13 Oct 2002 14:32:16 +0000 (14:32 +0000)]
Add latex versions of the lsp equations.

svn path=/trunk/vorbis/; revision=3999

21 years agoRough conversion of the vorbis specification to docbook xml. No makefile
Ralph Giles [Sat, 12 Oct 2002 20:37:11 +0000 (20:37 +0000)]
Rough conversion of the vorbis specification to docbook xml. No makefile
support yet, and the auxiliary are docs still to be done, but
db2html/db2pdf produce reasonable output.

svn path=/trunk/vorbis/; revision=3998

21 years agoA single page audio stream that was also a short page would decode too far.
Monty [Fri, 11 Oct 2002 11:14:42 +0000 (11:14 +0000)]
A single page audio stream that was also a short page would decode too far.

svn path=/trunk/vorbis/; revision=3996

21 years agoFix ov_time_tell bug for non-seekable streams
Monty [Fri, 11 Oct 2002 08:22:18 +0000 (08:22 +0000)]
Fix ov_time_tell bug for non-seekable streams

svn path=/trunk/vorbis/; revision=3994

21 years agoFix sort comparison functions to return -1,0,1 as per spec
Monty [Fri, 11 Oct 2002 07:44:28 +0000 (07:44 +0000)]
Fix sort comparison functions to return -1,0,1 as per spec

svn path=/trunk/vorbis/; revision=3993

21 years agoEliminate checks for float versions of libmath trig functions as
Monty [Fri, 11 Oct 2002 06:45:37 +0000 (06:45 +0000)]
Eliminate checks for float versions of libmath trig functions as
they're no longer needed (been optimized away).  Also closes Sun Forte
C bug where we detect sqrtf(), but it isn;t what we think it is.

Monty

svn path=/trunk/vorbis/; revision=3992

21 years agoREGENTS->FOUNDATION
Monty [Fri, 11 Oct 2002 06:17:37 +0000 (06:17 +0000)]
REGENTS->FOUNDATION

svn path=/trunk/vorbis/; revision=3991

21 years agofix documentation typo. thanks to David K. Gasaway.
Ralph Giles [Sun, 29 Sep 2002 06:51:16 +0000 (06:51 +0000)]
fix documentation typo. thanks to David K. Gasaway.

svn path=/trunk/vorbis/; revision=3963

21 years agoAdd timebase conversion call
Monty [Mon, 23 Sep 2002 21:47:18 +0000 (21:47 +0000)]
Add timebase conversion call

svn path=/trunk/vorbis/; revision=3940

21 years agoFix an off-by-one error reading angle and magnitude vector assignemtns
Monty [Fri, 20 Sep 2002 09:52:31 +0000 (09:52 +0000)]
Fix an off-by-one error reading angle and magnitude vector assignemtns
in mapping decode.

Monty

svn path=/trunk/vorbis/; revision=3932

21 years agoCorrect loop range error in header decode of floor 1, as pointed out
Monty [Fri, 20 Sep 2002 02:49:35 +0000 (02:49 +0000)]
Correct loop range error in header decode of floor 1, as pointed out
by Tor-Einar Jarnbjo

svn path=/trunk/vorbis/; revision=3928

21 years agoframing doc is duplicated in vorbis; perhaps it's time to hack the CVS
Monty [Fri, 20 Sep 2002 01:18:34 +0000 (01:18 +0000)]
framing doc is duplicated in vorbis; perhaps it's time to hack the CVS
repository...

svn path=/trunk/vorbis/; revision=3925

21 years agoAdd the macosx project files to the distribution.
Ralph Giles [Wed, 18 Sep 2002 11:57:13 +0000 (11:57 +0000)]
Add the macosx project files to the distribution.

svn path=/trunk/vorbis/; revision=3921

21 years agoUpdate MacOS X project file, both for vorbis 1.0 changes and the August 2002 develope...
Ralph Giles [Wed, 18 Sep 2002 11:53:58 +0000 (11:53 +0000)]
Update MacOS X project file, both for vorbis 1.0 changes and the August 2002 developer tools.

svn path=/trunk/vorbis/; revision=3920

21 years agoA number of floor1 spec corrections.
Monty [Wed, 11 Sep 2002 03:30:05 +0000 (03:30 +0000)]
A number of floor1 spec corrections.

svn path=/trunk/vorbis/; revision=3899

21 years agocommit changes and typos as found by Eric Kruus
Monty [Fri, 9 Aug 2002 00:09:58 +0000 (00:09 +0000)]
commit changes and typos as found by Eric Kruus

svn path=/trunk/vorbis/; revision=3770

21 years agoDon't use fabsf(), go back to fabs()
Mike Smith [Tue, 30 Jul 2002 10:43:07 +0000 (10:43 +0000)]
Don't use fabsf(), go back to fabs()

svn path=/trunk/vorbis/; revision=3733

21 years agoFix qsort() function so that it works on solaris, modified slightly
Mike Smith [Tue, 30 Jul 2002 09:25:12 +0000 (09:25 +0000)]
Fix qsort() function so that it works on solaris, modified slightly
from a contributed patch.

svn path=/trunk/vorbis/; revision=3732

21 years agofix bugs in the vorbis-checking-m4-included-program-thingy.
Mike Smith [Mon, 29 Jul 2002 14:21:10 +0000 (14:21 +0000)]
fix bugs in the vorbis-checking-m4-included-program-thingy.

svn path=/trunk/vorbis/; revision=3727

22 years agoMore ov_read_float() doc fixes that I missed last time
Mike Smith [Tue, 23 Jul 2002 13:33:58 +0000 (13:33 +0000)]
More ov_read_float() doc fixes that I missed last time

svn path=/trunk/vorbis/; revision=3712

22 years agoExport ov_read_float() in vorbisfile.dll
Mike Smith [Sun, 21 Jul 2002 23:18:29 +0000 (23:18 +0000)]
Export ov_read_float() in vorbisfile.dll

svn path=/trunk/vorbis/; revision=3705

22 years agoDoc fixes for changed ov_read_float()
Mike Smith [Sun, 21 Jul 2002 01:35:21 +0000 (01:35 +0000)]
Doc fixes for changed ov_read_float()

svn path=/trunk/vorbis/; revision=3702

22 years agodebian packaging updates
calc [Fri, 19 Jul 2002 13:58:02 +0000 (13:58 +0000)]
debian packaging updates

svn path=/trunk/vorbis/; revision=3693

22 years agoThis check is broken (doesn't respect --with-ogg=/foo), we're better off
Mike Smith [Fri, 19 Jul 2002 13:44:36 +0000 (13:44 +0000)]
This check is broken (doesn't respect --with-ogg=/foo), we're better off
removing it entirely.

svn path=/trunk/vorbis/; revision=3692

22 years agoUpdate Makefile.am
Monty [Fri, 19 Jul 2002 09:14:56 +0000 (09:14 +0000)]
Update Makefile.am
fix two </a> tags

svn path=/trunk/vorbis/; revision=3683

22 years agoCommit completed first-draft of Vorbis I spec.
Monty [Fri, 19 Jul 2002 08:48:31 +0000 (08:48 +0000)]
Commit completed first-draft of Vorbis I spec.

svn path=/trunk/vorbis/; revision=3682

22 years agothomasvs's spec file updates.
Mike Smith [Fri, 19 Jul 2002 06:48:15 +0000 (06:48 +0000)]
thomasvs's spec file updates.

svn path=/trunk/vorbis/; revision=3676

22 years agoPlow changes into CVS
Monty [Fri, 19 Jul 2002 04:54:24 +0000 (04:54 +0000)]
Plow changes into CVS

svn path=/trunk/vorbis/; revision=3668

22 years agoin-progress work -> CVS
Monty [Fri, 19 Jul 2002 03:06:26 +0000 (03:06 +0000)]
in-progress work -> CVS

svn path=/trunk/vorbis/; revision=3667

22 years ago13/14 completed
Monty [Fri, 19 Jul 2002 02:09:16 +0000 (02:09 +0000)]
13/14 completed

svn path=/trunk/vorbis/; revision=3666

22 years agoNo lose work
Monty [Fri, 19 Jul 2002 00:07:11 +0000 (00:07 +0000)]
No lose work

svn path=/trunk/vorbis/; revision=3665

22 years agoKeep piling ongoing work into CVS.
Monty [Thu, 18 Jul 2002 22:37:33 +0000 (22:37 +0000)]
Keep piling ongoing work into CVS.

svn path=/trunk/vorbis/; revision=3663

22 years agoKeep stuffing in-progress spec work into CVS
Monty [Thu, 18 Jul 2002 21:52:36 +0000 (21:52 +0000)]
Keep stuffing in-progress spec work into CVS

svn path=/trunk/vorbis/; revision=3662

22 years agoupdate release vendor string
Ralph Giles [Thu, 18 Jul 2002 13:21:52 +0000 (13:21 +0000)]
update release vendor string

svn path=/trunk/vorbis/; revision=3660

22 years agofix a few closing tags
Monty [Thu, 18 Jul 2002 07:47:45 +0000 (07:47 +0000)]
fix a few closing tags

svn path=/trunk/vorbis/; revision=3658

22 years agoContinue work, add a missing .png
Monty [Thu, 18 Jul 2002 07:10:25 +0000 (07:10 +0000)]
Continue work, add a missing .png

svn path=/trunk/vorbis/; revision=3657

22 years agospec for floor 1 finished.
Monty [Thu, 18 Jul 2002 05:26:04 +0000 (05:26 +0000)]
spec for floor 1 finished.

residue and toplevel reference to go

svn path=/trunk/vorbis/; revision=3656

22 years agoFix a serious bug in bitrate management that rendered hard limiting
Monty [Thu, 18 Jul 2002 02:12:20 +0000 (02:12 +0000)]
Fix a serious bug in bitrate management that rendered hard limiting
nonfunctional.

svn path=/trunk/vorbis/; revision=3655

22 years agobump date on vendor string
Monty [Thu, 18 Jul 2002 01:43:09 +0000 (01:43 +0000)]
bump date on vendor string
eliminate the ilog2 code that looks broken with clearer code

svn path=/trunk/vorbis/; revision=3654

22 years agoNot really a bugfix, but 'correct' the confusing ilog2 which looks broken
Monty [Thu, 18 Jul 2002 01:41:59 +0000 (01:41 +0000)]
Not really a bugfix, but 'correct' the confusing ilog2 which looks broken

svn path=/trunk/vorbis/; revision=3653

22 years agoLet's not loose any work on the home stretch
Monty [Wed, 17 Jul 2002 23:26:37 +0000 (23:26 +0000)]
Let's not loose any work on the home stretch

svn path=/trunk/vorbis/; revision=3652

22 years agoSpecwriting found a possible stack smash in floor0.c decode. repaired
Monty [Wed, 17 Jul 2002 21:34:31 +0000 (21:34 +0000)]
Specwriting found a possible stack smash in floor0.c decode.  repaired

svn path=/trunk/vorbis/; revision=3651

22 years agoreenable float lookups
Monty [Wed, 17 Jul 2002 21:28:37 +0000 (21:28 +0000)]
reenable float lookups

svn path=/trunk/vorbis/; revision=3650

22 years agoGte Jack's RTP draft into CVS and not just on www
Monty [Wed, 17 Jul 2002 21:26:27 +0000 (21:26 +0000)]
Gte Jack's RTP draft into CVS and not just on www

svn path=/trunk/vorbis/; revision=3649

22 years agoGet new docs into CVS so nothing gets lost
Monty [Wed, 17 Jul 2002 21:25:05 +0000 (21:25 +0000)]
Get new docs into CVS so nothing gets lost

svn path=/trunk/vorbis/; revision=3648

22 years agocommit images for codebook doc
Monty [Tue, 16 Jul 2002 09:32:12 +0000 (09:32 +0000)]
commit images for codebook doc

svn path=/trunk/vorbis/; revision=3637

22 years agoKill a comment example typo
Monty [Tue, 16 Jul 2002 09:26:07 +0000 (09:26 +0000)]
Kill a comment example typo

svn path=/trunk/vorbis/; revision=3636

22 years agocodebook doc -> CVS
Monty [Tue, 16 Jul 2002 09:24:55 +0000 (09:24 +0000)]
codebook doc -> CVS

svn path=/trunk/vorbis/; revision=3635

22 years agokill these stray files
Monty [Mon, 15 Jul 2002 06:48:04 +0000 (06:48 +0000)]
kill these stray files

svn path=/trunk/vorbis/; revision=3634

22 years agoFirst draft of bitpack convention spec
Monty [Mon, 15 Jul 2002 00:12:27 +0000 (00:12 +0000)]
First draft of bitpack convention spec

svn path=/trunk/vorbis/; revision=3633

22 years agoThe Vorbis->Ogg encapsulation spec
Monty [Sun, 14 Jul 2002 08:49:24 +0000 (08:49 +0000)]
The Vorbis->Ogg encapsulation spec

svn path=/trunk/vorbis/; revision=3631

22 years agoSpec intro first draft
Monty [Sun, 14 Jul 2002 05:25:59 +0000 (05:25 +0000)]
Spec intro first draft

svn path=/trunk/vorbis/; revision=3628

22 years agoMakefile fixes.
Stan Seibert [Sat, 13 Jul 2002 17:23:05 +0000 (17:23 +0000)]
Makefile fixes.

svn path=/trunk/vorbis/; revision=3626

22 years agorename classic mac build dir to macos/
Ralph Giles [Sat, 13 Jul 2002 11:31:36 +0000 (11:31 +0000)]
rename classic mac build dir to macos/

svn path=/trunk/vorbis/; revision=3622

22 years agofixup paths in metaproject
Ralph Giles [Sat, 13 Jul 2002 11:30:39 +0000 (11:30 +0000)]
fixup paths in metaproject

svn path=/trunk/vorbis/; revision=3621

22 years agoreadd binary files with -kb
Ralph Giles [Sat, 13 Jul 2002 11:16:00 +0000 (11:16 +0000)]
readd binary files with -kb

svn path=/trunk/vorbis/; revision=3620

22 years agoremove missed file
Ralph Giles [Sat, 13 Jul 2002 11:11:36 +0000 (11:11 +0000)]
remove missed file

svn path=/trunk/vorbis/; revision=3619

22 years agoreadd binary files with -kb
Ralph Giles [Sat, 13 Jul 2002 11:14:14 +0000 (11:14 +0000)]
readd binary files with -kb

svn path=/trunk/vorbis/; revision=3618

22 years agorename mac build directory to macos/
Ralph Giles [Sat, 13 Jul 2002 11:08:58 +0000 (11:08 +0000)]
rename mac build directory to macos/

svn path=/trunk/vorbis/; revision=3617

22 years agoRemove Apple ProjectBuilder build files from distribution:
Ralph Giles [Sat, 13 Jul 2002 10:56:39 +0000 (10:56 +0000)]
Remove Apple ProjectBuilder build files from distribution:
- I have the 10.2 beta installed and can't update them in a backward compatible way.
- The commandline build should now work out of the box.

svn path=/trunk/vorbis/; revision=3616

22 years agoCompile with 'ansi strict' now that // comments have been removed.
Ralph Giles [Sat, 13 Jul 2002 10:49:36 +0000 (10:49 +0000)]
Compile with 'ansi strict' now that // comments have been removed.

svn path=/trunk/vorbis/; revision=3614

22 years agoremoved // commented dead code
Ralph Giles [Sat, 13 Jul 2002 10:18:33 +0000 (10:18 +0000)]
removed // commented dead code

svn path=/trunk/vorbis/; revision=3611

22 years agoUpdate vendor string
Monty [Sat, 13 Jul 2002 06:21:18 +0000 (06:21 +0000)]
Update vendor string

svn path=/trunk/vorbis/; revision=3610

22 years agoTurn off HF dipole stereo. The elliptical stereo from rc3, despite
Monty [Sat, 13 Jul 2002 06:12:49 +0000 (06:12 +0000)]
Turn off HF dipole stereo.  The elliptical stereo from rc3, despite
slightly more centered hiss, simply works better.

Monty

svn path=/trunk/vorbis/; revision=3609

22 years agodebian packaging updates
calc [Fri, 12 Jul 2002 16:06:31 +0000 (16:06 +0000)]
debian packaging updates

svn path=/trunk/vorbis/; revision=3607

22 years agodebian packaging updates
calc [Fri, 12 Jul 2002 16:00:36 +0000 (16:00 +0000)]
debian packaging updates

svn path=/trunk/vorbis/; revision=3606

22 years agoUpdate MacOS build files for Metrowerks CodeWarrior 7. Haven't tested the example...
Ralph Giles [Fri, 12 Jul 2002 15:07:53 +0000 (15:07 +0000)]
Update MacOS build files for Metrowerks CodeWarrior 7. Haven't tested the example appls

svn path=/trunk/vorbis/; revision=3605

22 years agoOops, this got double incremented between RC3 and now.
Stan Seibert [Thu, 11 Jul 2002 22:15:07 +0000 (22:15 +0000)]
Oops, this got double incremented between RC3 and now.

svn path=/trunk/vorbis/; revision=3594

22 years agodebian packaging updates
calc [Thu, 11 Jul 2002 21:35:33 +0000 (21:35 +0000)]
debian packaging updates

svn path=/trunk/vorbis/; revision=3593

22 years agoFix to library version numbers.
Stan Seibert [Thu, 11 Jul 2002 21:03:48 +0000 (21:03 +0000)]
Fix to library version numbers.

svn path=/trunk/vorbis/; revision=3591

22 years agoUpdate library version numbers for release. We think libvorbis is backward-compatible...
Ralph Giles [Thu, 11 Jul 2002 15:50:17 +0000 (15:50 +0000)]
Update library version numbers for release. We think libvorbis is backward-compatible with rc3, but not vorbisfile or vorbisenc.

svn path=/trunk/vorbis/; revision=3588

22 years agoUpdate the package version to 1.0 for release.
Ralph Giles [Thu, 11 Jul 2002 14:16:05 +0000 (14:16 +0000)]
Update the package version to 1.0 for release.

svn path=/trunk/vorbis/; revision=3585

22 years agosecond half of mono fix
Monty [Thu, 11 Jul 2002 10:27:55 +0000 (10:27 +0000)]
second half of mono fix

svn path=/trunk/vorbis/; revision=3579

22 years agoGumboot found two mono setup errors (in 16 and 22kHz). Fixed.
Monty [Thu, 11 Jul 2002 10:02:29 +0000 (10:02 +0000)]
Gumboot found two mono setup errors (in 16 and 22kHz).  Fixed.

svn path=/trunk/vorbis/; revision=3578

22 years agoThat's it. Full 1.0 libVorbis code handoff to release engineering.
Monty [Thu, 11 Jul 2002 08:57:29 +0000 (08:57 +0000)]
That's it.  Full 1.0 libVorbis code handoff to release engineering.

svn path=/trunk/vorbis/; revision=3576

22 years agoSaner, default mode for encoder_example
Monty [Thu, 11 Jul 2002 06:50:31 +0000 (06:50 +0000)]
Saner, default mode for encoder_example

svn path=/trunk/vorbis/; revision=3575

22 years agoAll sample rates/modes with fresh training now in CVS.
Monty [Thu, 11 Jul 2002 06:41:08 +0000 (06:41 +0000)]
All sample rates/modes with fresh training now in CVS.

(Training run must now be thoroughly tested)

Floor1 divide by zero bugfix
added option for modern PowerPC optimization to configure.in
more comments in examples/encoder_example.c

svn path=/trunk/vorbis/; revision=3574

22 years agofix autogen.sh so that builddir != srcdir works
calc [Thu, 11 Jul 2002 04:00:04 +0000 (04:00 +0000)]
fix autogen.sh so that builddir != srcdir works

svn path=/trunk/vorbis/; revision=3572

22 years agoGet the new mode files in. They don't go live until the training commit.
Monty [Wed, 10 Jul 2002 03:04:22 +0000 (03:04 +0000)]
Get the new mode files in.  They don't go live until the training commit.

svn path=/trunk/vorbis/; revision=3564

22 years agoRemove and unused variable.
Ralph Giles [Tue, 9 Jul 2002 13:41:08 +0000 (13:41 +0000)]
Remove and unused variable.

svn path=/trunk/vorbis/; revision=3559

22 years agoUse XIPH_ as our autoconf macro prefix, rather than borrowing the AM_ namespace
Ralph Giles [Tue, 9 Jul 2002 13:12:31 +0000 (13:12 +0000)]
Use XIPH_ as our autoconf macro prefix, rather than borrowing the AM_ namespace
as was common when these were first written.

svn path=/trunk/vorbis/; revision=3557