search for: bouwsma

Displaying 11 results from an estimated 11 matches for "bouwsma".

Did you mean: bkusma
2004 Jun 08
1
One final minor trivial insignificant pointless patch
...the carefully-formatted string can exceed 79 characters in some cases, which for me results in scrolling of the previous status line. I need to tackle this problem and come up with a more flexible format, but I haven't done so yet. When^H^H^H^HIf I do, you'll hear about it. thanks barry bouwsma
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 Jul 19
1
Patch: ogg123 playing >2GB sized files
...th other patches I've already sent, so those need to be massaged into portability. And as noted, playing such a file tends to overflow the allotted space on the status line, but a fix for that isn't quite as easy as I had hoped, now having dug around in the source. Oh well. thanks barry bouwsma
2004 May 23
4
Various Ogg Vorbis largefile notes and/or patches
...ssages/hacks at hand right now. Anyway, in some days or weeks or whenever I manage to get online again, I'll send the messages describing the above problems in more detail, as well as my alleged solutions for them, to help oggenc and ogg123 handle files with days worth of audio. thanks, barry bouwsma --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sen...
2004 Dec 20
2
ogg123 and Vorbis piped to stdin
...return -1; +/* XXX */ + return fseek(fp, offset, whence); } @@ -134,6 +144,11 @@ { file_private_t *private = source->private; FILE *fp = private->fp; + +/* XXX HACK special-case stdin */ + if (private->fp == stdin) + return 0; +/* XXX */ return ftell(fp); } barry bouwsma
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
...at shows the numeric values of the samples in the PCM data, which I then eyeball. Anyway, if someone would want a short sample of this to play with or analyze and see what is going on, I can put a short clip up with this material, as well as the results of my attempts to encode it. thanks barry bouwsma
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
...at shows the numeric values of the samples in the PCM data, which I then eyeball. Anyway, if someone would want a short sample of this to play with or analyze and see what is going on, I can put a short clip up with this material, as well as the results of my attempts to encode it. thanks barry bouwsma
2004 Sep 06
1
Fixing libvorbisfile to handle largefiles
...bis/ will need to be changed to match, if I'm on the right track. I've only cared that I'm able to play large files as proof of concept. My biggest concern is the change to the API, and how that would affect the chances of these sorts of changes making it into the code. thanks barry bouwsma
2004 Aug 06
1
IPv6 support for Icecast server
...s to sources that shouldn't need it since I DON'T know what I'm doing and don't have it quite flawless, but perhaps someone who *does* know what to do might be able to do it right (in part, the existing getipnodebyname() call fails with IPv4 on my machine)... <p>thanks, barry bouwsma beer streamer --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Un...
2004 Jul 19
0
Ogg Vorbis CVS (ok,
...ing $AUTOMAKE_FLAGS -echo " autoconf257 " -autoconf257 +echo " autoconf " +${AUTOCONF} cd $olddir $srcdir/configure "$@" && echo Again, sorry this isn't a clean patch. I'm instead seeking feedback whether this is a good idea or not. thanks barry bouwsma
2004 Aug 06
3
src/net/resolver.c patches for better IPv6 resolution
...ODEBYNAME */ if (_isip(what)) { /* gotta lock calls for now, since gethostbyname and such * aren't threadsafe */ @@ -133,7 +162,7 @@ } } -#endif +#endif /* HAVE_GETIPNODEBYNAME */ return buff; } thanks, barry bouwsma, beer streamer --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. U...