Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-09-17 | output: rename plugin variables | Max Kellermann | 1 | -1/+1 | |
Consistent naming. | |||||
2011-09-17 | output: per-plugin header | Max Kellermann | 1 | -2/+4 | |
Move the "extern" declarations from output_list.c, for more type safety. | |||||
2011-09-17 | output/raop: don't expose internal structs in public header | Max Kellermann | 1 | -96/+2 | |
2011-08-29 | output/raop: move RTSP client code to rtsp_client.c | Max Kellermann | 1 | -30/+1 | |
Restore some of the original file structure from from raop_play. | |||||
2011-08-28 | output/raop: move NTP code to separate library | Max Kellermann | 1 | -8/+3 | |
2011-08-24 | output/raop: consistently use GError | Max Kellermann | 1 | -1/+1 | |
2011-08-24 | output/raop: use "char*" for string buffers | Max Kellermann | 1 | -2/+2 | |
Not unsigned char. Eliminate useless casts. | |||||
2011-08-24 | output/raop: make send_control_command() static | Max Kellermann | 1 | -3/+0 | |
Only used internally. | |||||
2011-07-20 | output/raop: include winsock.h on WIN32 | Max Kellermann | 1 | -1/+8 | |
2011-07-20 | output/raop: use GMutex instead of pthread_mutex_t | Max Kellermann | 1 | -4/+4 | |
Be portable on WIN32. | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2011-01-28 | output/raop: new output plugin | Dustin Puckett | 1 | -0/+159 | |
Remote Audio Output Protocol (RAOP), for Apple devices. |