On Wed, Jan 16, 2019 at 11:54:42 -0800, Mohammad Izadi wrote:
> Subject: Support HDR dynamic metdata (HDR10+) in HEVC decoder.
^ Nit no. 1: metadata
Nit no. 2: Preferred format:
avcodec/hevcdec: add support for HDR dynamic metadata (HDR10+)
> +if (((row
Asking my questions again:
Q(James): Does this mean each frame can potentially have a few different
parameters if dimensions change between them? If that's the case, then
creating new references for the same buffer will not be possible, as the
buffer becomes non writable once there's more than one
Q(James): Does this mean each frame can potentially have a few different
parameters if dimensions change between them? If that's the case, then
creating new references for the same buffer will not be possible, as the
buffer becomes non writable once there's more than one reference.
A: The window ha
On Tue, 8 Jan 2019 at 00:26, Mohammad Izadi wrote:
> ---
> libavcodec/hevc_sei.c | 236 --
> libavcodec/hevc_sei.h | 6 ++
> libavcodec/hevcdec.c | 19
> 3 files changed, 255 insertions(+), 6 deletions(-)
>
> diff --git a/libavcodec/hevc_sei.c b/l
On 1/7/2019 8:55 PM, Mohammad Izadi wrote:
> ---
> libavcodec/hevc_sei.c | 236 --
> libavcodec/hevc_sei.h | 6 ++
> libavcodec/hevcdec.c | 19
> 3 files changed, 255 insertions(+), 6 deletions(-)
>
> diff --git a/libavcodec/hevc_sei.c b/libavcodec
Hi James,
Thank you for your comments. I applied all your notes and will sent you two
patches in reply to your email.
--
Best,
Mohammad
On Wed, Dec 26, 2018 at 12:11 PM James Almer wrote:
> On 12/26/2018 4:40 PM, Mohammad Izadi wrote:
> > Decode HDR10+ metadata from SEI message and propagate
On 12/26/2018 4:40 PM, Mohammad Izadi wrote:
> Decode HDR10+ metadata from SEI message and propagate it to side data.
> ---
> libavcodec/avcodec.h | 10 +-
> libavcodec/avpacket.c | 1 +
> libavcodec/decode.c | 2 +-
> libavcodec/hevc_sei.c | 234 --