Re: [FFmpeg-devel] [PATCH] Allow borderless playback windows

2017-01-31 Thread Lucas Sandery
repo. Attached an updated patch. Sorry for the noise, everyone. From a4b32dbb6715d42eff4b57cf2cbe8f2db2294baa Mon Sep 17 00:00:00 2001 From: Lucas Sandery Date: Wed, 1 Feb 2017 13:11:29 +1030 Subject: [PATCH] Allow borderless playback windows For a pure video tile effect, and enabling better

Re: [FFmpeg-devel] [PATCH] Allow borderless playback windows

2017-01-31 Thread Lucas Sandery
On 2017-02-01 08:47, Marton Balint wrote: On Tue, 31 Jan 2017, Lucas Sandery wrote: On 2017-01-31 11:28, Marton Balint wrote: On Tue, 31 Jan 2017, Lucas Sandery wrote: For a pure video tile effect, and enabling better integration of playback windows into other programs. It would improve the

Re: [FFmpeg-devel] [PATCH] Allow borderless playback windows

2017-01-30 Thread Lucas Sandery
On 2017-01-31 11:28, Marton Balint wrote: On Tue, 31 Jan 2017, Lucas Sandery wrote: For a pure video tile effect, and enabling better integration of playback windows into other programs. It would improve the looks in many situations and avoid ugly hacks like this: http://stackoverflow.com/q

[FFmpeg-devel] [PATCH] Allow borderless playback windows

2017-01-30 Thread Lucas Sandery
From: Lucas Sandery Date: Tue, 31 Jan 2017 10:01:40 +1030 Subject: [PATCH] Allow borderless playback windows For a pure video tile effect, and enabling better integration of playback windows into other programs. It would improve the looks in many situations and avoid ugly hacks like this: http