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 841BB4C741 for ; Thu, 1 Aug 2024 17:31:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 35C1468D26C; Thu, 1 Aug 2024 20:31:00 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 851A368D26C for ; Thu, 1 Aug 2024 20:30:53 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id BC4E76000B for ; Thu, 1 Aug 2024 17:30:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1722533452; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ez5oKXQ7axcfQOFJX8Eg90MkUdmIseo5ZU2rl7HRXzA=; b=fL88ojwMX8agHkCVP9+nrsFU3xXQxO+4JZiiwqoWl1574YC0RQ+olJ6Z7Elnl8r3/T9K1M jrtwLU/EwlWbRoSGm7Lurft4bGMau01t6ZopGYE1BsyWWeYXvpAi2ncXicqhH0D47vS68j 4bxbNff9H4XcSmrGIGAEh2XBYUdJAzFUXb70aXnV0P7CEVBGeCyp2qcA7oqRexyP5fH83u 7i3zEr5sG7Qa+aaMLfDn4hWbHLJXnoh2nvDF8y7hk8HYy2o+ey1SmNxcLueWKeTfFXPHZ8 Ol0rIzPhiW6A3eHaxOudghhsOQcaUx8dmF2JZ2jnJr+ZNdPe1BgQfdnmQPRdrQ== Date: Thu, 1 Aug 2024 19:30:51 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240801173051.GA4991@pb2> References: <20231113084019.5081-1-adrien@guinet.me> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avformat/mov: add support for multiple decryption keys 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: multipart/mixed; boundary="===============5906870446004465506==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5906870446004465506== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Uw3dxuaueHhmUKqq" Content-Disposition: inline --Uw3dxuaueHhmUKqq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 01, 2024 at 02:53:29AM +0200, Kacper Michajlow wrote: > On Mon, 13 Nov 2023 at 09:40, Adrien Guinet wrote: > > > > This commit introduces new options to support more than one decryption > > keys: > > * add a decryption_keys option to MOV, that supports a dictionnary of > > KID=3D>key (in hex), using AV_OPT_TYPE_DICT > > * add the corresponding cenc_decryption_keys option to DASH > > --- > > doc/demuxers.texi | 12 +++- > > libavformat/dashdec.c | 6 +- > > libavformat/isom.h | 5 +- > > libavformat/mov.c | 80 ++++++++++++++++++---- > > tests/fate/mov.mak | 12 ++++ > > tests/ref/fate/mov-3elist-encrypted-kid | 57 +++++++++++++++ > > tests/ref/fate/mov-frag-encrypted-kid | 57 +++++++++++++++ > > tests/ref/fate/mov-tenc-only-encrypted-kid | 57 +++++++++++++++ > > 8 files changed, 269 insertions(+), 17 deletions(-) > > create mode 100644 tests/ref/fate/mov-3elist-encrypted-kid > > create mode 100644 tests/ref/fate/mov-frag-encrypted-kid > > create mode 100644 tests/ref/fate/mov-tenc-only-encrypted-kid [...] > > Works as advertised, thanks. > Hope it can be merged one day. didnt look at the patch but i agree it seems this patch was missed But this reminds me, we seem not to have anyone listed for the encrypted support in MOV & co in MAINTAINERs can someone of the people, who worked on this code review it please! thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Take away the freedom of one citizen and you will be jailed, take away the freedom of all citizens and you will be congratulated by your peers in Parliament. --Uw3dxuaueHhmUKqq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZqvGRAAKCRBhHseHBAsP q9/XAJ9usOLKmLJcTgkbWXSsBQJaflrepQCgmZmqW1gVpoc/UGOo6/RyMoSiNkg= =Sg3o -----END PGP SIGNATURE----- --Uw3dxuaueHhmUKqq-- --===============5906870446004465506== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============5906870446004465506==--