[FFmpeg-devel] [PATCH V7] Patch to add interlaced HEVC decoding to HEVCDEC
Anton Khirnov
anton at khirnov.net
Thu Nov 28 16:00:41 EET 2024
Hi,
Quoting Jose Santiago (2024-11-08 18:05:14)
> From 613629758c059c941a43c3e1b64de59f4076f746 Mon Sep 17 00:00:00 2001
> From: Jose Santiago <jsantiago at haivision.com>
> Date: Fri, 8 Nov 2024 10:57:07 -0600
> Subject: [PATCH V7] Patch to add interlaced HEVC decoding to HEVCDEC
>
> V7 Fixes FATE regression and cropping for reconstructed field pictures.
>
> ---
> libavcodec/hevc/hevcdec.c | 24 ++-
> libavcodec/hevc/hevcdec.h | 13 ++
> libavcodec/hevc/refs.c | 426 +++++++++++++++++++++++++++++++++++++-
> libavcodec/hevc/sei.c | 16 +-
> libavcodec/hevc/sei.h | 129 +++++++++++-
> 5 files changed, 583 insertions(+), 25 deletions(-)
This seems like way too much complexity for what essentially seems to be
just weave inside a decoder.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list