Displaying 8 results from an estimated 8 matches for "rgetz".
Did you mean:
gretz
2006 Oct 25
0
rsync 2.6.8 timeouts
...y
recv_files(1) starting
generator starting pid=27391 count=1
delta-transmission enabled
recv_generator(history,0)
generating and sending sums for 0
count=33367 rem=2109 blength=33352 s2length=3 flength=1112824941
generate_files phase=1
and then nothing.
If I strace the process, I get
home/home/rgetz/testcvs/gcc1 # strace -p 27391
Process 27391 attached - interrupt to quit
select(5, [4], [], NULL, {22, 983000}) = 0 (Timeout)
select(5, [4], [], NULL, {60, 0}) = 0 (Timeout)
select(5, [4], [], NULL, {60, 0}) = 0 (Timeout)
select(5, [4], [], NULL, {60, 0}) = 0 (Timeout)
and it r...
2007 Jun 21
0
Blackfin inline assembler and VisualDSP++ toolchain
>-----Original Message-----
>From: Robin Getz [mailto:rgetz@blackfin.uclinux.org]
>Sent: Tuesday, June 19, 2007 9:35 PM
>
>
>On Tue 19 Jun 2007 13:00, Michael Shatz pondered:
>> Robin Getz wrote:
>> >I never met any hardware that gcc could not run code on. toolchains have
>> >nothing do with embedded OSes.
>>
>...
2007 Jun 19
1
Blackfin inline assembler and VisualDSP++ toolchain
-----Original Message-----
From: Robin Getz [mailto:rgetz@blackfin.uclinux.org]
Sent: Saturday, June 16, 2007 12:11 AM
To: Michael Shatz
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] Blackfin inline assembler and VisualDSP++
toolchain
>On Wed 13 Jun 2007 12:37, Michael Shatz pondered:
>>
>> Hi Jean-Marc
>>
>> I'm tryi...
2006 Mar 25
0
VoIP application together with open hardware design
nautiluz wrote:
>I am starting project to develop open implementation of some (naturally open
>codec) for simply designed embedded devices which can be used by small to
>big VoIP operators or hobbyists which wants to build their own small and
>low cost VoIP phone.
>Speex seems to be great choice. And greater will be if there should be
>some guys who want to help ;-).
Sorry
2007 Apr 18
0
Stereo speex on Blackfin
On Wed 18 Apr 2007 16:09, Jean-Marc Valin pondered:
> > Speex has gone through alot of improvements since then, and I don't think
> > the
> >
> > speex you have produces a binary compatible bitstream with the current
> > trunk/release (if you are not looking for compatibility with other
> > systems, it doesn't matter).
>
> Just a note here.
2007 Apr 18
0
Stereo speex on Blackfin
On Tue 17 Apr 2007 02:15, Justin Clacherty pondered:
> Hi,
>
> I'm trying to encode a stereo speex file on the blackfin without much
> luck. This is a standalone application with no OS using the speex
> library provided in the blackfin multimedia sdk. I believe this library
> was ported to run using Visual DSP++ by Jean-Marc (may be wrong).
Glad things are working - but to
2007 May 02
1
Speex on a Blackfin DSP
On Mon 30 Apr 2007 11:21, Jean-Marc Valin pondered:
> I expect there's potential to reduce
> that to around 10-15 MIPS through better optimisation (and a better
> compiler).
Which we are constantly working on. We do have some targetted pieces of C
code, that we noticed could be done better, and are in process of working on.
-Robin
2005 Dec 20
1
Fixed point encoder for vorbis
Hi.
I was wondering if there is any work on a fixed point encoder for vorbis?
If not, does anyone want to help with something?
The purpose would be to make an icecast server on a low cost Linux
platform, like Blackfin/uClinux, which doesn't have a floating point unit,
but does have plenty of fixed point mips.
Thanks
-Robin