platform/upstream/libvorbis.git
19 years agoSet $Id$ keyword substitution for vorbis module
Monty [Tue, 20 Jul 2004 07:24:27 +0000 (07:24 +0000)]
Set $Id$ keyword substitution for vorbis module

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

19 years agoMostly completed (but not proofread) the updated/modern libvorbisenc API overview...
Monty [Tue, 20 Jul 2004 07:19:25 +0000 (07:19 +0000)]
Mostly completed (but not proofread) the updated/modern libvorbisenc API overview document.

Also turned on $Id$ keyword substitution in SVN for the Vorbis module.

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

19 years agoFix one comment (bitrate.c no longer uses a circular packet queue)
Monty [Tue, 20 Jul 2004 06:27:09 +0000 (06:27 +0000)]
Fix one comment (bitrate.c no longer uses a circular packet queue)

Correct a bug-that-isn't-a-bug; the bitrate manager's setpoint gravity
code relied on subtlety that just took me a while to figure out even
though I wrote it.  Given that, I could see it causing trouble in the
future if other changes broke the subtlety, so I increased the
heavy-handed logic explicitness to bulletproof the gravity code in the
cases where there's a minimum but not a maximum and vice versa.

The only change that makes a difference: the bit reservoir is set to
the bias setpoint in initialization as opposed to always starting with
a full reservoir.  This is unrelated to above, but seemed like a good
idea.

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

19 years agoPropogate fix (from chris, to the website) back to the original copy of the
Mike Smith [Wed, 14 Jul 2004 03:03:09 +0000 (03:03 +0000)]
Propogate fix (from chris, to the website) back to the original copy of the
documentation.

We need a better way to keep docs in sync, editing the website copy is
definitely a bad idea.

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

19 years agoWork in progress: documentation update for libvorbisenc
Monty [Fri, 9 Jul 2004 08:34:39 +0000 (08:34 +0000)]
Work in progress: documentation update for libvorbisenc

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

19 years agoBegin process of API documentation updates
Monty [Fri, 9 Jul 2004 07:59:19 +0000 (07:59 +0000)]
Begin process of API documentation updates

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

19 years agoPut AoTuV tunings merge (along with bugfixes) on the mainline. This
Monty [Wed, 7 Jul 2004 15:44:46 +0000 (15:44 +0000)]
Put AoTuV tunings merge (along with bugfixes) on the mainline.  This
is ready for wider correctness testing; no substantial issues
expected.

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

19 years agoCorrect a comment typo.
Ralph Giles [Thu, 24 Jun 2004 22:56:30 +0000 (22:56 +0000)]
Correct a comment typo.

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

20 years agohelps to update both references
Ralph Giles [Tue, 25 May 2004 16:01:09 +0000 (16:01 +0000)]
helps to update both references

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

20 years agoalso update the makefile for the rtp draft update
Ralph Giles [Tue, 25 May 2004 12:30:58 +0000 (12:30 +0000)]
also update the makefile for the rtp draft update

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

20 years agoUpdate to the latest (but still expired) vorbis-rtp draft.
Ralph Giles [Tue, 25 May 2004 12:30:08 +0000 (12:30 +0000)]
Update to the latest (but still expired) vorbis-rtp draft.

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

20 years agoProperly escape the example C code in the chaining example html.
Ralph Giles [Wed, 7 Apr 2004 23:01:55 +0000 (23:01 +0000)]
Properly escape the example C code in the chaining example html.

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

20 years agoSet DOS line endings on MSVC project files; it can deal with unix line
Ralph Giles [Wed, 7 Apr 2004 03:15:51 +0000 (03:15 +0000)]
Set DOS line endings on MSVC project files; it can deal with unix line
endings otherwise, but these need to be correct no matter who makes the
package.

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

20 years agoTurn on keyword subsitution for the spec source documents since we're
Ralph Giles [Tue, 6 Apr 2004 21:18:53 +0000 (21:18 +0000)]
Turn on keyword subsitution for the spec source documents since we're
using this for releaseinfo.

