From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 9AECE4DE71 for ; Sat, 5 Jul 2025 11:31:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 8A3746901F9; Sat, 5 Jul 2025 14:31:23 +0300 (EEST) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 1D78E68EBB0 for ; Sat, 5 Jul 2025 14:31:16 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 84EF643A08 for ; Sat, 5 Jul 2025 11:31:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1751715075; 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=qPO0qTEsb2KTHG6IqR9mS5jcBJo6B0LHrDKLdcwpKT4=; b=jW6FXJ9ha3YhQBNzZISaj0NGQuh9ccS2kR0A3pCxP1MtOEi5TMgCQwG5vS9lAkd3AsBUyL oydHnVWSB8K0kKxtH41yVFuateZFxk9FWB5Fb6olvMR+GmF5ECMRF1MU0PVjEKL3Ty8i+e 1b+1YB1LQK0MU+EzesSbSTvLMbNVjnWHYvOvPmY+v+dBg/ucm8gdTT4gOyOPXBBQhF/M02 AyZ45U9tB50q0VuWZ6+S4hbN0cdJvZKm+cRv91r+FO1Gk10pG+3QWbtYY0AaG+WgE+4WBT CwQeBERKt11LGzaVpjoQ/BRTdSbdmvQ2fKbk3EWDm2A6ARjIbWtd/cKppebOCg== Date: Sat, 5 Jul 2025 13:31:14 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250705113114.GZ29660@pb2> References: <20250630160923.3678492-1-nicolas.gaullier@cji.paris> MIME-Version: 1.0 In-Reply-To: <20250630160923.3678492-1-nicolas.gaullier@cji.paris> X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtdefgddvheelvdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdlfedtmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepieegkedtjeduffejhfetgeejtdegteetgfegtdfhjefgvefhteegkeejtddvhfevnecukfhppeeguddrieeirdeiiedrvddvjeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeiiedrvddvjedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v3 00/21] fate: fix several dependencies 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="===============7379579376898305416==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7379579376898305416== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cJUuc+uQ9rpE+Q28" Content-Disposition: inline --cJUuc+uQ9rpE+Q28 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 30, 2025 at 06:08:53PM +0200, Nicolas Gaullier wrote: > Since v2: > - rebased to current master > - removed "libavcodec/tests: fix gitignore hashtable" which > was applied recently > - added two new patches at the end of the serie >=20 > Nicolas Gaullier (21): > tests/Makefile: make easier to check for multiple dependencies > fate/all: add missing dependencies for extradata bsf > fate/demux: fix multiple dependencies > fate/all: switch-fix mov muxer dependency to mp4 muxer dependency > fate/mov: fix multiple dependencies > fate/gapless: fix multiple dependencies > fate/lavf-container: fix multiple dependencies > fate/vorbis: fix multiple dependencies > fate/aac: fix multiple dependencies > fate/audio: fix multiple dependencies > fate/ac3: fix multiple dependencies > fate/cover-art: fix multiple dependencies > fate/hlsenc: fix multiple dependencies > fate/mpeg4: fix multiple dependencies > fate/pcm: fix multiple dependencies > fate/hevc: fix multiple dependencies > fate/all: fix multiple dependencies > fate/all: add missing file protocol dependencies > fate/all: add missing crc/framecrc/md5/framemd5/pipe dependencies > fate/all: fix missing some mov demuxer dependencies > fate/seek: fix missing mpeg4video parser dependency will apply patchset do you want to add yourself as dependency maintainer? :) thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you think the mosad wants you dead since a long time then you are either wrong or dead since a long time. --cJUuc+uQ9rpE+Q28 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaGkNAgAKCRBhHseHBAsP q4jEAJ0RT5UGrrRlR6EuvxKga+1lIzUAEACfQtK3TfwWDDVd/lumULpZjXuCpuk= =ZmWz -----END PGP SIGNATURE----- --cJUuc+uQ9rpE+Q28-- --===============7379579376898305416== 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". --===============7379579376898305416==--