From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id D462E4686A for ; Sat, 22 Jul 2023 00:12:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9419668C630; Sat, 22 Jul 2023 03:12:49 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5F72B68C16B for ; Sat, 22 Jul 2023 03:12:43 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id A49DD106015A for ; Sat, 22 Jul 2023 00:12:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1689984762; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=Yw5OufRI2iyPSpmWFRZUmVyZowrPrGid5leu1ieKH+A=; b=qWjQxnHTTVqT6QlT/VRsGbgtUvPRauTLELHCNAwab2FfsuTZM6h/QJtjdMpwhxu4 fMqCJy7kfeggpLNc+UMSxebvpo9U1XBm6q+W1Bf058InxDMK+HEYJTww1EgC7PzwSnI pXYSw3QCM7MCAbD8WHbym3IXuJivK6AdKp4hI6YGCO0EnooygKK60l0MsXhdWxienYo bcwspv9SB0DcfxRZntPrZ1h3ovhKQc3nqZij78MZ+ju+WdXeKtbILUyluizZ2TXt23l 6WyS7bmiBf1gT68MtJoZP/PP+3vYDOoEkjU2VWlt4mox1MJvnQSLW6WYnjkI21H3bQv U4C+J5N1pA== Date: Sat, 22 Jul 2023 02:12:42 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20230721133746.33335-1-jdek@itanimul.li-N_sf260--B-9> References: <20230721133746.33335-1-jdek@itanimul.li> <20230721133746.33335-1-jdek@itanimul.li-N_sf260--B-9> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 1/7] lavu: add ecinfo sidedata X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Jul 21, 2023, 15:38 by jdek@itanimul.li: > Add sidedata for passing basic Error Concealment information helpful to > a renderer or end user attempting to filter or conceal video decoding > errors and artifacts. > > Co-Authored-By: Thomas Guillem > Signed-off-by: J. Dekker > --- > libavutil/Makefile | 2 ++ > libavutil/ec.c | 42 +++++++++++++++++++++++++++++ > libavutil/ec.h | 66 +++++++++++++++++++++++++++++++++++++++++++++ > libavutil/frame.c | 1 + > libavutil/frame.h | 6 +++++ > libavutil/version.h | 2 +- > 6 files changed, 118 insertions(+), 1 deletion(-) > create mode 100644 libavutil/ec.c > create mode 100644 libavutil/ec.h > Maybe using the same data structures as the new proposed hint video hint data (currently only used for damage) would save needing another side data type? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".