[FFmpeg-devel] [PATCH] ffserver: fix memory leaks pointed out by valgrind.

2017-04-14 Thread Zalewa
Many memory leaks were created upon HTTP client disconnect. Many clients connecting & disconnecting rapidly could very quickly create leaks going into Gigabytes of memory. From 29d36664c55b3a7078ebe57f8642e1d7dc389f16 Mon Sep 17 00:00:00 2001 From: Zalewa Date: Fri, 14 Apr 2017 09:26:18 +

Re: [FFmpeg-devel] [PATCH] ffserver: fix memory leaks pointed out by valgrind.

2017-04-16 Thread Zalewa
est regards, Z. From 4af94953f03989447e10f9aae013b4afb158c2e0 Mon Sep 17 00:00:00 2001 From: Zalewa Date: Fri, 14 Apr 2017 09:26:18 +0200 Subject: [PATCH] ffserver: fix memory leaks pointed out by valgrind. Many memory leaks were created upon HTTP client disconnect. Many clients connecting & disconnecting rapidly could very qu

Re: [FFmpeg-devel] [PATCH] ffserver: fix memory leaks pointed out by valgrind.

2017-04-15 Thread Zalewa PL
Hello, The plan is that if ffserver is not fixed before the next bump, it will be removed. ffserver has been serving our purpose in a 24/7 fashion for about 7 years now. It will probably be serving us for the foreseeable future, whatever the community decides. I prefer to share any fix I mak

[FFmpeg-devel] [PATCH] ffserver: NoVideo and NoAudio flags weren't cleared between streams.

2016-02-13 Thread Zalewa PL
Hi, this patch fixes a problem with parsing ffserver.conf file. If you had two streams, one with only the NoVideo flag and the other one with only the NoAudio flag then the second stream would get both flags. Best regards. RnJvbSAzZTY0OWVjMDc2OTUyY2ZkMTc0YTFmYzA4ZTVhNWE3MWNiY2NmY2JhIE1vbiBTZX

Re: [FFmpeg-devel] [PATCH] ffserver: NoVideo and NoAudio flags weren't cleared between streams.

2016-02-21 Thread Zalewa PL
Hi, this patch fixes a problem with parsing ffserver.conf file. If you had two streams, one with only the NoVideo flag and the other one with only the NoAudio flag then the second stream would get both flags. Best regards. Hi, is there something wrong with my submission? It has now been a wee

Re: [FFmpeg-devel] [PATCH] ffserver: NoVideo and NoAudio flags weren't cleared between streams.

2016-02-21 Thread Zalewa PL
On Sun, Feb 21, 2016 at 05:17:48PM +0100, Zalewa PL wrote: Hi, this patch fixes a problem with parsing ffserver.conf file. If you had two streams, one with only the NoVideo flag and the other one with only the NoAudio flag then the second stream would get both flags. Best regards. Hi, is