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 977A24AEFD for ; Thu, 23 May 2024 19:50:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A849968D4D0; Thu, 23 May 2024 22:50:32 +0300 (EEST) Received: from a27-48.smtp-out.us-west-2.amazonses.com (a27-48.smtp-out.us-west-2.amazonses.com [54.240.27.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6151E68D0A4 for ; Thu, 23 May 2024 22:50:26 +0300 (EEST) To: =?UTF-8?Q?ffmpeg-devel=40ffmpeg=2Eorg?= Date: Thu, 23 May 2024 19:50:23 +0000 Mime-Version: 1.0 References: <20240523195019.64019-1-cosmin@cosmin.at> X-Mailer: Amazon WorkMail Thread-Index: AQHarUpyU8iX1OOeTgC/HI1UPzU75g== Thread-Topic: [PATCH v3 0/5] avcodec/dovi - disable metadata compression by default X-Original-Mailer: git-send-email 2.42.1 X-Wm-Sent-Timestamp: 1716493822 Message-ID: <0101018fa7012ca1-8218ead9-5e49-46dd-8ad4-35eeddbc1cdf-000000@us-west-2.amazonses.com> Feedback-ID: ::1.us-west-2.An468LAV0jCjQDrDLvlZjeAthld7qrhZr+vow8irkvU=:AmazonSES X-SES-Outgoing: 2024.05.23-54.240.27.48 Subject: [FFmpeg-devel] [PATCH v3 0/5] avcodec/dovi - disable metadata compression by default 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: , From: Cosmin Stejerean via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: =?UTF-8?Q?Cosmin_Stejerean?= 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: From: Cosmin Stejerean not all clients support metadata compression, output when vdr_dm_metadata_changed fails the DV verifier. Compared to v2 this makes the dovi field name a parameter of the DOVI_ENCODING_OPTS macro as requested. It also splits up the commits into introducing the macro, guarding compression by it, and then leveraging it in the encoder. I split up each encoder into a separate patch since the original support was added in separate patches but this could also be squashed when applying if that's better. Cosmin Stejerean (5): avcodec/dovi_rpu - add field to disable metadata compression avcodec/dovi_rpuenc - guard metadata compression by enable_compression avcodec/libaomenc - switch DolbyVision options to DOVI_ENCODING_OPTS avcodec/libsvtav1 - switch DolbyVision options to DOVI_ENCODING_OPTS avcodec/libx265 - switch DolbyVision options to DOVI_ENCODING_OPTS libavcodec/dovi_rpu.h | 10 ++++++++++ libavcodec/dovi_rpuenc.c | 8 ++++++-- libavcodec/libaomenc.c | 3 +-- libavcodec/libsvtav1.c | 3 +-- libavcodec/libx265.c | 3 +-- 5 files changed, 19 insertions(+), 8 deletions(-) -- 2.42.1 _______________________________________________ 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".