summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrap EXTRA_DIST lines.Ralph Giles2020-04-071-4/+2
* Add CMake config-file package generationevpobr2020-04-076-24/+202
* oss-fuzz: replace -lFuzzingEngine with $LIB_FUZZING_ENGINETyson Smith2020-01-171-1/+1
* Don't leak memory in test_sharedbook to please asan.Thomas Daede2019-01-281-0/+1
* os.h: make vorbis_ftoi() static inline if !VORBIS_FPU_CONTROLsezero2019-01-281-2/+2
* os.h: cleanup the _MSC_VER cpp checks mess.sezero2019-01-281-3/+2
* fix typo introduced in commit 8d73daasezero2019-01-281-1/+1
* Check for sse2 math before using it.tico-tico2019-01-281-2/+2
* info.c (tagcompare): use a locale-insensitive toupper()sezero2019-01-281-2/+5
* Port opus-tools check to see if underlying file was overwritten.Thomas Daede2019-01-281-0/+4
* Fix free of uninitialized memory if seek fails in ov_raw_seekJames Cowgill2019-01-281-10/+6
* Remove C99-style comments.Thomas Daede2019-01-282-5/+2
* Fix the compiling errors on msvc ARM64 configuration.Minmin Gong2018-07-051-1/+1
* Fix shift by negative value when reading blocksize.Thomas Daede2018-05-231-2/+7
* add osx to travisStephen2018-05-232-8/+12
* add fuzzers and build script from OSS-FuzzPaul Kehrer2018-05-232-0/+71
* Sanity check number of channels in setup.Thomas Daede2018-05-171-0/+1
* Clamp large exponents in float32_unpack.Thomas Daede2018-05-171-1/+9
* CVE-2017-14160: fix bounds check on very low sample rates.Thomas Daede2018-05-091-1/+2
* vorbisenc: detect if new_template is NULLTristan Matthews2018-04-091-1/+1
* Include CMake build scripts in release archivesMarcel Metz2018-03-202-2/+2
* Update release version in configure.ac to 1.3.6v1.3.6Thomas Daede2018-03-161-1/+1
* Update CHANGES and dates for 1.3.6.Thomas Daede2018-03-163-2/+15
* Bump version to 1.3.6Thomas Daede2018-03-161-2/+2
* CVE-2018-5146: Prevent out-of-bounds write in codebook decoding.Thomas Daede2018-03-161-38/+10
* CVE-2017-14632: vorbis_analysis_header_out: Don't clear opb if not initializedGuido Günther2017-12-111-0/+1
* CVE-2017-14633: Don't allow for more than 256 channelsGuido Günther2017-12-111-1/+1
* Fixed error in Vorbis I specification for limiting residue vector sizeLoren M. Lang2017-11-112-4/+4
* vorbis: avoid invalid freeTristan Matthews2017-11-101-1/+1
* Add build flags for YouCompleteMe.Ralph Giles2017-09-251-0/+8
* mapping0.c (mapping0_unpack): kill a useless memset()sezero2017-07-241-1/+0
* os.h: change elif _WIN32 to elif defined(_WIN32)sezero2017-07-241-1/+1
* Cleanup: Removed tailing white-spaces in C code filesPhilipp Schafft2017-07-2313-164/+164
* Update release checklist for the transition to git.Ralph Giles2017-07-221-4/+4
* CMake: Add vorbisenc.c to vorbis target for WIN32 buildsMarcel Metz2017-07-221-0/+4
* Fix reading maximum, nominal, minimum bitrate in _vorbis_unpack_info().Jörn Heusipp2017-07-221-3/+3
* Remove svn $Id$ header.Ralph Giles2017-06-16107-111/+2
* Fix signed overflow in _book_maptype1_quantvals().Timothy B. Terriberry2017-06-161-4/+14
* Add AppVeyor build status badge.Ralph Giles2016-10-051-0/+1
* Make CMake build test on Travis-CI mandatoryMarcel Metz2016-10-051-4/+0
* Add cmake as optional build system to Travis-CI configurationMarcel Metz2016-10-051-0/+10
* Add BUILD_SYSTEM env variable to Travis-CI build matrixMarcel Metz2016-10-051-3/+6
* autotools: Fix doc_DATA install.Ralph Giles2016-10-051-2/+1
* Add missing graphics for the html spec.Ralph Giles2016-10-053-1/+16
* Make CMake build test on AppVeyor mandatoryMarcel Metz2016-10-051-4/+0
* Use different install dir for libogg dependency in CMake AppVeyorMarcel Metz2016-10-051-2/+2
* Add OGG_ROOT search path to AppVeyor CMake buildMarcel Metz2016-10-051-1/+1
* Build CMake install target for libogg dependency on AppVeyorMarcel Metz2016-10-051-1/+1
* Add cmake as optional build system to AppVeyor configurationMarcel Metz2016-10-051-0/+19
* Add BUILD_SYSTEM env variable to AppVeyor build matrixMarcel Metz2016-10-051-2/+6