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
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
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
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
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)
_
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