Malloc wrapper for tracking memory usage during debugging.
[platform/upstream/libvorbis.git] / lib /
2000-03-10 MontyMalloc wrapper for tracking memory usage during debugging.
2000-03-10 Montyforgot to remove a leak check
2000-03-10 MontyRepaired 'I must have been boozing' memory management...
2000-02-25 MontyUseful util while I beef up psychoacoustics.
2000-02-23 Montyupdate date string in info.c
2000-02-23 Montyfixes to prevent segfaults
2000-02-23 MontyIncremental update toward first cut. The full engine...
2000-02-21 Montybugfix to codeword generation; the tree below the selec...
2000-02-13 Montya little bughunting
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-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-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 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-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 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-11-19 Montyreenable short blocks in modes.h
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-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...
1999-10-29 Monty... beginning of the chaining example code.
1999-10-25 MontyFix an n=4^x bug in the mdct routines.
1999-10-23 MontyCommit for general psychoacoustics debugging/improvement.
1999-10-18 MontyOngoig psychoacoustic work:
1999-10-15 MontyMinor build repair.
1999-10-14 Montyrepair a bounds error in the user comment list.
1999-10-13 MontyRemove -malign-double from lib build.
1999-10-13 MontyPreecho clamping code is now active.
1999-10-12 MontyCommit includes:
1999-10-10 MontyOK, libvorbis encodes and decodes bitstreams (not compl...
1999-10-05 MontyAdded example code for encode/decode, continuing work...
1999-10-04 MontyCorrected prototype argument naming error
1999-10-04 MontyInfo struct needs initializer so that we know if we...
1999-10-03 MontyIncremental update.
1999-10-02 MontyContinuing to flesh out the programmatic API in libvorbis.
1999-08-31 MontyFirst shot at the continuous balance code. Analysis...
1999-08-22 MontyAdded baised log frequency scaling and energy normaliza...
1999-08-21 MontyInitial log freq scale and log scale bias defines.
1999-08-09 MontyKeeping up to date.
1999-08-08 MontyActually works now
1999-08-08 MontyNot a permanent file, but I don;t want to lose it yet.
1999-08-07 MontyFixes to dsp
1999-08-07 MontyEnvelope infrastructure now in place. Basic preecho...
1999-08-04 MontyAdded bitpacking routines; modified from old Ogg.
1999-08-03 MontyFinished LPC and LSP code. Adding cut down version...
1999-07-29 MontySynthesis blocking and extraction completed/tested...
1999-07-28 MontyMove some abstraction around
1999-07-28 MontyMoved some abstraction around
1999-07-28 MontyFirst functional block sizing and seperation code ...
1999-07-27 MontyCheckpoint ongoing work in the analysis interface
1999-07-22 MontyAltered field name in ogg_packet to be more consistent.
1999-07-22 MontyFinished all unit tests for framing; passes all tests
1999-07-19 MontyBringing my development in line with CVS now that the...
1999-07-13 Mike WhitsonAdd RCS ID tags en masse
1999-07-13 Mike WhitsonFirst round build-system sanity infusion
1999-07-13 Mike WhitsonInitial revision