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 ESMTPS id B63F34E7B1 for ; Wed, 7 May 2025 13:39:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3480368BD13; Wed, 7 May 2025 16:39:08 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EF4E068A2DE for ; Wed, 7 May 2025 16:39:01 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 436674396E for ; Wed, 7 May 2025 13:39:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1746625141; 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=tYEyCPh2ZvX0OH1eJYvNgkAuO/gW3geO9c2rzoj4tKw=; b=Loxu4gkpnfMvFtYCVO9nQRxhmVF/Xl1zU1keo12hHrppE244ASY+TNu4wx1vRfbRRt7Tec EfSYpy+YGIQWRXT8TH4o99eHM8MByD2dPeKotZ5roTQrrNiJCoBFGuKX1gkI+zo2X0aevA pWNEzsFNWpmaMeI3GHPr54CUgC/+kxTKLR5JuhOIP5JMMMw7VGGyHOCseWxwq6lla4q9rc 0IP/ZuW/IKoX9rpW9Z6fYh+axRIschf/CPuYvmvXI4t4j410oJoq+VXrpGZaeLV/vMsG8H HHE+vjXulr83QTmzonokXdz8vgvOaDwkwcyGSKHNMR6+egf+OXIwGXzHUxoVvg== Date: Wed, 7 May 2025 15:39:00 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250507133900.GL29660@pb2> References: <20250505232710.3840135-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20250505232710.3840135-1-michael@niedermayer.cc> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvkeejtddtucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdduhedmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeetgfegvdffieeuffevhfeitdfgfeejudekfeegteegveegjeegkedvveejleevkeenucffohhmrghinhepghhithhhuhgsrdgtohhmnecukfhppeeguddrieeirdeijedruddufeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeijedruddufedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 0/2] FFmpeg Source plugin experiment 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="===============2958080086979762547==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2958080086979762547== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HLsZ5Z1opAQvdr2J" Content-Disposition: inline --HLsZ5Z1opAQvdr2J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 06, 2025 at 01:06:40AM +0200, Michael Niedermayer wrote: > This patch set will remove libpostproc from FFmpeg > resulting in a master branch like:=20 > https://github.com/michaelni/FFmpeg/tree/experiment-sourceplugin-master >=20 > matching this, libpostproc can trivially become a source plugin like here: > https://github.com/michaelni/FFmpeg/tree/experiment-sourceplugin-libpostp= roc >=20 > git merge between the 2 will simply put libpostproc back. Both sides > can evolve and merge will still work fine. Conflicts would only be > expected if changes cross each other. >=20 > This is in fact so simple its almost hard to believe >=20 > Also, I have split out libpostproc in a more conventional style > here: https://github.com/michaelni/libpostproc > This also has been updated already once to include changes from > 5months of changes to the build system, libavutil and fate. >=20 > Both aprouches can be compared but so far the source plugin style > is less work and i expect it to continue to be easier. >=20 > The idea of course here is to expand this to filters and other > things. Which again is trivial, nothing really is needed except > people simply following this style of a source plugin >=20 > What will make source plugins even easier is if the files > that they touch, like allfilters/allcodecs/Makefile/... would be split > so conflicts change from rare to impossible. >=20 > Note, in case this is applied before 8.0, I do intend to include > the libpostproc source plugin in the 8.0 release, so as not to > cause more delays or inconveniences patchset applied [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Does the universe only have a finite lifespan? No, its going to go on forever, its just that you wont like living in it. -- Hiranya Peiri --HLsZ5Z1opAQvdr2J Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaBtibgAKCRBhHseHBAsP q2G/AJ0RA6rzRuKbqQK5TASwaEsSC+eiuACeMHhrpkoSuOq8nECIALQwz2O1pM8= =ctWp -----END PGP SIGNATURE----- --HLsZ5Z1opAQvdr2J-- --===============2958080086979762547== 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". --===============2958080086979762547==--