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 B468849490 for ; Sun, 11 Feb 2024 20:41:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 63A0568CEAB; Sun, 11 Feb 2024 22:41:25 +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 42D0468CAB8 for ; Sun, 11 Feb 2024 22:41:19 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 75647240002 for ; Sun, 11 Feb 2024 20:41:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1707684078; 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=RlpgMLxGwLLC9mZbP6e3OPrLweGQWAQQA7rTvYakllk=; b=Hpu89PTsahF4PSht2+Y6fzLusseX10x6Lh7J+BsmEw3TiqdNHa8c3yDmB+ivj1M020CoG8 STHGsYBfOK09i69ZxM6jR4D3+GMs1ZxO+xo033T6xtjzy3qndRaSxx5F+cdobg9YN6VJXA bcCJbBP2kYNp25U1snwpDtlrKL9f2dtt1cJd5PZwLQw+6/O/URiKuyEXik/TkXsLkzsLoC VIvj/GCVCMQ6vWqLmjOSlx8Ak33Ag9NQ62q8pzswMSvoZaLQb3f/jRh+Ow4raWrL75XSSm jDAGEleldB8loBBmYvFGAscdwU+gtdIhqbWuOZRRY/IDUoZYSZkxz5L2fnq39g== Date: Sun, 11 Feb 2024 21:41:17 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240211204117.GW6420@pb2> References: <20240211185701.9327-1-jamrial@gmail.com> <20240211185701.9327-2-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240211185701.9327-2-jamrial@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/4 v8] avformat/mov: add support for tile HEIF still images 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="===============0480135214610048873==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0480135214610048873== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="n+1CNwVvVf4cC1np" Content-Disposition: inline --n+1CNwVvVf4cC1np Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 11, 2024 at 03:56:59PM -0300, James Almer wrote: > Export tiles as streams, and the grid information as a Stream Group of ty= pe > TILE_GRID. > This also enables exporting other stream items like thumbnails, which may= be > present in non tiled HEIF images too. >=20 > Based on a patch by Swaraj Hota >=20 > Signed-off-by: James Almer > --- > libavformat/avformat.c | 8 + > libavformat/avformat.h | 6 + > libavformat/dump.c | 2 + > libavformat/internal.h | 5 + > libavformat/isom.h | 16 +- > libavformat/mov.c | 492 +++++++++++++++++++++++++++++++++++++---- > 6 files changed, 484 insertions(+), 45 deletions(-) git dislikes this: git am -3 Applying: avformat/mov: add support for tile HEIF still images error: sha1 information is lacking or useless (libavformat/avformat.c). error: could not build fake ancestor Patch failed at 0001 avformat/mov: add support for tile HEIF still images Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If a bugfix only changes things apparently unrelated to the bug with no further explanation, that is a good sign that the bugfix is wrong. --n+1CNwVvVf4cC1np Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZckw7QAKCRBhHseHBAsP qzSGAJ9RX/tlH8wgWki3vhJo7OYHjasFhQCghgbnsEtL3dqreDOQexejRPH9QT8= =9tg5 -----END PGP SIGNATURE----- --n+1CNwVvVf4cC1np-- --===============0480135214610048873== 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". --===============0480135214610048873==--