Also remove the manual dates in favor of the automatic ones. Previously,
the manual ones meant something like 'last significant update' but it's
easy to forget. A little uglier, less work.

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

20 years agoCorrect a number of typos. Thanks to Dominik Kuhlen for pointing these
Ralph Giles [Tue, 6 Apr 2004 21:10:09 +0000 (21:10 +0000)]
Correct a number of typos. Thanks to Dominik Kuhlen for pointing these
out.

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

20 years agocorrect a typo
Ralph Giles [Mon, 22 Mar 2004 01:18:14 +0000 (01:18 +0000)]
correct a typo

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

20 years agoFix for typos in comment spec (bug #507)
Mike Smith [Thu, 19 Feb 2004 04:07:41 +0000 (04:07 +0000)]
Fix for typos in comment spec (bug #507)

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

20 years agoQuote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from...
Ralph Giles [Mon, 26 Jan 2004 07:48:39 +0000 (07:48 +0000)]
Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from Alexander
Winston.

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

20 years agoKill off small padding bug for super-small bitreservoir sizes. It's
Monty [Tue, 30 Dec 2003 13:17:20 +0000 (13:17 +0000)]
Kill off small padding bug for super-small bitreservoir sizes.  It's
now accurate to the byte.

Monty

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

20 years agoKill another minor bug in bitrate reservoir setup when average isn't
Monty [Tue, 30 Dec 2003 12:44:28 +0000 (12:44 +0000)]
Kill another minor bug in bitrate reservoir setup when average isn't
specced (as it keys off nominal by default)

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

20 years agoCorrect nominal setting flaw in managed setup when mina nd max are
Monty [Tue, 30 Dec 2003 12:23:29 +0000 (12:23 +0000)]
Correct nominal setting flaw in managed setup when mina nd max are
both specified.

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

20 years agoReplace time-windowed bitrate management setup with a one-pass
Monty [Tue, 30 Dec 2003 11:02:22 +0000 (11:02 +0000)]
Replace time-windowed bitrate management setup with a one-pass
'greedy' bit reservoir system.

Advantages:

no additional encoder latency
more predictable buffering
lower memory usage

These changes introduce two new vorbis_encode_ctls to get to the new
functionality.  The old ectl calls are still supported for
compatability and binary library compatability is not broken (but
libvorbis/file/enc need to be upgraded as a set).

...now going to update oggenc.

Monty

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

20 years agoSpelling fixes.
Stan Seibert [Fri, 28 Nov 2003 18:38:54 +0000 (18:38 +0000)]
Spelling fixes.

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

20 years agoUpdated RPM spec by Warren Dukes (shank)
carsten [Mon, 17 Nov 2003 14:39:33 +0000 (14:39 +0000)]
Updated RPM spec by Warren Dukes (shank)

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

20 years agoMoved vorbisenc functions back into the vorbis.dll for compatability reasons
oddsock [Sun, 16 Nov 2003 17:23:55 +0000 (17:23 +0000)]
Moved vorbisenc functions back into the vorbis.dll for compatability reasons
Made the projects all link to the Multithreaded Static Runtime Lib...hopefully this will allow for the most portability.

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

20 years agoCorrect line endings on vorbis.dsw.
Ralph Giles [Sun, 26 Oct 2003 17:52:37 +0000 (17:52 +0000)]
Correct line endings on vorbis.dsw.

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

20 years agoNew working versions of the harmonized project files from John Edwards.
Ralph Giles [Sat, 25 Oct 2003 12:09:05 +0000 (12:09 +0000)]
New working versions of the harmonized project files from John Edwards.
Apparently my hand editing messed up parsability.

There may be line-ending problems with vorbis.dsw.

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

20 years agoCorrect the source file lists for the VC6 projects against Makefile.am.
Ralph Giles [Thu, 23 Oct 2003 22:41:22 +0000 (22:41 +0000)]
Correct the source file lists for the VC6 projects against Makefile.am.

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

20 years agoContinuing autotools creeping feature infection. Have autogen.sh fall
Ralph Giles [Thu, 23 Oct 2003 10:30:08 +0000 (10:30 +0000)]
Continuing autotools creeping feature infection. Have autogen.sh fall
back to glibtoolize (as it's shipped by apple on macosx) if libtoolize
is not available. Bug 363.

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

20 years agoRemove the apparently spuriously included vorbisenc.c from the vorbis.dll MSVC projec...
Ralph Giles [Wed, 22 Oct 2003 11:57:13 +0000 (11:57 +0000)]
Remove the apparently spuriously included vorbisenc.c from the vorbis.dll MSVC project file.

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

20 years agoUpdated VC6 project files by John Edwards
carsten [Mon, 20 Oct 2003 14:54:07 +0000 (14:54 +0000)]
Updated VC6 project files by John Edwards

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

20 years agoAM_MAINTAINER_MODE added
calc [Sat, 18 Oct 2003 20:35:17 +0000 (20:35 +0000)]
AM_MAINTAINER_MODE added
This allows for builds not to fail if automake is installed on the build system and it doesnt happen to be exact same version used during autogen.sh process.

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

20 years agoThe official application/ogg mime-type has been approved.
Ralph Giles [Wed, 8 Oct 2003 01:42:20 +0000 (01:42 +0000)]
The official application/ogg mime-type has been approved.

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

20 years agoAn attempt to rationalize the dll exports against the headers for vorbis
Ralph Giles [Wed, 1 Oct 2003 22:27:26 +0000 (22:27 +0000)]
An attempt to rationalize the dll exports against the headers for vorbis
1.0.1. I've added all the new functions, and more dangerously, moved all
the vorbis_encode_* to vorbisenc.def.

I have no idea what I'm doing here, so testing please. In particular,
make sure binary compatibility is preserved for apps linked against
1.0.0.

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

20 years agoAdd newer api entries to the win32 dll build. Thanks to John Edwards for
Ralph Giles [Wed, 1 Oct 2003 21:53:25 +0000 (21:53 +0000)]
Add newer api entries to the win32 dll build. Thanks to John Edwards for
the patch.

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

20 years agoRun some of the documentation figures through pngcrush for a modest
Ralph Giles [Wed, 1 Oct 2003 19:33:54 +0000 (19:33 +0000)]
Run some of the documentation figures through pngcrush for a modest
space savings.

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

20 years agoUpdate to Phil Kerr's vorbis rtp draft.
Ralph Giles [Wed, 24 Sep 2003 11:13:42 +0000 (11:13 +0000)]
Update to Phil Kerr's vorbis rtp draft.

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

20 years agoSlightly stronger wording to emphasize that ov_clear() closes the file so
Stan Seibert [Sat, 20 Sep 2003 14:48:02 +0000 (14:48 +0000)]
Slightly stronger wording to emphasize that ov_clear() closes the file so
you shouldn't do it later.

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

20 years agoI've been getting sloppy lately... didn;t run streaming tests against
Monty [Tue, 16 Sep 2003 20:28:14 +0000 (20:28 +0000)]
I've been getting sloppy lately... didn;t run streaming tests against
most recent vorbisfile state machine fix ebcause I thought it didn't
affect non-seekable.  I was wrong, and the chnage broke things.

This fixes non-seekable input and I actually ran all the basic tests
(streaming, seekable, seeking, crosslapping and full chain tests)
before this commit.

Monty

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

20 years agoState engine change broke seeking because ov_pcm_seek was actually
Monty [Fri, 12 Sep 2003 18:30:16 +0000 (18:30 +0000)]
State engine change broke seeking because ov_pcm_seek was actually
using _make_decode_ready as a 'make sure decode is ready' even if it
already was.  _make_decode_ready is now a no-op if decode is ready.

Monty

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

20 years agodebian packaging update for libvorbis 1.0.1-1
calc [Thu, 11 Sep 2003 20:45:07 +0000 (20:45 +0000)]
debian packaging update for libvorbis 1.0.1-1

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

20 years agoadd pkg-config support for vorbis
calc [Thu, 11 Sep 2003 20:42:26 +0000 (20:42 +0000)]
add pkg-config support for vorbis

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

20 years agoUpdate vendor string for 1.0.1 release
Monty [Wed, 10 Sep 2003 01:10:18 +0000 (01:10 +0000)]
Update vendor string for 1.0.1 release

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

20 years agoMake building docs outside of the source directory work?
brendan [Tue, 9 Sep 2003 22:55:52 +0000 (22:55 +0000)]
Make building docs outside of the source directory work?

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

20 years agoRemove a couple of unused variables.
Ralph Giles [Fri, 5 Sep 2003 23:17:49 +0000 (23:17 +0000)]
Remove a couple of unused variables.

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

20 years agoUpdate the MacOS Codewarrior project and exports files. Also move to
Ralph Giles [Fri, 5 Sep 2003 23:10:41 +0000 (23:10 +0000)]
Update the MacOS Codewarrior project and exports files. Also move to
Metrowerks Codewarrior 7.2 as a minimum version.

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

20 years agoRemove a dead prototype.
Ralph Giles [Fri, 5 Sep 2003 22:34:46 +0000 (22:34 +0000)]
Remove a dead prototype.

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

20 years agoPropagate a changed function prototype.
Ralph Giles [Fri, 5 Sep 2003 22:17:41 +0000 (22:17 +0000)]
Propagate a changed function prototype.

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

20 years agoadded libvorbis0a.install to Makefile.am
calc [Wed, 3 Sep 2003 07:14:20 +0000 (07:14 +0000)]
added libvorbis0a.install to Makefile.am

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

20 years agodebian packaging updates for libvorbis 1.0.1-1
calc [Wed, 3 Sep 2003 06:25:03 +0000 (06:25 +0000)]
debian packaging updates for libvorbis 1.0.1-1

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

20 years agothere were several (13) html files missing from the makefile.am
calc [Wed, 3 Sep 2003 05:55:16 +0000 (05:55 +0000)]
there were several (13) html files missing from the makefile.am

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

20 years agoclean up some whitespace that automake was warning about
calc [Wed, 3 Sep 2003 05:14:53 +0000 (05:14 +0000)]
clean up some whitespace that automake was warning about

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

20 years agoBump package version and library version. Only new functions have
Stan Seibert [Wed, 3 Sep 2003 03:57:50 +0000 (03:57 +0000)]
Bump package version and library version.  Only new functions have
been added since 1.0 to libvorbis and libvorbisfile, so they get a
CURRENT++ and a AGE++.

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

20 years agoreel back low midrange noise bias ever so slightly. This eliminates
Monty [Tue, 2 Sep 2003 07:32:17 +0000 (07:32 +0000)]
reel back low midrange noise bias ever so slightly.  This eliminates
the 'cupping' noise in the low midrange that's somewhat more noticable
than other blocking noise.

Monty

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

20 years agoLower absolute ATH to no more than -130dB, -140 nominal. Carsten has
Monty [Tue, 2 Sep 2003 06:05:47 +0000 (06:05 +0000)]
Lower absolute ATH to no more than -130dB, -140 nominal.  Carsten has
found enough conterexamples at this point to disprove the rationale
for a lowest-possible ATH in masking; the only value it has left is to
give a bottom end to the dB range to avoid FP underflows.

Monty

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

20 years agoMinor patch to compile with DJGPP
Monty [Tue, 2 Sep 2003 05:11:53 +0000 (05:11 +0000)]
Minor patch to compile with DJGPP

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

20 years agovorbisfile has a flaw where a bad link is not initialized [proper
Monty [Tue, 2 Sep 2003 04:39:26 +0000 (04:39 +0000)]
vorbisfile has a flaw where a bad link is not initialized [proper
behavior], but it would attempt to initialize and play that link
anyway, getting a segfault.  The easiest way to deal was to improve
libvorbis's error checking on dsp initialization if an app (in this
case, vorbisfile) tries to call init on a blank vorbis_info structure.

read and seek calls will now return 'OV_EBADLINK' in this case.

Monty

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

20 years agoKill bug #434 (ov_test/ov_test_open fails)
Monty [Tue, 2 Sep 2003 01:06:08 +0000 (01:06 +0000)]
Kill bug #434 (ov_test/ov_test_open fails)

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

20 years agoOh, and while were at it, why not disable all the debugging waveform
Monty [Mon, 1 Sep 2003 23:05:49 +0000 (23:05 +0000)]
Oh, and while were at it, why not disable all the debugging waveform
output before committing?

Monty

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

20 years agoHalfrate decode feature addition caused a bug in _vorbis_apply_window
Monty [Mon, 1 Sep 2003 22:59:54 +0000 (22:59 +0000)]
Halfrate decode feature addition caused a bug in _vorbis_apply_window
for transition windoews that also bit encode.  Fixed.

Monty

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

20 years agoSeveral more halfrate fixes:
Monty [Wed, 27 Aug 2003 05:29:24 +0000 (05:29 +0000)]
Several more halfrate fixes:

1) crosslapping was using the wrong windowsizes (fullrate for
halfrate) for overlap; this would usually still work fine, so the bug
went unnoticed.

2) fixed a segfault from multiple lapped seeks happening with no
decode happening between.

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

20 years agoVorbisfile API addition for game and mod coders;
Monty [Mon, 18 Aug 2003 05:34:01 +0000 (05:34 +0000)]
Vorbisfile API addition for game and mod coders;

Do a 'free' sample rate conversion from source rate to half source
rate by calling ov_halfrate() after ov_open(); Although this is solid
for immediately desired usage, I want to clean it up a bit before
advertising it's existence, so no doc addition yet.

Does not break binary API.

Monty

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

20 years agoDon't build docs by default even if the tools are available. Basically the problem...
Ralph Giles [Mon, 21 Jul 2003 17:22:17 +0000 (17:22 +0000)]
Don't build docs by default even if the tools are available. Basically the problem is people with the tools installed often don't have an appropriate local catalog file to the xsltproc runs are either very slow, or fail because the websites are down (thank you oasis). You now need to pass --enable-docs to build them.

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

20 years agoImprove automake handling of the docbook documentation.
Ralph Giles [Tue, 15 Jul 2003 14:16:36 +0000 (14:16 +0000)]
Improve automake handling of the docbook documentation.

We no longer require automake 1.6 to build things, and 'make dist' will
now fail if the documentation hasn't been built. Passing --enable-docs
to autogen/configure is still necessary. 'make clean' now removes
intermediate files and 'make maintainer-clean' removes the built docs
themselves.

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

21 years agoUpdated exports with new vorbis_ functions for dynamic lib build
mauricio [Thu, 8 May 2003 22:06:53 +0000 (22:06 +0000)]
Updated exports with new vorbis_ functions for dynamic lib build

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

21 years agocorrect fish icon size...
Monty [Wed, 12 Mar 2003 02:16:35 +0000 (02:16 +0000)]
correct fish icon size...

Monty

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

21 years agoVorbisfile raw seeking failed unit tests on a one-audio-page saple;
Monty [Tue, 11 Mar 2003 23:52:02 +0000 (23:52 +0000)]
Vorbisfile raw seeking failed unit tests on a one-audio-page saple;
committing fix.

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

21 years agoMany small but vital fixes to the spec pseudocode pointed out by
Monty [Tue, 11 Mar 2003 11:02:17 +0000 (11:02 +0000)]
Many small but vital fixes to the spec pseudocode pointed out by
jripley@sonicblue.com.

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

21 years agoDocumentation updates to reflect crosslap API extentions
Monty [Sat, 8 Mar 2003 08:11:28 +0000 (08:11 +0000)]
Documentation updates to reflect crosslap API extentions

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

21 years agoMy lpc filter stability fix introduced a new, stupid uninitialized data bug.
Monty [Sat, 8 Mar 2003 07:15:32 +0000 (07:15 +0000)]
My lpc filter stability fix introduced a new, stupid uninitialized data bug.
Fix that.

Monty

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

21 years agoLPC filter generation (for pre- and post-extrapolation) requires
Monty [Fri, 7 Mar 2003 09:13:30 +0000 (09:13 +0000)]
LPC filter generation (for pre- and post-extrapolation) requires
greater than float mantissa depth.  Go to doubles for filter generation.

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

21 years agoComplete crosslap API for Vorbisfile
Monty [Thu, 6 Mar 2003 22:05:26 +0000 (22:05 +0000)]
Complete crosslap API for Vorbisfile

More Vorbisfile seeking cleanup

Bitrate tracking changes (vorbisfile again) to be more accurate
immediately after seek

Go to static window arrays for Vorbis window... better check this one
on Win32 (passing around static array pointers cross-lib... is that a
nono in win32 DLLs?)

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

21 years agoComplete crosslapping API
Monty [Thu, 6 Mar 2003 22:03:42 +0000 (22:03 +0000)]
Complete crosslapping API

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

21 years agoAdd API call to reset decode state without dumping decode setup.
Monty [Tue, 4 Mar 2003 21:23:37 +0000 (21:23 +0000)]
Add API call to reset decode state without dumping decode setup.

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

21 years agoOPtimized case of seeking within a single link; reset decode state
Monty [Tue, 4 Mar 2003 21:22:11 +0000 (21:22 +0000)]
OPtimized case of seeking within a single link; reset decode state
without dumping decode setup.  Roughly 5-10x faster this way.

Raft of small vorbisfile seek fixes (nearly all to do with exact
positioning around stream boundaries).

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

21 years agoCommit new prototypes for ov_crosslap functionality.
Monty [Mon, 3 Mar 2003 19:52:22 +0000 (19:52 +0000)]
Commit new prototypes for ov_crosslap functionality.

Monty

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

21 years agoSome cleanup of ov_crosslap function
Monty [Sun, 2 Mar 2003 21:32:00 +0000 (21:32 +0000)]
Some cleanup of ov_crosslap function

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

21 years agoExperimental addition to the vorbisfile API that required a few
Monty [Sun, 2 Mar 2003 11:45:17 +0000 (11:45 +0000)]
Experimental addition to the vorbisfile API that required a few
modifications elsewhere:

added 'ov_crosslap()' such that decode of a second clip can be primed
witht he MDCT overlap of a previous clip; this entirely eliminates any
click on sample boundaries that should otherwise match, but have a
small step error due to encoding being lossy.  It will also smooth
transitions in general purpose loops.  More detailed docs to come
after more testing.

Monty

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

21 years agoCure FPE case in line fitter when part of spectrum falls under -140dB
Monty [Sat, 15 Feb 2003 07:10:07 +0000 (07:10 +0000)]
Cure FPE case in line fitter when part of spectrum falls under -140dB

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

21 years agoTest for oggpack_writealign in libogg (closes #215)
brendan [Sat, 18 Jan 2003 21:04:21 +0000 (21:04 +0000)]
Test for oggpack_writealign in libogg (closes #215)

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

21 years agoObvious typo caught by an obfuscated automake error message
brendan [Sat, 18 Jan 2003 21:02:20 +0000 (21:02 +0000)]
Obvious typo caught by an obfuscated automake error message

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

21 years agoOops. function names were wrong
Mike Smith [Sat, 18 Jan 2003 15:33:57 +0000 (15:33 +0000)]
Oops. function names were wrong

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

21 years agoReplace this (which was accidently a copy of the vorbisfile reference doc)
Mike Smith [Sat, 18 Jan 2003 15:30:50 +0000 (15:30 +0000)]
Replace this (which was accidently a copy of the vorbisfile reference doc)
with a new doc for vorbisenc.

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

21 years agoFix for bug #266
Mike Smith [Sat, 18 Jan 2003 08:33:55 +0000 (08:33 +0000)]
Fix for bug #266

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

21 years agoClose bug 264
Monty [Sat, 18 Jan 2003 08:28:37 +0000 (08:28 +0000)]
Close bug 264

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

21 years agoFix for a bug in float lookup mode with some (?) compilers.
Mike Smith [Sat, 18 Jan 2003 08:09:28 +0000 (08:09 +0000)]
Fix for a bug in float lookup mode with some (?) compilers.

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

21 years agoFix window equation
Monty [Thu, 19 Dec 2002 06:10:12 +0000 (06:10 +0000)]
Fix window equation

Het rillian: How to get HTML output from the XML in order to roll
changes back to the website?  Or do you plan to replace the HTML
on-site too?

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

21 years agoRearrange the conditional so the automake 1.4 generates a valid
Ralph Giles [Thu, 7 Nov 2002 14:04:06 +0000 (14:04 +0000)]
Rearrange the conditional so the automake 1.4 generates a valid
makefile. This doesn't really work, but may avoid complaints

MAKE DIST IS BROKEN WITH AUTOMAKE 1.4! The built documentation will be
silently omitted from 'make dist' unless you use automake 1.6.

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

21 years agoRemove the endif condition (an automake 1.5 feature). We now seem to do
Ralph Giles [Thu, 7 Nov 2002 11:54:24 +0000 (11:54 +0000)]
Remove the endif condition (an automake 1.5 feature). We now seem to do
the right thing build-wise under automake 1.4.

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

21 years agoRemove AC_HELP_STRING so we're compliant with autoconf 2.13 again.
Ralph Giles [Thu, 7 Nov 2002 11:30:23 +0000 (11:30 +0000)]
Remove AC_HELP_STRING so we're compliant with autoconf 2.13 again.

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

21 years agoRemove the original html documentation. The docbook version is now on
Ralph Giles [Thu, 31 Oct 2002 21:19:44 +0000 (21:19 +0000)]
Remove the original html documentation. The docbook version is now on
par or better. Don't forget to make the docs before you roll a
distribution.

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

21 years agoThis is how you include the defined entity sets. Why these aren't
Ralph Giles [Thu, 31 Oct 2002 19:37:57 +0000 (19:37 +0000)]
This is how you include the defined entity sets. Why these aren't
defined by the DTD I can't fathom. Thanks to SeeTemp for the correct
syntax.

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

21 years agoBasic makefile support for generating the documentation. It should
Ralph Giles [Mon, 28 Oct 2002 14:38:00 +0000 (14:38 +0000)]
Basic makefile support for generating the documentation. It should
avoid trying to build them on systems without the proper tools.

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

21 years agoturn off math delimiter generation in tex output.
Ralph Giles [Mon, 28 Oct 2002 12:14:56 +0000 (12:14 +0000)]
turn off math delimiter generation in tex output.

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

21 years agoadditional cleanup.
Ralph Giles [Sun, 27 Oct 2002 16:20:47 +0000 (16:20 +0000)]
additional cleanup.

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

21 years agoAdd fallback text for the RTP internet draft text.
Ralph Giles [Sun, 27 Oct 2002 15:06:47 +0000 (15:06 +0000)]
Add fallback text for the RTP internet draft text.

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

21 years agocorrect a typo
Ralph Giles [Sun, 27 Oct 2002 15:05:51 +0000 (15:05 +0000)]
correct a typo

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

21 years agoturn on some extensions by default
Ralph Giles [Sun, 27 Oct 2002 14:58:33 +0000 (14:58 +0000)]
turn on some extensions by default

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

21 years agoSwitch to XInclude from SYSTEM entities for module inclusion to work around
Ralph Giles [Sun, 27 Oct 2002 14:55:31 +0000 (14:55 +0000)]
Switch to XInclude from SYSTEM entities for module inclusion to work around
a bug in xsltproc which prevents xref resolution in complex documents
(http://bugzilla.gnome.org/show_bug.cgi?id=96925).

This pretty much ties us to xsltproc for the time being. To use another
XSLT engine, try running the top-level file through 'xmllint --xinclude'
first.

Running things through 'xmllint --noent' is also an effective work around,
but xinclude is nicer for most of our purposes.

Also corrects a nesting problem in the residue decode section.

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

21 years agoPlace pagebreaks before major sections.
Ralph Giles [Sat, 26 Oct 2002 15:50:48 +0000 (15:50 +0000)]
Place pagebreaks before major sections.

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