Max Kellermann
|
71e9d08863
|
output/raop: functions that always succeed return void
No point in returning true, and checking that.
|
2011-08-24 01:47:23 +02:00 |
|
Max Kellermann
|
9729dc7594
|
output/raop: rtspcl_connect() returns false on error
.. and not -1, which is "true".
|
2011-08-24 01:47:22 +02:00 |
|
Max Kellermann
|
92c1b8f31e
|
output/raop: error checking in send_control_command()
|
2011-08-24 01:47:21 +02:00 |
|
Max Kellermann
|
9ffa2604f8
|
output/raop: make some allocations static
Allocate objects on the stack to reduce heap overhead.
|
2011-08-24 01:47:20 +02:00 |
|
Max Kellermann
|
03b1fad4d4
|
output/raop: remove unused local variables
|
2011-08-24 01:47:18 +02:00 |
|
Max Kellermann
|
72eb4c534f
|
output/raop: make some exec_request parameters const
|
2011-08-24 01:47:17 +02:00 |
|
Max Kellermann
|
47d936e9cc
|
output/raop: use "char*" for string buffers
Not unsigned char. Eliminate useless casts.
|
2011-08-24 01:47:15 +02:00 |
|
Max Kellermann
|
8e08407090
|
output/raop: make send_control_command() static
Only used internally.
|
2011-08-24 01:47:14 +02:00 |
|
Max Kellermann
|
c0a4558c62
|
output/raop: remove useless test_default_device() implementation
This defaults to "false" when the method pointer is NULL.
|
2011-08-24 01:47:13 +02:00 |
|
Jonathan Neuschäfer
|
eea726740b
|
output/raop: rewrite remove_char_from_string
|
2011-07-25 11:23:22 +02:00 |
|
Max Kellermann
|
57936a1374
|
output/raop: use memset() instead of bzero()
There's no bzero() on WIN32.
|
2011-07-20 21:20:23 +02:00 |
|
Max Kellermann
|
9242fde6b8
|
output/raop: include winsock.h on WIN32
|
2011-07-20 21:18:55 +02:00 |
|
Max Kellermann
|
d1f653be65
|
output/raop: use GMutex instead of pthread_mutex_t
Be portable on WIN32.
|
2011-07-20 21:11:06 +02:00 |
|
Max Kellermann
|
0035dceb0a
|
output/raop: add missing mutex unlock call in error handler
|
2011-07-20 21:09:39 +02:00 |
|
Max Kellermann
|
c6cbcc2c25
|
copyright year 2011
|
2011-01-29 10:13:54 +01:00 |
|
Dustin Puckett
|
79e0db4ca0
|
output/raop: new output plugin
Remote Audio Output Protocol (RAOP), for Apple devices.
|
2011-01-28 21:17:09 +01:00 |
|