platform/upstream/libvorbis.git
17 years agoCorrect a cleanup dispatch error when a bitstream is rejected due to
Monty [Thu, 21 Jun 2007 06:20:08 +0000 (06:20 +0000)]
Correct a cleanup dispatch error when a bitstream is rejected due to
illegal map/floor/residue type.  The cleanup subdispatch was done by
type, unfortunately, the invalid type just read in.  Fixed.

also bump lib revision.

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

17 years agoSpec addition to clarify corner case; residue and floor decoded sections
Monty [Thu, 21 Jun 2007 05:22:35 +0000 (05:22 +0000)]
Spec addition to clarify corner case; residue and floor decoded sections
may overflow the base vector's actual storage; this *must* be handled by
decoders.

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

17 years agoCatch one more omission in the vector length guarding
Monty [Thu, 21 Jun 2007 04:35:10 +0000 (04:35 +0000)]
Catch one more omission in the vector length guarding

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

17 years agoI had forgotten that the res2 top level interprets limits differently
Monty [Thu, 21 Jun 2007 04:22:33 +0000 (04:22 +0000)]
I had forgotten that the res2 top level interprets limits differently
than res0 and res1; guarding code (and garbled playback) fixed

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

17 years agoIf you're going to guard against max blocksize, make sure you choose the right blocksize.
Monty [Thu, 21 Jun 2007 00:51:15 +0000 (00:51 +0000)]
If you're going to guard against max blocksize, make sure you choose the right blocksize.

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

17 years agoAdditional bounds checking to guard against the case where a residue
Monty [Thu, 21 Jun 2007 00:42:23 +0000 (00:42 +0000)]
Additional bounds checking to guard against the case where a residue
or floor is decoding into a vector larger than the current blocksize.
This is not illegal, but no encoder has ever tried it and as such, it
had not been noticed that the code did not handle the case correctly.

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

17 years agoUpdate change log with the news so far.
Ralph Giles [Wed, 20 Jun 2007 22:25:42 +0000 (22:25 +0000)]
Update change log with the news so far.

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

17 years agoCorrect a bug where the guard code is allowing illegally small blocksizes.
Monty [Wed, 20 Jun 2007 22:06:55 +0000 (22:06 +0000)]
Correct a bug where the guard code is allowing illegally small blocksizes.

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

17 years agoFix the SDP example
lu_zero [Wed, 13 Jun 2007 00:32:41 +0000 (00:32 +0000)]
Fix the SDP example

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

17 years agoUpdate autogen.sh to handle automake 1.10.
Ralph Giles [Thu, 7 Jun 2007 22:19:17 +0000 (22:19 +0000)]
Update autogen.sh to handle automake 1.10.

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

17 years agoUpdate the makefile to reference the updated rtp drafts.
Ralph Giles [Thu, 7 Jun 2007 21:07:21 +0000 (21:07 +0000)]
Update the makefile to reference the updated rtp drafts.

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

17 years agoDraft updated
lu_zero [Tue, 29 May 2007 08:33:44 +0000 (08:33 +0000)]
Draft updated

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

17 years agoLatest batch of fixes
lu_zero [Tue, 29 May 2007 08:24:22 +0000 (08:24 +0000)]
Latest batch of fixes

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

17 years agoMake nut v understandable
lu_zero [Mon, 14 May 2007 13:00:02 +0000 (13:00 +0000)]
Make nut v understandable

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

17 years agoFixed the Packed Headers Detail Figure
lu_zero [Fri, 11 May 2007 11:14:32 +0000 (11:14 +0000)]
Fixed the Packed Headers Detail Figure

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

17 years agoFirst rephrase of the new header packing procedure, more pending
lu_zero [Fri, 11 May 2007 09:50:23 +0000 (09:50 +0000)]
First rephrase of the new header packing procedure, more pending

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

17 years agoUpdate the makefile for the new RTP draft revision number.
Ralph Giles [Wed, 9 May 2007 17:48:57 +0000 (17:48 +0000)]
Update the makefile for the new RTP draft revision number.

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

17 years agoYet another change in the headers packing, in practice nothing changes if you use...
lu_zero [Tue, 8 May 2007 08:22:19 +0000 (08:22 +0000)]
Yet another change in the headers packing, in practice nothing changes if you use a dummy comment header ( 2| 30| 28| ident| comment| setup| ) but should be flexible enough to be used for other codecs or evolutions of vorbis

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

