Fix dependency loop in the specification.
[platform/upstream/libvorbis.git] / lib /
2020-07-03 Ralph GilesLink to archive.org for the LSP implementation.
2020-07-03 Ralph GilesUpdate website link in copyright headers.
2020-07-02 Ralph GilesAdd further array bounds checks to bark_noise_hybridmp.
2020-04-15 Petter ReinholdtsenInstead of SIGFPE when bytespersample is zero or negati...
2020-04-08 evpobrSilence some CMake build MSVC useless warnings
2020-04-08 evpobrExport public function on MinGW platform
2020-04-08 evpobrFix CMake include install directory
2020-04-07 Ralph GilesClean up trailing whitespace.
2020-04-07 evpobrAdd CMake config-file package generation
2019-01-29 Thomas DaedeDon't leak memory in test_sharedbook to please asan.
2019-01-29 sezeroos.h: make vorbis_ftoi() static inline if !VORBIS_FPU_C...
2019-01-29 sezeroos.h: cleanup the _MSC_VER cpp checks mess.
2019-01-28 sezerofix typo introduced in commit 8d73daa
2019-01-28 tico-ticoCheck for sse2 math before using it.
2019-01-28 sezeroinfo.c (tagcompare): use a locale-insensitive toupper()
2019-01-28 Thomas DaedePort opus-tools check to see if underlying file was...
2019-01-28 James CowgillFix free of uninitialized memory if seek fails in ov_ra...
2019-01-28 Thomas DaedeRemove C99-style comments.
2018-07-05 Minmin GongFix the compiling errors on msvc ARM64 configuration.
2018-05-23 Thomas DaedeFix shift by negative value when reading blocksize.
2018-05-17 Thomas DaedeSanity check number of channels in setup.
2018-05-17 Thomas DaedeClamp large exponents in float32_unpack.
2018-05-09 Thomas DaedeCVE-2017-14160: fix bounds check on very low sample...
2018-04-09 Tristan Matthewsvorbisenc: detect if new_template is NULL
2018-03-21 Marcel MetzInclude CMake build scripts in release archives
2018-03-16 Thomas DaedeBump version to 1.3.6
2018-03-16 Thomas DaedeCVE-2018-5146: Prevent out-of-bounds write in codebook...
2017-12-11 Guido GüntherCVE-2017-14632: vorbis_analysis_header_out: Don't clear...
2017-12-11 Guido GüntherCVE-2017-14633: Don't allow for more than 256 channels
2017-11-10 Tristan Matthewsvorbis: avoid invalid free
2017-07-25 sezeromapping0.c (mapping0_unpack): kill a useless memset()
2017-07-24 sezeroos.h: change elif _WIN32 to elif defined(_WIN32)
2017-07-23 Philipp SchafftCleanup: Removed tailing white-spaces in C code files
2017-07-22 Marcel MetzCMake: Add vorbisenc.c to vorbis target for WIN32 builds
2017-07-22 Jörn HeusippFix reading maximum, nominal, minimum bitrate in _vorbi...
2017-06-16 Ralph GilesRemove svn $Id$ header.
2017-06-16 Timothy B. TerriberryFix signed overflow in _book_maptype1_quantvals().
2016-10-04 Russell GreeneFix CMake error
2015-10-13 Ralph GilesAllocate comment temporaries on the heap.
2015-06-18 stopiccotAdd CMake script to build vorbis.
2015-05-21 Ralph GilesFix automake warning.
2015-03-03 Ralph GilesBump more copyright dates. v1.3.5
2015-03-02 MontySuppress spurious 'may be used uninitialized' gcc warni...
2015-03-02 MontyRoll back unintentionally chaged file (barkmel.c) from...
2015-03-02 MontyRemove a set-but-unused variable (lastdelta) in the...
2015-02-27 Ralph GilesDon't use MSVC inline assembly on arm targets.
2015-02-26 MontyTrac 2139 indirectly brought to light the case of a...
2015-01-21 MontyRender prototype and actual function declatation of...
2015-01-21 MontyRemove multiple subtly different inline and static...
2015-01-12 MontyAdd return code check to _initial_pcmoffset as vorbis_p...
2015-01-12 MontyReorder declaration and initialization of ci and hi...
2015-01-07 Tim TerriberryReject multiple headers of the same type.
2015-01-05 Ralph GilesBump libvorbisenc version for 1.3.5 release.
2015-01-05 Ralph GilesFix encoder crash with non-positive sample rates.
2015-01-05 Ralph GilesBump version for 1.3.5 release.
2015-01-04 Tim TerriberryFix crash on corrupt input file (invalid mode index)
2014-06-24 MontyCorrect two more corner case problems with #1486:
2014-06-18 MontyUpdate vorbisfile source copyright
2014-06-18 MontyAdditional fix to last-page handling, this time in...
2014-06-18 MontyCorrect two errors in patch for Trac #1486:
2014-06-11 MontyAttempted fix to Trac #1486
2014-01-22 MontyBump vendor string for dot release. v1.3.4
2014-01-22 MontyMove all the static encoder codebooks to 'char' lengthl...
2013-12-03 Tim TerriberryVarious warning fixes.
2013-12-02 Tim TerriberryMake definition of _vorbis_window_get() match declaration.
2013-11-12 Ralph GilesAdd license header and turn on keyword substitution...
2013-07-13 MontyPatch for trac #1965; clarify in comments and docs...
2012-02-03 Montycommit version bump for 1.3.3 release
2012-02-03 MontyMinor build correction to r18183
2012-02-03 MontyPort r17546 from Tremor; although pieces had made it...
2012-02-01 Tim TerriberryFix handling of floor0 codebook with no used entries.
2012-01-20 MontyCommit fix to Moz Bugzilla #719612 (along with spec...
2011-11-04 Tim TerriberryFix a memory leak in vorbis_commentheader_out().
2011-09-02 Ralph GilesIfdef out an unused variable.
2011-09-02 Ralph GilesAdd even more parentheses to silence warnings.
2010-11-29 Tim TerriberryA trio of warning fixes.
2010-11-01 MontyCommit new version/vendor string in preparation for...
2010-10-27 Montylibvorbis version of fix for Trac #1578
2010-10-26 MontyBump versioning toward upcoming release
2010-10-26 MontyBack out the old HF AoTuV weighting which was first...
2010-10-24 MontyCommit change to libvorbis that returns correct timesta...
2010-10-23 MontyCommit tterribe's port of Tremor r17541:
2010-10-23 MontyWhile reviewing a patch to port Tremor r17541, noticed...
2010-10-22 Tim TerriberryPort r17547 from Tremor.
2010-10-21 Tim TerriberryPort r17545 from Tremor.
2010-10-21 Tim TerriberryPort r17544 from Tremor.
2010-10-21 Tim TerriberryPort r17543 from Tremor.
2010-10-21 Tim TerriberryPort r17542 from Tremor.
2010-10-21 Tim TerriberryPort r17539 from Tremor.
2010-10-15 Tim TerriberryFix decoder handling of floor0 when the LSP order is 1.
2010-09-30 Gregory MaxwellMake vorbis_synthesis_trackonly error handling match...
2010-05-05 Ralph GilesCorrect various comment spelling errors.
2010-04-29 MontyCommit vorbisfile constification patch; affects API...
2010-04-26 MontyFix a chaining bug in raw_seeks where seeking out of...
2010-04-26 MontyOne of the Mozilla fixes for #1573 (working around...
2010-04-26 MontyTry out a new seek bisect optimization in vorbisfile.
2010-03-26 MontyRe-bump to 1.3.1
2010-03-26 MontyOK, desired floor fit behavior settled
2010-03-26 Montyreinstantiate floor1 weighting changes.
2010-03-26 MontyRevert an element of noise norm to earlier behavior...
next