Re: [FFmpeg-devel] [PATCH v2] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-02-16 Thread Andriy Gelman
On Sat, 01. Feb 22:38, Mark Thompson wrote: > On 19/01/2020 19:54, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Hard coded parameters for qmin and qmax are currently used to initialize > > v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they > > are set. > > > > Signe

Re: [FFmpeg-devel] [PATCH v2] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-02-02 Thread Andriy Gelman
On Sun, 02. Feb 12:30, Mark Thompson wrote: > On 02/02/2020 01:33, Andriy Gelman wrote: > > On Sat, 01. Feb 22:38, Mark Thompson wrote: > >> On 19/01/2020 19:54, Andriy Gelman wrote: > >>> From: Andriy Gelman > >>> > >>> Hard coded parameters for qmin and qmax are currently used to initialize > >>

Re: [FFmpeg-devel] [PATCH v2] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-02-02 Thread Mark Thompson
On 02/02/2020 01:33, Andriy Gelman wrote: > On Sat, 01. Feb 22:38, Mark Thompson wrote: >> On 19/01/2020 19:54, Andriy Gelman wrote: >>> From: Andriy Gelman >>> >>> Hard coded parameters for qmin and qmax are currently used to initialize >>> v4l2_m2m device. This commit uses values from avctx->{qm

Re: [FFmpeg-devel] [PATCH v2] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-02-01 Thread Andriy Gelman
On Sat, 01. Feb 22:38, Mark Thompson wrote: > On 19/01/2020 19:54, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Hard coded parameters for qmin and qmax are currently used to initialize > > v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they > > are set. > > > > Signe

Re: [FFmpeg-devel] [PATCH v2] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-02-01 Thread Mark Thompson
On 19/01/2020 19:54, Andriy Gelman wrote: > From: Andriy Gelman > > Hard coded parameters for qmin and qmax are currently used to initialize > v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they > are set. > > Signed-off-by: Andriy Gelman > --- > libavcodec/v4l2_m2m_enc.c

Re: [FFmpeg-devel] [PATCH v2] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-01-23 Thread Gyan
On 20-01-2020 01:24 am, Andriy Gelman wrote: From: Andriy Gelman Hard coded parameters for qmin and qmax are currently used to initialize v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they are set. Signed-off-by: Andriy Gelman --- libavcodec/v4l2_m2m_enc.c | 33 +

[FFmpeg-devel] [PATCH v2] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-01-19 Thread Andriy Gelman
From: Andriy Gelman Hard coded parameters for qmin and qmax are currently used to initialize v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they are set. Signed-off-by: Andriy Gelman --- libavcodec/v4l2_m2m_enc.c | 33 +++-- 1 file changed, 31 i