Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-08-24 | output/raop: use GLib byte order macros | Max Kellermann | 1 | -5/+3 | |
2011-08-24 | output/raop: use fill_int() in fill_time_...() | Max Kellermann | 1 | -19/+14 | |
Eliminate duplicate code. | |||||
2011-08-24 | output/raop: check if the "host" option is present | Max Kellermann | 1 | -1/+8 | |
Better than dereferencing NULL. | |||||
2011-08-24 | output/raop: remove excessive debug messages | Max Kellermann | 1 | -8/+0 | |
2011-08-24 | output/raop: consistently use GError | Max Kellermann | 1 | -77/+152 | |
2011-08-24 | output/raop: use GLib heap functions | Max Kellermann | 1 | -30/+22 | |
2011-08-24 | output/raop: functions that always succeed return void | Max Kellermann | 1 | -22/+14 | |
No point in returning true, and checking that. | |||||
2011-08-24 | output/raop: rtspcl_connect() returns false on error | Max Kellermann | 1 | -3/+9 | |
.. and not -1, which is "true". | |||||
2011-08-24 | output/raop: error checking in send_control_command() | Max Kellermann | 1 | -6/+13 | |
2011-08-24 | output/raop: make some allocations static | Max Kellermann | 1 | -29/+29 | |
Allocate objects on the stack to reduce heap overhead. | |||||
2011-08-24 | output/raop: remove unused local variables | Max Kellermann | 1 | -4/+2 | |
2011-08-24 | output/raop: make some exec_request parameters const | Max Kellermann | 1 | -7/+10 | |
2011-08-24 | output/raop: use "char*" for string buffers | Max Kellermann | 1 | -18/+18 | |
Not unsigned char. Eliminate useless casts. | |||||
2011-08-24 | output/raop: make send_control_command() static | Max Kellermann | 1 | -1/+1 | |
Only used internally. | |||||
2011-08-24 | output/raop: remove useless test_default_device() implementation | Max Kellermann | 1 | -7/+0 | |
This defaults to "false" when the method pointer is NULL. | |||||
2011-07-25 | output/raop: rewrite remove_char_from_string | Jonathan Neuschäfer | 1 | -14/+15 | |
2011-07-20 | output/raop: use memset() instead of bzero() | Max Kellermann | 1 | -1/+1 | |
There's no bzero() on WIN32. | |||||
2011-07-20 | output/raop: include winsock.h on WIN32 | Max Kellermann | 1 | -6/+8 | |
2011-07-20 | output/raop: use GMutex instead of pthread_mutex_t | Max Kellermann | 1 | -23/+22 | |
Be portable on WIN32. | |||||
2011-07-20 | output/raop: add missing mutex unlock call in error handler | Max Kellermann | 1 | -0/+2 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2011-01-28 | output/raop: new output plugin | Dustin Puckett | 1 | -0/+1427 | |
Remote Audio Output Protocol (RAOP), for Apple devices. |