From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ffmpeg-devel-bounces@ffmpeg.org> Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 9F1274E7CD for <ffmpegdev@gitmailbox.com>; Wed, 7 May 2025 23:22:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 90BEB68BF3D; Thu, 8 May 2025 02:21:56 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EC1F3687DBB for <ffmpeg-devel@ffmpeg.org>; Thu, 8 May 2025 02:21:49 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 24766433F0 for <ffmpeg-devel@ffmpeg.org>; Wed, 7 May 2025 23:21:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1746660109; 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=mUwjA7gpKnWYFmXcG5d1kacA9Omvy71/0i7Nx+cPsHs=; b=chbvXjkuahHqaZpkIBUyOcHZpyqEfTQ8YsY9cLHtL5cnT3P45wrdQygVy+3i0QTu+/HnLY Dc9HYasp/kzm3keGUWfVVsw4MEkk16fbAdehM5DN/J63P/cLUwNEht7LY7ecOU+zdPg7ml zHyJeNTZGlKwrVzv4+D6uH9Fr8irDO8eTCElk1TghgUCxwxd8haFqwkvxSK9STGDssm6VE x7fePelzZMwTIB6sMkYeGHUqqYBi5CApbg232XFpmc8Sa5s8p5rKxmitd2OvD7cYclyWaH pp1bD+kaezWQaXg99CV45LtDCz4zdXAuYTEmKWXEzusuwP0F4R8HfAhtqkpu1g== Date: Thu, 8 May 2025 01:21:48 +0200 From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Message-ID: <20250507232148.GM29660@pb2> References: <GV1P250MB0737FD24CB587A07E48044308F88A@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM> <DM8P223MB036583FA7E110889B9112C41BA88A@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM> <4403ec9d-a327-4ef8-9c87-0b000d409f27@gmail.com> <DM8P223MB03655AD780884049F9491E6EBA88A@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM> <DM8P223MB036509378857E4B3BC0743A1BA88A@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM> MIME-Version: 1.0 In-Reply-To: <DM8P223MB036509378857E4B3BC0743A1BA88A@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM> X-GND-State: clean X-GND-Score: -90 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvkeekudejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculddutddmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeekgefgjeektedtudeijeeiudethefffeffvdfhvddvvdejuddvgfeigedtieekteenucffohhmrghinhepghhithhhuhgsrdgtohhmpdhffhhmphgvghdrohhrghenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 01/21] avutil/avassert: Add av_unreachable and av_assume() macros X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org> List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe> List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel> List-Post: <mailto:ffmpeg-devel@ffmpeg.org> List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help> List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe> Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Content-Type: multipart/mixed; boundary="===============1999026654853681618==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/20250507232148.GM29660@pb2/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> --===============1999026654853681618== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2YJj5f1P6Th4nBRw" Content-Disposition: inline --2YJj5f1P6Th4nBRw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 07, 2025 at 07:14:04PM +0000, softworkz . wrote: [...] > > > > As long as there's no migration to a better way, why not try out ma= king > > PRs > > > to https://github.com/ffstaging/FFmpeg? > > > > > > I doubt "ffstaging" is affiliated with the project in any capacity. > >=20 > > Hi James, > >=20 > > it works like this: > >=20 > > - You make a PR to https://github.com/ffstaging/FFmpeg > > - You make a comment with "/submit" > > - The PR will be submitted to the ML as regular patches >=20 > More specifics: >=20 > - The PR message is sent as the cover-letter text [Patch 0/n] > Markdown is converted to ASCII >=20 > - Commit messages are checked for compliance >=20 > - CI builds are run on the last commit (yet you can submit=20 > without waiting) >=20 > - To submit new versions of a patchset, simply force-push to > your PR branch and comment "/submit" again. > The patchset will automatically be submitted as a new version > (v2, v3, etc.) >=20 > - Comments made on the ML are automatically mirrored back as PR > comments on GH >=20 > - Cover-letters sent to the ML include a range-diff, showing > the changes from the previous version > They also include Git links to directly check out the patchset Should this be added to doc/developer.texi ? (which shows up as https://ffmpeg.org/developer.html) We also should put forgejo in there too probably thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB For a strong democracy, genuine criticism is necessary, allegations benefit noone, they just cause unnecessary conflicts. - Narendra Modi --2YJj5f1P6Th4nBRw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaBvrCAAKCRBhHseHBAsP q307AJ97oLfaSsRnqdybyR++nsWmD5Xe0QCdEYcjriL5X+KLAv1OnuD9sZurGwo= =/5Jb -----END PGP SIGNATURE----- --2YJj5f1P6Th4nBRw-- --===============1999026654853681618== 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". --===============1999026654853681618==--