17 years agoHeaders packing changes as requested by rillian
lu_zero [Mon, 7 May 2007 20:54:02 +0000 (20:54 +0000)]
Headers packing changes as requested by rillian

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

17 years agoTypo fixes from Silvia Pfeiffer
lu_zero [Sun, 6 May 2007 14:16:55 +0000 (14:16 +0000)]
Typo fixes from Silvia Pfeiffer

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

17 years agoUpdate the text document
lu_zero [Wed, 2 May 2007 20:26:10 +0000 (20:26 +0000)]
Update the text document

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

17 years agoTo be committed soon
lu_zero [Wed, 2 May 2007 20:18:26 +0000 (20:18 +0000)]
To be committed soon

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

17 years agoColin Perkins' latest comments
lu_zero [Wed, 2 May 2007 20:16:32 +0000 (20:16 +0000)]
Colin Perkins' latest comments

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

17 years agoThe structure is not freed, just its contents.
Tim Terriberry [Fri, 27 Apr 2007 23:39:58 +0000 (23:39 +0000)]
The structure is not freed, just its contents.

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

17 years agoUpdated document, will be sumbitted to ietf soon
lu_zero [Wed, 18 Apr 2007 08:17:04 +0000 (08:17 +0000)]
Updated document, will be sumbitted to ietf soon

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

17 years agoOffer/Answer clarification
lu_zero [Wed, 18 Apr 2007 08:08:24 +0000 (08:08 +0000)]
Offer/Answer clarification

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

17 years agoIana update completed
lu_zero [Wed, 18 Apr 2007 07:27:53 +0000 (07:27 +0000)]
Iana update completed

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

17 years agoiana update?
lu_zero [Wed, 18 Apr 2007 07:07:03 +0000 (07:07 +0000)]
iana update?

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

17 years agoidnits fixes
lu_zero [Tue, 17 Apr 2007 15:13:33 +0000 (15:13 +0000)]
idnits fixes

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

17 years agouncommitted date/name change...
lu_zero [Fri, 6 Apr 2007 12:44:25 +0000 (12:44 +0000)]
uncommitted date/name change...

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

17 years agoNew draft
lu_zero [Fri, 6 Apr 2007 11:21:43 +0000 (11:21 +0000)]
New draft

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

17 years agomove to base64 instead of base16
lu_zero [Tue, 27 Mar 2007 20:20:13 +0000 (20:20 +0000)]
move to base64 instead of base16

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

17 years agonot sure how I missed this wrong includedir
Thomas Vander Stichele [Mon, 5 Mar 2007 14:55:14 +0000 (14:55 +0000)]
not sure how I missed this wrong includedir

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

17 years agoAdd missing vqsplit.h and localcodebook.h headers to the distribution.
Ralph Giles [Tue, 27 Feb 2007 19:40:34 +0000 (19:40 +0000)]
Add missing vqsplit.h and localcodebook.h headers to the distribution.

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

17 years agoUpdates, pending review
lu_zero [Sat, 20 Jan 2007 18:39:33 +0000 (18:39 +0000)]
Updates, pending review

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

17 years agoUpdated/added Xcode build files.
Arek Korbik [Thu, 18 Jan 2007 13:08:02 +0000 (13:08 +0000)]
Updated/added Xcode build files.

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

17 years agoQuoth Monty on IRC.
Ralph Giles [Wed, 3 Jan 2007 19:18:18 +0000 (19:18 +0000)]
Quoth Monty on IRC.

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

17 years agocleanup part 2
lu_zero [Tue, 21 Nov 2006 14:55:11 +0000 (14:55 +0000)]
cleanup part 2

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

17 years agocleanup part 1
lu_zero [Tue, 21 Nov 2006 14:16:08 +0000 (14:16 +0000)]
cleanup part 1

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

17 years agowtay's comment: inline is not in-band and vice versa
lu_zero [Tue, 21 Nov 2006 12:13:18 +0000 (12:13 +0000)]
wtay's comment: inline is not in-band and vice versa

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

17 years agoColin Perkins' suggestion: note rate: and channels: in the iana section
lu_zero [Tue, 7 Nov 2006 16:41:18 +0000 (16:41 +0000)]
Colin Perkins' suggestion: note rate: and channels: in the iana section

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

