From b7f435b50e591ca2c485e13c06c426b64ecd4090 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 23 Aug 2011 17:51:28 +0200 Subject: output/httpd: don't warn on client disconnect This warning should only be logged when we really received something. When the client disconnects, G_IO_IN is triggered, and the read returns G_IO_STATUS_EOF. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3cc704ef0..c083ea2ed 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ ver 0.16.4 (2011/??/??) - vorbis: don't send end-of-stream on flush * output: - alsa: fix SIGFPE when alsa announces a period size of 0 + - httpd: don't warn on client disconnect ver 0.16.3 (2011/06/04) -- cgit v1.2.3 From 8d70f808d981f34adef23d1e57b5b5fc9223c05b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 23 Aug 2011 20:46:51 +0200 Subject: input/curl: limit the receive buffer size --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c083ea2ed..201b5b678 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ ver 0.16.4 (2011/??/??) * fix memory leaks * don't resume playback when seeking to another song while paused * apply follow_inside_symlinks to absolute symlinks +* input: + - curl: limit the receive buffer size * decoder: - ffmpeg: workaround for semantic API change in recent ffmpeg versions - flac: validate the sample rate when scanning the tag -- cgit v1.2.3 From 25686e5bcee030a1e17f797f75258f26594bab39 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 23 Aug 2011 22:44:43 +0200 Subject: pulse/output: fix deadlock when resuming the stream Unlock the mainloop in all code paths. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 201b5b678..eaa8d194e 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ ver 0.16.4 (2011/??/??) * output: - alsa: fix SIGFPE when alsa announces a period size of 0 - httpd: don't warn on client disconnect + - pulse: fix deadlock when resuming the stream ver 0.16.3 (2011/06/04) -- cgit v1.2.3 From b3df4dc2c92d27034eaf9cef52e97a6e39c77d2e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 23 Aug 2011 22:43:08 +0200 Subject: output/pulse: fix deadlock when the stream was suspended Check if the stream is suspended; wake up the main loop when it becomes suspended. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index eaa8d194e..b23c4a087 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ ver 0.16.4 (2011/??/??) - alsa: fix SIGFPE when alsa announces a period size of 0 - httpd: don't warn on client disconnect - pulse: fix deadlock when resuming the stream + - pulse: fix deadlock when the stream was suspended ver 0.16.3 (2011/06/04) -- cgit v1.2.3