Re: [FFmpeg-devel] [PATCH] lavfi: check refcount before merging.

2014-07-17 Thread Michael Niedermayer
On Thu, Jul 17, 2014 at 06:30:40PM +0200, Nicolas George wrote: > Le septidi 27 messidor, an CCXXII, Michael Niedermayer a écrit : > > LGTM > > Thanks. Then please merge the following commits from my tree: > > a65c0a3 lavd/x11grab: disable drawing mouse without XFixes. > 36fbe3c lavd/x11grab: cha

Re: [FFmpeg-devel] [PATCH] lavfi: check refcount before merging.

2014-07-17 Thread Nicolas George
Le septidi 27 messidor, an CCXXII, Michael Niedermayer a écrit : > LGTM Thanks. Then please merge the following commits from my tree: a65c0a3 lavd/x11grab: disable drawing mouse without XFixes. 36fbe3c lavd/x11grab: change error code for unsupported visuals. 16c6795 lavd/x11grab: check 32-bits co

Re: [FFmpeg-devel] [PATCH] lavfi: check refcount before merging.

2014-07-15 Thread Michael Niedermayer
On Tue, Jul 15, 2014 at 07:30:35PM +0200, Nicolas George wrote: > When merging the formats around the automatically inserted > convert filters, the refcount of the format lists can not be 0. > Coverity does not detect it, and suspects a memory leak, > because if refcount is 0 the newly allocated li