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 9E7E145477 for ; Fri, 31 Mar 2023 15:31:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3F60C68C292; Fri, 31 Mar 2023 18:31:12 +0300 (EEST) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4515168C100 for ; Fri, 31 Mar 2023 18:31:06 +0300 (EEST) Received: from postfix02.mail.de (postfix02.bt.mail.de [10.0.121.126]) by shout02.mail.de (Postfix) with ESMTP id 8D3B4A04C0 for ; Fri, 31 Mar 2023 17:31:05 +0200 (CEST) Received: from smtp01.mail.de (smtp01.bt.mail.de [10.0.121.211]) by postfix02.mail.de (Postfix) with ESMTP id 746EEA03C2 for ; Fri, 31 Mar 2023 17:31:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1680276665; bh=8X4dFawtX7qF4DRhuLlgCEAlnM2UcqtSGLh0w9Lhs3o=; h=From:To:Subject:Date:Message-Id:From:To:CC:Subject:Reply-To; b=b//5EhEhT0q6mUTMvjpsGoqbYk4Dinj1LqTMXB8Tob1sCuJuz8kHs8NCdjuqU1TuS OJ7sH2z2R8DHXGJX0G6bkQ5CQvSHSN9Y0D0lIqn0jjIhj7rx8y4FyGaDZXtESdGAU4 gWGehL874Vr3SqISLkAwI/DVygXxcH3HXExDa6YkOBxkVFxcrAnpQh9KDpPmQbHmtR wbjnwC6BsF8l6xfzn0Z4wxLoS2JJ56Je70/c6NxSPrIgC/gA+Hw0u+YhDCtaLPNpQ4 CpfejeYLARmZpZlbYuP1AdfwePHsSKJuqjwdhHY8oYwjEA5HFc+/le7r28kVlUhfpb zvtInneIxNidg== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id 38749100370 for ; Fri, 31 Mar 2023 17:31:05 +0200 (CEST) From: Thilo Borgmann To: ffmpeg-devel@ffmpeg.org Date: Fri, 31 Mar 2023 17:31:04 +0200 Message-Id: <20230331153104.69526-1-thilo.borgmann@mail.de> MIME-Version: 1.0 X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 629 X-purgate-ID: 154282::1680276665-5F7FA7B6-CB8226B9/0/0 Subject: [FFmpeg-devel] [PATCH] doc/developer: mention samples-request for FATE upload requests 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: --- doc/developer.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/developer.texi b/doc/developer.texi index 1275fa4f84..a34248c6b0 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -696,6 +696,8 @@ accordingly]. @section Adding files to the fate-suite dataset +If you need a sample uploaded send a mail to samples-request. + When there is no muxer or encoder available to generate test media for a specific test then the media has to be included in the fate-suite. First please make sure that the sample file is as small as possible to test the -- 2.37.1 (Apple Git-137.1) _______________________________________________ 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".