Displaying 20 results from an estimated 10000 matches similar to: "libVorbis 1.2.3 release announcement"
2009 Jun 23
1
libVorbis 1.2.2 release announcement
Two weeks have passed with no bugs filed against the release
candidate, so we have officially tagged it as 1.2.2 final. Following
is the official release announcement:
Xiph.Org is pleased to announce the release of libvorbis-1.2.2. This
full release is code-identical to the preceeding 1.2.2-rc1 release
candidate.
1.2.2 is primarily a bugfix release to push out many fixes, some of
which have
2009 Jun 23
1
libVorbis 1.2.2 release announcement
Two weeks have passed with no bugs filed against the release
candidate, so we have officially tagged it as 1.2.2 final. Following
is the official release announcement:
Xiph.Org is pleased to announce the release of libvorbis-1.2.2. This
full release is code-identical to the preceeding 1.2.2-rc1 release
candidate.
1.2.2 is primarily a bugfix release to push out many fixes, some of
which have
2004 Nov 01
1
compile libvorbis using mingw?
I downloaded libogg-1.1.2 and libvorbis-1.1.0, and want to compile them
using mingw32.
In libogg-1.1.2 directory, 'sh configure --prefix=/mingw' and 'make' and
'make install' works smoothly. It create libogg.a, ligogg.dll.a,
libogg.la in my /mingw/lib and header files in /mingw/include/ogg, so I
think the gcc compiler will find them easily.
After switching to
2006 May 09
0
libvorbis build errors when using configure
First my environment
MinGW and MYSYS with gcc 3.4.2 under Windows XP pro.
I configured and built libbogg with out a problem. I configured
libvorbis and it finds libogg. When I type make it dies with:
gcc -shared .libs/mdct.o .libs/smallft.o .libs/block.o .libs/envelope.o
.libs/window.o .libs/lsp.o .libs/lpc.o .libs/analysis.o
.libs/synthesis.o .libs/psy.o .libs/info.o .libs/floor1.o
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
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
2000 Nov 09
4
libvorbis compile failure
The latest CVS update of libvorbis fails to compile on SuSE Linux 6.4. The
error is below.
Also, what happened to the xmms plugin directory in cvs? It complains that
it is missing when I do a 'cvs update'.
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0beta3\" -DHAVE_ALLOCA_H=1 -DHAVE_
ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fs
2000 Nov 10
1
cvs trunk vorbis/ compile patches
ltconfig placeholder shoud be removed.
Makefile.am : some stuff copied from branch_beta3
ogg lib must be added only where necesary.
vq subdir Makefile.am'ized, (but installs nothing)
made distclean target slightly more clean
-- check it by hand first, please ---
also you'll want to remove vq/Makefile if the ...am passes inspection
-------------------------------------------------
diff
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat
7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what
the errors are complaining about...I don't know enough to figure out what is
wrong ).
Below is the output I get from compile:
Making all in examples
make[1]: Entering directory `/home/mchavez/devel/vorbis/examples'
/bin/sh ../libtool
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat
7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what
the errors are complaining about...I don't know enough to figure out what is
wrong ).
Below is the output I get from compile:
Making all in examples
make[1]: Entering directory `/home/mchavez/devel/vorbis/examples'
/bin/sh ../libtool
2003 Mar 06
0
Vorbisfile changes/additions
Hi folks,
I've finished a round of extension and optimization of Vorbisfile.
I'm working on docs to the committed changes right now. I'd
appreciate testing of new functionality and verifying old
functionality isn't broken.
Summary of changes:
General seeking cleanup; a number of boundary cases dealing with short
files and chained files got fixed in the process. The bugs should
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
2000 Nov 18
0
Problem linking libvorbisfile on Mac OS X
I'm working on getting the Darwin/Mac OS X port of Vorbis up and running again and have run into problems building libvorbisfile. I have installed the latest libtool (1.3.5) and modified it to handle Darwin/Mac OS X better (to create shared libraries, dylibs, that can be linked against other dylibs instead of creating bundles which cannot be used as input to the linker).
But, when it tries
2009 May 04
2
using "ov_open" in XCode
Thanks Conrad, but no matter what I try I'm dead in the water.
I guess I'm looking for somebody who can help me through the ogg/vorbis
installation process for Mac OSX. Maybe I did something wrong.
- Downloaded libogg-1.1.3 and libvorbis-1.2.0.
- ran the "sh ./configure" and "sudo make install"
- opened each xCode project and built the frameworks.
- copied the
2000 Jul 25
2
Library issues (BOUNCE vorbis-dev@xiph.org: Non-member submission from [rob@emusic.com]) (fwd)
BTW, I need a volunteer to upgrade xiph.org to MailMan or the like. I'm
officially sick to death of majordomo.
(Or, if you want to code all the features I want in majordomo, that's fine too
;-) I'm a little bit out of time, see....
------- Forwarded Message
Sender: robert@emusic.com
I just brought the FreeAmp codebase up to speed with the latest Vorbis
source. In doing so,
2003 Jun 11
1
Problems with ov_open
Hey, i'm having trouble getting ov_open to work on my slackware 8.1 system.
The c, and makefile are as follows, and the error produced. I've also
included an ldd of the compiled file. If anyone can be of any help, it
would be greatly appreciated!
--------------------------C FILE-------------------------------
#include <stdio.h>
#include <string.h>
#include
2008 May 02
0
error while cross compiling libvorbis
hi,
i cross compiled the libao,libogg,libvorbis& vorbis-tool files to
my arm board, all went right for libao,libogg,vorbis-tool, but while cross
compiling libvorbis after, make install it showed the following error
-z "/root/ogg/lib" || /bin/mkdir -p "/root/ogg/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libvorbis.la'
2003 May 12
0
vorbisfile ov_pack_pcm patch
Here's a patch to vorbisfile.c in libvorbis that splits the float to integer
pcm packing out of ov_read into it's own function.
The good stuff:
- ov_pack_pcm can be used by folks who decode to float pcm with
ov_read_float to do various sound manipulations (eg, preamp, fades,
replaygain). No more need to roll your own, which will really begin to
pay off when 24 bit output gets
2006 Mar 09
0
oggfile, skeleton and vorbis tools
Conrad Parker wrote:
> On Tue, Mar 07, 2006 at 12:10:57PM -0500, Monty wrote:
>
>>On Wed, Mar 01, 2006 at 10:36:38PM +0000, Ian Malone wrote:
>>
>>>I assume what this all means is there's no desire for any kind of stop-
>>>gap libvorbisfile that does the "vorbis out of any otherwise valid Ogg
>>>stream"[1], and that anything along these