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 A81A84D227 for ; Tue, 18 Feb 2025 14:43:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5FFDB68C161; Tue, 18 Feb 2025 16:43:52 +0200 (EET) Received: from glom.nmugroup.com (glom.nmugroup.com [193.183.80.6]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 96A0968BE95 for ; Tue, 18 Feb 2025 16:43:45 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by glom.nmugroup.com (Postfix) with ESMTP id B10D0542AC8D for ; Tue, 18 Feb 2025 15:43:44 +0100 (CET) Received: from debian.lan (unknown [IPv6:2a00:66c0:a::72c]) (Authenticated sender: git01) by glom.nmugroup.com (Postfix) with ESMTPSA id 8498654298C4 for ; Tue, 18 Feb 2025 15:43:44 +0100 (CET) Message-ID: <0a4f7207a34e43859d4473dc190d3cf8ccc94122.camel@haerdin.se> From: Tomas =?ISO-8859-1?Q?H=E4rdin?= To: FFmpeg development discussions and patches Date: Tue, 18 Feb 2025 15:43:43 +0100 In-Reply-To: References: User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 1/8] avformat/http: Return EIO for prematurely broken connection 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: Based on replies so far it seems no one is objecting to the following patches: * [PATCH 1/8] avformat/http: Return EIO for prematurely broken connection * [PATCH 2/8] libavcodec/wmadec: Return AVERROR_INVALIDDATA on decoding errors * [PATCH 4/8] avformat/flacdec: Return correct error-codes on read-failure * [PATCH 5/8] rtmp: Set correct message stream id when writing as server * [PATCH 6/8] GOL-1361: Remove invalid CTTS sample_offset check * [PATCH 7/8] avformat/mp3dec: Subtract known padding from duration I will push these in a day or two. Patch 3 definitely needs more back-and-forth. I'm on the fence about patch 8, more feedback would be good before we push that. In general I think taking MIME type into account is a good idea, similar to how file extensions are sometimes used. /Tomas _______________________________________________ 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".