platform/upstream/libvorbis.git
23 years agoOops, had postecho turned up too high
Monty [Thu, 1 Feb 2001 01:05:09 +0000 (01:05 +0000)]
Oops, had postecho turned up too high

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

23 years agoIncrease preecho trigger sensitivity, even at low bitrate
Monty [Thu, 1 Feb 2001 01:03:30 +0000 (01:03 +0000)]
Increase preecho trigger sensitivity, even at low bitrate
Update vendor version string

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

23 years agoLower the highpass cutoff frequency a bit; midrange has preecho too.
Monty [Wed, 31 Jan 2001 23:58:49 +0000 (23:58 +0000)]
Lower the highpass cutoff frequency a bit; midrange has preecho too.
Also, look for preecho in the sides of the stereo image, so that the
center does not dominate detection (eg, ringing hihat in the center).

Monty

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

23 years agoAdded Timothy Wood's bark_noise_median() optimization patch
Monty [Tue, 30 Jan 2001 23:40:33 +0000 (23:40 +0000)]
Added Timothy Wood's bark_noise_median() optimization patch
Correction to 8kHz 40dB tone masking curve
Correction to ATH application in _vp_compute_mask; should have
  been tied to local amplitude maximum, not global.

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

23 years agoOnly use MSVC inline assembly on MSVC, not for win32 in general.
Mike Smith [Tue, 30 Jan 2001 09:40:11 +0000 (09:40 +0000)]
Only use MSVC inline assembly on MSVC, not for win32 in general.

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

23 years agoTimothy Wood's configure.in patch for Darwin public beta
Monty [Tue, 30 Jan 2001 02:55:33 +0000 (02:55 +0000)]
Timothy Wood's configure.in patch for Darwin public beta

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

23 years agodebian dev package rename
calc [Thu, 25 Jan 2001 04:58:45 +0000 (04:58 +0000)]
debian dev package rename

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

23 years agodebian packaging bug fixes
calc [Thu, 25 Jan 2001 04:00:57 +0000 (04:00 +0000)]
debian packaging bug fixes

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

23 years agofixed library version
Jack Moffitt [Tue, 23 Jan 2001 17:42:20 +0000 (17:42 +0000)]
fixed library version

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

23 years agofixed 'make dist'
Jack Moffitt [Mon, 22 Jan 2001 22:49:13 +0000 (22:49 +0000)]
fixed 'make dist'
updated version for prebeta4

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

23 years agoHave to free the noiseoffset array in psy_clear
Monty [Mon, 22 Jan 2001 06:32:02 +0000 (06:32 +0000)]
Have to free the noiseoffset array in psy_clear

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

23 years agoInitial beta 4 merge
Monty [Mon, 22 Jan 2001 01:38:52 +0000 (01:38 +0000)]
Initial beta 4 merge

Monty

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

23 years agoWe never called vorbis_comment_clear() in either of these examples. That's bad.
Mike Smith [Sat, 20 Jan 2001 14:06:28 +0000 (14:06 +0000)]
We never called vorbis_comment_clear() in either of these examples. That's bad.
Do so.

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

23 years agominor comment doc cleanups
Ralph Giles [Fri, 19 Jan 2001 22:24:56 +0000 (22:24 +0000)]
minor comment doc cleanups

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

23 years agoAdded vorbis_commentheader_out() to vorbis
Mike Smith [Thu, 18 Jan 2001 10:54:32 +0000 (10:54 +0000)]
Added vorbis_commentheader_out() to vorbis
Added ogg_packet_clear to ogg

Updated vcedit.c to use them. There's now enough source there to build a working and useful comment editor.

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

23 years agoroll back into mainline a bugfix for ov_open with a NULL FILE *
Monty [Mon, 1 Jan 2001 21:31:15 +0000 (21:31 +0000)]
roll back into mainline a bugfix for ov_open with a NULL FILE *

Monty

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

