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 5146542CA9 for ; Tue, 3 May 2022 13:27:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 10D9B68B234; Tue, 3 May 2022 16:27:25 +0300 (EEST) Received: from mail-yw1-f182.google.com (mail-yw1-f182.google.com [209.85.128.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F0AF168B1C2 for ; Tue, 3 May 2022 16:27:17 +0300 (EEST) Received: by mail-yw1-f182.google.com with SMTP id 00721157ae682-2f7d621d1caso179066187b3.11 for ; Tue, 03 May 2022 06:27:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=jnyjPymefCnBLplgjCD+kkBFRF0+p2AyokdoK45arHw=; b=qjWtDr12h7FFfVu06kdofG6R1V/+XHVRo+S+duwc07g52om7NAVAq7V/C6iDfKHSJd lsNN6iPB3poyc7NTGYG57uQByyq2qtiGI3AI17tnbU1r0p0XgFik1M0OYO7WZjmyFePG Dq/5s0kgCOu420ABxRbkf5U4avEeurV0CgVnQ42gntS353u4joKpvAFVHCywEwp49TPq pgqtkLaqkvfMaS7lTBt3KhGaiiEEOojQNadPoHQEKGCI96rV+/LEp9bGh7k3mJN6m6AW 6/dEEsRkDpkmqnPvcfuQuNREsKoUlqVkGHxbyZEfA5+twNSfj3/ljJPSZUWNyC4yvuPi HLCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=jnyjPymefCnBLplgjCD+kkBFRF0+p2AyokdoK45arHw=; b=bOsdMj6cHabx3eU1u+1lXeiKmrYozYNpdhLyAn5qbSq3zzkUvcwOA5i5OyssKjjxmg JzbtxNQ+o9PBhGRgekZg7wfh5wFW6rf3nApCi+LIngO6vlyIn9r72zTydnN42lqaXj3w dghWJ4B7LNKic/1+kVz1APR8kleLg+IbuRDHi5rioQOqvDFrguluUoYpPDs8u9RjWkz+ /6kCcdNkCDUGJbyJHOy47dxfzowBkdQIP6iCBDrczvqojdmII7/cqFB9pex3VUfXzW+s wWxEycJSB4DTn6Y91SHkiYZlaDQxRf4VUI5AA5ufF8qIFY1rCM5SRS9JXIUcQZI5+YR1 sJew== X-Gm-Message-State: AOAM530kqf1HhnRr2xgihj/v+MuY8xunUBmlSUu8G/wjjIocOCF+ICgR SG+LDk3766wsg4VJy6mdOOXlessB1M56vSS5Kyl6XyCl3Q== X-Google-Smtp-Source: ABdhPJx0f+XX9cF5UhQC1PcOxqBRnhTpqpExhmhUj0/b42NWL/WVwAsnQtJcqTvUJEQBCfUR6L4qvpQQNxpFKw9XGEU= X-Received: by 2002:a81:607:0:b0:2f7:e800:116b with SMTP id 7-20020a810607000000b002f7e800116bmr15303367ywg.442.1651584435948; Tue, 03 May 2022 06:27:15 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Traian Coza Date: Tue, 3 May 2022 09:27:05 -0400 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] Need help submitting a patch 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: Thanks. I'll use the ffstaging/FFmpeg repo. I didn't know about that, it seems much simpler. I've tried using -n (n= number of commits), but it only generates n emails, I only want 1. I have another concern before I create a pull request. I ran 'make fate' like it says on the website for regression testing, and I got the following error: TEST source --- ./tests/ref/fate/source 2022-05-02 12:57:02.707487436 -0400 +++ tests/data/fate/source 2022-05-03 09:22:31.302681114 -0400 @@ -5,6 +5,8 @@ libavcodec/interplayacm.c libavcodec/log2_tab.c libavcodec/reverse.c +libavcodec/text_to_bitmap.c +libavcodec/text_to_bitmap.h libavdevice/file_open.c libavdevice/reverse.c libavfilter/af_arnndn.c @@ -20,6 +22,7 @@ compat/djgpp/math.h compat/float/float.h compat/float/limits.h +libavcodec/text_to_bitmap.h tools/decode_simple.h Use of av_clip() where av_clip_uintp2() could be used: Use of av_clip() where av_clip_intp2() could be used: Test source failed. Look at tests/data/fate/source.err for details. The source.err file seems to be empty, however. Should I be concerned about this? It seems to do with the fact that I've added some files. On Tue, May 3, 2022 at 3:54 AM Nicolas George wrote: > Traian Coza (12022-05-03): > > Hi! I am new to contributing to FFmpeg, and I have a technical question. > > > > I'm trying to submit a patch, but it's a fairly large patch, which I've > > made in multiple commits. I don't know how to generate the email for this > > patch. The example command given on the website (with format-patch) only > > generates the email for a single commit. I've searched the web and I > don't > > really see an easy way to do it. Can someone help me out with this? > > First, make sure your multiple commits are really there: check they are > all visible in `git log`. > > Then, what is your git format-patch exact command? If it ends in "-1", > then the result you are seeing is normal: the -1 is telling it to take > the last patch. > > You need to tell git format-patch the last commit before yours. You can > get it from `git log`. It would be even simpler if you thought of making > a branch: then you just need to specify the name of the branch from > which you branched. > > Regards, > > -- > Nicolas George > _______________________________________________ > 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". > _______________________________________________ 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".