Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/raop: rtspcl_connect() returns false on error | Max Kellermann | 2011-08-24 | 1 | -3/+9 |
| | | | | .. and not -1, which is "true". | ||||
* | output/raop: error checking in send_control_command() | Max Kellermann | 2011-08-24 | 1 | -6/+13 |
| | |||||
* | output/raop: make some allocations static | Max Kellermann | 2011-08-24 | 1 | -29/+29 |
| | | | | Allocate objects on the stack to reduce heap overhead. | ||||
* | output/raop: remove unused local variables | Max Kellermann | 2011-08-24 | 1 | -4/+2 |
| | |||||
* | output/raop: make some exec_request parameters const | Max Kellermann | 2011-08-24 | 1 | -7/+10 |
| | |||||
* | output/raop: use "char*" for string buffers | Max Kellermann | 2011-08-24 | 1 | -18/+18 |
| | | | | Not unsigned char. Eliminate useless casts. | ||||
* | output/raop: make send_control_command() static | Max Kellermann | 2011-08-24 | 1 | -1/+1 |
| | | | | Only used internally. | ||||
* | output/raop: remove useless test_default_device() implementation | Max Kellermann | 2011-08-24 | 1 | -7/+0 |
| | | | | This defaults to "false" when the method pointer is NULL. | ||||
* | output/raop: rewrite remove_char_from_string | Jonathan Neuschäfer | 2011-07-25 | 1 | -14/+15 |
| | |||||
* | output/raop: use memset() instead of bzero() | Max Kellermann | 2011-07-20 | 1 | -1/+1 |
| | | | | There's no bzero() on WIN32. | ||||
* | output/raop: include winsock.h on WIN32 | Max Kellermann | 2011-07-20 | 1 | -6/+8 |
| | |||||
* | output/raop: use GMutex instead of pthread_mutex_t | Max Kellermann | 2011-07-20 | 1 | -23/+22 |
| | | | | Be portable on WIN32. | ||||
* | output/raop: add missing mutex unlock call in error handler | Max Kellermann | 2011-07-20 | 1 | -0/+2 |
| | |||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | output/raop: new output plugin | Dustin Puckett | 2011-01-28 | 1 | -0/+1427 |
Remote Audio Output Protocol (RAOP), for Apple devices. |