Update build and index for the new RTP draft.
[platform/upstream/libvorbis.git] / lib /
2007-09-01 erikdFix compile warnings in recently re-enabled test code.
2007-08-31 Ralph GilesHook up the libvorbis self test code so it is run by...
2007-08-30 MontyFix to bug #1229
2007-08-29 MontyOne more patch to bug #300
2007-08-28 MontyBug #300 was not completely killed; a setting for uncou...
2007-08-26 erikdlib/lookup_data.h : Add ifdef around FROMdB_LOOKUP...
2007-08-26 erikdDetect availability of C99 inline keyword in configure...
2007-08-20 erikdRemove warnings about unused or uninitialized variables.
2007-08-20 erikdRemove unused parameter from function _ve_amp.
2007-08-20 erikdMake _v_writestring const correct.
2007-08-20 erikdMove struct and func definition to codec_internal.h.
2007-08-19 erikdMake vorbis comment functions const correct.
2007-07-24 MontyCatch one bulletproofing oversight; only an app bug...
2007-07-24 MontyUpdate documentation, version numbers, copyright dates
2007-07-23 MontyAdd ov_fopen() (like ov_open, but does the fopen within...
2007-07-04 MontyWell. *that* deadlock bug has been lurking in seeking...
2007-07-03 MontyNew vorbisfile multiplexing support passes built-in...
2007-07-03 MontyMultiplex support fixes; basic functions test OK on...
2007-07-03 MontyMultiplexed stream support for vorbisfile *IN PROGRESS*
2007-07-02 MontyAdd return checks to all instances of seek_func and...
2007-07-02 MontyAlthough bug 552 was complaining about behavior that...
2007-06-29 MontyFix for bug 577; used a different approach than the...
2007-06-23 Monty...if we're going to verify against minimum legal block...
2007-06-22 MontyMore fixes to handle the null-entry codebook case....
2007-06-22 MontyThe automated book training scripts managed to create...
2007-06-22 MontyAdd additional check when attempting to encode values...
2007-06-22 MontyAttempted fix for bug #300; the last comment identified...
2007-06-22 MontyDon't forget to test all changes in a code cleanup...
2007-06-21 MontyNumerous small changes to resolve possible and certain...
2007-06-21 MontyCorrect a cleanup dispatch error when a bitstream is...
2007-06-21 MontyCatch one more omission in the vector length guarding
2007-06-21 MontyI had forgotten that the res2 top level interprets...
2007-06-21 MontyIf you're going to guard against max blocksize, make...
2007-06-21 MontyAdditional bounds checking to guard against the case...
2007-06-20 MontyCorrect a bug where the guard code is allowing illegall...
2007-01-03 Ralph GilesQuoth Monty on IRC.
2006-01-28 Ralph GilesRemove obsolete .cvsignore files.
2005-09-05 Mike SmithFix bug 583 properly, this time.
2005-06-26 Ralph GilesProperly initialize the packetno field when returning...
2005-06-21 Ralph GilesUpdate the encoder datestamp so we can tell if the...
2005-03-04 Mike SmithOops. The units (kbps/bps) fix also applies to min...
2005-03-04 Mike Smithhighlevel_encode_setup.bitrate_av is in bps,
2005-02-14 Mike SmithSome preprocessor directives in this file didn't start...
2004-08-16 Conrad Parkerinclude "os.h" in smallft.c, in turn including config...
2004-08-13 Conrad Parkerfix _WIN32 check to exclude Symbian emulator builds
2004-08-13 Conrad Parkeradd Symbian OS support by Colin Ward (CSIRO)
2004-08-08 MontyRemove a stray fprintf
2004-08-05 Thomas Vander Sticheleusing autoheader to generate config.h so we get rid...
2004-08-02 MontyCorrect a bug unnoticed until documenting; the 'window...
2004-07-26 Thomas Vander SticheleThis patch fixes a few autotools issues with vorbis svn
2004-07-23 Mike SmithUse an ogg_int32_t rather than a plain int32_t, since...
2004-07-21 Mike SmithPatch from Barry Bouwsma:
2004-07-20 MontyFix one comment (bitrate.c no longer uses a circular...
2004-07-07 MontyPut AoTuV tunings merge (along with bugfixes) on the...
2003-12-30 MontyKill off small padding bug for super-small bitreservoir...
2003-12-30 MontyKill another minor bug in bitrate reservoir setup when...
2003-12-30 MontyCorrect nominal setting flaw in managed setup when...
2003-12-30 MontyReplace time-windowed bitrate management setup with...
2003-09-16 MontyI've been getting sloppy lately... didn;t run streaming...
2003-09-12 MontyState engine change broke seeking because ov_pcm_seek...
2003-09-10 MontyUpdate vendor string for 1.0.1 release
2003-09-05 Ralph GilesRemove a couple of unused variables.
2003-09-05 Ralph GilesPropagate a changed function prototype.
2003-09-02 Montyreel back low midrange noise bias ever so slightly...
2003-09-02 MontyLower absolute ATH to no more than -130dB, -140 nominal...
2003-09-02 MontyMinor patch to compile with DJGPP
2003-09-02 Montyvorbisfile has a flaw where a bad link is not initializ...
2003-09-02 MontyKill bug #434 (ov_test/ov_test_open fails)
2003-09-01 MontyOh, and while were at it, why not disable all the debug...
2003-09-01 MontyHalfrate decode feature addition caused a bug in _vorbi...
2003-08-27 MontySeveral more halfrate fixes:
2003-08-18 MontyVorbisfile API addition for game and mod coders;
2003-03-11 MontyVorbisfile raw seeking failed unit tests on a one-audio...
2003-03-08 MontyMy lpc filter stability fix introduced a new, stupid...
2003-03-07 MontyLPC filter generation (for pre- and post-extrapolation...
2003-03-06 MontyComplete crosslap API for Vorbisfile
2003-03-04 MontyOPtimized case of seeking within a single link; reset...
2003-03-02 MontySome cleanup of ov_crosslap function
2003-03-02 MontyExperimental addition to the vorbisfile API that requir...
2003-02-15 MontyCure FPE case in line fitter when part of spectrum...
2003-01-18 brendanObvious typo caught by an obfuscated automake error...
2003-01-18 Mike SmithFix for bug #266
2003-01-18 MontyClose bug 264
2003-01-18 Mike SmithFix for a bug in float lookup mode with some (?) compilers.
2002-10-26 Mike Smithgcc 3.x was miscompiling this function at -O2 and above...
2002-10-21 Montyforgot to disable debugging output in psy.c
2002-10-18 MontyElimintae two minor bugs; zero-bark wraparound in noise...
2002-10-17 Montyoops, don't commit debugging output to mainline.
2002-10-17 MontyIncorrect thinking on my part; rolling change back...
2002-10-17 MontyFix a divide by zero in noise_hybridmp due to faulty...
2002-10-16 MontyUpdate Joseph Rothweiler's contact information
2002-10-16 MontyCorrections from Tor-Einar Jarnbjo added to spec
2002-10-11 MontyA single page audio stream that was also a short page...
2002-10-11 MontyFix ov_time_tell bug for non-seekable streams
2002-10-11 MontyFix sort comparison functions to return -1,0,1 as per...
2002-09-23 MontyAdd timebase conversion call
2002-07-30 Mike SmithDon't use fabsf(), go back to fabs()
2002-07-30 Mike SmithFix qsort() function so that it works on solaris, modif...
2002-07-18 MontyFix a serious bug in bitrate management that rendered...
2002-07-18 Montybump date on vendor string
next