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 13DEE40799 for ; Sun, 30 Jan 2022 17:31:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D9F1368B221; Sun, 30 Jan 2022 19:31:01 +0200 (EET) Received: from mail-oi1-f169.google.com (mail-oi1-f169.google.com [209.85.167.169]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B80B568B046 for ; Sun, 30 Jan 2022 19:30:55 +0200 (EET) Received: by mail-oi1-f169.google.com with SMTP id s185so22452468oie.3 for ; Sun, 30 Jan 2022 09:30:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=aYV8mPrPPFitaj0s5rSQSw2xK1/Bc1ZjEvFEFqQFzZ4=; b=wAWc1h7cVLnPVt6XxeXa4wfJkDgOm58q/HonsPmyAIST3H54uwe8V6fJgQAY82TY7s Y/yAWjCiSU5HYXaTBQl1hGuZJbAazPErhTBCN6OMaMfdrzFqowrkueqa63f+cX5q7Ecs 0uEt4wc1oHTg4h3zqmxg9Pm5JSBw+yh/5daPmakIOv8kEFCaXs5vwMnY5/Hsylijcl4k nD3qHqKlfoeTq9vWknYyBqklchBdwnOexECQicDClIzUwdfNmTzhIwOaUNEjbhJmfNaY Eykwcgt+W236gY5ZI9gW1xE+oFJWs6C+Cn2xmUgi0XQZ6ztY+kJi8a7gSdzluixKhLn4 W3ZQ== X-Gm-Message-State: AOAM533/8c962sS5p5FQlUOAKtoMHjtz0By1XBnZqWdTT1Eh0dQzN1Rh W48F6lUSbkM35bTzLGd4P8bFy7bHFfFlqFwA X-Google-Smtp-Source: ABdhPJyqFlg3ibf0HapMDfKkNcUHOzHdc3gLkTa0FdEmPq+Bf9Pb7VVJad5q9tZuWxuUzOlA48QiGg== X-Received: by 2002:a05:6808:3098:: with SMTP id bl24mr16371658oib.312.1643563853899; Sun, 30 Jan 2022 09:30:53 -0800 (PST) Received: from localhost.localdomain (wsip-98-173-234-196.no.no.cox.net. [98.173.234.196]) by smtp.gmail.com with ESMTPSA id 71sm8303211otn.43.2022.01.30.09.30.52 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Sun, 30 Jan 2022 09:30:53 -0800 (PST) From: toots@rastageeks.org To: ffmpeg-devel@ffmpeg.org Date: Sun, 30 Jan 2022 11:30:41 -0600 Message-Id: <20220130173045.32690-1-toots@rastageeks.org> X-Mailer: git-send-email 2.32.0 (Apple Git-132) MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 0/4] Cleanup avfoundation input 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 Cc: thilo.borgmann@mail.de, epirat07@gmail.com 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: This is a series of patches that fix, enhance and cleanup support for audio and video input on macos using avfoundation in libavdevice. _______________________________________________ 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".