17 years agoRemove dead sections
lu_zero [Mon, 6 Nov 2006 13:53:26 +0000 (13:53 +0000)]
Remove dead sections

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

17 years agoColin Perkins' suggestion: Remove incomplete/outdated references to RTCP to let appli...
lu_zero [Mon, 6 Nov 2006 13:37:06 +0000 (13:37 +0000)]
Colin Perkins' suggestion: Remove incomplete/outdated references to RTCP to let applications use AVP or AVPF depending on their purpose

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

17 years agoColin Perkins' suggestion: Remove ambiguity between payload type and Vorbis Data...
lu_zero [Mon, 6 Nov 2006 12:50:57 +0000 (12:50 +0000)]
Colin Perkins' suggestion: Remove ambiguity between payload type and Vorbis Data Type

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

17 years agoColin Perkins' suggestion: specify bigendian and units when missing (Ident and length)
lu_zero [Mon, 6 Nov 2006 12:47:45 +0000 (12:47 +0000)]
Colin Perkins' suggestion: specify bigendian and units when missing (Ident and length)

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

17 years agoColin Perkins' suggestion: Clarify that an RTP packet can contain just one kind of...
lu_zero [Mon, 6 Nov 2006 12:43:20 +0000 (12:43 +0000)]
Colin Perkins' suggestion: Clarify that an RTP packet can contain just one kind of vorbis payload

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

17 years agoColin Perkins' suggestion: MIME isn't the correct expression
lu_zero [Mon, 6 Nov 2006 12:39:04 +0000 (12:39 +0000)]
Colin Perkins' suggestion: MIME isn't the correct expression

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

17 years agoFix rotten links to the ISRC website.
Ralph Giles [Mon, 17 Jul 2006 16:33:17 +0000 (16:33 +0000)]
Fix rotten links to the ISRC website.

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

18 years agoUpdated intro and clarified a bit configuration-uri section, thanks to Tor-Einar...
lu_zero [Wed, 21 Jun 2006 14:45:32 +0000 (14:45 +0000)]
Updated intro and clarified a bit configuration-uri section, thanks to Tor-Einar and Fabio

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

18 years agoPropagate extended automake detection from theora 1.0alpha7. Also, we
Ralph Giles [Tue, 20 Jun 2006 19:43:44 +0000 (19:43 +0000)]
Propagate extended automake detection from theora 1.0alpha7. Also, we
appear to now require and automake version greater than 1.4. I've
specified 1.6, but only tested with 1.9.

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

18 years agoUpdate the build to use the new RTP draft.
Ralph Giles [Tue, 20 Jun 2006 19:37:21 +0000 (19:37 +0000)]
Update the build to use the new RTP draft.

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

18 years agoCosmetics and update to release candidate
lu_zero [Wed, 14 Jun 2006 13:52:01 +0000 (13:52 +0000)]
Cosmetics and update to release candidate

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

18 years ago* Make output path consistent
Zentaro Kavanagh [Mon, 29 May 2006 09:07:39 +0000 (09:07 +0000)]
* Make output path consistent

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

18 years agostray line removed from example sdp
lu_zero [Tue, 9 May 2006 14:10:49 +0000 (14:10 +0000)]
stray line removed from example sdp

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

18 years agoOops, revert accidental changes from the last commit.
Ralph Giles [Wed, 26 Apr 2006 17:03:19 +0000 (17:03 +0000)]
Oops, revert accidental changes from the last commit.

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

18 years agoPropagate fixes for when AUTOMAKE_OPTIONS doesn't list a minimum version number.
Ralph Giles [Wed, 26 Apr 2006 16:59:32 +0000 (16:59 +0000)]
Propagate fixes for when AUTOMAKE_OPTIONS doesn't list a minimum version number.

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

18 years agoMerged and updated OS X build files (PPC + Intel).
Arek Korbik [Mon, 24 Apr 2006 21:48:03 +0000 (21:48 +0000)]
Merged and updated OS X build files (PPC + Intel).

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

18 years agoDocument ov_open() unsafeness on win32 when dynamically linked.
Mike Smith [Fri, 21 Apr 2006 17:59:10 +0000 (17:59 +0000)]
Document ov_open() unsafeness on win32 when dynamically linked.

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

