similar to: libvorbis 1.2.0 release candidate

Displaying 20 results from an estimated 3000 matches similar to: "libvorbis 1.2.0 release candidate"

2007 Jul 26
2
libvorbis 1.2.0 release
A new libvorbis release is now available. http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2 http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.zip This release fixes some robustness issues with corrupt streams, including a security issue. Also new in this release is support for multiplexed streams in
2004 Aug 06
1
Why is libvorbis so big ?
I've been looking at the organisation of my project trying to trim down it's size a touch... and libvorbis, is really the only think bigger than 100k coming in at over 1 meg .dll I've been looking through the code for vorbis_enc as that's the object file taking 95% of the space, and i can't figure out why it is so damn big... there's only a few thousand lines of code there
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
I compiled and installed pyogg followed by pyvorbis, running: $ ./config_unix.py $ python setup.py build and as root: # python setup.py install for pyogg and pyvorbis in turn. This completed without error, however upon trying to import ogg.vorbis in IDLE I get an import error: ImportError: libvorbisfile.so.3: cannot open shared object file: No such file or directory I was told this may have
2002 Jul 24
4
redhat vorbis install
I hope I'm not being an idiot, but I'm attempting to install vorbis-1.0 RPMs on a few redhat machines and failing horribly. I'm in dependency hell. For starters, libao-0.8.3-1 requires libasound.so.2 (an alsa library?) which does not seem to be available in any recent redhat releases. Then vorbis-tools wants libcurl.so.2, which makes redhat 7.2 machines choke. Worst of all is
2002 Jul 15
2
Patches and questions for spec files
I'm forwarding this mail, since thomasvs on #vorbis can't seem to subscribe/send to the list. Please Cc: thomas@apestaart.org when you answer, or write directly to him. ----- Forwarded message ----- Hi, I've been asked by Vakor to help out on the packaging of the 1.0 release (for Red Hat). (For some reason xiph.org is refusing any mail from our server, urgent.rug.ac.be, so I
2004 Jul 07
12
vorbis 1.1 rc 1 now tagged in SVN
Hi folks, We're gearing up to the next full release of the Vorbis codec; I've just tagged a release candidate in SVN in order to encourage wider testing toward final 1.1 release. This release includes the following updates: 1) Adoption of AoTuV and other tuning work by Vorbis developers outside of Xiph into the mainline codebase 2) New bitrate management code 3) bugfixes In more
2004 Jul 07
12
vorbis 1.1 rc 1 now tagged in SVN
Hi folks, We're gearing up to the next full release of the Vorbis codec; I've just tagged a release candidate in SVN in order to encourage wider testing toward final 1.1 release. This release includes the following updates: 1) Adoption of AoTuV and other tuning work by Vorbis developers outside of Xiph into the mainline codebase 2) New bitrate management code 3) bugfixes In more
2002 Dec 11
1
Docs Missing
Hi All, The "libvorbisenc api reference" (http://www.xiph.org/ogg/vorbis/doc/vorbisenc/reference.html) exists, but appears to be the libvorbisfile api reference. Is there anywhere where I can find the "libvorbisenc api reference"? Cheers -- Andrew Baker --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe
2008 Dec 08
2
ov_fopen on win32
Hi, apparently there have been some issues with using ov_fopen() on win32. Does anyone have more information about this? There is no bug listed in trac.xiph.org but it has come up on IRC. Just now a user Xelaie reported "undefined reference to `ov_fopen'", building with gcc in Visual Studio, using vorbis from http://www.xiph.org/downloads/. It turned out that ov_fopen was not
2002 Aug 15
2
dynamicly loading libvorbisenc on Mac OSX
Hi, I'm trying to load the vorbis libs dynamicly on Mac OS X. I've got success for libogg, libvorbis and libvorbisfile. But libvorbisenc drives me crazy. The function "vorbis_encode_init" seems not to be in there if I am using "NSLookupSymbolInImage". But the tools "otool" and "nm" tell me that the function is declared. Does anyone know, what I
2009 Jun 03
0
libVorbis 1.2.2 release candidate announcement
Xiph.Org is pleased to announce a release candidate of libvorbis-1.2.2. This is primarily a bugfix release to push out many fixes, some of which have been in SVN for a long time but haven't warranted their own release mainly due to being picked up asynchronously by distributions. Aside from the arcane bugfix list in the SVN logs, this release includes a few new bugfixes that languished due
2009 Jun 03
0
libVorbis 1.2.2 release candidate announcement
Xiph.Org is pleased to announce a release candidate of libvorbis-1.2.2. This is primarily a bugfix release to push out many fixes, some of which have been in SVN for a long time but haven't warranted their own release mainly due to being picked up asynchronously by distributions. Aside from the arcane bugfix list in the SVN logs, this release includes a few new bugfixes that languished due
2007 Sep 18
1
vorbis-tools configure
Hi guys, I'm trying to compile vorbis-tools with libvorbis-aotuvb5. The problem is that installed libvorbis conflicts with myself-compiled libvorbis-aotuvb5, though I specified --with-vorbis-libraries and --with-vorbis-includes to the vorbis-tools configure: vorbis-tools-1.1.1# CFLAGS="-static" ./configure
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis and things, so please bear with me. :) I've been having trouble with libvorbisfile. My use of it is fairly simple, but when I try to ov_clear the vorbis file, it segfaults. I can attach or otherwise make availible some demo source code, but for now I'll just pull out relevant lines: //BEGIN PSEUDO CODE
2009 Apr 20
2
Query Regarding Vorbis Audio codec
Hi all, I have vorbis audio codec I want to create the separate projects for Encoder as well as decoder, Can anybody suggest me which all the files comes under which category (or) which functions will come under encoder or decoder. Thanks & Regards, Kiran
2007 Nov 19
1
SIGTRAP in Xcode
I downloaded and built the Ogg and Vorbis projects and added the frameworks to my project. It just SIGTRAPs before reaching main, in dylib loading code. I then built libvorbis.a, libvorbisenc.a, libvorbisfile.a and added them to my project. Still SIGTRAPs. I built a libogg.a target from scratch in the Ogg project, and added libogg.a, still SIGTRAPs. So I have tried everything I know
2004 Nov 29
1
Vorbis and threads
Hi, I made an app. to encode/decode vorbis streams. My encoder is based on the libvorbis documentation, and I use ov_read for decoding. The two process is running on seperate threads (not paralell). If I use the code only encode or decode everything works fine, but when I try to encode and decode in the same code (threads) It crashes. My question is, is libvorbisenc and libvorbisfile thread
2008 Sep 07
3
Poor programming support
Ogg format is great, but the programming support is so awful! After three days, I still haven't managed to add a simple playback function to my software. I know I can make it with a couple of more days, but it isn't really worth it. BTW, I'm an very experienced programmer. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Jul 01
8
Tutorial/Docs for using libvorbis directly
Hi, We needed a vorbis decoder that operated differently from the approach taken libvorbisfile. So I sat down, looked through the docs, and the sample decoder that come with libvorbis and wrote our own. Since I couldn't find any docs for the API for libvorbis itself, I've written some. It details all the steps you need to go through to write a _basic_ reusable decoder library using
2001 Dec 14
3
libvorbis and vorbis
Hello there, I use Redhat 7.1 and KDE2.2.2. There is always a dependency problem when I upgrade "kdebase". This needs "libvorbis". Instead of "libvorbis" I have a package called "vorbis-1.0beta4-3".I downloaded a new package called"libvorbis-1.0rc2-1". When I tried to installed it, there is a conflict problem: file