- 08 Mar, 2003 3 commits
-
-
brendan authored
svn path=/trunk/libshout/; revision=4442
-
brendan authored
svn path=/trunk/m4/; revision=4440
-
Karl Heyes authored
passed flags into the compiling rules. Also configure in libshout now sets up the XIPH_CFLAGS svn path=/trunk/avl/; revision=4439
-
- 07 Mar, 2003 4 commits
-
-
brendan authored
svn path=/trunk/libshout/; revision=4438
-
brendan authored
svn path=/trunk/libshout/; revision=4437
-
Karl Heyes authored
don't want to get clobbered by things like make CFLAGS='....' The typical flags you don't want clobbered are ones like -pthread svn path=/trunk/libshout/; revision=4436
-
Michael Smith authored
svn path=/trunk/net/; revision=4434
-
- 06 Mar, 2003 4 commits
-
-
brendan authored
Whoops, broke thread include path svn path=/trunk/net/; revision=4413
-
brendan authored
According to Karl, defining nops with do{}while(0) is a la mode. svn path=/trunk/avl/; revision=4412
-
brendan authored
Also make it possible to build libshout without threads, albeit without locking in the resolver or avl trees. New option --disable-pthread too. svn path=/trunk/avl/; revision=4411
-
brendan authored
avl.h already includes thread.h svn path=/trunk/avl/; revision=4410
-
- 05 Mar, 2003 1 commit
-
-
brendan authored
svn path=/trunk/thread/; revision=4409
-
- 04 Mar, 2003 3 commits
-
-
brendan authored
svn path=/trunk/libshout/; revision=4403
-
brendan authored
svn path=/trunk/libshout/; revision=4402
-
Michael Smith authored
Some of these are pretty heavily used, so saving 10-20 bytes each can be quite significant. No functional differences. svn path=/trunk/thread/; revision=4401
-
- 26 Feb, 2003 2 commits
- 25 Feb, 2003 2 commits
- 23 Feb, 2003 1 commit
-
-
brendan authored
sometimes do. Compare: ice-audio-header: bitrate=128;samplerate=44100;channels=2 to Transport: RTP/AVP/UDP;unicast;client_port=3058-3059;server_port=5002-5003 Isn't it pretty? This one's for you, Jack. svn path=/trunk/libshout/; revision=4362
-
- 22 Feb, 2003 3 commits
-
-
brendan authored
This header is encoded like the query part of a GET request, eg ice-audio-info: bitrate=128&samplerate=44100&channels=2 Oddsock, knock yourself out. :) svn path=/trunk/libshout/; revision=4361
-
brendan authored
This will also be used for audio_info. This function hammers malloc - should be made more polite later. svn path=/trunk/libshout/; revision=4360
-
brendan authored
Instead of shout_set_bitrate(shout_t, int bitrate), use shout_set_audio_info(shout_t, SHOUT_AI_BITRATE, const char* bitrate) For shout_get_bitrate, use shout_get_audio_info(shout_t, SHOUT_AI_BITRATE). Note the result is a const char*. After some discussion with oddsock about YP, we decided it would be nice to be able to send more information about the audio parameters of the stream. Currently defined are SHOUT_AI_BITRATE, SHOUT_AI_SAMPLERATE, SHOUT_AI_CHANNELS, and SHOUT_AI_QUALITY (vorbis quality). Adding more is easy, but the client can also use its own arbitrary strings instead of the defined constants. This is commit one, which makes no change to the wire protocol. In the second commit, I'll change the ice-bitrate field to ice-audio-info. svn path=/trunk/libshout/; revision=4359
-
- 20 Feb, 2003 1 commit
-
-
brendan authored
svn path=/trunk/libshout/; revision=4357
-
- 14 Feb, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/net/; revision=4345
-
- 13 Feb, 2003 2 commits
-
-
Michael Smith authored
for backwards compatibility, and isn't MEANT to do ipv6. Oops. svn path=/trunk/net/; revision=4343
-
Michael Smith authored
However, some things still won't work, notably relaying (the relay can be ipv6, the server being relayed _from_ may not be). I'll fix that some time soon. svn path=/trunk/net/; revision=4342
-
- 12 Feb, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/net/; revision=4339
-
- 11 Feb, 2003 1 commit
-
-
Michael Smith authored
application/x-ogg svn path=/trunk/libshout/; revision=4337
-
- 06 Feb, 2003 2 commits
-
-
brendan authored
svn path=/trunk/libshout/; revision=4326
-
Michael Smith authored
make streams public by default, send ice-private: 1 to make them private. However, default config file has yp servers commented out. A little fix for compilation on some solaris systems Redo some config file stuff: now all the passwords are inside an element <authentication>, (though for now they're also accepted in the old location), and added admin username and password. Move some of the admin activities over to using the admin passwords (admin action that affect a mountpoint use the source password) Fill in some (but not yet all, maybe i'll do that later) of the infrastructure for per-mountpoint passwords. Fix lots of headers/code so that it works properly/portably on non-win32 systems. svn path=/trunk/net/; revision=4325
-
- 04 Feb, 2003 1 commit
-
-
brendan authored
svn path=/trunk/libshout/; revision=4319
-
- 21 Jan, 2003 2 commits
- 20 Jan, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/libshout/; revision=4281
-
- 19 Jan, 2003 1 commit
-
-
Michael Smith authored
be marginally more portable. svn path=/trunk/net/; revision=4279
-
- 18 Jan, 2003 1 commit
-
-
Michael Smith authored
Adapted from a patch sent by Richard Galli svn path=/trunk/net/; revision=4260
-
- 17 Jan, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/httpp/; revision=4258
-
- 16 Jan, 2003 2 commits