Displaying 20 results from an estimated 200 matches similar to: "Re: libvorbis 1.1.0 release"
2007 Apr 12
0
Is this project still ongoing?
On 12/04/07, shark huang <shark.hh@gmail.com> wrote:
>
(subject: Is this project still ongoing)
This depends which 'project' you mean. You've
posted to ogg-dev, the libogg api itself hasn't needed
to change much, though this change made it in:
<http://lists.xiph.org/pipermail/ogg-dev/2007-January/000357.html>
I think Monty's statement there sums it up:
2006 Jun 10
1
[PATCH] bug in sample code sampledec.c
Hi
there is a small bug in the sample code 'sampledec.c' here:
http://www.speex.org/manual2/node12.html#SECTION000121000000000000000
it is trying to destroy the encoder of the "decoder" state, this
patch should fix it:
Index: doc/sampledec.c
===================================================================
--- doc/sampledec.c (revision 11555)
+++ doc/sampledec.c
2006 Jun 12
1
[PATCH] warning: missing initializer for SPEEX_STEREO_STATE_INIT
hi
this code gives me a warning:
SpeexStereoState stereo = SPEEX_STEREO_STATE_INIT;
modules/speex/mod.c: In function 'alloc':
modules/speex/mod.c:61: warning: missing initializer
modules/speex/mod.c:61: warning: (near initialization for
'stereo_init.reserved1')
would it be possible to add this patch to you svn ?
Index: include/speex/speex_stereo.h
2006 Aug 18
0
Please test upcoming release
Hi
I have tested speex from svn trunk r11792, here are my
findings:
* Builds ok for Symbian, with 1 warning (patch to fix this
this attached.) - not tested on hardware
* Builds ok for Ubuntu 6.06 (AMD64), although there are
some issues with 'make -j4' (try it). Runs fine on
AMD64 (64-bit mode), tested 8000Hz and 32000Hz
* Stereo encoding/decode goes at half the frequency, but
2004 Dec 20
0
libtheora 1.0 alpha 4 release
Ralph Giles posted this announcement at www.theora.org last week. I tried to
reword it for this list, but couldn't think of a way to improve it. In case
you haven't already seen this:
*******************************************************
We're pleased to announce a new release of the libtheora reference
implementation. This is an incremental update over alpha 3, in support of
2002 Jul 02
1
Symbian OS Port of Ogg Vorbis?
Has anyone looked at porting Ogg Vorbis to the SymbianOS platform? I've been playing around with it a bit, but having some difficulties building and wanted to see if anyone has already looked into this.
Cheers,
Tony
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
All,
Attached is a patch that does two things. First it makes the use
of the current SSE code a run time option through the use
of speex_decoder_ctl() and speex_encoder_ctl
It does this twofold. First there is a modification to the configure.in
script which introduces a check based upon platform. It will compile in the
sse assembly if you are on an i?86 based platform by making a
2004 Aug 06
0
[PATCH] Make SSE Run Time option. Add Win32 SSE code
Hi,
Thanks for the patch. I think it's a good idea, although I can't apply
it as is. The reason is that in its current form, the SSE version is not
tested enough and isn't very clean in some aspects. For example, the
order 10 filter is hard-coded and patched to work also for order 8 (less
efficiently). Also, I think this should really go into 1.1.x (to become
1.2). I have already
2007 Apr 11
2
Is this project still ongoing?
2006 Aug 24
1
Lancer 20060824 is out
Lancer 20060824 (based on aoTuV Release 1)
- fully optimized libvorbis for x86 CPUs -
http://homepage3.nifty.com/blacksword/
Changes:
2006/08/24 Lancer 20060824
* Lancer is based on aotuv-r1_20051117 now.
* add SSE optiomizations to _vp_couple.
* add the dividing code of multi channel processing to xmmlib.h.
* _vp_quantize_couple_memo, _vp_quantize_couple_sort is multithreaded under the OpenMP.
2007 Aug 20
2
install libvorbis
How can i install libvorbis on Windows xp?
_________________________________________________________________
Consigue el nuevo Windows Live Messenger
http://get.live.com/messenger/overview
2004 May 26
2
Rsync Mirroring Problems
Hi Folks,
For some time, we've been having some issues with our mirroring with
rsync. The symptoms are a broken transfer, with the 'cryptic' error
message:
rsync: connection unexpectedly closed (1128806 bytes read so far)
(the number of bytes changes).
I've gone a number of hours searching with Google, and have heard a
variety of things. Some messages say that they see this
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
Jean-Marc,
There is a big difference between SSE and SSEFP. The SSEFP means
that the CPU supports the xmm registers. All Intel chips with SSE support
do, however no current 32 bit AMD chips support the XMM registers. They
will support the SSE instructions but not those registers. You are right
about the SSE2 not being used.
The AMD Opterons are the first AMD CPU's which support
2005 Nov 05
1
New release of aoTuV
For those who missed it, there's a new release of aoTuV (beta 4.5).
According to Aoyumi-san, there's some new tuning for audio below quality set
3 (-q3), but I have not tested it myself yet.
I wonder when Monty will actually check the new versions of aoTuV and merge
them with main trunk. Latest tests on HA show the latest tunings of
Aoyumi-san have matured Vorbis a lot, and
2005 Jul 19
3
[Bug 2783] Random high loads during syncs (server side) / client stream errors
https://bugzilla.samba.org/show_bug.cgi?id=2783
------- Additional Comments From samba-mirror@planetmirror.com 2005-07-18 18:08 -------
We at PlanetMirror see this error regularly from our upstream gentoo mirrors, as well as a plethora of
other upstream mirrors. Personally, while I hope this fix in 2.6.5 resolves the problems, what you're
suggesting here will make a mammoth task for
2004 Oct 12
2
vorbis 1.1.0
Good day.
I don't know if anyone cares, but I just noticed the new vorbis 1.1.0
isn't showing itself to be 1.1.0 in the created streams. The previous
releases did:
$ find -name "*.ogg" -print0 | xargs -0 ogginfo | grep ^Vendor | sort | uniq
Vendor: Xiph.Org libVorbis I 20020717 (1.0)
Vendor: Xiph.Org libVorbis I 20030909 (1.0.1)
Vendor: Xiph.Org libVorbis I 20040629
That
2011 Feb 22
3
"aoTuV" beta6 was released
I released "aoTuV" beta6 of OggVorbis encoder, library.
----------------------------------------
CHANGES (for general) from beta5.7
# Libvorbis aoTuV was unified with Xiph.Org's libvorbis1.3.2.
# Pre(post)-echo of the specific pattern was improved.
# The bit allotment when sound of the different type coexisted was improved.
# The calculation method of dynamic thresholds
2002 Sep 07
1
libvorbis on Symbian EPOC
Hi,
I saw earlier correspondence (e.g.
http://www.xiph.org/archives/vorbis-dev/200202/0131.html) on this list
about porting the Ogg Vorbis libs to Symiban EPOC. I'm wondering if
anyone really succeeded in doing this, and would share his experiences
with me.
Thanks,
<p>Akos
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2003 Sep 18
1
Samba + nmblookup
Hi Everyone,
>From windows 2K, machine I could see Samba server but I can't get its
share.
I tried to follow the instruction given at
http://samba.planetmirror.com/samba/ftp/docs/Samba24Hc13.pdf to resolve
the problem.
nmblookup -U 127.0.0.1 _SAMBA_
and
nmblookup -B 10.10.255.255 real-samba-server-name
fails for me but
nmblookup -U 127.0.0.1 real-samba-server-name
2002 Jul 10
1
PS to incorrect URL (PR#1766)
Hi -
the list of mirror sites given at www.r-project.org/
also mentions
http://mirror.au.r-project.org/pub/CRAN
The correct URL seems to be
http://cran.planetmirror.com/
regards
Adrian Baddeley
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",