- 07 Nov, 2000 1 commit
-
-
Monty authored
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
-
- 06 Nov, 2000 8 commits
-
-
Jack Moffitt authored
jack. svn path=/trunk/vorbis/; revision=1001
-
Michael Smith authored
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
-
Jack Moffitt authored
(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
-
Jack Moffitt authored
added vorbisfile automation and vorbisfile project files svn path=/trunk/vorbis/; revision=995
-
Jack Moffitt authored
monty: you may have a prettier way of doing this... svn path=/trunk/vorbis/; revision=994
-
Jack Moffitt authored
jack. svn path=/trunk/vorbis/; revision=993
-
Jack Moffitt authored
svn path=/trunk/vorbis/; revision=992
-
Monty authored
Merge branch_beta3 onto the mainline. Monty svn path=/trunk/vorbis/; revision=990
-
- 05 Nov, 2000 1 commit
-
-
Jack Moffitt authored
svn path=/trunk/vorbis/; revision=988
-
- 31 Oct, 2000 2 commits
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=865
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=864
-
- 29 Oct, 2000 1 commit
-
-
Jack Moffitt authored
svn path=/trunk/vorbis/; revision=768
-
- 23 Oct, 2000 1 commit
-
-
Jack Moffitt authored
svn path=/trunk/vorbis/; revision=756
-
- 22 Oct, 2000 1 commit
-
-
Monty authored
Add Ralph's TRACKNUMBER suggestion to v-comment.html svn path=/trunk/vorbis/; revision=755
-
- 18 Oct, 2000 1 commit
-
-
Jack Moffitt authored
svn path=/trunk/vorbis/; revision=737
-
- 13 Oct, 2000 1 commit
-
-
Monty authored
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
-
- 12 Oct, 2000 3 commits
-
-
Jack Moffitt authored
jack. svn path=/trunk/vorbis/; revision=731
-
Jack Moffitt authored
oh, and the #include change is there for chad. jack. svn path=/trunk/vorbis/; revision=730
-
Monty authored
Merging the postbeta2 branch onto the mainline. Monty svn path=/trunk/vorbis/; revision=729
-
- 07 Sep, 2000 3 commits
-
-
Michael Smith authored
Backport of sqrt() domain fix to mainline. svn path=/trunk/vorbis/; revision=675
-
Jack Moffitt authored
svn path=/trunk/vorbis/; revision=668
-
Jack Moffitt authored
svn path=/trunk/vorbis/; revision=664
-
- 01 Sep, 2000 1 commit
-
-
Michael Smith authored
Fix some warnings from bad static initialisers - possibly causing problems on other platforms. svn path=/trunk/vorbis/; revision=613
-
- 31 Aug, 2000 2 commits
-
-
Monty authored
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
-
Monty authored
another autoconf fix because AC_PROG_CC adds -d to CFLAGS Monty svn path=/trunk/vorbis/; revision=608
-
- 30 Aug, 2000 4 commits
-
-
Monty authored
Autoconf fixes suggested by Jeff Squyres svn path=/trunk/vorbis/; revision=607
-
Monty authored
wrong defines for win in os_types.h.in (typo) svn path=/trunk/vorbis/; revision=606
-
Monty authored
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
-
Monty authored
fix typedef typo for int64_t svn path=/trunk/vorbis/; revision=604
-
- 27 Aug, 2000 1 commit
-
-
Michael Smith authored
Needed os.h to compile correctly on win32. svn path=/trunk/vorbis/; revision=603
-
- 25 Aug, 2000 1 commit
-
-
Monty authored
Bad Kenneth. Monty svn path=/trunk/vorbis/; revision=602
-
- 24 Aug, 2000 1 commit
-
-
Kenneth Arnold authored
svn path=/trunk/vorbis/; revision=601
-
- 23 Aug, 2000 3 commits
-
-
Monty authored
'extrapolate' not 'interpolate' svn path=/trunk/vorbis/; revision=600
-
Monty authored
Add pre-cliff and post-cliff interpolation so that sample beginnings/ends don't have high-energy edge components. Monty svn path=/trunk/vorbis/; revision=599
-
Monty authored
Fixes for three issues: Borland needs malloc.h, and this is a cleaner fix for MSVC too (rather than Define alloca...) Fix sqrt of small negative numbers in smoothing is psy.c Uninitialized space in floor0.c lookup struct could cause lpc_clear to trigger on garbage. Monty svn path=/trunk/vorbis/; revision=598
-
- 19 Aug, 2000 4 commits
-
-
Monty authored
All new LSP->freq envelope curve computation code. It turns out that LSP->LPC using the impulse response algorithm is *very* sensitive to noise, and doubles really are necessary. Unfortunate, that. Reimplmented the code with a direct LSP->curve computation, skipping the LPC intermediary step. This also eliminates any need for the LPC or iFFT code in decode/synthesis. Monty svn path=/trunk/vorbis/; revision=597
-
omnic authored
svn path=/trunk/vorbis/; revision=596
-
omnic authored
others, libao fix to configure stuff.. disable output types, and allow setting of default. svn path=/trunk/vorbis/; revision=595
-
omnic authored
svn path=/trunk/vorbis/; revision=594
-