projects
/
platform
/
upstream
/
libvorbis.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Clean up trailing whitespace.
[platform/upstream/libvorbis.git]
/
lib
/
2020-04-07
Ralph Giles
Clean up trailing whitespace.
tree
|
commitdiff
2020-04-07
evpobr
Add CMake config-file package generation
tree
|
commitdiff
2019-01-29
Thomas Daede
Don't leak memory in test_sharedbook to please asan.
tree
|
commitdiff
2019-01-29
sezero
os.h: make vorbis_ftoi() static inline if !VORBIS_FPU_C...
tree
|
commitdiff
2019-01-29
sezero
os.h: cleanup the _MSC_VER cpp checks mess.
tree
|
commitdiff
2019-01-28
sezero
fix typo introduced in commit 8d73daa
tree
|
commitdiff
2019-01-28
tico-tico
Check for sse2 math before using it.
tree
|
commitdiff
2019-01-28
sezero
info.c (tagcompare): use a locale-insensitive toupper()
tree
|
commitdiff
2019-01-28
Thomas Daede
Port opus-tools check to see if underlying file was...
tree
|
commitdiff
2019-01-28
James Cowgill
Fix free of uninitialized memory if seek fails in ov_ra...
tree
|
commitdiff
2019-01-28
Thomas Daede
Remove C99-style comments.
tree
|
commitdiff
2018-07-05
Minmin Gong
Fix the compiling errors on msvc ARM64 configuration.
tree
|
commitdiff
2018-05-23
Thomas Daede
Fix shift by negative value when reading blocksize.
tree
|
commitdiff
2018-05-17
Thomas Daede
Sanity check number of channels in setup.
tree
|
commitdiff
2018-05-17
Thomas Daede
Clamp large exponents in float32_unpack.
tree
|
commitdiff
2018-05-09
Thomas Daede
CVE-2017-14160: fix bounds check on very low sample...
tree
|
commitdiff
2018-04-09
Tristan Matthews
vorbisenc: detect if new_template is NULL
tree
|
commitdiff
2018-03-21
Marcel Metz
Include CMake build scripts in release archives
tree
|
commitdiff
2018-03-16
Thomas Daede
Bump version to 1.3.6
tree
|
commitdiff
2018-03-16
Thomas Daede
CVE-2018-5146: Prevent out-of-bounds write in codebook...
tree
|
commitdiff
2017-12-11
Guido Günther
CVE-2017-14632: vorbis_analysis_header_out: Don't clear...
tree
|
commitdiff
2017-12-11
Guido Günther
CVE-2017-14633: Don't allow for more than 256 channels
tree
|
commitdiff
2017-11-10
Tristan Matthews
vorbis: avoid invalid free
tree
|
commitdiff
2017-07-25
sezero
mapping0.c (mapping0_unpack): kill a useless memset()
tree
|
commitdiff
2017-07-24
sezero
os.h: change elif _WIN32 to elif defined(_WIN32)
tree
|
commitdiff
2017-07-23
Philipp Schafft
Cleanup: Removed tailing white-spaces in C code files
tree
|
commitdiff
2017-07-22
Marcel Metz
CMake: Add vorbisenc.c to vorbis target for WIN32 builds
tree
|
commitdiff
2017-07-22
Jörn Heusipp
Fix reading maximum, nominal, minimum bitrate in _vorbi...
tree
|
commitdiff
2017-06-16
Ralph Giles
Remove svn $Id$ header.
tree
|
commitdiff
2017-06-16
Timothy B. Terriberry
Fix signed overflow in _book_maptype1_quantvals().
tree
|
commitdiff
2016-10-04
Russell Greene
Fix CMake error
tree
|
commitdiff
2015-10-13
Ralph Giles
Allocate comment temporaries on the heap.
tree
|
commitdiff
2015-06-18
stopiccot
Add CMake script to build vorbis.
tree
|
commitdiff
2015-05-21
Ralph Giles
Fix automake warning.
tree
|
commitdiff
2015-03-03
Ralph Giles
Bump more copyright dates.
v1.3.5
tree
|
commitdiff
2015-03-02
Monty
Suppress spurious 'may be used uninitialized' gcc warni...
tree
|
commitdiff
2015-03-02
Monty
Roll back unintentionally chaged file (barkmel.c) from...
tree
|
commitdiff
2015-03-02
Monty
Remove a set-but-unused variable (lastdelta) in the...
tree
|
commitdiff
2015-02-27
Ralph Giles
Don't use MSVC inline assembly on arm targets.
tree
|
commitdiff
2015-02-26
Monty
Trac 2139 indirectly brought to light the case of a...
tree
|
commitdiff
2015-01-21
Monty
Render prototype and actual function declatation of...
tree
|
commitdiff
2015-01-21
Monty
Remove multiple subtly different inline and static...
tree
|
commitdiff
2015-01-12
Monty
Add return code check to _initial_pcmoffset as vorbis_p...
tree
|
commitdiff
2015-01-12
Monty
Reorder declaration and initialization of ci and hi...
tree
|
commitdiff
2015-01-07
Tim Terriberry
Reject multiple headers of the same type.
tree
|
commitdiff
2015-01-05
Ralph Giles
Bump libvorbisenc version for 1.3.5 release.
tree
|
commitdiff
2015-01-05
Ralph Giles
Fix encoder crash with non-positive sample rates.
tree
|
commitdiff
2015-01-05
Ralph Giles
Bump version for 1.3.5 release.
tree
|
commitdiff
2015-01-04
Tim Terriberry
Fix crash on corrupt input file (invalid mode index)
tree
|
commitdiff
2014-06-24
Monty
Correct two more corner case problems with #1486:
tree
|
commitdiff
2014-06-18
Monty
Update vorbisfile source copyright
tree
|
commitdiff
2014-06-18
Monty
Additional fix to last-page handling, this time in...
tree
|
commitdiff
2014-06-18
Monty
Correct two errors in patch for Trac #1486:
tree
|
commitdiff
2014-06-11
Monty
Attempted fix to Trac #1486
tree
|
commitdiff
2014-01-22
Monty
Bump vendor string for dot release.
v1.3.4
tree
|
commitdiff
2014-01-22
Monty
Move all the static encoder codebooks to 'char' lengthl...
tree
|
commitdiff
2013-12-03
Tim Terriberry
Various warning fixes.
tree
|
commitdiff
2013-12-02
Tim Terriberry
Make definition of _vorbis_window_get() match declaration.
tree
|
commitdiff
2013-11-12
Ralph Giles
Add license header and turn on keyword substitution...
tree
|
commitdiff
2013-07-13
Monty
Patch for trac #1965; clarify in comments and docs...
tree
|
commitdiff
2012-02-03
Monty
commit version bump for 1.3.3 release
tree
|
commitdiff
2012-02-03
Monty
Minor build correction to r18183
tree
|
commitdiff
2012-02-03
Monty
Port r17546 from Tremor; although pieces had made it...
tree
|
commitdiff
2012-02-01
Tim Terriberry
Fix handling of floor0 codebook with no used entries.
tree
|
commitdiff
2012-01-20
Monty
Commit fix to Moz Bugzilla #719612 (along with spec...
tree
|
commitdiff
2011-11-04
Tim Terriberry
Fix a memory leak in vorbis_commentheader_out().
tree
|
commitdiff
2011-09-02
Ralph Giles
Ifdef out an unused variable.
tree
|
commitdiff
2011-09-02
Ralph Giles
Add even more parentheses to silence warnings.
tree
|
commitdiff
2010-11-29
Tim Terriberry
A trio of warning fixes.
tree
|
commitdiff
2010-11-01
Monty
Commit new version/vendor string in preparation for...
tree
|
commitdiff
2010-10-27
Monty
libvorbis version of fix for Trac #1578
tree
|
commitdiff
2010-10-26
Monty
Bump versioning toward upcoming release
tree
|
commitdiff
2010-10-26
Monty
Back out the old HF AoTuV weighting which was first...
tree
|
commitdiff
2010-10-24
Monty
Commit change to libvorbis that returns correct timesta...
tree
|
commitdiff
2010-10-23
Monty
Commit tterribe's port of Tremor r17541:
tree
|
commitdiff
2010-10-23
Monty
While reviewing a patch to port Tremor r17541, noticed...
tree
|
commitdiff
2010-10-22
Tim Terriberry
Port r17547 from Tremor.
tree
|
commitdiff
2010-10-21
Tim Terriberry
Port r17545 from Tremor.
tree
|
commitdiff
2010-10-21
Tim Terriberry
Port r17544 from Tremor.
tree
|
commitdiff
2010-10-21
Tim Terriberry
Port r17543 from Tremor.
tree
|
commitdiff
2010-10-21
Tim Terriberry
Port r17542 from Tremor.
tree
|
commitdiff
2010-10-21
Tim Terriberry
Port r17539 from Tremor.
tree
|
commitdiff
2010-10-15
Tim Terriberry
Fix decoder handling of floor0 when the LSP order is 1.
tree
|
commitdiff
2010-09-30
Gregory Maxwell
Make vorbis_synthesis_trackonly error handling match...
tree
|
commitdiff
2010-05-05
Ralph Giles
Correct various comment spelling errors.
tree
|
commitdiff
2010-04-29
Monty
Commit vorbisfile constification patch; affects API...
tree
|
commitdiff
2010-04-26
Monty
Fix a chaining bug in raw_seeks where seeking out of...
tree
|
commitdiff
2010-04-26
Monty
One of the Mozilla fixes for #1573 (working around...
tree
|
commitdiff
2010-04-26
Monty
Try out a new seek bisect optimization in vorbisfile.
tree
|
commitdiff
2010-03-26
Monty
Re-bump to 1.3.1
tree
|
commitdiff
2010-03-26
Monty
OK, desired floor fit behavior settled
tree
|
commitdiff
2010-03-26
Monty
reinstantiate floor1 weighting changes.
tree
|
commitdiff
2010-03-26
Monty
Revert an element of noise norm to earlier behavior...
tree
|
commitdiff
2010-03-26
Monty
Revert floor1 line fitting to exact 1.2.3 behavior...
tree
|
commitdiff
2010-03-26
Monty
Correct arithmetic error in fit weighting
tree
|
commitdiff
2010-03-26
Monty
Update version string and CHANGES file toward release
tree
|
commitdiff
2010-03-26
Monty
Simple arithmetic error as part of fix to #1658 caused...
tree
|
commitdiff
2010-03-26
Monty
Leak fix in decode broke codebook load; fixed
tree
|
commitdiff
2010-03-26
Monty
Some compilers need at least a placeholder here
tree
|
commitdiff
2010-03-25
Monty
Attempted fix for 32 bit overflow in floor1 line fittin...
tree
|
commitdiff
next