search for: faststart_size

Displaying 2 results from an estimated 2 matches for "faststart_size".

2004 Aug 06
2
PATCH: Faststart Try 3 (QUESTION)
...gt; mp3 will use), but the design looks fine. I'm unlikely to have time to Hope you read this message before leaving the country... In order to implement a generic get_data function, which has to check for teh faststart_queue, and other fields, I must move the following fields: long faststart_size; /* If > 0, max bytes in queue */ refbuf_queue_t *faststart_queue; long faststart_queue_size; /* In bytes */ from the _state structure (which differs according to the format) to format_plugin_t. If don't agree tell me as soon as you can please. <p> -- ricardo ga...
2004 Aug 06
3
PATCH: Faststart Try 3
Hi Mike Find enclosed the patch with the fastart implementation for vorbis (for the moment). Now is based on size in bytes and the buffers are sent all together with pre_data. Hope you like it. At least is the smallest one: :-) -rw-r--r-- 1 gallir gallir 5486 2003-01-21 01:29 update3c.diff -rw-r--r-- 1 gallir gallir 10014 2003-01-19 20:14 update3b.diff -rw-r--r--