summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed two bugs in vorbisfile:branch_postbeta2Monty2000-10-111-17/+24
* Remove some debugging output from LSP root finder.Monty2000-10-101-3/+1
* A new root polisher in lsp.c for Jack to test with his woogie EGCS.Monty2000-10-103-28/+84
* updated .cvsignoreJack Moffitt2000-10-091-0/+4
* we're now building into two libs. libvorbis and libvorbisfile.Jack Moffitt2000-10-093-9/+20
* README update, cleaning up some empty dirs, consolidating vq/ andMonty2000-10-054-1/+374
* Lost some essential changes; cacm283 requires doubles for largerMonty2000-10-051-3/+3
* We're now building against static libs for the examples. This wayJack Moffitt2000-10-051-4/+2
* updated .cvsignoreJack Moffitt2000-10-041-0/+3
* convience fixes. no longer need a 'make install' to play with example code.Jack Moffitt2000-10-044-89/+25
* how did bitwise not get deleted... damnit :)Jack Moffitt2000-10-033-451/+2
* forgot this in the mergeJack Moffitt2000-10-022-0/+12
* sometimes i really hate cvsJack Moffitt2000-10-021-100/+0
* movedJack Moffitt2000-09-271-2541/+0
* merged branch_jackoggsvorbis into branch_postbeta2Jack Moffitt2000-09-2748-2234/+2847
* Lookup optimizations for vorbis_lsp_to_curve, also an integerized version.Monty2000-09-2614-200/+739
* This commit was manufactured by cvs2svn to create branchunknown2004-03-202-0/+0
|\
| * file .cvsignore was initially added on branch branch_jackoggsvorbis.Jack Moffitt2000-09-071-0/+0
| * file Makefile.am was initially added on branch branch_jackoggsvorbis.Jack Moffitt2000-09-071-0/+0
| * Fix some warnings from bad static initialisers - possibly causing problems on...Mike Smith2000-09-012-5/+5
| * Frames with no energy appeared to be non-silence dut to the ATH beingMonty2000-08-314-54/+20
| * another autoconf fix because AC_PROG_CC adds -d to CFLAGSMonty2000-08-312-90/+98
* | Fix for the sqrt() floating point exception errors that were reported.Mike Smith2000-09-071-1/+2
* | Changes to flush pages after the header packets, so that everyone copyingMike Smith2000-09-061-2/+12
* | Fix definitions in two of the mode files, preventing warnings.Mike Smith2000-09-052-0/+342
* | Win32 fixes requested by Michael SmithJack Moffitt2000-09-031-3/+3
* | back off cacm283 to double precision. Not time critical, and doublesMonty2000-09-023-11/+14
* | Segher's patch. Still need to test.Monty2000-09-0217-89/+758
* | take the whole sourcebase to float (minus a few return types whereMonty2000-08-31119-258/+17833
* | merge recent mainline fixes into branch_postbeta2Monty2000-08-3113-1/+8589
* | This commit was manufactured by cvs2svn to create branchunknown2004-03-20197-38240/+0
|/
* Autoconf fixes suggested by Jeff SquyresMonty2000-08-304-121/+104
* wrong defines for win in os_types.h.in (typo)Monty2000-08-301-3/+3
* autoconf changes to handle looking for bit-width types on yet moreMonty2000-08-309-150/+510
* fix typedef typo for int64_tMonty2000-08-301-2/+2
* Needed os.h to compile correctly on win32.Mike Smith2000-08-271-1/+2
* Bad Kenneth.Monty2000-08-251-0/+0
* "Oops." Fixed.Kenneth Arnold2000-08-242-1/+2
* 'extrapolate' not 'interpolate'Monty2000-08-232-13/+13
* Add pre-cliff and post-cliff interpolation so that sampleMonty2000-08-235-29/+113
* Fixes for three issues:Monty2000-08-233-5/+6
* All new LSP->freq envelope curve computation code.Monty2000-08-196-210/+41
* email address that slipped, and removal of manpages from -dev packagev1.0.0beta2-debianomnic2000-08-192-2/+2
* Makefile.in - distclean fixomnic2000-08-191-2/+6
* Major clean for good debian beta2 build.omnic2000-08-1910-68/+25
* Okay...omnic2000-08-194-19/+32
* Fixed a GCC-ism that MSVC was choking on (it's probably still wrong, but itv1.0.0beta2Mike Smith2000-08-151-2/+2
* modes A-E for beta 2 in place.Monty2000-08-1515-60/+1323
* Add mode CMonty2000-08-151-0/+205
* Add mode BMonty2000-08-1521-8/+1956