summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* frameno -> granuleposbranch_jackoggsvorbisJack Moffitt2000-09-2611-71/+80
| | | | | | library version fixes svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=689
* Since we're now using floats, -9e40 is -INF. Increase this to -9e38, which ↵Mike Smith2000-09-231-3/+3
| | | | | | | | | | is small enough to work, and big enough that it has no effect on results (this sort of case is only reached for values of 0, which are later converted back to 0 by fromdB(), so it makes no difference in the end. svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=686
* FreeBSD build fixesJack Moffitt2000-09-122-3/+3
| | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=684
* added .cvsignore fileJack Moffitt2000-09-111-0/+4
| | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=683
* oops, capital m!Jack Moffitt2000-09-071-1/+1
| | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=673
* first .cvsignoreJack Moffitt2000-09-071-0/+10
| | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=672
* more .cvsignore'sJack Moffitt2000-09-075-0/+14
| | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=671
* This commit was manufactured by cvs2svn to create branchunknown2004-03-201-0/+0
|\ | | | | | | | | | | 'branch_jackoggsvorbis'. svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=670
| * file .cvsignore was initially added on branch branch_jackoggsvorbis.Jack Moffitt2000-09-071-0/+0
| | | | | | | | svn path=/trunk/vorbis/; revision=668
* | minor changes: libvorbis now builds with new systemJack Moffitt2000-09-072-23/+83
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=669
* | configure cleanupJack Moffitt2000-09-071-208/+60
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=667
* | more makefile funJack Moffitt2000-09-073-94/+31
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=666
* | This commit was manufactured by cvs2svn to create branchunknown2004-03-201-0/+0
|\ \ | |/ | | | | | | | | 'branch_jackoggsvorbis'. svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=665
| * file Makefile.am was initially added on branch branch_jackoggsvorbis.Jack Moffitt2000-09-071-0/+0
| | | | | | | | svn path=/trunk/vorbis/; revision=664
| * Fix some warnings from bad static initialisers - possibly causing problems ↵Mike Smith2000-09-012-5/+5
| | | | | | | | | | | | on other platforms. svn path=/trunk/vorbis/; revision=613
| * Frames with no energy appeared to be non-silence dut to the ATH beingMonty2000-08-314-54/+20
| | | | | | | | | | | | | | | | | | 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
| * another autoconf fix because AC_PROG_CC adds -d to CFLAGSMonty2000-08-312-90/+98
| | | | | | | | | | | | Monty svn path=/trunk/vorbis/; revision=608
* | moved docs to docJack Moffitt2000-09-077-0/+897
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=663
* | more makefilesJack Moffitt2000-09-074-2536/+46
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=662
* | start of release engineering updateJack Moffitt2000-09-074-4/+134
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=659
* | more cleaningJack Moffitt2000-09-071-33/+0
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=654
* | cleaning...Jack Moffitt2000-09-071-1/+1
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=653
* | builds with libogg instead of internal ogg functions nowJack Moffitt2000-09-0321-351/+1162
| | | | | | | | | | | | | | configure.in modified to accept --with-ogg=DIR parameter, in case you want to build from somewhere other than default system paths svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=626
* | include files cleanedJack Moffitt2000-09-031-114/+2
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=625
* | lib and include cleaned of filesJack Moffitt2000-09-034-2156/+0
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=624
* | cleared out the doc dirJack Moffitt2000-09-033-0/+576
| | | | | | | | svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=623
* | This commit was manufactured by cvs2svn to create branchunknown2004-03-200-0/+0
| | | | | | | | | | | | 'branch_jackoggsvorbis'. svn path=/branches/branch_jackoggsvorbis/vorbis/; revision=622
* | back off cacm283 to double precision. Not time critical, and doublesMonty2000-09-023-11/+14
| | | | | | | | | | | | | | | | are needed for currently requested precision Fix two typos in applying Segher's patch svn path=/branches/branch_postbeta2/vorbis/; revision=617
* | Segher's patch. Still need to test.Monty2000-09-0217-89/+758
| | | | | | | | | | | | Monty svn path=/branches/branch_postbeta2/vorbis/; revision=616
* | take the whole sourcebase to float (minus a few return types whereMonty2000-08-31119-258/+17833
| | | | | | | | | | | | | | | | | | | | | | double is needed for bits). Not tested, and I know there's an encode issue with CACM283 in lsp.c removed the cmdline dir. obsolete. Monty svn path=/branches/branch_postbeta2/vorbis/; revision=612
* | merge recent mainline fixes into branch_postbeta2Monty2000-08-3113-1/+8589
| | | | | | | | svn path=/branches/branch_postbeta2/vorbis/; revision=611
* | This commit was manufactured by cvs2svn to create branchunknown2004-03-20197-38240/+0
|/ | | | | | 'branch_postbeta2'. svn path=/branches/branch_postbeta2/vorbis/; revision=610
* Autoconf fixes suggested by Jeff SquyresMonty2000-08-304-121/+104
| | | | svn path=/trunk/vorbis/; revision=607
* wrong defines for win in os_types.h.in (typo)Monty2000-08-301-3/+3
| | | | svn path=/trunk/vorbis/; revision=606
* autoconf changes to handle looking for bit-width types on yet moreMonty2000-08-309-150/+510
| | | | | | | | | platforms without barfing. Cleaner than before, hopefully works better too. Monty svn path=/trunk/vorbis/; revision=605
* fix typedef typo for int64_tMonty2000-08-301-2/+2
| | | | svn path=/trunk/vorbis/; revision=604
* Needed os.h to compile correctly on win32.Mike Smith2000-08-271-1/+2
| | | | svn path=/trunk/vorbis/; revision=603
* Bad Kenneth.Monty2000-08-251-0/+0
| | | | | | Monty svn path=/trunk/vorbis/; revision=602
* "Oops." Fixed.Kenneth Arnold2000-08-242-1/+2
| | | | svn path=/trunk/vorbis/; revision=601
* 'extrapolate' not 'interpolate'Monty2000-08-232-13/+13
| | | | svn path=/trunk/vorbis/; revision=600
* Add pre-cliff and post-cliff interpolation so that sampleMonty2000-08-235-29/+113
| | | | | | | | beginnings/ends don't have high-energy edge components. Monty svn path=/trunk/vorbis/; revision=599
* Fixes for three issues:Monty2000-08-233-5/+6
| | | | | | | | | | | | | 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
* All new LSP->freq envelope curve computation code.Monty2000-08-196-210/+41
| | | | | | | | | | | | | | 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
* email address that slipped, and removal of manpages from -dev packagev1.0.0beta2-debianomnic2000-08-192-2/+2
| | | | svn path=/trunk/vorbis/; revision=596
* Makefile.in - distclean fixomnic2000-08-191-2/+6
| | | | | | | others, libao fix to configure stuff.. disable output types, and allow setting of default. svn path=/trunk/vorbis/; revision=595
* Major clean for good debian beta2 build.omnic2000-08-1910-68/+25
| | | | svn path=/trunk/vorbis/; revision=594
* Okay...omnic2000-08-194-19/+32
| | | | | | | | 1) changed my email address. 2) mp3tovorbis is an example for vorbize, not a package. it is too small to warrant a package, and its dependency on mpg123 makes it non-dfsg free. svn path=/trunk/vorbis/; revision=593
* Fixed a GCC-ism that MSVC was choking on (it's probably still wrong, but itv1.0.0beta2Mike Smith2000-08-151-2/+2
| | | | | | works, which is better than what was there) svn path=/trunk/vorbis/; revision=591
* modes A-E for beta 2 in place.Monty2000-08-1515-60/+1323
| | | | | | Monty svn path=/trunk/vorbis/; revision=590
* Add mode CMonty2000-08-151-0/+205
| | | | svn path=/trunk/vorbis/; revision=589