From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 6E4404BA58 for ; Sat, 23 Aug 2025 08:23:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 7D10D68020D; Sat, 23 Aug 2025 11:22:56 +0300 (EEST) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 8B0E86801C6 for ; Sat, 23 Aug 2025 11:22:50 +0300 (EEST) Received: by mail-wr1-f48.google.com with SMTP id ffacd0b85a97d-3c763484ccdso160507f8f.0 for ; Sat, 23 Aug 2025 01:22:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1755937370; x=1756542170; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=02fIXtKxxbzJZjf/e+a/RqMimkojHjh7LbIPiHjvyrM=; b=coVVi5Yudu3rQUCnatD0yp/kDZXy9weYaz8JxNzCf5xIFIsOenGf52hFSDE69Wlrye 7hCKThOTinwGhvvvHpDicbZdOdrnWoe8Hshk26H4eSKQ1USN6EUc/QZNOH6tzGmj/JQn n/KBtS2u1je+BqsM18PanPPRsJ5Nb/aswidw7kqQmHoI1t0nMq0+xXcLh1ad/0QSUHLP zHbIgGifhzRYyjuJ8EFCQCvf1P+w2nEsFDRFwhYfvqRAbKAgVSlqp2D6D910VqqQ4Zzz peOPgfRnkUf1x+Lu4pYNusbsUkoxFoA2aQw0LW16Q9WSoRAcfDHUQ0J/RzM4YJCXG7SB bQpg== X-Gm-Message-State: AOJu0YzMAHPdYoS4O8wIR8AxiCluQzejpFVU4pXdP4zgc3IVIQbrl0U6 OycAEVppeyfUpNJCUC8YLOC6Su0w055BHNDS/+7z2i8AOJsBJR15cAYJ2xcixg== X-Gm-Gg: ASbGnctuSZ4hCm9kut8hK0+2UrSafO5TFnuBe5C07s/cROqUQW0dEgF5H6RvMxV10Us 8D8TiXO966Krs1B0JEHkWydqqd4W55CGeRJf/VULvCyoKPSs5bLBI/8audsIFvB8dB7cUM70Gvn wz6ghwuWkKiQvMAukje2bnKwIrypAm7CeLrVsj1mG2Zo7A5n5VVOpjRZpfx2nUW9emLOgo5R2dZ 80o9QZRw26vUXsTLRt4cZnvL6JQOsiLYcvQce27TIqJyFZuS5CaSjK1qD0eQfOk+DY9lsaAOqlO zLyyyHnXYDXV9dhDKExP9zajehb44sfpb0p+w4LGdYkiSpHh/vXLcPlw+N3GT2pzEU2RJMvuOeI jwXmZJPuetVpG8kdi X-Google-Smtp-Source: AGHT+IHqwD2zn2vs/9yodwN4euMq/A7d6agicLx5PVmYG5A1IKzfQ17ovrStQfkENtFtbqGuYhu2dw== X-Received: by 2002:a05:6000:4182:b0:3c4:edc0:28ae with SMTP id ffacd0b85a97d-3c4edc02d8amr6641063f8f.28.1755937369391; Sat, 23 Aug 2025 01:22:49 -0700 (PDT) Received: from zazen.home ([212.231.127.24]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-45b574446f6sm27272085e9.1.2025.08.23.01.22.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 23 Aug 2025 01:22:48 -0700 (PDT) Date: Sat, 23 Aug 2025 09:22:47 +0100 To: FFmpeg development discussions and patches Message-ID: <20250823082247.ucfh3y6e4irsolot@zazen.home> References: <20250818062256.s2blarmtwdv6psz4@zazen.home> <20250820205826.GE29660@pb2> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250820205826.GE29660@pb2> Subject: Re: [FFmpeg-devel] [Proposal] drawvg filter 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: , From: Ayose via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Ayose , Michael Niedermayer 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 2025-08-20 22:58:26 +0200, Michael Niedermayer wrote: > > On Mon, Aug 18, 2025 at 07:22:56AM +0100, Ayose via ffmpeg-devel wrote: > > This is a proposal to add a new filter to FFmpeg: drawvg, to draw > > vector graphics on top of a video, using libcairo. > > > > [...] > > > i like the filter, i think its useful and cool > Thanks! I see that [1]there are many pull-requests in the new code.ffmpeg.org, but the [2]Submitting Patches section of the web only mentions the mail-based method. Can I send the patch to the new forge? Or it is still being tested? [1] https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls [2] https://ffmpeg.org/developer.html#Submitting-patches-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".