23 years agoMSVC has a broken preprocessor, and doesn't know how to do macro expansion
Mike Smith [Sun, 24 Dec 2000 06:04:14 +0000 (06:04 +0000)]
MSVC has a broken preprocessor, and doesn't know how to do macro expansion
correctly. Workaround this.

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

23 years agoCommit minor speed patch (sliding window in vorbis_blockin)
Monty [Thu, 21 Dec 2000 21:04:49 +0000 (21:04 +0000)]
Commit minor speed patch (sliding window in vorbis_blockin)
Commit Segher floating constant patch
Commit addition of vq targets to vq/ Makefile.am

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

23 years agostatic inline hack for GCC where it really helps
Monty [Sun, 17 Dec 2000 08:50:27 +0000 (08:50 +0000)]
static inline hack for GCC where it really helps

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

23 years agostatic inline define hack for GCC where it really helps the mdct
Monty [Sun, 17 Dec 2000 08:47:46 +0000 (08:47 +0000)]
static inline define hack for GCC where it really helps the mdct

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

23 years agono C++ comments, please
Monty [Sun, 17 Dec 2000 01:07:45 +0000 (01:07 +0000)]
no C++ comments, please

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

23 years agonew mdct.c needs os.h
Monty [Sun, 17 Dec 2000 00:34:05 +0000 (00:34 +0000)]
new mdct.c needs os.h

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

