Quoting Paul B Mahol (2022-07-05 17:45:20) > Hello, > > Patch attached. > > From 62fce2bfd811eb4fb86b5907d62e67f0a2d033ff Mon Sep 17 00:00:00 2001 > From: Paul B Mahol <one...@gmail.com> > Date: Sun, 3 Jul 2022 23:50:05 +0200 > Subject: [PATCH] avcodec: add Radiance HDR image format support > > Signed-off-by: Paul B Mahol <one...@gmail.com> > --- > doc/general_contents.texi | 2 + > libavcodec/Makefile | 2 + > libavcodec/allcodecs.c | 2 + > libavcodec/codec_desc.c | 7 ++ > libavcodec/codec_id.h | 1 + > libavcodec/hdrdec.c | 212 ++++++++++++++++++++++++++++++++++++++ > libavcodec/hdrenc.c | 188 +++++++++++++++++++++++++++++++++ > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/img2.c | 1 + > libavformat/img2dec.c | 8 ++ > libavformat/img2enc.c | 2 +- > 12 files changed, 426 insertions(+), 1 deletion(-) > create mode 100644 libavcodec/hdrdec.c > create mode 100644 libavcodec/hdrenc.c
without this codec having tests the time cube cannot be completed -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".