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 5A9184CB86 for ; Tue, 11 Feb 2025 17:38:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 99F5468BE22; Tue, 11 Feb 2025 19:38:31 +0200 (EET) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2459468BD5F for ; Tue, 11 Feb 2025 19:38:24 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4EE8D4333A for ; Tue, 11 Feb 2025 17:38:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1739295503; 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=7k+7JWCfU3EBNsaetVJpRXUYYHsrKNSsH6eCdvtiyo4=; b=o2P5hyHlVkcUrRAjM/qZcxjsvNWVZhSpgnsDs5fT604ohxWFVVzStc5newTKDP5XAA3y53 uhINi6q4Q8PyXR+H1uqYju9JoZ43vKPx+jSFBAYZRVvL5H/wKHZ3Qa+BcBdHSbABt1w5k+ AC91dkh7gfxg/G4JfGDjKuBoLSSGiDNfmAzEUTEg8aGlqDkMWDwvkdeMnKPFEPkK/WOfev HMypJOBC134fmnvyGz6liIdy4na8RJ/3TJvCBKaZH8Ct08/rPCtjU9MnACsLsVmJFdFYuF aSzmnuZs2oGOmkgYrMzPhFWONSwVrcFrW8t0DkDWyWkLKpwKEhiR3eoLpUwyrQ== Date: Tue, 11 Feb 2025 18:38:22 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250211173822.GG4991@pb2> References: <20250206015614.GJ4991@pb2> <20250206025017.14046-1-jamrial@gmail.com> <20250210005329.GD4991@pb2> <10d7d08b-3a2e-4e2e-896e-de2c8a2e3a5a@gmail.com> MIME-Version: 1.0 In-Reply-To: <10d7d08b-3a2e-4e2e-896e-de2c8a2e3a5a@gmail.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdegudeivdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdludehmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnheptefggedvffeiueffvefhiedtgfefjedukeefgeetgeevgeejgeekvdevjeelveeknecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2 5/6] avcodec/hevc/sei: dynamically allocate 3D Reference Displays Information SEI messages 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="===============4028510120615592337==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4028510120615592337== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="vPe9Xj2IVeoANe0x" Content-Disposition: inline --vPe9Xj2IVeoANe0x Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 09, 2025 at 09:59:06PM -0300, James Almer wrote: > On 2/9/2025 9:53 PM, Michael Niedermayer wrote: > > Hi > >=20 > > On Wed, Feb 05, 2025 at 11:50:17PM -0300, James Almer wrote: > > > Considerably reduces the size of HEVCSEI. > > >=20 > > > Signed-off-by: James Almer > > > --- > > > Fixed segfaults. > > >=20 > > > libavcodec/hevc/hevcdec.c | 10 +++++----- > > > libavcodec/hevc/refs.c | 4 ++-- > > > libavcodec/hevc/sei.c | 6 +++++- > > > libavcodec/hevc/sei.h | 6 +++++- > > > 4 files changed, 17 insertions(+), 9 deletions(-) > >=20 > > seems not applying on ma local tree, do you have some branch i can just= merge > > to test this ? > >=20 > > thx >=20 > Sure, pushed to https://github.com/jamrial/FFmpeg/commits/tdrdi/ that resolves the issue i saw thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Republics decline into democracies and democracies degenerate into despotisms. -- Aristotle --vPe9Xj2IVeoANe0x Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ6uLBwAKCRBhHseHBAsP qw66AJ936V0AEi/N2ND5wDxOtk9F1qYtqgCglL7KW15g8nVriCis2fA6vz8M+V4= =YAfO -----END PGP SIGNATURE----- --vPe9Xj2IVeoANe0x-- --===============4028510120615592337== 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". --===============4028510120615592337==--