23 years agoBrand new mdct, roughly 35-40% faster on all block sizes (reduced
Monty [Sat, 16 Dec 2000 01:49:39 +0000 (01:49 +0000)]
Brand new mdct, roughly 35-40% faster on all block sizes (reduced
computation, reduced memory usage).

Monty

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

23 years agoreplace the value of the fallback definition of M_PI with
Ralph Giles [Wed, 13 Dec 2000 18:12:34 +0000 (18:12 +0000)]
replace the value of the fallback definition of M_PI with
the one from glibc. Ours was actually off by 3 in the last
digit, beyond the float precision boundary.

thanks to Brian Havard for pointing out the discrepancy.

also .cvsignore fix for vq/

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

23 years agoMemory leaks bad. Fixed memory leaks gooood.
Mike Smith [Wed, 13 Dec 2000 07:37:20 +0000 (07:37 +0000)]
Memory leaks bad. Fixed memory leaks gooood.

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

23 years agoFix a bug in the post-encode normalization;
Monty [Tue, 12 Dec 2000 08:54:27 +0000 (08:54 +0000)]
Fix a bug in the post-encode normalization;

a zero amplitude was not being written by the normalizer, which causes
a problem is one channel is digital silence but the other contains
even a single nonzero bit (the whole frame is shifted/corrupt)

Monty

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

23 years agoOops, didn't mean to commit the printfs.
Monty [Tue, 12 Dec 2000 04:18:54 +0000 (04:18 +0000)]
Oops, didn't mean to commit the printfs.

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

23 years agoboundary guard in linearmap init was a one-off
Monty [Thu, 7 Dec 2000 07:26:20 +0000 (07:26 +0000)]
boundary guard in linearmap init was a one-off

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

23 years agocomment correction in ov_read() return vals
Monty [Wed, 29 Nov 2000 21:13:34 +0000 (21:13 +0000)]
comment correction in ov_read() return vals

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

23 years agoThis should still be here for now.
Monty [Wed, 22 Nov 2000 07:56:38 +0000 (07:56 +0000)]
This should still be here for now.

Monty

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

23 years agoMissed these
Monty [Wed, 22 Nov 2000 07:52:49 +0000 (07:52 +0000)]
Missed these

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

23 years agoAdd MacOS 9 build updates.
Monty [Wed, 22 Nov 2000 06:22:18 +0000 (06:22 +0000)]
Add MacOS 9 build updates.

Monty

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

23 years agoMac compatability update from Chris Hanson. Hopefully I got the
Monty [Wed, 22 Nov 2000 06:15:20 +0000 (06:15 +0000)]
Mac compatability update from Chris Hanson.  Hopefully I got the
binary checkin of .mcp files correct.

Monty

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

23 years agoErik Kruus spotted a bug in an ANALYSIS section
Monty [Wed, 22 Nov 2000 02:54:30 +0000 (02:54 +0000)]
Erik Kruus spotted a bug in an ANALYSIS section

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

23 years agomade vq for new build system
Jack Moffitt [Sat, 18 Nov 2000 05:02:35 +0000 (05:02 +0000)]
made vq for new build system

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

23 years agolast minute changes
calc [Sat, 18 Nov 2000 04:49:13 +0000 (04:49 +0000)]
last minute changes

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

23 years agolast minute changes
calc [Sat, 18 Nov 2000 04:33:48 +0000 (04:33 +0000)]
last minute changes

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

23 years agowin32 and debian dirs added
Jack Moffitt [Sat, 18 Nov 2000 04:24:30 +0000 (04:24 +0000)]
win32 and debian dirs added

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

23 years agospec updates.. this should be good to go now, for all versions of redhat.
Jack Moffitt [Sat, 18 Nov 2000 02:25:19 +0000 (02:25 +0000)]
spec updates..  this should be good to go now, for all versions of redhat.

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

23 years agoFixed replaces/conflicts for Debian package
calc [Fri, 17 Nov 2000 23:30:56 +0000 (23:30 +0000)]
Fixed replaces/conflicts for Debian package

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

23 years agomotherfucking cvs...
Jack Moffitt [Fri, 17 Nov 2000 23:09:10 +0000 (23:09 +0000)]
motherfucking cvs...

build system is now libtool 1.3.5 capatable... sorry beos guys

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

23 years agomissed adding the vorbis block-pool bitbuffer files for beta 3
Monty [Fri, 17 Nov 2000 11:57:49 +0000 (11:57 +0000)]
missed adding the vorbis block-pool bitbuffer files for beta 3

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

23 years agobeta 3 commit. Unless I missed something (give it 50/50 odds ;-)
Monty [Fri, 17 Nov 2000 11:47:38 +0000 (11:47 +0000)]
beta 3 commit.  Unless I missed something (give it 50/50 odds ;-)
we're done for b3.

Monty

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

23 years agoBeer good. printf BAAAD.
Monty [Thu, 16 Nov 2000 22:15:28 +0000 (22:15 +0000)]
Beer good.  printf BAAAD.

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

23 years agoAccidentally committed two test books.
Monty [Tue, 14 Nov 2000 00:07:57 +0000 (00:07 +0000)]
Accidentally committed two test books.

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

23 years agoTwo fixes:
Monty [Tue, 14 Nov 2000 00:05:35 +0000 (00:05 +0000)]
Two fixes:
s/sizeof(double)/sizeof(float)/ in floor0.c
forgot to free tab and tabl in decode book.

Also, convert all free() to _ogg_free() (duh)

Monty

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

23 years agoUpdated debian dir
calc [Fri, 10 Nov 2000 21:37:20 +0000 (21:37 +0000)]
Updated debian dir

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

23 years agominor updates
Jack Moffitt [Fri, 10 Nov 2000 04:57:58 +0000 (04:57 +0000)]
minor updates

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

23 years agobogus ltconfig because automake is not up to speed. this should be
Jack Moffitt [Fri, 10 Nov 2000 04:57:27 +0000 (04:57 +0000)]
bogus ltconfig because automake is not up to speed.  this should be
removed once a new automake is available.

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

23 years agoUpdated Debian package libvorbis0 package name
calc [Thu, 9 Nov 2000 22:23:18 +0000 (22:23 +0000)]
Updated Debian package libvorbis0 package name

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

23 years agocleaning debian package directory
calc [Thu, 9 Nov 2000 22:22:11 +0000 (22:22 +0000)]
cleaning debian package directory

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

23 years agothis makes everythin happy :)
Jack Moffitt [Thu, 9 Nov 2000 00:53:45 +0000 (00:53 +0000)]
this makes everythin happy :)

