summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Eradicate references to LGPLMonty2001-03-221-11/+10
* These should be in CVS even if they're in flux.Monty2001-03-216-0/+96
* allocation fix - sizeof(long) instead of sizeof(int) to fix problemsMike Smith2001-03-211-2/+2
* put back the bit about the bitstream index. Didn't realize it wasRalph Giles2001-03-202-3/+13
* Correct ov_read() documentation. Each call decodes at most oneRalph Giles2001-03-202-31/+39
* Debian added version dependenciescalc2001-03-051-1/+1
* Missed these ones the first time through: apply the same patch that hasjsquyres2001-02-281-0/+4
* Allow the user to specify their own CFLAGS and LDFLAGS when they runjsquyres2001-02-281-0/+5
* Make AM_PATH_OGG a bit smarter -- have it check the $prefix for the oggjsquyres2001-02-281-0/+4
* Debian edited changelog datecalc2001-02-261-1/+1
* Debian copyright updatescalc2001-02-261-6/+28
* make sure |fft[0]| can't be negative (eits todB_nn)v1.0.0beta4Monty2001-02-261-2/+2
* updated cvsignoreJack Moffitt2001-02-261-0/+1
* Debian more additionscalc2001-02-261-1/+1
* final beta 4 commitMonty2001-02-26170-1359/+883
* small change to fix make dist with iir.cJack Moffitt2001-02-191-1/+1
* updated the win32 build system and corrected some missing filesJack Moffitt2001-02-195-27/+36
* Added exception to not use the "f" versions of the math functions whenjsquyres2001-02-191-1/+5
* AC_PROG_CPP has been missing from here for months. :-)jsquyres2001-02-191-0/+1
* res0_256_1024_7.vqh has slightly too small a range for 350kbps; addedMonty2001-02-183-4/+874
* #include "os.h" not <os.h>Monty2001-02-181-2/+2
* Vendor string date updateMonty2001-02-181-2/+2
* bugfix/speed improvement to envelope.cMonty2001-02-1855-5405/+3389
* Debian package changescalc2001-02-183-3/+11
* Debian package changescalc2001-02-171-1/+1
* Debian package changescalc2001-02-172-4/+12
* New LSP root finding code; replace Newton-Raphson-Maehly with Laguerre'sMonty2001-02-1747-1693/+1219
* Some new preecho code; split energy threshholding up into a few bands.Monty2001-02-1512-160/+140
* Reverting vorbisfile.c to the known stable 1.37 version for the beta 4Monty2001-02-151-106/+1
* Oops. Previous commit was of the wrong (not cleaned up) version. Sorry.Mike Smith2001-02-141-81/+68
* Much faster seeking internal to libvorbisfile. Makes more intelligent guesses...Mike Smith2001-02-141-2/+120
* Guard against getting an invalid LSP codebook in decode if the packetMonty2001-02-101-2/+2
* add ISRC tag to comment specMonty2001-02-101-0/+3
* Replaced a mistaken sizeof(float) with sizeof(long); probable cause ofMonty2001-02-101-2/+2
* Update header copyright dates, update copyright assignemntMonty2001-02-02167-540/+375
* Two bugfixes (float) not (float *) and an optimization toMonty2001-02-021-10/+11
* backed it off too far :-) 450kbps is 'a bit much'Monty2001-02-011-3/+3
* Another segfault fix (real this time) to bark_noise_medianMonty2001-02-011-1/+3
* segfault fix in bark_noise_median()Monty2001-02-011-3/+3
* Missed mode_AA in modes.hMonty2001-02-011-1/+2
* Oops, had postecho turned up too highMonty2001-02-013-6/+6
* Increase preecho trigger sensitivity, even at low bitrateMonty2001-02-019-65/+60
* Lower the highpass cutoff frequency a bit; midrange has preecho too.Monty2001-01-311-7/+49
* Added Timothy Wood's bark_noise_median() optimization patchMonty2001-01-302-34/+49
* Only use MSVC inline assembly on MSVC, not for win32 in general.Mike Smith2001-01-301-3/+3
* Timothy Wood's configure.in patch for Darwin public betaMonty2001-01-301-0/+4
* debian dev package renamecalc2001-01-2510-6/+4
* debian packaging bug fixescalc2001-01-252-3/+12
* fixed library versionJack Moffitt2001-01-231-3/+3
* fixed 'make dist'Jack Moffitt2001-01-223-33/+32