343
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 2 years ago. based on code collected over 6 years ago.
Jul 24, 2018 — Jul 24, 2019
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correct various comment spelling errors. More... over 15 years ago
Commit vorbisfile constification patch; affects API but not ABI. Closes #1593. More... over 15 years ago
Fix a chaining bug in raw_seeks where seeking out of the current link would fail due to not reinitializing the decode machinery. More... over 15 years ago
One of the Mozilla fixes for #1573 (working around liboggplay ignoring an error return value) broke chaining by causing vorbis_synthesis_init() to fail on a second call. Fixed. More... over 15 years ago
Try out a new seek bisect optimization in vorbisfile. More... over 15 years ago
Re-bump to 1.3.1 More... over 15 years ago
OK, desired floor fit behavior settled More... over 15 years ago
reinstantiate floor1 weighting changes. More... over 15 years ago
Revert an element of noise norm to earlier behavior for testing. More... over 15 years ago
Revert floor1 line fitting to exact 1.2.3 behavior; the apparently better weighting of 1.3.0pre was slightly dropping PEAQ and slightly increasing bitrate. More... over 15 years ago
Correct arithmetic error in fit weighting More... over 15 years ago
Update version string and CHANGES file toward release More... over 15 years ago
Simple arithmetic error as part of fix to #1658 caused floor1 fitting to fall apart in overwhelmingly tonal regions. More... over 15 years ago
Leak fix in decode broke codebook load; fixed More... over 15 years ago
Some compilers need at least a placeholder here More... over 15 years ago
Attempted fix for 32 bit overflow in floor1 line fitting for very low bitrate modes with oversized blocks. Should close #1658. More... over 15 years ago
We do in fact need automake 1.7; 1.6 will bomb out. More... over 15 years ago
Fix leak when aborting out of static_codebook unpack. Closes #1663. More... over 15 years ago
Fix for Mozilla BZ#550184 and Xiph Trac #1656 More... over 15 years ago
Kill off two harmless gcc warnings in vorbisenc.c More... over 15 years ago
Apply patches from Trac #1638, additional application hardening (not bugfixes, but ignoring easy-to-catch cases of improper lib use) and one more bitstream guard. More... over 15 years ago
22kHz setup was using wrong compand mapping; closes Trac #1635 More... over 15 years ago
Correct bug in 16kHz coupled books similar to the bug that had popped up in uncoupled output. It would cause efficiency loss and unstable tones in high-rate encoding (q5 and higher). More... over 15 years ago
Test 1 through 8 channels, all quality levels, all main sample rates. This caught another codebook error in the 16kHz books More... over 15 years ago
Make the 'make check' cover all the uncoupled codebooks More... over 15 years ago
Correct a longstanding bug in the 16u2 codebook; the bug was harmless (though it hurt efficiency) in the old coupling/quant code, but it causes corrupt output in the new code; fixed. More... over 15 years ago
Spelling fixes in include docs Closes #1624 More... over 15 years ago
On powerpc-unknown-linux-gnuspe SPE is used for floating point. -mcpu=970 disables the usage of the SPU unit and enables the "normal" floating point unit. This results either in slow code (kernel floating point emulation) or in SIGILL. More... over 15 years ago
Correct grammar in CHANGES file. Closes #1584 More... over 15 years ago
Add patch to disable building examples by default, test Makefile.am fix Closes Trac #1571 More... over 15 years ago