Floor 1
[platform/upstream/libvorbis.git] / lib /
2001-05-27 MontyFloor 1
2001-03-27 MontyCommitted fix to what most people know as the 'seek...
2001-03-26 MontyFix the initial frame bug triggered by vcut; if the...
2001-03-21 Mike Smithallocation fix - sizeof(long) instead of sizeof(int...
2001-03-20 Ralph Gilesput back the bit about the bitstream index. Didn't...
2001-03-20 Ralph GilesCorrect ov_read() documentation. Each call decodes...
2001-02-26 Montymake sure |fft[0]| can't be negative (eits todB_nn)
2001-02-26 Montyfinal beta 4 commit
2001-02-19 Jack Moffittsmall change to fix make dist with iir.c
2001-02-19 Jack Moffittupdated the win32 build system and corrected some missi...
2001-02-19 jsquyresAdded exception to not use the "f" versions of the...
2001-02-18 Montyres0_256_1024_7.vqh has slightly too small a range...
2001-02-18 Monty#include "os.h" not <os.h>
2001-02-18 MontyVendor string date update
2001-02-18 Montybugfix/speed improvement to envelope.c
2001-02-17 MontyNew LSP root finding code; replace Newton-Raphson-Maehl...
2001-02-15 MontySome new preecho code; split energy threshholding up...
2001-02-15 MontyReverting vorbisfile.c to the known stable 1.37 version...
2001-02-14 Mike SmithOops. Previous commit was of the wrong (not cleaned...
2001-02-14 Mike SmithMuch faster seeking internal to libvorbisfile. Makes...
2001-02-10 MontyGuard against getting an invalid LSP codebook in decode...
2001-02-10 MontyReplaced a mistaken sizeof(float) with sizeof(long...
2001-02-02 MontyUpdate header copyright dates, update copyright assignemnt
2001-02-02 MontyTwo bugfixes (float) not (float *) and an optimization to
2001-02-01 Montybacked it off too far :-) 450kbps is 'a bit much'
2001-02-01 MontyAnother segfault fix (real this time) to bark_noise_median
2001-02-01 Montysegfault fix in bark_noise_median()
2001-02-01 MontyMissed mode_AA in modes.h
2001-02-01 MontyOops, had postecho turned up too high
2001-02-01 MontyIncrease preecho trigger sensitivity, even at low bitrate
2001-01-31 MontyLower the highpass cutoff frequency a bit; midrange...
2001-01-30 MontyAdded Timothy Wood's bark_noise_median() optimization...
2001-01-30 Mike SmithOnly use MSVC inline assembly on MSVC, not for win32...
2001-01-22 Jack Moffittfixed 'make dist'
2001-01-22 MontyHave to free the noiseoffset array in psy_clear
2001-01-22 MontyInitial beta 4 merge
2001-01-18 Mike SmithAdded vorbis_commentheader_out() to vorbis
2001-01-01 Montyroll back into mainline a bugfix for ov_open with a...
2000-12-24 Mike SmithMSVC has a broken preprocessor, and doesn't know how...
2000-12-21 MontyCommit minor speed patch (sliding window in vorbis_blockin)
2000-12-17 Montystatic inline hack for GCC where it really helps
2000-12-17 Montystatic inline define hack for GCC where it really helps...
2000-12-17 Montyno C++ comments, please
2000-12-17 Montynew mdct.c needs os.h
2000-12-16 MontyBrand new mdct, roughly 35-40% faster on all block...
2000-12-13 Ralph Gilesreplace the value of the fallback definition of M_PI...
2000-12-13 Mike SmithMemory leaks bad. Fixed memory leaks gooood.
2000-12-12 MontyFix a bug in the post-encode normalization;
2000-12-12 MontyOops, didn't mean to commit the printfs.
2000-12-07 Montyboundary guard in linearmap init was a one-off
2000-11-29 Montycomment correction in ov_read() return vals
2000-11-22 MontyErik Kruus spotted a bug in an ANALYSIS section
2000-11-17 Jack Moffittmotherfucking cvs...
2000-11-17 Montymissed adding the vorbis block-pool bitbuffer files...
2000-11-17 Montybeta 3 commit. Unless I missed something (give it...
2000-11-16 MontyBeer good. printf BAAAD.
2000-11-14 MontyAccidentally committed two test books.
2000-11-14 MontyTwo fixes:
2000-11-09 Jack Moffittthis makes everythin happy :)
2000-11-08 Jack Moffittforgot one thing
2000-11-08 Jack Moffitttest fix for beos
2000-11-08 Jack Moffittwrong license file
2000-11-08 MontyIncremental commit toward b3. Optionally should still...
2000-11-08 Jack Moffittsmall fixes for monty's last commit
2000-11-08 MontyIncremental update... new 100kbps and 128 kbps books
2000-11-08 Jack Moffitthoepfully this is the *right* thing.
2000-11-07 MontyHm, the earlier fix for 'slow envelope analysis on...
2000-11-07 Jack Moffittminor ommision (thanks to warren spits)
2000-11-07 MontyNo reason for todB(0) to be a value as large as 9e...
2000-11-06 Jack Moffittwin32 asm ftoi
2000-11-06 Mike SmithUse macros instead of inline for the generic (non-optim...
2000-11-06 Jack Moffittvc++ correct syntax is '__inline' not 'inline'. corrected.
2000-11-06 Jack Moffittwhere did this come from?
2000-11-06 MontyMerge branch_beta3 onto the mainline.
2000-10-18 Jack Moffittthis fix buys us about 5% faster decodes on a p3, and...
2000-10-13 MontyReadded seeking_example.c to the build
2000-10-12 Jack Moffittthese files are not asupposed to be here after the...
2000-10-12 MontyMerging the postbeta2 branch onto the mainline.
2000-09-07 Mike SmithBackport of sqrt() domain fix to mainline.
2000-08-31 MontyFrames with no energy appeared to be non-silence dut...
2000-08-30 Montyautoconf changes to handle looking for bit-width types...
2000-08-27 Mike SmithNeeded os.h to compile correctly on win32.
2000-08-23 Monty'extrapolate' not 'interpolate'
2000-08-23 MontyAdd pre-cliff and post-cliff interpolation so that...
2000-08-23 MontyFixes for three issues:
2000-08-19 MontyAll new LSP->freq envelope curve computation code.
2000-08-15 MontyAdd mode B
2000-08-15 MontyCommit monty_branch_20000724 to the mainline in prep...
2000-08-14 MontyAdd a check to res0.c:unpack to make sure we don't...
2000-08-13 Mike SmithAdded new function vorbis_comment_query_count(), after...
2000-08-04 MontyVorbisfile could get itself into an uninitialized state...
2000-08-04 MontyOops, missed a bug in stream_flush, and moved the body_...
2000-08-04 MontyForgot to kill the asterisks.
2000-08-04 MontyAdded ogg_stream_flush(0 to libvorbis API to allow...
2000-08-01 Mike SmithFix for a tiny memory leak.
2000-07-30 Mike SmithOops. Couple of significant (though not usually fatal...
2000-07-29 Mike SmithAdded vorbis_comment_add_tag() and vorbis_comment_query...
2000-07-19 Montymodifications for pigeonhole hinting
2000-07-17 MontyNew LSP fit hinting in place (new codebook hint)
2000-07-14 Mike SmithMonty accidently committed this.
next