[FFmpeg-devel] [PATCH 0/1] Sending my broken patch via git

2024-07-26 Thread tonetechnician
From: Sean Devonport My last patch wasn't able to be merged as I sent it from within the Mail client from MacOS. Attempting to send via git send-email now. Sean Devonport (1): lavc/exr: decode_block() fails when input resolution not exactly divisable by 8 libavcodec/exr.c | 4 ++-- 1 f

[FFmpeg-devel] [PATCH 1/1] lavc/exr: decode_block() fails when input resolution not exactly divisable by 8

2024-07-26 Thread tonetechnician
From: Sean Devonport This stops decode_block() from failing when the .exr resolution is not divisable by 8 (e.g 108x192). The dc_w and dc_h needs to be round up and not down. --- libavcodec/exr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/exr.c b/libavco

[FFmpeg-devel] [PATCH 0/1] lavc/exr: decode_block() fails when input resolution not

2024-07-26 Thread tonetechnician
From: Sean Devonport This fixes the commit message body wrapping between lines 60 and 72 Sean Devonport (1): lavc/exr: decode_block() fails when input resolution not exactly divisable by 8 libavcodec/exr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.39.3 (Apple Git-1

[FFmpeg-devel] [PATCH 1/1] lavc/exr: decode_block() fails when input resolution not exactly divisable by 8

2024-07-26 Thread tonetechnician
From: Sean Devonport This stops decode_block() from failing when the .exr resolution is not divisable by 8 (e.g 108x192). The dc_w and dc_h needs to be round up and not down. --- libavcodec/exr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/exr.c b/libavcod

[FFmpeg-devel] [PATCH 0/1] lavc/exr: decode_block() fails when input resolution not

2024-07-26 Thread tonetechnician
From: Sean Devonport Fixes word wrap in commit message Sean Devonport (1): lavc/exr: decode_block() fails when input resolution not exactly divisable by 8 libavcodec/exr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.39.3 (Apple Git-146) _

[FFmpeg-devel] [PATCH 1/1] lavc/exr: decode_block() fails when input resolution not exactly divisable by 8

2024-07-26 Thread tonetechnician
From: Sean Devonport This stops decode_block() from failing when the .exr resolution is not divisable by 8 (e.g 108x192). The dc_w and dc_h needs to be round up and not down. --- libavcodec/exr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/exr.c b/libavcod