./audio/libvorbis, Library for the Ogg Vorbis audio encoding format

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q2, Version: 1.2.3, Package name: libvorbis-1.2.3, Maintainer: wiz

libvorbis includes the Ogg Vorbis audio encoding format library
and Vorbis documentation. The Ogg library is in libogg.
Vorbis is a general purpose audio and music encoding format
contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond
MPEG audio layer 3. Unlike the MPEG sponsored formats (and other
proprietary formats such as RealAudio G2 and Windows' flavor of the
month), the Vorbis CODEC specification belongs to the public domain.
All the technical details are published and documented, and any
software entity may make full use of the format without royalty or
patent concerns.

This package doesn't install the example executables:
chaining_example, decoder_example, encoder_example,
seeking_example, and vorbisfile_example.

This package is libvorbis 1.0


Required to run:
[multimedia/libogg]

Required to build:
[devel/libtool-base]

Master sites:

SHA1: a93251aa5e4f142db4fa6433de80797f80960fac
RMD160: e80ad7de3c2599e0d88994876407ac8fe3c9a0e7
Filesize: 1439.934 KB

Version history: (Expand)


CVS history: (Expand)


   2009-08-23 12:33:57 by Matthias Scheler | Files touched by this commit (7) | Package removed
Log message:
Pullup ticket #2871 - requested by wiz
libvorbis: security update

Revisions pulled up:
- audio/libvorbis/Makefile			1.48
- audio/libvorbis/PLIST				1.10
- audio/libvorbis/distinfo			1.17
- audio/libvorbis/patches/patch-aa		delete
- audio/libvorbis/patches/patch-ab		delete
- audio/libvorbis/patches/patch-ac		delete
- audio/libvorbis/patches/patch-ad		delete
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Jul 17 20:28:21 UTC 2009

Modified Files:
	pkgsrc/audio/libvorbis: Makefile PLIST distinfo
Removed Files:
	pkgsrc/audio/libvorbis/patches: patch-aa patch-ab patch-ac patch-ad

Log message:
Update to 1.2.3. Set LICENSE.
Two of the patches were from upstream CVS, the other two are not needed
any longer because the configure script was improved.

libvorbis 1.2.3 (2009-07-09) -- "Xiph.Org libVorbis I 20090709"

 * correct a vorbisfile bug that prevented proper playback of
   Vorbis files where all audio in a logical stream is in a
   single page
 * Additional decode setup hardening against malicious streams
 * Add 'OV_EXCLUDE_STATIC_CALLBACKS' define for developers who
   wish to avoid avoid unused symbol warnings from the static
   callbacks defined in vorbisfile.h

libvorbis 1.2.2 (2009-06-24) -- "Xiph.Org libVorbis I 20090624"

 * define VENDOR and ENCODER strings
 * seek correctly in files bigger than 2 GB (Windows)
 * fix regression from CVE-2008-1420; 1.0b1 files work again
 * mark all tables as constant to reduce memory occupation
 * additional decoder hardening against malicious streams
 * substantially reduce amount of seeking performed by Vorbisfile
 * Multichannel decode bugfix
 * build system updates
 * minor specification clarifications/fixes

libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"

 * Improved robustness with corrupt streams.
 * New ov_read_filter() vorbisfile call allows filtering decoded
   audio as floats before converting to integer samples.
 * Fix an encoder bug with multichannel streams.
 * Replaced RTP payload format draft with RFC 5215.
 * Bare bones self test under 'make check'.
 * Fix a problem encoding some streams between 14 and 28 kHz.
 * Fix a numerical instability in the edge extrapolation filter.
 * Build system improvements.
 * Specification correction.