[FFmpeg-devel] [PATCH] avcodec: add Radiance HDR image format support
Anton Khirnov
anton at khirnov.net
Tue Jul 5 20:12:45 EEST 2022
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 <onemda at 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 <onemda at 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
More information about the ffmpeg-devel
mailing list