Update ISRC link.
[platform/upstream/libvorbis.git] / lib /
2010-03-26 MontyCorrect arithmetic error in fit weighting
2010-03-26 MontyUpdate version string and CHANGES file toward release
2010-03-26 MontySimple arithmetic error as part of fix to #1658 caused...
2010-03-26 MontyLeak fix in decode broke codebook load; fixed
2010-03-26 MontySome compilers need at least a placeholder here
2010-03-25 MontyAttempted fix for 32 bit overflow in floor1 line fittin...
2010-03-25 MontyFix leak when aborting out of static_codebook unpack...
2010-03-25 MontyFix for Mozilla BZ#550184 and Xiph Trac #1656
2010-03-25 MontyKill off two harmless gcc warnings in vorbisenc.c
2010-03-25 MontyApply patches from Trac #1638, additional application...
2010-03-25 Monty22kHz setup was using wrong compand mapping; closes...
2010-03-25 MontyCorrect bug in 16kHz coupled books similar to the bug...
2010-03-25 MontyCorrect a longstanding bug in the 16u2 codebook; the...
2010-03-24 MontyVorbisfile was always reading very large chunks; a...
2010-03-23 MontyAdd ectl to disable/reenable channel coupling
2010-03-11 MontyGet the management numbers for 5.1 a little closer...
2010-03-11 MontyCommit a first cut of 5.1 tuning.
2010-03-09 MontyMissed an errant useless float var in encode-side codeb...
2010-03-09 MontyExtend residue2 setup code to work with non-stereo...
2010-03-09 MontyAdd some unneccessary but potentially useful bulletproo...
2010-03-04 MontyCorrect numerous small bugs in new coupling engine
2010-03-03 MontyNew noise norm, coupling and quant code necessary for...
2010-03-01 MontyCorrect an error in the integer work buffer allocation
2010-03-01 MontyMove partition calssification metrics to integer as...
2010-03-01 MontySome significant encoder-side codebook cleanup toward...
2010-02-19 MontyCorrect a setup 'bug' that doesn't affect anything...
2010-02-13 MontyThe rounding can cause a surprising amount of trouble...
2010-02-13 MontyCorrect some amount of minor bitrot in the codebook...
2010-02-12 MontySome minor setup code rearrangement/cleanup toward...
2009-10-01 Tim TerriberryDon't allow ordered codebooks with codeword lengths...
2009-09-12 MontyModify fix for Trac #1572; some files from the earliest...
2009-07-24 MontyMore extensive / difficult to abuse version of #1573...
2009-07-24 MontyFix for Trac #1573.
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.
next