Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1615151

Re: [Patch v3 07/11] Documentation: v4l: Documentation for HEVC v4l2 definition

From Hans Verkuil <hverkuil@xs4all.nl>
Newsgroups linux.kernel
Subject Re: [Patch v3 07/11] Documentation: v4l: Documentation for HEVC v4l2 definition
Date 2017-04-03 14:20 +0200
Message-ID <ts97J-6L2-39@gated-at.bofh.it> (permalink)
References <tr0Jb-2AS-7@gated-at.bofh.it> <tr0Jd-2AS-67@gated-at.bofh.it> <tr0Jd-2AS-65@gated-at.bofh.it> <ts5ns-4l0-23@gated-at.bofh.it> <ts97I-6L2-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 04/03/2017 02:12 PM, Smitha T Murthy wrote:
> On Mon, 2017-04-03 at 10:10 +0200, Hans Verkuil wrote:
>> On 03/31/2017 11:06 AM, Smitha T Murthy wrote:
>>> Add V4L2 definition for HEVC compressed format
>>>
>>> Signed-off-by: Smitha T Murthy <smitha.t@samsung.com>
>>> Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
>>> ---
>>>  Documentation/media/uapi/v4l/pixfmt-013.rst | 5 +++++
>>>  1 file changed, 5 insertions(+)
>>>
>>> diff --git a/Documentation/media/uapi/v4l/pixfmt-013.rst b/Documentation/media/uapi/v4l/pixfmt-013.rst
>>> index 728d7ed..ff4cac2 100644
>>> --- a/Documentation/media/uapi/v4l/pixfmt-013.rst
>>> +++ b/Documentation/media/uapi/v4l/pixfmt-013.rst
>>> @@ -90,3 +90,8 @@ Compressed Formats
>>>        - ``V4L2_PIX_FMT_VP9``
>>>        - 'VP90'
>>>        - VP9 video elementary stream.
>>> +    * .. _V4L2-PIX-FMT-HEVC:
>>> +
>>> +      - ``V4L2_PIX_FMT_HEVC``
>>> +      - 'HEVC'
>>> +      - HEVC video elementary stream.
>>>
>>
>> You should mention here that HEVC == H.265.
>>
>> Regards,
>>
>> 	Hans
>>
> Do you mean change to "HEVC/H.265 video elementary stream" ?

Yes, that should do it.

Regards,

	Hans

> 
> Thank you for the review.
> Regards,
> Smitha
>>
> 
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[Patch v3 00/11] Add MFC v10.10 support Smitha T Murthy <smitha.t@samsung.com> - 2017-03-31 11:10 +0200
  [Patch v3 02/11] [media] s5p-mfc: Adding initial support for MFC v10.10 Smitha T Murthy <smitha.t@samsung.com> - 2017-03-31 11:10 +0200
  [Patch v3 08/11] [media] s5p-mfc: Add VP9 decoder support Smitha T Murthy <smitha.t@samsung.com> - 2017-03-31 11:10 +0200
  [Patch v3 01/11] [media] s5p-mfc: Rename IS_MFCV8 macro Smitha T Murthy <smitha.t@samsung.com> - 2017-03-31 11:10 +0200
  [Patch v3 11/11] Documention: v4l: Documentation for HEVC CIDs Smitha T Murthy <smitha.t@samsung.com> - 2017-03-31 11:10 +0200
    Re: [Patch v3 11/11] Documention: v4l: Documentation for HEVC CIDs Hans Verkuil <hverkuil@xs4all.nl> - 2017-04-03 10:30 +0200
      Re: [Patch v3 11/11] Documention: v4l: Documentation for HEVC CIDs Smitha T Murthy <smitha.t@samsung.com> - 2017-04-04 12:40 +0200
  [Patch v3 07/11] Documentation: v4l: Documentation for HEVC v4l2  definition Smitha T Murthy <smitha.t@samsung.com> - 2017-03-31 11:10 +0200
    Re: [Patch v3 07/11] Documentation: v4l: Documentation for HEVC v4l2  definition Hans Verkuil <hverkuil@xs4all.nl> - 2017-04-03 10:20 +0200
      Re: [Patch v3 07/11] Documentation: v4l: Documentation for HEVC v4l2  definition Smitha T Murthy <smitha.t@samsung.com> - 2017-04-03 14:20 +0200
        Re: [Patch v3 07/11] Documentation: v4l: Documentation for HEVC v4l2  definition Hans Verkuil <hverkuil@xs4all.nl> - 2017-04-03 14:20 +0200
          Re: [Patch v3 07/11] Documentation: v4l: Documentation for HEVC v4l2  definition Smitha T Murthy <smitha.t@samsung.com> - 2017-04-03 14:20 +0200
  [Patch v3 06/11] [media] s5p-mfc: Add support for HEVC decoder Smitha T Murthy <smitha.t@samsung.com> - 2017-03-31 11:10 +0200
    Re: [Patch v3 06/11] [media] s5p-mfc: Add support for HEVC decoder Hans Verkuil <hverkuil@xs4all.nl> - 2017-04-03 10:20 +0200
      Re: [Patch v3 06/11] [media] s5p-mfc: Add support for HEVC decoder Smitha T Murthy <smitha.t@samsung.com> - 2017-04-03 14:20 +0200
  [Patch v3 09/11] [media] v4l2: Add v4l2 control IDs for HEVC  encoder Smitha T Murthy <smitha.t@samsung.com> - 2017-03-31 11:10 +0200
    Re: [Patch v3 09/11] [media] v4l2: Add v4l2 control IDs for HEVC  encoder Hans Verkuil <hverkuil@xs4all.nl> - 2017-04-03 10:30 +0200
      Re: [Patch v3 09/11] [media] v4l2: Add v4l2 control IDs for HEVC  encoder Smitha T Murthy <smitha.t@samsung.com> - 2017-04-03 14:20 +0200
  [Patch v3 03/11] [media] s5p-mfc: Use min scratch buffer size as  provided by F/W Smitha T Murthy <smitha.t@samsung.com> - 2017-03-31 11:10 +0200
  Re: [Patch v3 00/11] Add MFC v10.10 support Andrzej Hajda <a.hajda@samsung.com> - 2017-03-31 15:40 +0200
    Re: [Patch v3 00/11] Add MFC v10.10 support Smitha T Murthy <smitha.t@samsung.com> - 2017-04-03 08:20 +0200

csiph-web