Fix some comment typos and spacing.
[platform/upstream/libvorbis.git] / lib /
2009-04-27 Montyfix to #1362
2009-04-27 MontyAttempted fix for #1377 and #1493
2009-04-16 Ralph GilesConst-ify some static data tables.
2009-04-09 MontyCorrect another setup bug; extremely short links could...
2009-04-09 MontyBugfix to new bisection code: fix end of data marker
2009-04-09 MontyComplete first-cut rearrangement of bisection and initi...
2009-04-09 MontyNip a potential bug in the bud (open2 was relying on...
2009-04-09 MontyOngoing open refactoring to eliminate superfluous seeks...
2009-04-09 MontyAdd an optimization case to _get_prev_page that avoids...
2009-04-08 MontyPatch an uninitialized trailing space in the ATH in...
2009-04-08 MontyPatch for "seek broken for large files and on pure...
2009-01-12 Cristian AdamAdded Windows CE support: Windows Mobile 5.0 Pocket...
2008-11-27 ivoUpdate outdated documentation to refer to the new media...
2008-11-25 MontySecond patch to correct #1456
2008-11-25 MontyFix for bug #1456-- the 'bulletproofing' from CVE-2008...
2008-11-24 MontyAn attempt at a complete version of the patch submitted...
2008-09-29 erikdRemoved unused variables.
2008-09-29 erikdFor x86_64 with GNU C, use same solution for vorbis_fto...
2008-09-28 ivodefine GENERAL_VENDOR_STRING and ENCODE_VENDOR_STRING...
2008-09-28 ivoRemove unused static seq variables in floor1.c to avoid...
2008-09-08 ivoOptimized code path for x64 builds + Monty's rounding...
2008-07-11 MontyFix attempt for 1399; if it doesn't completely correct the
2008-05-31 MontyCorrect an accidental dereference-before-check in error...
2008-05-22 Mike SmithOnly use the MSVC inline assembly if we're:
2008-05-05 Ralph GilesPut the ogg library at the end of the link line for...
2008-05-04 erikdFix linking to libogg when cross compiling from Linux...
2008-05-01 Ralph GilesBump the encoder vendor string for the 1.2.1 release...
2008-04-28 MontyAdditional bulletproofing to hufftree decoding; reject...
2008-04-17 MontyCommit 01-ov_read_filter patch from #381; closes featur...
2008-04-14 erikdMinor fixes to allow cross compiling from Linux to...
2008-03-19 Montydd checks/rejection for absurdly huge codebooks.
2008-03-18 Montycorrectly handle the nonsensical codebook.dim==0 case
2008-03-18 MontyDon't leave the silly debugging malloc enabled
2008-03-18 MontyAdd code to prevent heap attacks by exploiting dim...
2008-02-13 Ralph GilesDon't try to read past the end of the comment packet...
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...
next