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 4BFE84383B for ; Thu, 30 Jun 2022 09:50:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B6D8868B62B; Thu, 30 Jun 2022 12:50:35 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 031EB68B2C8 for ; Thu, 30 Jun 2022 12:50:30 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id A8F1526F050 for ; Thu, 30 Jun 2022 11:50:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1656582629; bh=yCRlPqaSN7bBKdkmkTn46GLM7uEdMHPkiwS4CjK/bDo=; h=Date:Subject:To:References:From:In-Reply-To; b=Rnz/bi2e2I0GeElopC1D5K7fx9GWY5wt1NI2GuabNTaVvrLZcGyv2+QFwBz3r0kfM HP01Zu2s92QGdh1AAOjwBdavCQeCfouHjMJLbjoL2ksa+FeMD4OrPJk4q7RH7hjFUF GRDQ0d8iWHHS+BH+7pIJpgaVhDHLEKAbN6u8T2AX/WbUPZB1eC7QFWjzwqc+8sqMAG R1RCP0zdx5Us2GVRG9B6WWBtOdNQDRUpwyW1DN9Vai+8zGhCdr6/B6AbkdTw8KTQ13 pHyh6SMfLPAhN1MaliV3LNh8UpaqvSIIIY8AlyIwaU96A519P7B7/DcQmQITqry3HP icuXuHXMIbqQg== Message-ID: <56cb9096-4280-13cf-8fe0-5f3cb21a7084@rothenpieler.org> Date: Thu, 30 Jun 2022 11:50:27 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220629195250.29341-1-timo@rothenpieler.org> <165657876122.10358.11583339402660524669@lain.khirnov.net> From: Timo Rothenpieler In-Reply-To: <165657876122.10358.11583339402660524669@lain.khirnov.net> Subject: Re: [FFmpeg-devel] [RFC] avdevice/lavfi: output wrapped AVFrames 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 30.06.2022 10:46, Anton Khirnov wrote: > Hardware frames wrapped in frames pretending to be packets. Hacks upon > hacks upon hacks. Why do we need this "device" again? > Why not just use lavfi directly? It should be definitely possible to make ffmpeg.c directly use a source filter, but it's a bigger undertaking than fixing the shortcoming of the lavfi avdevice for now. _______________________________________________ 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".