search for: data_source_t

Displaying 8 results from an estimated 8 matches for "data_source_t".

2004 May 23
4
Various Ogg Vorbis largefile notes and/or patches
Greetings one and all; I'm not subscribed to this list so I'm first sending this message to verify that mails from me make it through, and then later I'll send the juicy messages with patches. Also, the address I'm using is IPv6-only and doesn't often work, so drop me from any replies and I'll catch the archives, or drop only the hostname part to get an IPv4 address that
2002 Oct 05
2
ogg123 remote interface
...le_transport.c Sat Oct 5 13:48:31 2002 @@ -21,7 +21,7 @@ #include "transport.h" #include "i18n.h" - +#include "status.h" typedef struct file_private_t { FILE *fp; @@ -37,7 +37,7 @@ return 1; /* The file transport is tested last, so always try it */ } -data_source_t* file_open (char *source_string, ogg123_options_t *ogg123_opts) +data_source_t* file_open (char *source_string, ogg123_options_t *ogg123_opts, stat_format_t *stat_format) { data_source_t *source; file_private_t *private; diff -urN -X diff.ignore ogg123.orig/http_transport.c ogg123/http_trans...
2005 Jun 04
0
Allignment of vorbis, flac and speex headers
...(the 30th char in the file) and "speex " starts at char 28 (the 29th char in the file). Speex appears to correlate with the documents supplied and the other two not. Speex ---------- In the file at \vorbis-tools-1.0.1\ogg123\speex_format.c I find the following int speex_can_decode (data_source_t *source) { char buf[36]; int len; len = source->transport->peek(source, buf, sizeof(char), 36); if (len >= 32 && memcmp(buf, "OggS", 4) == 0 && memcmp(buf+28, "Speex ", 8) == 0) /* 3 trailing spaces */ return 1; else return 0;...
2005 Jan 10
1
update for 4.11 Security Officer-supported branches
Hello... In regards to http://www.freebsd.org/security/ , from what I understand the FreeBSD 4.x branch is generally winding down in favor of the 5.x/6.x branches. It would be nice to know ahead of time if 4.11 will also be an extended release, or if that would fall to 4.12. For those of running 4.8 (expiring about the same time as 4.11 is released) we would be in a better position to know
2004 Sep 30
1
[don@donarmstrong.com: Bug#274301: libflac4 segfaults on corrupt flac files]
...123/flac_format.c:181 decoder = (decoder_t *) 0x805b990 private = (flac_private_t *) 0x805b9d0 ret = -1073745000 #8 0x0804fec0 in play (source_string=0x805b8d0 "crash.flac") at ../../ogg123/ogg123.c:464 transport = (transport_t *) 0x80586c0 format = (format_t *) 0x8058820 source = (data_source_t *) 0x805aa60 decoder = (decoder_t *) 0x10000000 decoder_callbacks = {printf_error = 0x804d0d8 <decoder_buffered_error_callback>, printf_metadata = 0x804d255 <decoder_buffered_metadata_callback>} decoder_callbacks_arg = (void *) 0x407ed008 old_audio_fmt = {big_endian = 0, word_siz...
2003 Mar 09
0
ogg123 --end 1:59 patch.ogg
...es = 1; opts->seekpos = 0.0; + opts->endpos = 0.0; opts->buffer_size = 128 * 1024; opts->prebuffer = 0.0f; opts->input_buffer_size = 64 * 1024; @@ -250,6 +251,18 @@ print_statistics_action(NULL, pstats_arg); } +double currenttime (stat_format_t *stat_format, + data_source_t *source, + decoder_t *decoder) +{ + print_statistics_arg_t *pstats_arg; + + pstats_arg = new_print_statistics_arg(stat_format, + source->transport->statistics(source), + decoder->format->statistics(decoder)); + + return pstats_arg->decoder_statistics->current_time; +...
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies. And I'm not sure if the vorbis or the flac list, or something else, is more suitable for the following, so bear with me] Moin, moin. I used a recent ogg123 to play back a FLAC file I had created, and saw it wasn't able to seek within the file. So, I thought to myself, why not try out an OggFLAC file, so I created
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies. And I'm not sure if the vorbis or the flac list, or something else, is more suitable for the following, so bear with me] Moin, moin. I used a recent ogg123 to play back a FLAC file I had created, and saw it wasn't able to seek within the file. So, I thought to myself, why not try out an OggFLAC file, so I created