| Commit message (Expand) | Author | Age | Files | Lines |
* | Put AoTuV tunings merge (along with bugfixes) on the mainline. Thisv1.1.0rc1 | Monty | 2004-07-07 | 1 | -1/+77 |
* | forgot to disable debugging output in psy.c | Monty | 2002-10-21 | 1 | -3/+3 |
* | Elimintae two minor bugs; zero-bark wraparound in noise_hybridmp was | Monty | 2002-10-18 | 1 | -46/+62 |
* | Incorrect thinking on my part; rolling change back to 1.77 | Monty | 2002-10-17 | 1 | -7/+7 |
* | Fix a divide by zero in noise_hybridmp due to faulty spectrum wrapping | Monty | 2002-10-17 | 1 | -7/+7 |
* | Fix sort comparison functions to return -1,0,1 as per spec | Monty | 2002-10-11 | 1 | -4/+2 |
* | Don't use fabsf(), go back to fabs() | Mike Smith | 2002-07-30 | 1 | -3/+3 |
* | Fix qsort() function so that it works on solaris, modified slightly | Mike Smith | 2002-07-30 | 1 | -3/+6 |
* | removed // commented dead code | Ralph Giles | 2002-07-13 | 1 | -2/+1 |
* | Turn off HF dipole stereo. The elliptical stereo from rc3, despite | Monty | 2002-07-13 | 1 | -7/+25 |
* | All sample rates/modes with fresh training now in CVS. | Monty | 2002-07-11 | 1 | -6/+26 |
* | patch a nasty bounds bug introduced a week or two ago. It could nuke | Monty | 2002-07-01 | 1 | -6/+6 |
* | add vorbis_encode_ctl entries to manipulate the bitrate management | Monty | 2002-06-30 | 1 | -14/+52 |
* | Fix memory leak in psy code. | Mike Smith | 2002-06-29 | 1 | -2/+7 |
* | The 'Grand Simplification' officially becomes the mainline toward rc4. | Monty | 2002-06-28 | 1 | -609/+653 |
* | Continued preecho tuning/fixes. Gone to average dB with even/odd | Monty | 2002-03-24 | 1 | -2/+1 |
* | #define floor floorf , if it exists. Don't use floorf() directly. | Segher Boessenkool | 2002-03-18 | 1 | -2/+2 |
* | New preecho detection/short block trigger code, replacing an IIR | Monty | 2002-03-17 | 1 | -3/+3 |
* | Tuned out Dibrom's tone/noise masking bug. The problem was the | Monty | 2001-12-22 | 1 | -5/+5 |
* | fix potential bug. luckily we weren't hit by it. | Segher Boessenkool | 2001-12-21 | 1 | -2/+2 |
* | fix nasty warnings, and some non-ansi constructs. increase portability. | Segher Boessenkool | 2001-12-21 | 1 | -4/+4 |
* | Remove unused y2a, y2b computations. | Segher Boessenkool | 2001-12-19 | 1 | -6/+1 |
* | Merge infrastructure work; full books | Monty | 2001-12-19 | 1 | -15/+7 |
* | Segher, | Monty | 2001-12-18 | 1 | -3/+5 |
* | Some more hypot() removal. | Segher Boessenkool | 2001-12-18 | 1 | -17/+7 |
* | Initial branch merge toward rc3 | Monty | 2001-12-12 | 1 | -227/+209 |
* | sizeof() cleanup. the occasional void * didn't make this easier. | Segher Boessenkool | 2001-10-02 | 1 | -70/+70 |
* | Thoughts-in-progress: new noise metrics, cleaned up stereo. There's a | Monty | 2001-09-11 | 1 | -28/+32 |
* | speling. | Segher Boessenkool | 2001-09-11 | 1 | -5/+5 |
* | Plug memory leak located by oddsock@oddsock.org. | Mike Smith | 2001-09-02 | 1 | -2/+3 |
* | tuning on a branch. New noise metrics, noise bugfixes, postecho on. | Monty | 2001-09-01 | 1 | -149/+198 |
* | Noise curve code cleanup that also should fix a divide-by-zero bug | Monty | 2001-08-16 | 1 | -97/+13 |
* | Bringing rc2 (minus the modes it needs) onto mainline. | Monty | 2001-08-13 | 1 | -255/+578 |
* | Silence warning due to bad cast. | Mike Smith | 2001-07-01 | 1 | -2/+2 |
* | two bugs: | Monty | 2001-06-18 | 1 | -2/+2 |
* | Accidentally committed some in-progress encoder changes that broke | Monty | 2001-06-18 | 1 | -2/+2 |
* | Additional optimizations, rearrangement. | Monty | 2001-06-15 | 1 | -52/+73 |
* | Floor 1 | Monty | 2001-05-27 | 1 | -126/+137 |
* | allocation fix - sizeof(long) instead of sizeof(int) to fix problems | Mike Smith | 2001-03-21 | 1 | -2/+2 |
* | final beta 4 commit | Monty | 2001-02-26 | 1 | -5/+5 |
* | New LSP root finding code; replace Newton-Raphson-Maehly with Laguerre's | Monty | 2001-02-17 | 1 | -2/+2 |
* | Update header copyright dates, update copyright assignemnt | Monty | 2001-02-02 | 1 | -4/+3 |
* | Two bugfixes (float) not (float *) and an optimization to | Monty | 2001-02-02 | 1 | -10/+11 |
* | Another segfault fix (real this time) to bark_noise_median | Monty | 2001-02-01 | 1 | -1/+3 |
* | segfault fix in bark_noise_median() | Monty | 2001-02-01 | 1 | -3/+3 |
* | Added Timothy Wood's bark_noise_median() optimization patch | Monty | 2001-01-30 | 1 | -21/+35 |
* | Have to free the noiseoffset array in psy_clear | Monty | 2001-01-22 | 1 | -1/+2 |
* | Initial beta 4 merge | Monty | 2001-01-22 | 1 | -372/+358 |
* | Commit minor speed patch (sliding window in vorbis_blockin) | Monty | 2000-12-21 | 1 | -30/+30 |
* | Memory leaks bad. Fixed memory leaks gooood. | Mike Smith | 2000-12-13 | 1 | -1/+2 |