From patchwork Wed Oct 11 18:41:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 44230 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a05:6a20:4b22:b0:15d:8365:d4b8 with SMTP id fp34csp1096400pzb; Wed, 11 Oct 2023 11:41:17 -0700 (PDT) X-Google-Smtp-Source: AGHT+IFhgC+YJR1AsInMB24rds8Jrc+RRvKqMECl9Wm7+Uq3HNzSZ5EV3vvocfVJTdrJX82aisa2 X-Received: by 2002:aa7:d450:0:b0:531:10df:97da with SMTP id q16-20020aa7d450000000b0053110df97damr15989519edr.42.1697049676934; Wed, 11 Oct 2023 11:41:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1697049676; cv=none; d=google.com; s=arc-20160816; b=WqYdSN4agl84F4xAlwrGee0o7hxRSoWWuRCw4Bqux2dz1B2RhQJ6fr6Uur8Atfkx89 QM1IS3CB5kyE4VDRb42PlFPgsu342YsNCPweuQQVmauB+8hlnVuBLFR7ARXC6U1ILuz6 4siW/rm+ymSzx815RkOGMKeTow2l6xrctiOY1SHgfqDh9vjVMFgUVTqq0RItxBn4fIj1 +t39oo2RaoEkoy9PGkcCiThllodur6Hbbqz9g5yYXfy4rWMzPGzGRuEwox0zr0l8eFCl PeB+PmlDUqzS7YB50ouj8bFZOLYdlwlKZIKWpZ3o1dSb5i97wFuWNJ/Qj2vaeNTZsd3Z cdig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from:delivered-to; bh=veA8pnaDNI+LUwCyWFR3AXXl6XYJzu+6DgIV6NF83+w=; fh=e5zN9xSzcxLA6bGo3lF+CqTbY/oLwzApV03EO/RBfgQ=; b=jAzmbz/gF6xLe3V4OFm/mXT/vyYRMlHjwFFLqvVrhozS5qtyO3Kome7eC9ElmXha4F T2CltyL6jW2pNePxl1GE10vGtsiSXLAxNGGZxtEdIXaAQNfh279Ktj+hzNUshutldIN6 +qZsDrVC6HQJmJmNxJYmxt/4JDtsQSz3K91Yf5vVmEOugjlv+xCy8WvlpZ8/BmcS69hE hJOB3q5pzVu5tEUdHtO+eGFddiqDfTKPPbTu6fQnwxNlr+d7xJuBaKW5Mh7b323J59Mc gFwtJhuuyHKplTo1MVqK2XxJPhROgbBVO60WZz2wUt5N/Tfh975u5jUh0ucXqLmz1x8r D6Jg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id f22-20020aa7d856000000b00530793dc6b5si6512343eds.28.2023.10.11.11.41.16; Wed, 11 Oct 2023 11:41:16 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B308468C876; Wed, 11 Oct 2023 21:41:12 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AE54668C622 for ; Wed, 11 Oct 2023 21:41:06 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id C77C260007 for ; Wed, 11 Oct 2023 18:41:05 +0000 (UTC) From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Wed, 11 Oct 2023 20:41:05 +0200 Message-Id: <20231011184105.7418-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.17.1 X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH] web/contact: Add new IRC archives 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: M0bcjXxlqoxP Signed-off-by: Michael Niedermayer --- src/contact | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/contact b/src/contact index 4f75655..c233328 100644 --- a/src/contact +++ b/src/contact @@ -128,7 +128,11 @@ Archives

- Our IRC channels are publically logged and archives of both channels can be + #ffmpeg and + #ffmpeg-devel +

+

+ Our IRC channels are publically logged and old archives of both channels can be viewed at ffmpeg-devel-irc.