Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rtsp_client: increment "dp" after terminating the string | Max Kellermann | 2011-08-30 | 1 | -2/+3 |
| | | | | This fixes a bug that caused all values to be an empty string. | ||||
* | rtsp_client: simplify whitespace elimination | Max Kellermann | 2011-08-30 | 1 | -4/+6 |
| | | | | Just move a pointer, don't call strlen() in every iteration. | ||||
* | rtsp_client: check "new_kd" instead of "i" | Max Kellermann | 2011-08-30 | 1 | -4/+2 |
| | | | | Eliminate the redundant local variable "i". | ||||
* | rtsp_client: move "new_kd" out of the loop | Max Kellermann | 2011-08-30 | 1 | -1/+1 |
| | | | | This must persist iterations. | ||||
* | output/raop: move RTSP client code to rtsp_client.c | Max Kellermann | 2011-08-29 | 1 | -0/+606 |
Restore some of the original file structure from from raop_play. |