except you need the cvs libtool now

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

23 years agoforgot one thing
Jack Moffitt [Wed, 8 Nov 2000 22:45:58 +0000 (22:45 +0000)]
forgot one thing

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

23 years agotest fix for beos
Jack Moffitt [Wed, 8 Nov 2000 22:38:57 +0000 (22:38 +0000)]
test fix for beos

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

23 years agowrong license file
Jack Moffitt [Wed, 8 Nov 2000 19:39:06 +0000 (19:39 +0000)]
wrong license file
new lib targets and monty's new books committed

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

23 years agoIncremental commit toward b3. Optionally should still retrain mode E,
Monty [Wed, 8 Nov 2000 13:16:33 +0000 (13:16 +0000)]
Incremental commit toward b3.  Optionally should still retrain mode E,
look for the problem with velvet.wav (DC offset) and remove old books.

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

23 years agothis took me hours to get right.
Jack Moffitt [Wed, 8 Nov 2000 09:48:58 +0000 (09:48 +0000)]
this took me hours to get right.

it's' still not right on redhat versiosn < 7.0 since they moved teh doc dir from /usr/doc to /usr/share/doc.  not quite sure what to do about that :)

jack.

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

23 years agofew more updates
Jack Moffitt [Wed, 8 Nov 2000 08:45:30 +0000 (08:45 +0000)]
few more updates

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

23 years agoversioning and doc updates
Jack Moffitt [Wed, 8 Nov 2000 08:36:35 +0000 (08:36 +0000)]
versioning and doc updates

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

23 years agothis fixes everything
Jack Moffitt [Wed, 8 Nov 2000 07:13:57 +0000 (07:13 +0000)]
this fixes everything

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

23 years agosmall fixes for monty's last commit
Jack Moffitt [Wed, 8 Nov 2000 06:31:51 +0000 (06:31 +0000)]
small fixes for monty's last commit

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

23 years agoIncremental update... new 100kbps and 128 kbps books
Monty [Wed, 8 Nov 2000 06:08:17 +0000 (06:08 +0000)]
Incremental update... new 100kbps and 128 kbps books

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

23 years agoFixes for codebook geenration (keeping up to date)
Monty [Wed, 8 Nov 2000 03:23:24 +0000 (03:23 +0000)]
Fixes for codebook geenration (keeping up to date)

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

23 years agodoc stuff i forgot
Jack Moffitt [Wed, 8 Nov 2000 00:26:02 +0000 (00:26 +0000)]
doc stuff i forgot

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

23 years agohoepfully this is the *right* thing.
Jack Moffitt [Wed, 8 Nov 2000 00:22:35 +0000 (00:22 +0000)]
hoepfully this is the *right* thing.

jack.

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

23 years agoHm, the earlier fix for 'slow envelope analysis on silence after
Monty [Tue, 7 Nov 2000 09:51:43 +0000 (09:51 +0000)]
Hm, the earlier fix for 'slow envelope analysis on silence after
audio' caused the short blocks to mistrigger.  A new fix for the
original problem that does not cause the new bug.

Monty

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

23 years agovorbisenc docs
Jack Moffitt [Tue, 7 Nov 2000 09:15:53 +0000 (09:15 +0000)]
vorbisenc docs

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

23 years agoCleaned up some Debian stuff
calc [Tue, 7 Nov 2000 05:59:09 +0000 (05:59 +0000)]
Cleaned up some Debian stuff

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

23 years agoDebian dir restructured following 1.0Beta2->1.0Beta3 ogg vorbis restructuring.
calc [Tue, 7 Nov 2000 04:47:16 +0000 (04:47 +0000)]
Debian dir restructured following 1.0Beta2->1.0Beta3 ogg vorbis restructuring.

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

