bugfix to codeword generation; the tree below the selected word was
[platform/upstream/libvorbis.git] / vq /
2000-02-21 MontyThe huff builder is happy.
2000-02-21 MontyBecause residue codebooks use very coarse quantization...
2000-02-16 MontyEnhancements (added cell spacing metrics and minimum...
2000-02-13 MontyFixed bug reading codebooks with very large auxiliary...
2000-02-12 MontyCollect training data from the lib when compiled with...
2000-02-07 Monty...and correct a typo
2000-02-07 MontyMinor optimization to align p and q indexes in .vqh...
2000-01-28 MontyIncremental update. Reduced maximum codebook/mapping...
2000-01-28 MontyThe lib and vq, at least, build again. Tackling the...
2000-01-21 MontyMinor change to the codebook abstraction (static books)
2000-01-12 MontyIncremental update toward VQ integration, vorbis_info...
2000-01-10 MontyAdded '-s' option to vqmetrics, vqcascade and vqpartition
2000-01-07 MontyAllow cascade and metric utilities to take more than...
2000-01-06 Montyfirst cut of complete VQ utilities
2000-01-05 Montystabilize the generic metric some, bugfixes
2000-01-05 MontyMore VQ utility work. Utils now include:
2000-01-05 MontyMore shuffling of includes to ease codebook integration...
1999-12-30 MontyMinor build fixes, integrate XMMS into the autoconfed...
1999-12-30 MontyIncremental update
1999-12-28 MontyMore optimization
1999-12-28 Montybugfixes for new functionality
1999-12-28 Montybugfixes to new functionality
1999-12-28 Montymissed a save. see previous
1999-12-28 MontyIncremental update, seperated weighting from the metric
1999-12-24 MontyIncremental update
1999-12-18 Montyalloca() 'frees' memory when the function returns,...
1999-12-18 MontyChange builder to find center of gravity of entries...
1999-12-18 MontyNew syntax for more convenient use, fixed a bounds...
1999-12-17 MontyThe vq book builder is mostly running now, but does...
1999-12-17 MontyAdditional refinements, cleanups for training routine
1999-12-17 Montyrefinements. More accurate distance error, better...
1999-12-16 MontyIncremental update
1999-12-15 Montyquant fix
1999-12-15 Montymore quant work
1999-12-15 Montyquant fix
1999-12-15 Montysplit out the include
1999-12-11 Montyadd train.c, command line util for training/retraining...
1999-12-10 MontyIncremental; the book is half built
1999-12-09 MontyNew split code.
1999-12-08 MontyIncremental update. This is the foam we're going with...
1999-12-07 Montyincremental update
1999-12-06 MontySilly, forgot to move to said faster machine.
1999-12-06 MontyIncremental so I can continue working on a faster box ;-)
1999-11-23 MontyDual Simplex algorithm linear programming solver
1999-11-19 MontyFirst 'worthy' version of vq generator. Converges...
1999-11-12 MontyAnother incremental commit to avoid lossage
1999-11-12 MontyCheckpoint before moving on to something a bit different.
1999-11-11 MontyA second additive biasing variant to compare with the...
1999-11-11 MontyEnough of the VQ generation works to no longer want...