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 A46094533B for ; Tue, 24 Jan 2023 21:51:40 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 756E968BE32; Tue, 24 Jan 2023 23:51:37 +0200 (EET) Received: from mail-vs1-f50.google.com (mail-vs1-f50.google.com [209.85.217.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C004468B6A9 for ; Tue, 24 Jan 2023 23:51:30 +0200 (EET) Received: by mail-vs1-f50.google.com with SMTP id i185so17976377vsc.6 for ; Tue, 24 Jan 2023 13:51:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=seVQOLCpr3byQ9M9VjCF2noVqK8GRsD2vWn50YNd9pg=; b=hbrM59gYq1oHmcVf0XQKj0uee8S7I5LNf8PzKu9cLsqU+tbd71K9qsQbVREcL6VHfk ctdibiQ1ztexUfUknT/usf8FFKRL1lr1w3YcvNo0QZa/klBRWmM0fZ6crj+yf/+TGycj CfQI6CLCOMW/ywOJ8w/Cv4T1L+vvbwJxGdRfznRXigHpXEmDdrcmkdEUfGLYNDU6vpxr 6WTBf6NHsffeZMspoghlMzj/qtETDXOldW+uY61bflJg1YGsLS5H+0tzx69FS4zF/3Wm 3sZZkzolm0l4t1m2UfZoFMVSeC2iZLTOlMO59L3qwPisUGf9cR20KLQZad8eEHezaLlN 5fjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=seVQOLCpr3byQ9M9VjCF2noVqK8GRsD2vWn50YNd9pg=; b=dnYc2862epQn8/Lrb4fnpdlb6DgCx6ID+HTJyqjk1Fd2Vzl8ufNtBD/qX1kTDGzFQb zsF4Fc6nKhV7BP7APSHv57VuOjHFeD/d1NOOvciblGXlT3eOhUiw7oSYPI/ew2mKgzyi tSmT/bFqbTL0r50S3JBlgO5qZgRwHJ/BJCI6dqB/0xp2JQbE2kZuL8YinPBMbfdtZZZ6 cP/ZQuQupvnIzzoLoHjTVSJlM0yVWvjzCtaRqdkKxL0dZrbSoZc9k9P71ItDe4XeoLO9 LonfYQ1Nz1wSJHyhh+/h6Aud+6W29B/QW70jA30ESPuvFtdwic0gHOMfFUOugNC+IuFk exzw== X-Gm-Message-State: AFqh2kqytCHY/V0jQw7bSwj+QDb4xoIlSxmRtS7M9NnM7ZJYC5z3vpsZ e9i8F7b2KXSB6+N7zK4GPV1+aTRlABGx2SpOeyQ2LOTb X-Google-Smtp-Source: AMrXdXsmqPjI2apLXvBf9OAmgMMji8vhRc59dVISry/Cp4F+6b/QGZw+WKd7piYCx9pXOi5WpyMYA2UW+jp5hsTosh8= X-Received: by 2002:a67:eb89:0:b0:3d0:b6fd:9609 with SMTP id e9-20020a67eb89000000b003d0b6fd9609mr4273868vso.15.1674597089038; Tue, 24 Jan 2023 13:51:29 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a05:612c:2428:b0:32a:5eaa:92e4 with HTTP; Tue, 24 Jan 2023 13:51:27 -0800 (PST) In-Reply-To: References: <20230120193132.21597-1-anton@khirnov.net> <20230120193132.21597-4-anton@khirnov.net> <22d25e3f-91e2-408d-a0a9-bef8ad3a0248@betaapp.fastmail.com> From: Paul B Mahol Date: Tue, 24 Jan 2023 22:51:27 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH 4/5] lavfi/graphparser: reimplement avfilter_graph_parse* using new API 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: On 1/20/23, Nicolas George wrote: > Nicolas George (12023-01-20): >> - Writing a large patch for a part of the code you know well or for a >> new feature is fine, of course. > > In fact, even for code we know well, we should consult, as long as we > are not the only one who knows it well: as long as other developers > might also have plans that we would be interfering with, sharing intents > early is the only correct thing to do towards our peers. > Please be polite, technical and respectful to contributors, thanks. _______________________________________________ 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".