Re: [libav-devel] [PATCH 2/8] libavutil: add mastering display metadata sidedata

2017-04-20 Thread Vittorio Giovara
On Tue, Apr 11, 2017 at 9:35 AM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2017-04-10 14:44:38) >> On Fri, Apr 7, 2017 at 3:13 PM, James Almer wrote: >> > On 4/7/2017 3:20 PM, Vittorio Giovara wrote: >> >> On Fri, Apr 7, 2017 at 8:13 PM, James Almer

Re: [libav-devel] [PATCH 2/8] libavutil: add mastering display metadata sidedata

2017-04-11 Thread Anton Khirnov
Quoting Vittorio Giovara (2017-04-10 14:44:38) > On Fri, Apr 7, 2017 at 3:13 PM, James Almer wrote: > > On 4/7/2017 3:20 PM, Vittorio Giovara wrote: > >> On Fri, Apr 7, 2017 at 8:13 PM, James Almer wrote: > >>> On 4/7/2017 1:48 PM, Vittorio Giovara wrote: >

Re: [libav-devel] [PATCH 2/8] libavutil: add mastering display metadata sidedata

2017-04-10 Thread Vittorio Giovara
On Fri, Apr 7, 2017 at 3:13 PM, James Almer wrote: > On 4/7/2017 3:20 PM, Vittorio Giovara wrote: >> On Fri, Apr 7, 2017 at 8:13 PM, James Almer wrote: >>> On 4/7/2017 1:48 PM, Vittorio Giovara wrote: On Fri, Apr 7, 2017 at 2:27 PM, Steve Lhomme

Re: [libav-devel] [PATCH 2/8] libavutil: add mastering display metadata sidedata

2017-04-07 Thread James Almer
On 4/7/2017 3:20 PM, Vittorio Giovara wrote: > On Fri, Apr 7, 2017 at 8:13 PM, James Almer wrote: >> On 4/7/2017 1:48 PM, Vittorio Giovara wrote: >>> On Fri, Apr 7, 2017 at 2:27 PM, Steve Lhomme wrote: + * @note The struct should be allocated with

Re: [libav-devel] [PATCH 2/8] libavutil: add mastering display metadata sidedata

2017-04-07 Thread Vittorio Giovara
On Fri, Apr 7, 2017 at 8:13 PM, James Almer wrote: > On 4/7/2017 1:48 PM, Vittorio Giovara wrote: >> On Fri, Apr 7, 2017 at 2:27 PM, Steve Lhomme wrote: >>> + * @note The struct should be allocated with >>> av_mastering_display_metadata_alloc() >>> + *

Re: [libav-devel] [PATCH 2/8] libavutil: add mastering display metadata sidedata

2017-04-07 Thread James Almer
On 4/7/2017 1:48 PM, Vittorio Giovara wrote: > On Fri, Apr 7, 2017 at 2:27 PM, Steve Lhomme wrote: >> + * @note The struct should be allocated with >> av_mastering_display_metadata_alloc() >> + * and its size is not a part of the public ABI. >> + */ >> +typedef struct

Re: [libav-devel] [PATCH 2/8] libavutil: add mastering display metadata sidedata

2017-04-07 Thread Vittorio Giovara
On Fri, Apr 7, 2017 at 2:27 PM, Steve Lhomme wrote: > + * @note The struct should be allocated with > av_mastering_display_metadata_alloc() > + * and its size is not a part of the public ABI. > + */ > +typedef struct AVMasteringDisplayMetadata { > +}

[libav-devel] [PATCH 2/8] libavutil: add mastering display metadata sidedata

2017-04-07 Thread Steve Lhomme
From: Neil Birkbeck Adding mastering display metadata struct to avutil. The mastering display metadata contains information about the mastering display color volume (SMPTE 2086:2014). This info comes from HEVC in the SEI_TYPE_MASTERING_DISPLAY_INFO and is soon to be