Displaying 20 results from an estimated 5000 matches similar to: "vorbisfile and IStream"
2002 Apr 02
0
AW: Ogg Vorbis and DirectSound streaming
BTW: You can pass also the float32 data directly to DirectSound instead of
doing the conversion (float32->int16) yourself. Have a look at
"WAVEFORMATEXTENSIBLE" in the Windows Platform SDK
Tobias Waldvogel
-----Ursprüngliche Nachricht-----
Von: Martin Cesky [mailto:martin@scssoft.com]
Gesendet: Dienstag, 2. April 2002 11:02
An: vorbis-dev@xiph.org
Betreff: Re: [vorbis-dev] Ogg
2002 Mar 21
1
Ogg Vorbis and DirectSound streaming
hi,
I downloaded the vorbis-sdk-1.0rc3 and wrote an application that plays ogg
files using DirectSound(win32 application). It uses streaming technique -
I'm implementing and passing IStream interface to the DirectX. The interface
is used by DirectX to fill his buffers during playing. DirectX is assuming
that it's readind from a wav file, so the interface decodes on-the-fly so
that
2002 Sep 10
1
Skipping with vorbisfile playback using DirectSo und
Sounds like either your machine is too slow or you have some other buffer
issue. A decode thread is usually ideal so that data can be decoded before
it is needed by the buffer fill operation. You might be able to get a
sasifactory solution by increasing the number of buffers and using them in a
round-robin fashion 1-2-3-4-1-2-3-4. Wouldn't do any more than 1/4 sec per
buffer.
Cheers,
Chris
2002 Sep 10
2
Skipping with vorbisfile playback using DirectSound
I'm having a problem trying to write a simple vorbis file player using
DirectSound. The decoding portion is pretty much straight from the
vorbisfile sample code. The pcm data gets put into one half of a
DirectSound buffer, and as that half is playing, the next half gets filled.
The problem is, there's skipping and some noise when the file is being
played (although some of the music is
2013 Apr 23
1
imap Panic: file istream-seekable.c: line 253 (i_stream_seekable_read): assertion failed: (stream->istream.v_offset + stream->pos <= sstream->write_peak)
Hi Timo,
just another crash - using 2.2.1 (c95cea6e1389).
Regards,
Pascal
-------------- next part --------------
Reading symbols from /usr/local/libexec/dovecot/imap...done.
[New LWP 15198]
warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core
2017 Jul 05
0
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
> On July 5, 2017 at 9:24 PM Anton Yuzhaninov <citrin at citrin.ru> wrote:
>
>
> On 07/05/17 13:25, Aki Tuomi wrote:
> >> I use mbox compressed by gzip as read-only folder (using zlib plugin).
> >>
> >> I have errors in logs:
> >> Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
> >> failed: (ret == -1)
> ...
2017 Jul 05
2
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
On 07/05/17 13:25, Aki Tuomi wrote:
>> I use mbox compressed by gzip as read-only folder (using zlib plugin).
>>
>> I have errors in logs:
>> Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
>> failed: (ret == -1)
...
>> The bug appeared in 2.2.26 and still can be reproduced (in 2.2.31)
>>
>> Using 'git bisect' was not
2016 Feb 27
2
Error: istream-seekable: safe_mkstemp(/tmp/dovecot.imap.) failed
I'm seeing these recently:
Feb 27 09:24:01 nihlus dovecot: imap(tlx at leuxner.net): Error: istream-seekable: safe_mkstemp(/tmp/dovecot.imap.) failed: No such file or directory
Feb 27 09:24:01 nihlus dovecot: imap(tlx at leuxner.net): Error: istream-seekable: safe_mkstemp(/tmp/dovecot.imap.) failed: No such file or directory
Feb 27 09:24:01 nihlus dovecot: imap(tlx at leuxner.net): Error:
2014 Feb 11
1
Order of istream and ostream chains
Hi,
I'm creating a scrambler plugin, that adds an istream and an ostream to
the stream-chain for the mail input/output. It works well until the zlib
plugin is added to the configuration. The scrambler should run before
the zlib and encrypt the mail before it's compressed. Since, the plugin
is named lib18_scrambler_... (and the other lib20_zlib....), that works
well when a mail is
2017 Feb 03
0
Crash while reading compressed mbox: Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion failed: (ret == -1)
Hello,
I use mbox compressed by gzip as read-only folder (using zlib plugin).
This setup worked for a while, but doesn't work with latest dovecot
version (2.2.27).
I have error in logs:
Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
failed: (ret == -1)
I can see list of messages in MUA but can't ready body of any message.
I've tried to delete indexes, but it
2017 Jul 05
0
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
> On July 5, 2017 at 6:38 PM Anton Yuzhaninov <citrin at citrin.ru> wrote:
>
>
> Hello,
>
> I use mbox compressed by gzip as read-only folder (using zlib plugin).
>
> I have errors in logs:
> Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
> failed: (ret == -1)
> and can't read messages in MUA.
>
> IMAP commands to
2009 May 01
2
mbox-snarf plugin and istream-mail-stats.c revision 9000:b02c642b4e51
I'm getting this error:
May 1 09:09:30 tr27n12.aset.psu.edu syslog: PSU mbox-snarf name is
INBOX
May 1 09:09:30 tr27n12.aset.psu.edu dovecot: Panic: IMAP(tstem38):
file istream-mail-stats.c: line 75: assertion failed: (ret != -1 ||
stream->istream.eof || stream->istream.stream_errno != 0)
Will this error go away before the general 1.2 release?
Thanks,
Jonathan
2009 Mar 03
4
failed assertion in 1.1.8: istream.c: line 81
Hello,
We're having a problem in Dovecot 1.1.8 with a failed assertion on
certain mbox format mailboxes. It happens both with deliver when it
attempts to delier to the mailbox, and with IMAP connections for the
affected box (though I'm not sure what they're doing at the time).
Mar 3 12:55:26 <snip> dovecot: Panic: IMAP(<snip>): file istream.c:
line 81 (i_stream_read):
2010 Sep 20
1
replace istream and unref the old one...
I Build a plugin, that do some stuffs with a email.
To get the input istream, i use the "get_stream" function, like zlib does.
I create a concat_stream, with the full_input[3];
struct istream *full_input[3];
//this like zlib
input = imail->data.stream;
//first input, using the input
full_input[0] = i_stream_create_header_filter(input, HEADER_FILTER_EXCLUDE |
HEADER_FILTER_NO_CR,
2008 Sep 16
2
assertion failure in current hg, file istream.c: line 303 (i_stream_read_data): assertion failed: (stream->stream_errno != 0) (1.1.3 was working fine)
Today I updated to current dovecot-1.1 hg tree and I got many of these
assertion failures:
file istream.c: line 303 (i_stream_read_data): assertion failed:
(stream->stream_errno != 0)
(gdb) bt full
#0 0x00352402 in __kernel_vsyscall ()
No symbol table info available.
#1 0x0043ed20 in raise () from /lib/libc.so.6
No symbol table info available.
#2 0x00440631 in abort () from /lib/libc.so.6
2014 Oct 29
0
Panic: file istream-qp-decoder.c
Hi,
I'm running Dovecot EE Version with Debian Squeeze.
Version info:
ii dovecot-ee-core 1:2.2.13.31-1 secure mail server that supports mbox, maildir, dbox and mdbox mailboxes
ii dovecot-ee-dbg 1:2.2.13.31-1 debug symbols for Dovecot
ii dovecot-ee-imapd 1:2.2.13.31-1 secure IMAP server that
2012 Jul 31
0
Wine release 1.5.10
The Wine development release 1.5.10 is now available.
What's new in this release (see below for details):
- New version of the Gecko engine based on Firefox 14.
- Support for OpenGL in the DIB engine using libOSMesa.
- Off-screen rendering is now the default in Direct3D.
- Some more WMI infrastructure.
- Various bug fixes.
The source is available from the following locations:
2023 Mar 13
1
dovecot crash with Panic: file istream-header-filter.c: line 663
On Mon, Mar 13, 2023 at 11:01:35AM +0200, Timo Sirainen wrote:
> On 12. Mar 2023, at 20.17, Patrick Mansfield <patmans at yahoo.com> wrote:
> >
> > Mar 12 10:32:27 goffin dovecot[8269]: imap(patman)<8452><r+ynYLf2PrDAqAEE>: Panic: file istream-header-filter.c: line 663 (i_stream_header_filter_snapshot_free): assertion failed:
2023 Mar 12
2
dovecot crash with Panic: file istream-header-filter.c: line 663
Hi -
I'm hitting a crash in dovecot, I get this logged followed by a terse stack trace and
systemd-coredump details not included here - full gdb stack trace and more details are
further down:
Mar 12 10:32:26 goffin dovecot[8269]: imap-login: Login: user=<patman>, method=PLAIN, rip=192.168.1.4, lip=192.168.1.1, mpid=8477, TLS, session=<5RvGYLf2RrDAqAEE>
Mar 12 10:32:26 goffin
2005 Oct 02
2
file istream-raw-mbox.c: line 450 (istream_raw_mbox_get_body_size): assertion failed: (rstream->mail_size != (uoff_t)-1)
Hi list,
Today i tried upgrading my dovecot server from 0.99.14 to 1.0alpha3.
Unfortunately the new version does not work. The log file says:
Oct 2 20:40:02 knut dovecot: imap-login: Login: user=<arved>,
method=PLAIN, rip=213.225.30.218, lip=213.9.70.XXX, TLS
Oct 2 20:40:02 knut dovecot: imap(arved): file istream-raw-mbox.c:
line 450 (istream_raw_mbox_get_body_size): assertion failed: