mbox series

[FFmpeg-devel,0/5] JPEG XL Animation Changes

Message ID 20230608142637.45033-1-leo.izen@gmail.com
Headers show
Series JPEG XL Animation Changes | expand

Message

Leo Izen June 8, 2023, 2:26 p.m. UTC
Three patches from michalni copied exactly as is from the ML just placed
here for clarity.

The two authored by me, the probe change is cosmetic, and the animation
dec change fixes the issue referenced a cvslog email: <20230608002033.GF870501@pb2>

Leo Izen (2):
  avformat/jpegxl_probe: inline various ret < 0 checks
  avformat/jpegxl_anim_dec: avoid overrun with jxlp boxes in container

Michael Niedermayer (3):
  avformat/jpegxl_probe: Remove intermediate macro obfuscation around
    get_bits*()
  avformat/jpegxl_probe: check length instead of blindly reading
  avformat/jpegxl_probe: Forward error codes

 libavformat/jpegxl_anim_dec.c |   8 +-
 libavformat/jpegxl_probe.c    | 198 ++++++++++++++++++----------------
 2 files changed, 112 insertions(+), 94 deletions(-)