Re: [FFmpeg-devel] [PATCH 25/25] hwcontext_drm: do not require drm device

2019-09-13 Thread Aman Gupta
On Thu, Sep 12, 2019 at 5:05 PM Mark Thompson wrote: > On 03/09/2019 02:02, Aman Gupta wrote: > > From: Jonas Karlman > > > > This allows the cli to create a dummy drm hwcontext > > that can be shared between the v4l2 decoder/scaler/encoder. > > > > This is especially useful on older RPI3 where

Re: [FFmpeg-devel] [PATCH 25/25] hwcontext_drm: do not require drm device

2019-09-12 Thread Mark Thompson
On 03/09/2019 02:02, Aman Gupta wrote: > From: Jonas Karlman > > This allows the cli to create a dummy drm hwcontext > that can be shared between the v4l2 decoder/scaler/encoder. > > This is especially useful on older RPI3 where /dev/dri devices > are not available in the default configuration.

[FFmpeg-devel] [PATCH 25/25] hwcontext_drm: do not require drm device

2019-09-02 Thread Aman Gupta
From: Jonas Karlman This allows the cli to create a dummy drm hwcontext that can be shared between the v4l2 decoder/scaler/encoder. This is especially useful on older RPI3 where /dev/dri devices are not available in the default configuration. Signed-off-by: Jonas Karlman Signed-off-by: Aman Gu