search for: ices_reencode_flush

Displaying 3 results from an estimated 3 matches for "ices_reencode_flush".

2004 Aug 06
0
Ices-0.2.2, Lame 3.89b, FreeBSD 4.4-STABLE
...reencode.c reencode.c: In function `ices_reencode_initialize': reencode.c:56: warning: implicit declaration of function `get_lame_version' reencode.c: In function `ices_reencode_shutdown': reencode.c:82: warning: implicit declaration of function `lame_close' reencode.c: In function `ices_reencode_flush': reencode.c:118: warning: implicit declaration of function `lame_encode_flush' reencode.c: In function `reencode_lame_init': reencode.c:144: too few arguments to function `lame_init' reencode.c:144: void value not ignored as it ought to be reencode.c:153: warning: implicit declarat...
2004 Aug 06
1
ices and VBR mp3s?
...if (samples > 0) @@ -261,8 +259,8 @@ #ifdef HAVE_LIBLAME for (stream = ices_config.streams; stream; stream = stream->next) - if (stream->reencode && (!source->read || - (source->bitrate != stream->bitrate))) { + if (stream->reencode) +{ len = ices_reencode_flush (stream, obuf, sizeof (obuf)); if (len > 0) rc = shout_send_data (&stream->conn, obuf, len); --- CUT HERE --- --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to ...
2004 Aug 06
3
icecast security
Jack Moffitt: > > securityfocus mailing list (bugtraq) today (and several month before) > > about a remote buffer overflow in icecast v1.3.10 (which seems to be a > > Point me to a url at bugtraq where I can read a description of the > problem. i've the today's email only in the web archive, here's a copy. don't know if it's old news... u.