[vlc-devel] [PATCH]: flaschen out: Fix offset TODO and allow for larger displays
Henner Zeller
h.zeller at acm.org
Thu Mar 26 16:39:07 CET 2020
Did anyone have a chance to look a this patch ?
On Sat, 21 Mar 2020 at 14:12, Henner Zeller <h.zeller at acm.org> wrote:
>
> Hi,
>
> I've fixed the offset TODOs still there from the first implementation
> of the FlaschenTaschen output (by François ;
> modules/video_output/flaschen.c) which allows to place the output
> anywhere on the target screen, including the Z-layer, a way to stack
> outputs on the screen. Also: provide output to
> larger screens that might need more than one UDP packet (I am
> currently using it for a 192x128 LED panel).
>
> Commit message:
> * Implement a long-standing TODO to use the FlaschenTaschen feature to
> choose the location as well as the layer when sending to the
> screen.
>
> * In the course of that: split the output into horizontal
> tiles when it can't be send in a single UDP packet.
>
> tested:
> * make check passes
> * tested on a LED screen with 192x128 pixel which requires
> two UDP packets to update.
>
> Cheers,
> Henner.
More information about the vlc-devel
mailing list