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 6C11C44F8E for ; Thu, 13 Apr 2023 00:42:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3383168BAF5; Thu, 13 Apr 2023 03:42:31 +0300 (EEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0A43168A0A2 for ; Thu, 13 Apr 2023 03:42:23 +0300 (EEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id ACCEE32005BC for ; Wed, 12 Apr 2023 20:42:19 -0400 (EDT) Received: from imap49 ([10.202.2.99]) by compute1.internal (MEProxy); Wed, 12 Apr 2023 20:42:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; t=1681346539; x=1681432939; bh=Gkh873P7nlkeG Hy70aIy414UIaPfbLdiSAXpEmUWShI=; b=jfR7TH0rbQ5GQzVU7nTCUEUAgoELJ cgm/MsuzIVWKgVgYj41U+GshEcoadRhwmG93Ho6aEuz+wGTrRJEnSqRHOxnGdbKx xm72KcVzjsnbOxI/ShkX6C4UmAlxlF+FtDdAyYlUSt042vEsFdEuA+QdXMWYStaZ ErDATXdrkv4TZJsmPK1C5bpLD7dojgC2EOn4H1gpHQjjMetPb65UgeiMEip8GLhF 4qXhxsO7x+S13mL7d2Xr/7nqSegU3IkyOLXUazc2bU24pykpPjFaAAKH9kUdrpas 5G3PvRQlTZsP3UHJejSHZAdQ+GTuBtGjDspX6Nd8Ta1HRQknAvA5GuMNg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdekjedgfeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderredtnecuhfhrohhmpedflfgvrghnqdeurghpthhishhtvgcumfgvmhhpfhdfuceo jhgssehvihguvgholhgrnhdrohhrgheqnecuggftrfgrthhtvghrnheptedthfekffdtue dtfeeiveeigeeggfffvdejieeivdeiteegvdfgjeeuhedtfeffnecuffhomhgrihhnpehg ihhthhhusgdrtghomhenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrih hlfhhrohhmpehjsgesvhhiuggvohhlrghnrdhorhhg X-ME-Proxy: Feedback-ID: i06904239:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id C177915A0091; Wed, 12 Apr 2023 20:42:18 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.9.0-alpha0-334-g8c072af647-fm-20230330.001-g8c072af6 Mime-Version: 1.0 Message-Id: <1f4144d9-484e-43e1-958c-99b24e931907@app.fastmail.com> In-Reply-To: <20230412073100.53743-1-lq@chinaffmpeg.org> References: <20230412073100.53743-1-lq@chinaffmpeg.org> Date: Wed, 12 Apr 2023 20:41:58 -0400 From: "Jean-Baptiste Kempf" To: ffmpeg-devel Subject: Re: [FFmpeg-devel] [PATCH v6 1/4] avformat/flvenc: Add support for HEVC over flv in muxer 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: Hello, On Wed, 12 Apr 2023, at 03:30, Steven Liu wrote: > Implements HEVC according to Enhanced FLV spec found at > https://github.com/veovera/enhanced-rtmp The spec is not final, so please wait before merging this :) But it looks good. > libavformat/flv.h | 16 ++++++++++++ > @@ -110,6 +116,16 @@ enum { > FLV_CODECID_H264 = 7, > FLV_CODECID_REALH263= 8, > FLV_CODECID_MPEG4 = 9, > + FLV_CODECID_HEVC = 10, By adding this to the enum, if there a risk that invalid streams, aka using 10 inside the bitstream get decoded too? (Instead of using the fourcc) -- Jean-Baptiste Kempf - President +33 672 704 734 _______________________________________________ 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".