23 years agoDebian dir restructured following 1.0Beta2->1.0Beta3 ogg vorbis restructuring.
calc [Tue, 7 Nov 2000 04:36:09 +0000 (04:36 +0000)]
Debian dir restructured following 1.0Beta2->1.0Beta3 ogg vorbis restructuring.

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

23 years agominor ommision (thanks to warren spits)
Jack Moffitt [Tue, 7 Nov 2000 03:58:10 +0000 (03:58 +0000)]
minor ommision (thanks to warren spits)

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

23 years agoNo reason for todB(0) to be a value as large as 9e-38; use something a
Monty [Tue, 7 Nov 2000 00:15:08 +0000 (00:15 +0000)]
No reason for todB(0) to be a value as large as 9e-38; use something a
bit more reasonable to prevent overflows on platforms that care more
about them.

Monty

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

23 years agowin32 asm ftoi
Jack Moffitt [Mon, 6 Nov 2000 20:36:07 +0000 (20:36 +0000)]
win32 asm ftoi

jack.

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

23 years agoUse macros instead of inline for the generic (non-optimised) float->int
Mike Smith [Mon, 6 Nov 2000 11:55:44 +0000 (11:55 +0000)]
Use macros instead of inline for the generic (non-optimised) float->int
conversion. Now it should compile on things other than gcc.

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

23 years agovorbis.def wasn't exporting a few things that vorbisenc uses
Jack Moffitt [Mon, 6 Nov 2000 09:48:26 +0000 (09:48 +0000)]
vorbis.def wasn't exporting a few things that vorbisenc uses
(maybe these shouldn't be outside the api?  or is this a special case?)

vorbisenc win32 stuff done. + automation. yay.

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

23 years agoupdated vorbis project file
Jack Moffitt [Mon, 6 Nov 2000 09:31:43 +0000 (09:31 +0000)]
updated vorbis project file
added vorbisfile automation and vorbisfile project files

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

23 years agovc++ correct syntax is '__inline' not 'inline'. corrected.
Jack Moffitt [Mon, 6 Nov 2000 08:55:15 +0000 (08:55 +0000)]
vc++ correct syntax is '__inline' not 'inline'.  corrected.

monty: you may have a prettier way of doing this...

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

23 years agowhere did this come from?
Jack Moffitt [Mon, 6 Nov 2000 03:17:12 +0000 (03:17 +0000)]
where did this come from?

jack.

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

23 years agolet's be a little more demanding....
Jack Moffitt [Mon, 6 Nov 2000 03:15:50 +0000 (03:15 +0000)]
let's be a little more demanding....

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

23 years agoMerge branch_beta3 onto the mainline.
Monty [Mon, 6 Nov 2000 00:07:26 +0000 (00:07 +0000)]
Merge branch_beta3 onto the mainline.

Monty

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

23 years agomore automation work
Jack Moffitt [Sun, 5 Nov 2000 20:04:04 +0000 (20:04 +0000)]
more automation work

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

23 years agomissed some
Ralph Giles [Tue, 31 Oct 2000 18:42:58 +0000 (18:42 +0000)]
missed some

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

23 years agopropagating configure cleanups
Ralph Giles [Tue, 31 Oct 2000 18:40:48 +0000 (18:40 +0000)]
propagating configure cleanups

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

23 years agohere are the def files
Jack Moffitt [Sun, 29 Oct 2000 02:51:04 +0000 (02:51 +0000)]
here are the def files

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

23 years agothis is the win32 build stuff for vorbis, i think i'm missing a .def file though
Jack Moffitt [Mon, 23 Oct 2000 03:46:16 +0000 (03:46 +0000)]
this is the win32 build stuff for vorbis, i think i'm missing a .def file though

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

23 years agoAdd Ralph's TRACKNUMBER suggestion to v-comment.html
Monty [Sun, 22 Oct 2000 08:01:54 +0000 (08:01 +0000)]
Add Ralph's TRACKNUMBER suggestion to v-comment.html

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

23 years agothis fix buys us about 5% faster decodes on a p3, and more on my celeron
Jack Moffitt [Wed, 18 Oct 2000 21:27:15 +0000 (21:27 +0000)]
this fix buys us about 5% faster decodes on a p3, and more on my celeron

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

23 years agoReadded seeking_example.c to the build
Monty [Fri, 13 Oct 2000 19:48:03 +0000 (19:48 +0000)]
Readded seeking_example.c to the build

Added page-granularity seeking for a seek that's faster than
ov_pcm_seek or ov_time_seek, but not quite as accurate.  See the
comments in vorbisfile.c for ov_pcm_seek_page.

Monty

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

23 years agoi knew there had to be a reason for that :)
Jack Moffitt [Thu, 12 Oct 2000 07:28:03 +0000 (07:28 +0000)]
i knew there had to be a reason for that :)

