search for: format_data

Displaying 5 results from an estimated 5 matches for "format_data".

Did you mean: format_date
2004 Aug 06
1
BUG: sending bad buf's in MP3
In format_mp3.c tatic int format_mp3_write_buf_to_client(format_plugin_t *self, client_t *client, unsigned char *buf, int len) { int ret; if(((mp3_state *)self->_state)->metadata) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is always true because previously it did state->metadata = strdup("") in format_mp3_get_plugin(). It causes annoying artifacts in xmms
2010 Mar 09
4
edit existing PDF as template
Hi, I am new to rails. I need to edit an existing pdf file and fill in some data and send it to browser, how to implement this? Is there an example online I can look at it? Thanks! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2008 Aug 25
2
patch for native iphone support
...ing, "Content-Range: bytes %d-%d/221183499\r\n", + rangenumber, rangenumber2); + if (bytes > 0) + { + remaining -= bytes; + ptr += bytes; + } + } + } + client->format_data = client_mp3; client->free_client_data = free_mp3_client_data; metadata = httpp_getvar(client->parser, "icy-metadata"); Index: src/format.c =================================================================== --- src/format.c (revision 15198) +++ src/format.c (working...
2008 Nov 29
0
Icecast Streaming to an iPhone or iPod touch
...d/221183499\r\n", + rangenumber, rangenumber2); + if (bytes > 0) + { + remaining -= bytes; + ptr += bytes; + } + } + } + } + client->format_data = client_mp3; client->free_client_data = free_mp3_client_data; metadata = httpp_getvar(client->parser, "icy-metadata");
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found