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 C769240537 for ; Thu, 24 Feb 2022 11:49:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 275EF68B320; Thu, 24 Feb 2022 13:49:17 +0200 (EET) Received: from ssq0.pkh.me (laubervilliers-656-1-228-164.w92-154.abo.wanadoo.fr [92.154.28.164]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C479E68B143 for ; Thu, 24 Feb 2022 13:49:08 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pkh.me; s=selector1; t=1645703346; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VMaND1t/dyri5zzJDVSEbrwLUNY2P5eQu4Gaj+vBM+E=; b=QEZ+33crQvSr01scHxKCd4y1xUfpc1VYNd79Iupyxh1ZuizjQsfFaw/WpbdYLrm6c0FOmv 0g4FFbJCAdpX0KK2zyvL9oWHlxRoXdBOexVnvpl/JKmzgdbuifF9sc59dc9iPUt8CJS4W0 LrythKRyocUEKZaRcG2N3VWf+Ny9lL4= Received: from localhost (ssq0.pkh.me [local]) by ssq0.pkh.me (OpenSMTPD) with ESMTPA id 809f1e13 for ; Thu, 24 Feb 2022 11:49:06 +0000 (UTC) From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= To: ffmpeg-devel@ffmpeg.org Date: Thu, 24 Feb 2022 12:48:58 +0100 Message-Id: <20220224114903.251006-1-u@pkh.me> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] HEVC open GOP support in MOV/MP4 (v2) 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: The main patch is now less intrusive by having the index building related lists (sample_offsets and open_key_samples) and variable (min_sample_duration) computed in the same place. This is a better segmentation between pure parsing and the index logic. The patch should be easier to understand too. Also, ping on the review. Regards, _______________________________________________ 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".