18 years ago* Add VS2005 files for libvorbis, vorbisdec and vorbis enc
Zentaro Kavanagh [Thu, 20 Apr 2006 13:42:30 +0000 (13:42 +0000)]
* Add VS2005 files for libvorbis, vorbisdec and vorbis enc

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

18 years agoFix typo so that vorbis builds again.
Mike Smith [Mon, 17 Apr 2006 22:31:19 +0000 (22:31 +0000)]
Fix typo so that vorbis builds again.

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

18 years agoRemove the obsolete vorbis rtp drafts.
Ralph Giles [Mon, 20 Mar 2006 20:20:37 +0000 (20:20 +0000)]
Remove the obsolete vorbis rtp drafts.

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

18 years agoUpdate RTP draft link to point to the newest version.
Ralph Giles [Mon, 20 Mar 2006 20:15:52 +0000 (20:15 +0000)]
Update RTP draft link to point to the newest version.

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

18 years agoSubmitted version
lu_zero [Sat, 25 Feb 2006 01:00:19 +0000 (01:00 +0000)]
Submitted version

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

18 years agoUpdate the link and email for Ross Williams' CRC paper.
Ralph Giles [Thu, 23 Feb 2006 00:24:59 +0000 (00:24 +0000)]
Update the link and email for Ross Williams' CRC paper.

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

18 years agocleanup part II
lu_zero [Wed, 22 Feb 2006 22:48:38 +0000 (22:48 +0000)]
cleanup part II

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

18 years agorephrasing and typo hunt
lu_zero [Mon, 20 Feb 2006 00:12:51 +0000 (00:12 +0000)]
rephrasing and typo hunt

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

18 years agoTitle change
lu_zero [Sun, 19 Feb 2006 11:53:35 +0000 (11:53 +0000)]
Title change

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

18 years agoUpdates
lu_zero [Sat, 18 Feb 2006 22:58:47 +0000 (22:58 +0000)]
Updates

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

18 years agotarget date updated
lu_zero [Mon, 13 Feb 2006 20:57:15 +0000 (20:57 +0000)]
target date updated

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

18 years agoMinor change in the example section
lu_zero [Mon, 13 Feb 2006 19:21:23 +0000 (19:21 +0000)]
Minor change in the example section

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

18 years agotxt document updated
lu_zero [Mon, 13 Feb 2006 19:14:17 +0000 (19:14 +0000)]
txt document updated

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

18 years agoRemove obsolete .cvsignore files.
Ralph Giles [Sat, 28 Jan 2006 03:19:56 +0000 (03:19 +0000)]
Remove obsolete .cvsignore files.

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

18 years agoAdded OS X Universal Binary build configuration.
Arek Korbik [Mon, 23 Jan 2006 19:27:03 +0000 (19:27 +0000)]
Added OS X Universal Binary build configuration.

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

18 years agoAdd CHANGES and COPYING to the distribution target.
Ralph Giles [Fri, 20 Jan 2006 23:07:54 +0000 (23:07 +0000)]
Add CHANGES and COPYING to the distribution target.

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

18 years agoRemove the debian subdirectory from the distribution target at the
Ralph Giles [Thu, 19 Jan 2006 23:52:26 +0000 (23:52 +0000)]
Remove the debian subdirectory from the distribution target at the
request of the debian maintainer.

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

18 years agoStream Radio section updated
lu_zero [Tue, 17 Jan 2006 19:53:01 +0000 (19:53 +0000)]
Stream Radio section updated

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

18 years agoRemove perpetually broken link to a separate vorbis-in-ogg document.
Ralph Giles [Wed, 21 Dec 2005 01:22:23 +0000 (01:22 +0000)]
Remove perpetually broken link to a separate vorbis-in-ogg document.

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

18 years agoSet native eol-style.
Ralph Giles [Wed, 21 Dec 2005 01:19:37 +0000 (01:19 +0000)]
Set native eol-style.

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

18 years agoMinor clarifications and typo fixes.
Ralph Giles [Sat, 17 Dec 2005 20:18:41 +0000 (20:18 +0000)]
Minor clarifications and typo fixes.

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

18 years agoWell Known Configuration section removed
lu_zero [Sat, 17 Dec 2005 18:47:39 +0000 (18:47 +0000)]
Well Known Configuration section removed

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

18 years agotext updated
lu_zero [Wed, 14 Dec 2005 13:15:48 +0000 (13:15 +0000)]
text updated

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

