2015-03-09 09:14:23 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.3.5:
libvorbis 1.3.5 (unreleased) -- "Xiph.Org libVorbis I 20150105 \
(ââââ)"
* Tolerate single-entry codebooks.
* Fix decoder crash with invalid input.
* Fix encoder crash with non-positive sample rates.
# Fix issues in vorbisfile's seek bisection code.
* Spec errata.
* Reject multiple headers of the same type.
* Various build fixes and code cleanup.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-01-27 21:17:01 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 1.3.4:
Xiph.Org is pleased to announce a full release of libvorbis 1.3.4.
The primary feature of this release is reduced static data size in
libvorbisenc, as well as associated minor changes required to
libvorbis and libvorbisfile. The release also contains minor build
fixes and build system updates. There are no functional changes
over the previous 1.3.3 release.
|
2012-09-12 02:24:46 by Aleksej Saushev | Files touched by this commit (110) |
Log message:
"user-destdir" is default these days
|
2012-03-05 14:15:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Reset maintainer, do not use it much any longer.
|
2012-02-21 14:05:57 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 1.3.3
integrates the fix for CVE-2012-0444
|
2012-02-17 13:23:24 by Matthias Drochner | Files touched by this commit (3) |
Log message:
add patch from upstream to fix possible memory corruption by
malicious Ogg Vorbis files
bump PKGREV
|
2010-11-09 14:12:11 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 1.3.2:
* vorbis: additional proofing against invalid/malicious
streams in floor, residue, and bos/eos packet trimming
code (see SVN for details).
* vorbis: Added programming documentation tree for the
low-level calls
* vorbisfile: Correct handling of serial numbers array
element [0] on non-seekable streams
* vorbisenc: Back out an [old] AoTuV HF weighting that was
first enabled in 1.3.0; there are a few samples where I
really don't like the effect it causes.
* vorbis: return correct timestamp for granule positions
with high bit set.
* vorbisfile: the [undocumented] half-rate decode api made no
attempt to keep the pcm offset tracking consistent in seeks.
Fix and add a testing mode to seeking_example.c to torture
test seeking in halfrate mode. Also remove requirement that
halfrate mode only work with seekable files.
* vorbisfile: Fix a chaining bug in raw_seeks where seeking
out of the current link would fail due to not
reinitializing the decode machinery.
* vorbisfile: improve seeking strategy. Reduces the
necessary number of seek callbacks in an open or seek
operation by well over 2/3.
|
2010-04-23 23:45:19 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 1.3.1:
libvorbis 1.3.1 (2010-02-26) -- "Xiph.Org libVorbis I 20100325 \
(Everywhere)"
* tweak + minor arithmetic fix in floor1 fit
* revert noise norm to conservative 1.2.3 behavior pending
more listening testing
libvorbis 1.3.0 (2010-02-25) -- unreleased staging snapshot
* Optimized surround support for 5.1 encoding at 44.1/48kHz
* Added encoder control call to disable channel coupling
* Correct an overflow bug in very low-bitrate encoding on 32 bit
machines that caused inflated bitrates
* Numerous API hardening, leak and build fixes
* Correct bug in 22kHz compand setup that could cause a crash
* Correct bug in 16kHz codebooks that could cause unstable pure
tones at high bitrates
|
2009-12-02 13:41:25 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Apply some possible security fixes from upstream SVN.
Glanced from links in mozilla advisory
http://www.mozilla.org/security/announce/2009/mfsa2009-63.html
and Fedora Core patches for 1.2.0.
Bump PKGREVISION.
|