jack.

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

23 years agothese files are not asupposed to be here after the merge. cleaning :)
Jack Moffitt [Thu, 12 Oct 2000 04:26:39 +0000 (04:26 +0000)]
these files are not asupposed to be here after the merge.  cleaning :)

oh, and the #include change is there for chad.

jack.

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

23 years agoMerging the postbeta2 branch onto the mainline.
Monty [Thu, 12 Oct 2000 03:13:02 +0000 (03:13 +0000)]
Merging the postbeta2 branch onto the mainline.

Monty

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

23 years agoBackport of sqrt() domain fix to mainline.
Mike Smith [Thu, 7 Sep 2000 13:23:44 +0000 (13:23 +0000)]
Backport of sqrt() domain fix to mainline.

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

23 years agofile .cvsignore was initially added on branch branch_jackoggsvorbis.
Jack Moffitt [Thu, 7 Sep 2000 07:45:23 +0000 (07:45 +0000)]
file .cvsignore was initially added on branch branch_jackoggsvorbis.

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

23 years agofile Makefile.am was initially added on branch branch_jackoggsvorbis.
Jack Moffitt [Thu, 7 Sep 2000 06:32:37 +0000 (06:32 +0000)]
file Makefile.am was initially added on branch branch_jackoggsvorbis.

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

23 years agoFix some warnings from bad static initialisers - possibly causing problems on other...
Mike Smith [Fri, 1 Sep 2000 07:49:53 +0000 (07:49 +0000)]
Fix some warnings from bad static initialisers - possibly causing problems on other platforms.

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

23 years agoFrames with no energy appeared to be non-silence dut to the ATH being
Monty [Thu, 31 Aug 2000 08:01:34 +0000 (08:01 +0000)]
Frames with no energy appeared to be non-silence dut to the ATH being
back in the masking curve.  We check to see if there's any energy
relative to masking and if not, set the masking curve to 0.

Monty

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

23 years agoanother autoconf fix because AC_PROG_CC adds -d to CFLAGS
Monty [Thu, 31 Aug 2000 03:28:43 +0000 (03:28 +0000)]
another autoconf fix because AC_PROG_CC adds -d to CFLAGS

Monty

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

23 years agoAutoconf fixes suggested by Jeff Squyres
Monty [Wed, 30 Aug 2000 07:09:46 +0000 (07:09 +0000)]
Autoconf fixes suggested by Jeff Squyres

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

23 years agowrong defines for win in os_types.h.in (typo)
Monty [Wed, 30 Aug 2000 06:26:49 +0000 (06:26 +0000)]
wrong defines for win in os_types.h.in (typo)

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

23 years agoautoconf changes to handle looking for bit-width types on yet more
Monty [Wed, 30 Aug 2000 06:09:22 +0000 (06:09 +0000)]
autoconf changes to handle looking for bit-width types on yet more
platforms without barfing.  Cleaner than before, hopefully works
better too.

Monty

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