Re: [FreeRDP-devel] GPU HW decoding support in freeRDP 2

2018-10-02 Thread Martin Ciglan via FreeRDP-devel
Thank you, will look into it. Martin On 2018-10-01 13:33, R0b0t1 wrote: On Mon, Oct 1, 2018 at 12:15 PM Martin Ciglan via FreeRDP-devel wrote: Hi I would like to implement GPU HW decoding support into freeRDP 2, which should be run on particular SBC like raspberry or similar. Two quest

Re: [FreeRDP-devel] GPU HW decoding support in freeRDP 2

2018-10-01 Thread R0b0t1 via FreeRDP-devel
On Mon, Oct 1, 2018 at 12:15 PM Martin Ciglan via FreeRDP-devel wrote: > > Hi > > I would like to implement GPU HW decoding support into freeRDP 2, which > should be run on particular SBC like raspberry or similar. Two questions > comes into my mind first: > > 1. Is that technicaly possible? > 2.

Re: [FreeRDP-devel] GPU HW decoding support in freeRDP 2

2018-10-01 Thread Armin Novak via FreeRDP-devel
Hi Martin, 1) what you try might be limited to certain modes of operation (specifically the AVC420 and AVC444 modes which are H264 with some filters applied after decoding) It is a lot of work though, as the whole GDI stuff needs to support other backends (textures/...) Might be a good idea to

[FreeRDP-devel] GPU HW decoding support in freeRDP 2

2018-10-01 Thread Martin Ciglan via FreeRDP-devel
Hi I would like to implement GPU HW decoding support into freeRDP 2, which should be run on particular SBC like raspberry or similar. Two questions comes into my mind first: 1. Is that technicaly possible? 2. If so, where in project should be placed? Best Regards Martin __