Displaying 8 results from an estimated 8 matches for "naima".
Did you mean:
najima
2016 Sep 22
1
Sendig patches to speex
...ocess. Can you help me?
>
> You can send your patches to this mailing list for review. Ideally
> they would apply cleanly to the master branch of speex hosted here:
> https://git.xiph.org/?p=speex.git;a=summary
>
> Best,
> Tristan
>
> >
> > --
> >
> > Naima is online.
> >
> >
> > _______________________________________________
> > Speex-dev mailing list
> > Speex-dev at xiph.org
> > http://lists.xiph.org/mailman/listinfo/speex-dev
> >
>
--
Naima is online.
-------------- next part --------------
An HTM...
2016 Aug 10
2
Sendig patches to speex
...'m a core developer of the wireshark project. In our audit process, a
piece of code of speex (the copy we maintain inside wireshark) showed a
flaw. I have a couple of patches I'd like to send you but I can't find
details about the submission process. Can you help me?
Thanks
Dario.
--
Naima is online.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/speex-dev/attachments/20160810/d838ed31/attachment.html>
2002 Jul 16
1
OK, Samba's OK, now I need swat help.
Ok, I should be able to start swat with xinetd, but I can't seem to get
anything to start.
1. How do I tell if swat is running (other than trying to browse to
aaa.bbb.ccc.ddd:901)
2. Can someone give me an idea of what and where I need commands for xinetd.
Server is RH7.2, Samba 2.2.3a, following file "swat" is in /etc/xinetd.d/
## /etc/xinetd.d/swat
service swat
{
port
2004 Sep 10
1
Error initializing flac stream decoder.
...ed a thing. I'm still getting the same behaviour.
typedef struct {
unsigned order;
unsigned parameters[1 << 6];
unsigned raw_bits[1 << 6];
} FLAC__EntropyCodingMethod_PartitionedRice;
Any other thoughts?
Thanks,
Reza
Josh Coalson wrote:
> --- Reza Naima <reza@reza.net> wrote:
>
>>Thanks for that email. The one lihe change I made is this :
>>
>>from #define FLAC__MAX_RICE_PARTITION_ORDER (15u)
>>to #define FLAC__MAX_RICE_PARTITION_ORDER (6u)
>>
>>and that seemed to make decoder_new() happy, but it'...
2004 Sep 10
2
Error initializing flac stream decoder.
...es);
inBuffer = rio_ringbuffer_read( g->readAhead, bytesToCopy);
memcpy(buffer, inBuffer, bytesToCopy);
if (bytesToCopy < *bytes)
*bytes = bytesToCopy;
return FLAC__STREAM_DECODER_READ_STATUS_CONTINUE;
}
Josh Coalson wrote:
> --- Reza Naima <reza@reza.net> wrote:
>
>>I've cross-compiled flac for the armv4l processor (rio receiver), and
>>
>>i'm trying to start up a decode thread :
>>
>> #include <FLAC/stream_decoder.h>
>> ....
>> FLAC__StreamDecoder *flac = NUL...
2004 Sep 10
2
Error initializing flac stream decoder.
I've cross-compiled flac for the armv4l processor (rio receiver), and
i'm trying to start up a decode thread :
#include <FLAC/stream_decoder.h>
....
FLAC__StreamDecoder *flac = NULL;
flac = FLAC__stream_decoder_new();
if (flac == NULL) {
printf("[DECODE] Unable to initalize flac object\n");
2004 Sep 10
0
Error initializing flac stream decoder.
--- Reza Naima <reza@reza.net> wrote:
> I've cross-compiled flac for the armv4l processor (rio receiver), and
>
> i'm trying to start up a decode thread :
>
> #include <FLAC/stream_decoder.h>
> ....
> FLAC__StreamDecoder *flac = NULL;
> flac = FLA...
2001 Jun 25
1
ServerSide ACLs for -L type port forwarding
I have a need to add some server-side ACL functionality to the way ssh
handles port forwarding. For a first pass, I want to be able to
restrict -L port forwarding to localhost on the server only and I want
to be able to specify the ports on Server.
I was wondering if there would be any desire to incorporate said changes
back into the main development tree? If so, are there coding guildlines