summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix tests run with make check when using alternative allocators.Robert Kausch2021-02-201-1/+1
* Export CMake targets to the build treeevpobr2020-10-261-3/+8
* Update version and copyright for the 1.3.7 release.Ralph Giles2020-07-031-2/+2
* Link to archive.org for the LSP implementation.Ralph Giles2020-07-031-1/+2
* Update website link in copyright headers.Ralph Giles2020-07-0368-68/+68
* Add further array bounds checks to bark_noise_hybridmp.Ralph Giles2020-07-011-10/+13
* Instead of SIGFPE when bytespersample is zero or negative, return OV_EINVALPetter Reinholdtsen2020-04-151-0/+3
* Silence some CMake build MSVC useless warningsevpobr2020-04-081-0/+6
* Export public function on MinGW platformevpobr2020-04-081-1/+1
* Fix CMake include install directoryevpobr2020-04-081-1/+1
* Clean up trailing whitespace.Ralph Giles2020-04-071-1/+1
* Add CMake config-file package generationevpobr2020-04-071-11/+60
* 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
* 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-201-1/+1
* 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
* vorbis: avoid invalid freeTristan Matthews2017-11-101-1/+1
* 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-233-35/+35
* 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-1667-67/+0
* Fix signed overflow in _book_maptype1_quantvals().Timothy B. Terriberry2017-06-161-4/+14
* Fix CMake errorRussell Greene2016-10-041-2/+2
* Allocate comment temporaries on the heap.Ralph Giles2015-10-131-6/+12
* Add CMake script to build vorbis.stopiccot2015-06-181-0/+104
* Fix automake warning.Ralph Giles2015-05-201-1/+1
* Bump more copyright dates.v1.3.5Ralph Giles2015-03-0310-10/+10
* Suppress spurious 'may be used uninitialized' gcc warnings in floor1.cMonty2015-03-021-1/+3
* Roll back unintentionally chaged file (barkmel.c) from previous commit.Monty2015-03-021-8/+0
* Remove a set-but-unused variable (lastdelta) in the encode-side lspMonty2015-03-022-2/+8
* Don't use MSVC inline assembly on arm targets.Ralph Giles2015-02-271-2/+3
* Trac 2139 indirectly brought to light the case of a stream that uses aMonty2015-02-262-50/+65