Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add new controls for QP and layer bitrate
@ 2020-09-21 13:01 Dikshita Agarwal
  0 siblings, 0 replies; 4+ messages in thread
From: Dikshita Agarwal @ 2020-09-21 13:01 UTC (permalink / raw)
  To: linux-media, linux-kernel, linux-arm-msm
  Cc: mchehab, hverkuil-cisco, ezequiel, stanimir.varbanov, vgarodia,
	majja, Dikshita Agarwal

This series adds frame specific min/max qp controls for hevc and layer
wise bitrate control for h264.

change since v1:
 corrected email.

Dikshita Agarwal (2):
  media: v4l2-ctrl: Add frame-specific min/max qp controls for hevc
  media: v4l2-ctrl: Add layer wise bitrate controls for h264

 .../userspace-api/media/v4l/ext-ctrls-codec.rst    | 74 +++++++++++++++++++++-
 drivers/media/v4l2-core/v4l2-ctrls.c               | 15 +++++
 include/uapi/linux/v4l2-controls.h                 | 17 +++++
 3 files changed, 104 insertions(+), 2 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2 0/2] Add new controls for QP and layer bitrate
@ 2020-09-21 13:03 Dikshita Agarwal
  2020-09-24 17:42 ` Nicolas Dufresne
  0 siblings, 1 reply; 4+ messages in thread
From: Dikshita Agarwal @ 2020-09-21 13:03 UTC (permalink / raw)
  To: linux-media, linux-kernel, linux-arm-msm
  Cc: mchehab, hverkuil-cisco, ezequiel, stanimir.varbanov, vgarodia,
	majja, Dikshita Agarwal

This series adds frame specific min/max qp controls for hevc and layer
wise bitrate control for h264.

Chnage since v1:
 corrected email.

Dikshita Agarwal (2):
  media: v4l2-ctrl: Add frame-specific min/max qp controls for hevc
  media: v4l2-ctrl: Add layer wise bitrate controls for h264

 .../userspace-api/media/v4l/ext-ctrls-codec.rst    | 74 +++++++++++++++++++++-
 drivers/media/v4l2-core/v4l2-ctrls.c               | 15 +++++
 include/uapi/linux/v4l2-controls.h                 | 17 +++++
 3 files changed, 104 insertions(+), 2 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 0/2] Add new controls for QP and layer bitrate
  2020-09-21 13:03 Dikshita Agarwal
@ 2020-09-24 17:42 ` Nicolas Dufresne
  2020-11-11 11:47   ` Hans Verkuil
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Dufresne @ 2020-09-24 17:42 UTC (permalink / raw)
  To: Dikshita Agarwal, linux-media, linux-kernel, linux-arm-msm
  Cc: mchehab, hverkuil-cisco, ezequiel, stanimir.varbanov, vgarodia,
	majja

Le lundi 21 septembre 2020 à 18:33 +0530, Dikshita Agarwal a écrit :
> This series adds frame specific min/max qp controls for hevc and layer
> wise bitrate control for h264.

Any chance you could append your driver changes with this set ? I don't
think new APIs ever make it without a driver using it.

> 
> Chnage since v1:
>  corrected email.
> 
> Dikshita Agarwal (2):
>   media: v4l2-ctrl: Add frame-specific min/max qp controls for hevc
>   media: v4l2-ctrl: Add layer wise bitrate controls for h264
> 
>  .../userspace-api/media/v4l/ext-ctrls-codec.rst    | 74 +++++++++++++++++++++-
>  drivers/media/v4l2-core/v4l2-ctrls.c               | 15 +++++
>  include/uapi/linux/v4l2-controls.h                 | 17 +++++
>  3 files changed, 104 insertions(+), 2 deletions(-)
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 0/2] Add new controls for QP and layer bitrate
  2020-09-24 17:42 ` Nicolas Dufresne
@ 2020-11-11 11:47   ` Hans Verkuil
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Verkuil @ 2020-11-11 11:47 UTC (permalink / raw)
  To: Nicolas Dufresne, Dikshita Agarwal, linux-media, linux-kernel,
	linux-arm-msm
  Cc: mchehab, ezequiel, stanimir.varbanov, vgarodia, majja

On 24/09/2020 19:42, Nicolas Dufresne wrote:
> Le lundi 21 septembre 2020 à 18:33 +0530, Dikshita Agarwal a écrit :
>> This series adds frame specific min/max qp controls for hevc and layer
>> wise bitrate control for h264.
> 
> Any chance you could append your driver changes with this set ? I don't
> think new APIs ever make it without a driver using it.

Indeed. I'll mark this as 'Changes Requested' in patchwork: I do need a
version that actually uses these new controls in a driver.

Regards,

	Hans

> 
>>
>> Chnage since v1:
>>  corrected email.
>>
>> Dikshita Agarwal (2):
>>   media: v4l2-ctrl: Add frame-specific min/max qp controls for hevc
>>   media: v4l2-ctrl: Add layer wise bitrate controls for h264
>>
>>  .../userspace-api/media/v4l/ext-ctrls-codec.rst    | 74 +++++++++++++++++++++-
>>  drivers/media/v4l2-core/v4l2-ctrls.c               | 15 +++++
>>  include/uapi/linux/v4l2-controls.h                 | 17 +++++
>>  3 files changed, 104 insertions(+), 2 deletions(-)
>>
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-11 11:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-21 13:01 [PATCH v2 0/2] Add new controls for QP and layer bitrate Dikshita Agarwal
  -- strict thread matches above, loose matches on Subject: below --
2020-09-21 13:03 Dikshita Agarwal
2020-09-24 17:42 ` Nicolas Dufresne
2020-11-11 11:47   ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox