Fix reading maximum, nominal, minimum bitrate in _vorbis_unpack_info().
[platform/upstream/libvorbis.git] / lib /
2009-07-24 MontyCommit fix to Trac #1572; the erroneous setup was being...
2009-07-24 MontyEliminate possibility of booklist overflow in res0...
2009-07-10 MontyEliminate a correct but harmless 'unititialized variabl...
2009-07-10 MontyBump build system versions for release
2009-07-08 MontyCommit a vorbisfile short-file fix; consists of several...
2009-07-08 MontyRemove trailing whitespace
2009-07-08 Montyanalysis output / trailing whitespace cleanup
2009-07-08 MontyTrac #1549; enable slower but higher precision floor...
2009-07-08 Montycorrect FPU control word setting bug (Trac #1547)
2009-07-08 MontyCommit additional hardening to seyup packet decode...
2009-07-07 MontyFix for Mozilla BZ #501279
2009-07-07 MontyCorrect a potential* comment length sanity check overflow.
2009-07-07 MontyKick things off with a version bump
2009-06-25 MontySecond half of fix to Mozilla BZ # 5000254: sanity...
2009-06-25 MontyFirst half of fix for Mozilla BZ #500254
2009-06-23 MontyBump lib version for full release.
2009-06-03 MontyBump versions for release candidate. This time for...
2009-06-02 MontyHandle the case of single-entry codebooks; this had...
2009-05-26 Montyglobal replaced all tabs with whitespaces in the source...
2009-05-14 MontyBump vendor string for 1.2.2 rc 1
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
next