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 00B9E4C379 for ; Mon, 23 Jun 2025 11:46:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 9BC1868E293; Mon, 23 Jun 2025 14:46:25 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 7356168E0D4 for ; Mon, 23 Jun 2025 14:46:18 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id A824F43980 for ; Mon, 23 Jun 2025 11:46:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1750679177; 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=KZuTgmLVdbMSG76QowFcvDNYMfjDcIBQnW6g4aJFIB8=; b=B5BzaXkxcDOb1bwYW/J8/WGJs6Jrlx1MN736QRviQztSSFVTqDBOvm5ByOFKWzbQSaiR9T 7yG9DPiVxDj+x/I6giydvVnm2cCCnNesORvWyanTF2GIBRN6Z4c0JkGejHXpi5bePRfVeC y9MFyfjJFSkluS6/Un8SKXHB+WREeldSMpdb0tmZfQBRjPTfWNUO9DhuTx2qcxm+l0HmKw NnWiCy4NOgXhMt8itu+aCi06TV3w65kEWFRukydOqQG8XYlc82WbImzb1+9gn7s6Qc/bFt itqDySEZwZWLOYThFwY+LrVPfXoWSvx7QFwzz72K6NBFOHP1aQBi3nmGqlxdiQ== Date: Mon, 23 Jun 2025 13:46:16 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250623114616.GC29660@pb2> References: <2dc54cad-932f-4c30-9f9d-0a943e0a7be3@regaud-chapuy.fr> <639a031a-06c7-4855-8d97-de61626ba194@regaud-chapuy.fr> <20250617235625.GL29660@pb2> <20250619001725.GQ29660@pb2> <522ab438-41c6-45d4-8292-78ead2f6b206@regaud-chapuy.fr> MIME-Version: 1.0 In-Reply-To: <522ab438-41c6-45d4-8292-78ead2f6b206@regaud-chapuy.fr> X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtddvgdduieelfecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdlfedtmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtudenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepheekhfeliefgveelieejvdeileefheeugffhjedtgfegieegkeeuhfelleffgfeinecuffhomhgrihhnpedvieegrdhithenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avfilter/codecview: Enable QP visualization for H.264 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="===============1413837287964486616==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1413837287964486616== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="maZXj4cIwxDgGUsE" Content-Disposition: inline --maZXj4cIwxDgGUsE Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 19, 2025 at 11:37:43AM +0200, Timoth=E9e wrote: > Context from the first version : Subject was "avcodec/h264: fixed qp tabl= e attach for h264" >=20 >=20 > > Here is a patch where I fixed the attach of per-macroblock qp tables for > > H.264. It was implemented for MPEG2 so I have only extended it. > >=20 > > I tested the functionality with the codecview filter using the following > > command: `./ffmpeg -export_side_data 4 -i input.mp4 -vf codecview=3Dqp= =3D1 > > output.mp4` >=20 > Here is the new version of the patch. >=20 > I have remove the unnecessary line in qp_table.h and changed the commit > message. will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Whats the most studid thing your enemy could do ? Blow himself up Whats the most studid thing you could do ? Give up your rights and freedom because your enemy blew himself up. --maZXj4cIwxDgGUsE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaFk+ggAKCRBhHseHBAsP qy1DAJ9xLQmYw4cNoJiss51PkV6LYhMj/QCfffTmIybbu0Dyp1kLa9VDFDpeyug= =Jt/1 -----END PGP SIGNATURE----- --maZXj4cIwxDgGUsE-- --===============1413837287964486616== 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". --===============1413837287964486616==--