18 years agoMinor update
lu_zero [Sun, 11 Dec 2005 03:14:02 +0000 (03:14 +0000)]
Minor update

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

18 years agoReferences updated, WKC section still present for now
lu_zero [Wed, 7 Dec 2005 15:11:48 +0000 (15:11 +0000)]
References updated, WKC section still present for now

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

18 years agoIANA Considerations updated
lu_zero [Tue, 6 Dec 2005 23:48:24 +0000 (23:48 +0000)]
IANA Considerations updated

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

18 years agoO/A and WKF updated, some references to sha1 zlib and bzip2 missing
lu_zero [Mon, 5 Dec 2005 22:20:28 +0000 (22:20 +0000)]
O/A and WKF updated, some references to sha1 zlib and bzip2 missing

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

18 years agoplaintext in sync with xml
lu_zero [Mon, 5 Dec 2005 20:49:28 +0000 (20:49 +0000)]
plaintext in sync with xml

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

18 years agoO/A section in sync with theora-rtp
lu_zero [Sun, 4 Dec 2005 23:18:34 +0000 (23:18 +0000)]
O/A section in sync with theora-rtp

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

18 years agoOffer/Answer Model separate section
lu_zero [Thu, 1 Dec 2005 00:27:09 +0000 (00:27 +0000)]
Offer/Answer Model separate section

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

18 years agoBack to the drawing board
lu_zero [Tue, 29 Nov 2005 18:54:43 +0000 (18:54 +0000)]
Back to the drawing board

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

18 years agoupdate package version post release.
Ralph Giles [Mon, 28 Nov 2005 06:23:27 +0000 (06:23 +0000)]
update package version post release.

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

18 years agoRemove win32/Makefile.am in favor of just including the whole subtree,
Ralph Giles [Mon, 28 Nov 2005 04:52:57 +0000 (04:52 +0000)]
Remove win32/Makefile.am in favor of just including the whole subtree,
as we do for the macos build stuff.

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

18 years agoSet release date.
Ralph Giles [Mon, 28 Nov 2005 04:28:49 +0000 (04:28 +0000)]
Set release date.

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

18 years agoUpdate vorbis url in the README.
Ralph Giles [Mon, 28 Nov 2005 04:21:58 +0000 (04:21 +0000)]
Update vorbis url in the README.

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

18 years agoBump the version to 1.1.2. I've also bumped all the so revision numbers;
Ralph Giles [Mon, 28 Nov 2005 01:13:42 +0000 (01:13 +0000)]
Bump the version to 1.1.2. I've also bumped all the so revision numbers;
technically only the libvorbis code has changed, but this should do no
harm and in my ignorance it feels safer.

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

18 years agoUpdate changelog with news since the last release.
Ralph Giles [Mon, 28 Nov 2005 01:12:33 +0000 (01:12 +0000)]
Update changelog with news since the last release.

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

18 years agoHarmonize the spec and stand-alone versions of the comment header docs.
Ralph Giles [Mon, 28 Nov 2005 00:58:48 +0000 (00:58 +0000)]
Harmonize the spec and stand-alone versions of the comment header docs.

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

18 years agoUpdate documentation builds for recent fixes. The pdf version still
Ralph Giles [Mon, 28 Nov 2005 00:44:24 +0000 (00:44 +0000)]
Update documentation builds for recent fixes. The pdf version still
suffers some formatting problems and doesn't build cleanly; I've forced
a manual update for now since the text looks reasonably correct. The
size difference from the previous build is from not including the
in-flux RTP draft.

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

18 years agoWrap itemizedlist tags in a para container. Docbook doesn't require
Ralph Giles [Mon, 28 Nov 2005 00:34:44 +0000 (00:34 +0000)]
Wrap itemizedlist tags in a para container. Docbook doesn't require
this, but google alleges it may help with some stylesheet problems
we're having. Doesn't seem to, but doesn't really do any harm either:
we weren't being consistent.

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

18 years agoPast tense the 1.0 release.
Ralph Giles [Mon, 28 Nov 2005 00:33:05 +0000 (00:33 +0000)]
Past tense the 1.0 release.

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

18 years ago* Fix builds
Zentaro Kavanagh [Sun, 27 Nov 2005 04:25:44 +0000 (04:25 +0000)]
* Fix builds

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