Re: [PATCH] media: hantro: Support H264 profile control

2020-02-03 Thread Tomasz Figa
On Mon, Feb 3, 2020 at 9:00 PM Hans Verkuil wrote: > > On 2/3/20 12:13 PM, Tomasz Figa wrote: > > On Sat, Jan 18, 2020 at 10:31 PM Nicolas Dufresne > > wrote: > >> > >> Le vendredi 10 janvier 2020 à 13:31 +0100, Hans Verkuil a écrit : > >>> On 11/29/19 1:16 AM, Tomasz Figa wrote: > On Sat,

Re: [PATCH] media: hantro: Support H264 profile control

2020-02-03 Thread Hans Verkuil
On 2/3/20 12:13 PM, Tomasz Figa wrote: > On Sat, Jan 18, 2020 at 10:31 PM Nicolas Dufresne > wrote: >> >> Le vendredi 10 janvier 2020 à 13:31 +0100, Hans Verkuil a écrit : >>> On 11/29/19 1:16 AM, Tomasz Figa wrote: On Sat, Nov 23, 2019 at 1:52 AM Nicolas Dufresne wrote: > Le samed

Re: [PATCH] media: hantro: Support H264 profile control

2020-02-03 Thread Tomasz Figa
On Sat, Jan 18, 2020 at 10:31 PM Nicolas Dufresne wrote: > > Le vendredi 10 janvier 2020 à 13:31 +0100, Hans Verkuil a écrit : > > On 11/29/19 1:16 AM, Tomasz Figa wrote: > > > On Sat, Nov 23, 2019 at 1:52 AM Nicolas Dufresne > > > wrote: > > > > Le samedi 23 novembre 2019 à 01:00 +0900, Tomasz F

Re: [PATCH] media: hantro: Support H264 profile control

2020-01-18 Thread Nicolas Dufresne
Le vendredi 10 janvier 2020 à 13:31 +0100, Hans Verkuil a écrit : > On 11/29/19 1:16 AM, Tomasz Figa wrote: > > On Sat, Nov 23, 2019 at 1:52 AM Nicolas Dufresne > > wrote: > > > Le samedi 23 novembre 2019 à 01:00 +0900, Tomasz Figa a écrit : > > > > On Sat, Nov 23, 2019 at 12:09 AM Nicolas Dufresn

Re: [PATCH] media: hantro: Support H264 profile control

2020-01-10 Thread Ezequiel Garcia
Hello Hirokazu, Hans, On Fri, 2020-01-10 at 13:31 +0100, Hans Verkuil wrote: > On 11/29/19 1:16 AM, Tomasz Figa wrote: > > On Sat, Nov 23, 2019 at 1:52 AM Nicolas Dufresne > > wrote: > > > Le samedi 23 novembre 2019 à 01:00 +0900, Tomasz Figa a écrit : > > > > On Sat, Nov 23, 2019 at 12:09 AM Ni

Re: [PATCH] media: hantro: Support H264 profile control

2020-01-10 Thread Hans Verkuil
On 11/29/19 1:16 AM, Tomasz Figa wrote: > On Sat, Nov 23, 2019 at 1:52 AM Nicolas Dufresne wrote: >> >> Le samedi 23 novembre 2019 à 01:00 +0900, Tomasz Figa a écrit : >>> On Sat, Nov 23, 2019 at 12:09 AM Nicolas Dufresne >>> wrote: Le vendredi 22 novembre 2019 à 14:16 +0900, Hirokazu Honda

Re: [PATCH] media: hantro: Support H264 profile control

2019-11-28 Thread Tomasz Figa
On Sat, Nov 23, 2019 at 1:52 AM Nicolas Dufresne wrote: > > Le samedi 23 novembre 2019 à 01:00 +0900, Tomasz Figa a écrit : > > On Sat, Nov 23, 2019 at 12:09 AM Nicolas Dufresne > > wrote: > > > Le vendredi 22 novembre 2019 à 14:16 +0900, Hirokazu Honda a écrit : > > > > The Hantro G1 decoder su

Re: [PATCH] media: hantro: Support H264 profile control

2019-11-22 Thread Nicolas Dufresne
Le samedi 23 novembre 2019 à 01:00 +0900, Tomasz Figa a écrit : > On Sat, Nov 23, 2019 at 12:09 AM Nicolas Dufresne > wrote: > > Le vendredi 22 novembre 2019 à 14:16 +0900, Hirokazu Honda a écrit : > > > The Hantro G1 decoder supports H.264 profiles from Baseline to High, with > > > the exception

Re: [PATCH] media: hantro: Support H264 profile control

2019-11-22 Thread Tomasz Figa
On Sat, Nov 23, 2019 at 12:09 AM Nicolas Dufresne wrote: > > Le vendredi 22 novembre 2019 à 14:16 +0900, Hirokazu Honda a écrit : > > The Hantro G1 decoder supports H.264 profiles from Baseline to High, with > > the exception of the Extended profile. > > > > Expose the V4L2_CID_MPEG_VIDEO_H264_PRO

Re: [PATCH] media: hantro: Support H264 profile control

2019-11-22 Thread Nicolas Dufresne
Le vendredi 22 novembre 2019 à 14:16 +0900, Hirokazu Honda a écrit : > The Hantro G1 decoder supports H.264 profiles from Baseline to High, with > the exception of the Extended profile. > > Expose the V4L2_CID_MPEG_VIDEO_H264_PROFILE control, so that the > applications can query the driver for the

[PATCH] media: hantro: Support H264 profile control

2019-11-21 Thread Hirokazu Honda
The Hantro G1 decoder supports H.264 profiles from Baseline to High, with the exception of the Extended profile. Expose the V4L2_CID_MPEG_VIDEO_H264_PROFILE control, so that the applications can query the driver for the list of supported profiles. Signed-off-by: Hirokazu Honda --- drivers/stagi