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 82D5E4A5C1 for ; Thu, 2 May 2024 19:55:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1143268D84B; Thu, 2 May 2024 22:55:53 +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 26FEF68D7EB for ; Thu, 2 May 2024 22:55:46 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 14DD61BF205 for ; Thu, 2 May 2024 19:55:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1714679745; 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=YySi9WN70Zu2t3rIXH+3RiGTR6GmDr6tOysdXAWTCoQ=; b=nKA29znU9trM/KEjvLIU75wffPzUBSt6SwSfb8ak9OfHrTub8OuvrswMpcMg3utNgi6U+3 Z01UtWfkwRpXfY0BPTR7B7TdxJesnqG56HzgrYxE2wVfkHeN+xmDBK25F87S0jgi99+wdT sHs+P0TFwgh0RfW++q2aUAvga647rW7yx81aLijkRphhqKywfQxBE7ctPen9ARExLFg3Id HcNBUFdqYdNxhLdF5Pzi3yxCqGIOQ7F8HP8aO/hz12xvhZbYCuOl8qPdevvCoUktvoc3yv wagsEOpK5mRb42J2X7w5TlV2a7bIYJ+xnig1HuV9rwXEk5h0IrzBj9B4EGN6Dg== Date: Thu, 2 May 2024 21:55:43 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240502195543.GD6420@pb2> References: <20240501183809.1060-1-ovchinnikov.dmitrii@gmail.com> <20240501183809.1060-2-ovchinnikov.dmitrii@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240501183809.1060-2-ovchinnikov.dmitrii@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 02/10, v2] avcodec: add amfdec. 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="===============2429679525389276437==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2429679525389276437== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="84XT4UHS/Se6nsk2" Content-Disposition: inline --84XT4UHS/Se6nsk2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 01, 2024 at 08:38:01PM +0200, Dmitrii Ovchinnikov wrote: > From: Evgeny Pavlov >=20 > Added AMF based h264, hevc, av1 decoders. > Co-authored-by: Dmitrii Ovchinnikov > v2: added encoder reinitialisation > --- > libavcodec/Makefile | 7 +- > libavcodec/allcodecs.c | 3 + > libavcodec/amfdec.c | 719 +++++++++++++++++++++++++++++++++++++++++ > libavcodec/amfdec.h | 72 +++++ > 4 files changed, 799 insertions(+), 2 deletions(-) > create mode 100644 libavcodec/amfdec.c > create mode 100644 libavcodec/amfdec.h fails to build here: libavcodec/amfdec.c:19:10: fatal error: AMF/core/Variant.h: No such file or= directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [ffbuild/common.mak:81: libavcodec/amfdec.o] Error 1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Awnsering whenever a program halts or runs forever is On a turing machine, in general impossible (turings halting problem). On any real computer, always possible as a real computer has a finite number of states N, and will either halt in less than N cycles or never halt. --84XT4UHS/Se6nsk2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZjPvtgAKCRBhHseHBAsP qxOoAJ9xsBcOIqtC+VXWjQwT7si4/iBRBgCdFIaoikvx4Et1GWyHUC4Qx8tjJHU= =IcLN -----END PGP SIGNATURE----- --84XT4UHS/Se6nsk2-- --===============2429679525389276437== 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". --===============2429679525389276437==--