platform/upstream/libvorbis.git
2000-02-23 Montyupdate date string in info.c
2000-02-23 Montyadd the unit codebooks for demo encoding
2000-02-23 Montyfixes to prevent segfaults
2000-02-23 MontyTwo more temporary codebooks for testing
2000-02-23 MontyIncremental update toward first cut. The full engine...
2000-02-23 MontyIncremental update toward first cut
2000-02-21 Montybugfix to codeword generation; the tree below the selec...
2000-02-21 MontyCommit codebooks for testing toward first cut
2000-02-21 MontyThe huff builder is happy.
2000-02-21 MontyBecause residue codebooks use very coarse quantization...
2000-02-16 MontyEliminate dead fields from psy_info
2000-02-16 Monty"Commit a valid compression mode, dumbass"
2000-02-16 MontyEnhancements (added cell spacing metrics and minimum...
2000-02-13 Montya little bughunting
2000-02-13 MontyFixed bug reading codebooks with very large auxiliary...
2000-02-13 Montyreal LSP books for first cut
2000-02-12 MontyCollect training data from the lib when compiled with...
2000-02-09 Monty*finally* got the lpc excitation amplitude quantization...
2000-02-07 MontyThere's work left to do, but progress toward first...
2000-02-07 MontyBooks that use the new p/q index alignment
2000-02-07 Monty...and correct a typo
2000-02-07 MontyMinor optimization to align p and q indexes in .vqh...
2000-02-06 Montymissed committing a codebook change
2000-02-06 MontyIncremental update
2000-02-05 MontyAdded unit tests for bitwise read past end.
2000-02-05 MontyFix for overflow bug in bitwise routines; read past...
2000-01-28 MontyUpdate encoder and decoder examples. One inch away...
2000-01-28 MontyMinor fix (don;t encode 0...n-1 when 0 can't happen...
2000-01-28 MontyIncremental update. Reduced maximum codebook/mapping...
2000-01-28 MontyThe lib and vq, at least, build again. Tackling the...
2000-01-22 MontyIt's all coming back together slowly. Incremental...
2000-01-22 MontyIncremental updates
2000-01-21 MontyMinor change to the codebook abstraction (static books)
2000-01-20 MontyMake sure changes exist on more than just Bloopfish
2000-01-20 Montyincremental update to make sure the massive modificatio...
2000-01-19 MontyIncremental update
2000-01-12 MontyIncremental update toward VQ integration, vorbis_info...
2000-01-12 Montycodebook.c looks solid, passes unit tests. Minor inter...
2000-01-12 MontyBasic lsp codebooks to play with for now while integrat...
2000-01-12 Montyfirst inclusion
2000-01-11 Montyfirst cut, lots of code, want it in CVS before I start...
2000-01-10 MontyMissed initializing the accumulator in ov_bitrate
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...
2000-01-04 Montyincremental update. Go to pure tone masking (no noise...
2000-01-01 MontyIncremental update
1999-12-31 MontyEarlier missed file
1999-12-31 MontyNew Bark-scale based lpc code in place (replacing biase...
1999-12-30 MontyMinor build fixes, integrate XMMS into the autoconfed...
1999-12-30 MontyIncremental commit after rearranging build a bit and...
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 MontyAdded Makefile.in to vq/
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 Montyreenable short blocks in modes.h
1999-11-19 MontyFirst 'worthy' version of vq generator. Converges...
1999-11-17 MontyMinor changes to compile cleanly with MSVC++
1999-11-16 MontyHandle non-audio packets (eg, header packets) properly...
1999-11-15 MontyRepaired an initialization bug in _oggpack_writeinit...
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...
1999-11-05 MontyCleaned up memory leaks in vorbisfile and libvorbis.
1999-11-05 MontyNumerous fixes to seeking methods in vorbisfile.c
1999-11-05 Montyfixed major bug in ov_open() (well, _bisect_forward_ser...
1999-11-05 Montybugfixes, vorbisfile API tweaks/additions
1999-11-04 Montymore comments in vorbisfile.c
1999-11-04 MontyFull 'vorbisfile.a' library commit. The whole convenie...
1999-11-02 MontyRearranged the chaining example a bit.
1999-11-02 MontyRearranged chaining example into a library interface...
1999-11-02 MontyFirst cut on chaining_example.c
1999-10-30 MontyFixed mdct bug (error in init created invalid bitrevers...
next