Displaying 19 results from an estimated 19 matches for "alpha7".
Did you mean:
alpha
2010 Feb 10
0
Announce: Lustre 2.0 Alpha7 is available!
Hi all,
We are pleased to announce that Lustre 2.0 Alpha7 is available for download.
This is our next step in a series of milestone based pre-releases as we move
towards Lustre 2.0 GA. This alpha includes 125 fixes since the Alpha 6
milestone.
Alpha Milestone Criteria:
* Tested for RHEL5/OEL5 x86_64
* Basic functional and recovery testing is pas...
2010 Feb 10
0
Announce: Lustre 2.0 Alpha7 is available!
Hi all,
We are pleased to announce that Lustre 2.0 Alpha7 is available for download.
This is our next step in a series of milestone based pre-releases as we move
towards Lustre 2.0 GA. This alpha includes 125 fixes since the Alpha 6
milestone.
Alpha Milestone Criteria:
* Tested for RHEL5/OEL5 x86_64
* Basic functional and recovery testing is pas...
2006 Dec 19
0
Choppy video with alpha7
...ncode the
capture card's MPEG2 into theora to create much smaller files. However
since upgrading from alpha 5 to alpha 7 I can no longer do this. The
problem seems that the bit rates are too high and the resulting files
are unplayable (tried mplayer, vlc, and theora_play).
I've built the alpha7 libtheora rpm (using the Fedora Core 6 SRPM)
and installed it on Fedora Core 4 (my current system).
(I use an older build of cinellera to edit the video and produce
a linux quicktime movie with DV/PCM).
If I use -v 5 theora_encode show bit rates in the 80-90kpbs range.
By specifying -V 1800 I see...
2006 Nov 02
4
What will be the future of Theora?
I have take a look at SVN and i don't see activity into Theora since June
when alpha7 was released , is Theora development stopped?.
Also ffmpeg2theora the last version 0.16 is from February and the last
version of Theora was released in June , will be a ffmpeg2theora new version
soon?
Other question , in SOC there was a project to make Theora hardware decoder
, which was the r...
2009 Mar 01
0
[ANNOUNCE] Samba 4.0.0alpha7
We are proud to a announce another alpha release of Samba 4.
What's new in Samba 4 alpha7
============================
Samba 4 is the ambitious next version of the Samba suite that is being
developed in parallel to the stable 3.0 series. The main emphasis in
this branch is support for the Active Directory logon protocols used
by Windows 2000 and above.
Samba4 alpha7 follows on from th...
2009 Apr 15
0
How to use cubic spline coefficients from termstrc package?
Hi,
I'm using the cubic splines from termstrc package. I invoked the
splines_estim function with a group of 43 bonds. It computes 6 knot points
and returns values for alpha1 to alpha7. My question is how to use these
alpha1 to alpha7 in the equation of yield? For example, if I'm trying to
find the yield at, say, 12.25 years, which falls between 3rd & 4th knot
points what should the formula (expectedly a cubic polynomial with
coefficients from the alpha set) for the compu...
2006 Aug 24
1
AMD64 bug
The theora_unpack_comment casts a pointer-to-int to pointer-to-long. This
is incorrect on AMD64, where ints and longs are of different size. On my
system (Debian unstable, gcc 4.1) this causes players to crash when they
reach the end of a movie. The patch below fixes this bug.
--- libtheora-0.0.0.alpha7/lib/toplevel.c 2006-06-13 00:57:36.000000000 +0200
+++ libtheora-pdw/lib/toplevel.c 2006-08-19 16:55:30.000000000 +0200
@@ -172,7 +172,7 @@
static int _theora_unpack_comment(theora_comment *tc, oggpack_buffer *opb){
int i;
- long len;
+ long len,tmp;
_tp_readlsbint(opb,&len);
i...
2006 Aug 29
0
Bug#383793: libtheora0: not 64-bit clean
Package: libtheora0
Version: 0.0.0.alpha7-1
Severity: important
Tags: patch
The theora_unpack_comment casts a pointer-to-int to a pointer-to-long,
which breaks badly if ints and longs are different sizes. The attached
patch fixes this.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, ...
2007 Jun 07
3
Announcing NexentaCP(b65) with ZFS/Boot integrated installer
Announcing new direction of Open Source NexentaOS development:
NexentaCP (Nexenta Core Platform).
NexentaCP is Dapper/LTS-based core Operating System Platform distributed
as a single-CD ISO, integrates Installer/ON/NWS/Debian and provides
basis for Network-type installations via main or third-party APTs (NEW).
First "unstable" b65-based ISO with ZFS/Boot-capable installer available
as
2009 Jun 19
0
[ANNOUNCE] Samba 4.0.0alpha8
...ase that
can use a range of modular backends. One of the backends supports
standards compliant LDAP servers (including OpenLDAP), and we are
working on modules to map between AD-like behaviours and this backend.
We are aiming for Samba 4 to be powerful frontend to large
directories.
CHANGES SINCE alpha7
=====================
In the time since Samba4 alpha7 was released in Feburary 2009, Samba has
continued to evolve, but you may particularly notice these areas
(in no particular order):
Samba4 now includes the full AD schema, as used in Microsoft Windows 2008
LDB (the core Samba4 database lib...
2010 Apr 15
0
Announce: Lustre 2.0 Beta1 is available!
Hi all,
We are pleased to announce that Lustre 2.0 Beta1 is available for download.
This is our next step in a series of milestone based pre-releases as we move
towards Lustre 2.0 GA. This Beta includes 136 fixes since the Alpha7
milestone.
Beta Milestone Criteria:
* Tested for RHEL5/OEL5 x86_64
* Basic functional and recovery testing is passing consistently
* mpi applications tests exercised up to 340
Known Issues Overview (http://www.bugzilla.lustre.org for details):
* NFS Exports: various
* SLES cl...
2010 Apr 15
0
Announce: Lustre 2.0 Beta1 is available!
Hi all,
We are pleased to announce that Lustre 2.0 Beta1 is available for download.
This is our next step in a series of milestone based pre-releases as we move
towards Lustre 2.0 GA. This Beta includes 136 fixes since the Alpha7
milestone.
Beta Milestone Criteria:
* Tested for RHEL5/OEL5 x86_64
* Basic functional and recovery testing is passing consistently
* mpi applications tests exercised up to 340
Known Issues Overview (http://www.bugzilla.lustre.org for details):
* NFS Exports: various
* SLES cl...
2007 May 24
1
video quality problem, encodeing with ffmpeg2theora -p pro
...p preveiw. All the test files ran OK with the video
veiwers and I have veiwed other viedos encoded as " -p pro " with no problems
at all.
Its just the encodeding I do with " ffmpeg2theora -p pro " that goes wrong.
OS : Debian etch
ffmpeg2theora 0.16-2+b1
libtheora0 0.0.0.alpha7.dfsg-1.1
Cpu 2 x : Pentium III (Coppermine) cpu MHz : 665.218
MemTotal: 256928 kB
So any idears what is be going wrong ?
Regards
Peter Colton
2007 Sep 18
1
libtheora 1.0 alpha8 released, beta1 imminent
...ly new decoder (feature complete, lifted from
derf's theora-exp) and additional control over the encoder (applications
now can specify their own set of quantization parameters etc.) amongst
other things.
alpha8 concludes the series of alpha releases and basically wraps up the
development since alpha7 in one nice and tidy package. It's expected to
be the most short-lived Theora release ever.
On top of that beta1 will bring a minor modification to the bitstream
format (the discussion for this reaches back to
http://lists.xiph.org/pipermail/theora-dev/2005-June/002798.html ) to be
more cohere...
2007 Sep 18
1
libtheora 1.0 alpha8 released, beta1 imminent
...ly new decoder (feature complete, lifted from
derf's theora-exp) and additional control over the encoder (applications
now can specify their own set of quantization parameters etc.) amongst
other things.
alpha8 concludes the series of alpha releases and basically wraps up the
development since alpha7 in one nice and tidy package. It's expected to
be the most short-lived Theora release ever.
On top of that beta1 will bring a minor modification to the bitstream
format (the discussion for this reaches back to
http://lists.xiph.org/pipermail/theora-dev/2005-June/002798.html ) to be
more cohere...
2006 Jul 09
0
[ANNOUNCE] Unofficial icecast-kh and libtheora Debian Sarge packages
...a0
- For Debian Testing there seems to be an issue where it tries to
install
the older icecast2 package which conflicts with libtheora alpha6, so
you
might get "broken dependencies".
So to workaround this just do:
apt-get install icecast2=2.3-kh6-1 libtheora0=0.0.0.alpha7-1
BUT be aware that you should replace the values after the "=" sign to
match the latest icecast version available. We hope to fix this soon if
possible.
Another solution to overcome this problem should be to play with apt
pinning, something about I don't know enough yet. Please, che...
2009 Jan 26
2
Hello I need help with samba4
Hello I need help with samba4
I need to taste like mapear users of samba4 for a mail server Postfix
Thanks
Note : I speak Spanish, my English he is bad, please I apologize to them.
Gerardo of Cuba
--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que est? limpio.
Departamento de Redes y Servicios Telem?ticos.
Escuela
2007 Sep 26
1
Theora decoding problem on PowerPC
Hi,
I'm attempting to decode Theora videos on a PowerPC running a Linux
2.6.19 kernel. The version of GCC I'm cross-compiling from is 3.4.4.
The software versions I'm running are:
libogg-1.1.3
libpng-1.2.20
libtheora-1.0beta1
libvorbis-1.2.0
These are all the latest I was able to download.
Here's a back trace I got while running "dump_video" under
2007 May 09
2
Next step of Hardware Theora
Hello,
First of all, I would like to say that my work that I wrote in the other
email would be to do in hardware the functions: CopyRecon, LoopFilter and
UpdateUMVBorder. These are modules that Leonardo had made, but it wasn't ok
in FPGA. When I had a chat with Leonardo we were thinking in rewrite these
module for to do this running in FPGA (to debug in a Hardware level is much
more