Re: [FFmpeg-devel] [PATCH] Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutil.

2018-12-21 Thread Vittorio Giovara
On Thu, Dec 20, 2018 at 8:14 PM Mohammad Izadi wrote: > From: Mohammad Izadi > > The dynamic metadata contains data for color volume transform - > application 4 of SMPTE 2094-40:2016 standard. The data comes from HEVC in > the SEI_TYPE_USER_DATA_REGISTERED_ITU_T_T35. > > pushed, thanks --

[FFmpeg-devel] [PATCH] Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutil.

2018-12-20 Thread Mohammad Izadi
From: Mohammad Izadi The dynamic metadata contains data for color volume transform - application 4 of SMPTE 2094-40:2016 standard. The data comes from HEVC in the SEI_TYPE_USER_DATA_REGISTERED_ITU_T_T35. I'll add support to HEVC in a follow-up. --- libavutil/Makefile | 2 +

Re: [FFmpeg-devel] [PATCH] Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutil.

2018-12-20 Thread Mohammad Izadi
Thank you! Please go ahead and push the patch. -- Best, Mohammad On Thu, Dec 20, 2018 at 11:07 AM Vittorio Giovara < vittorio.giov...@gmail.com> wrote: > On Thu, Dec 20, 2018 at 7:18 PM Mohammad Izadi > wrote: > > > Hi Vittorio, > > > > Thank you for your feedback ! Here is my answers to your

Re: [FFmpeg-devel] [PATCH] Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutil.

2018-12-20 Thread Vittorio Giovara
On Thu, Dec 20, 2018 at 7:18 PM Mohammad Izadi wrote: > Hi Vittorio, > > Thank you for your feedback ! Here is my answers to your questions: > > I thought we were going to rename the header as dynamic_hdr.h since it may > contain multiple variants of metadata. > Also I believe "metadata" in the

Re: [FFmpeg-devel] [PATCH] Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutil.

2018-12-20 Thread Mohammad Izadi
Hi Vittorio, Thank you for your feedback ! Here is my answers to your questions: I thought we were going to rename the header as dynamic_hdr.h since it may contain multiple variants of metadata. Also I believe "metadata" in the name is redundant, but won't insist too much if you have strong

Re: [FFmpeg-devel] [PATCH] Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutil.

2018-12-19 Thread Vittorio Giovara
On Wed, Dec 19, 2018 at 7:08 PM Mohammad Izadi wrote: > From: Mohammad Izadi > > The dynamic metadata contains data for color volume transform - > application 4 of SMPTE 2094-40:2016 standard. The data comes from HEVC in > the SEI_TYPE_USER_DATA_REGISTERED_ITU_T_T35. > > I'll add support to

[FFmpeg-devel] [PATCH] Add HDR dynamic metadata struct (for SMPTE 2094-40) to libavutil.

2018-12-19 Thread Mohammad Izadi
From: Mohammad Izadi The dynamic metadata contains data for color volume transform - application 4 of SMPTE 2094-40:2016 standard. The data comes from HEVC in the SEI_TYPE_USER_DATA_REGISTERED_ITU_T_T35. I'll add support to HEVC in a follow-up. --- libavutil/Makefile | 2 +