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 364F543286 for ; Wed, 24 Aug 2022 21:18:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7A77768B9F1; Thu, 25 Aug 2022 00:18:54 +0300 (EEST) Received: from mail-yw1-f180.google.com (mail-yw1-f180.google.com [209.85.128.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DF96D68B988 for ; Thu, 25 Aug 2022 00:18:47 +0300 (EEST) Received: by mail-yw1-f180.google.com with SMTP id 00721157ae682-33dba2693d0so255667b3.12 for ; Wed, 24 Aug 2022 14:18:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20210112.gappssmtp.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc; bh=LCJ2ZYC1lSHa2etpcTkQD7D1oXX1ZW4rdo6AxzilbUM=; b=rqzitdYcf0cQNUeiqkn9P+Cc8ZZoNCyRO3+nbpTwY5xDCmTq6/Bre1qkyUwkcLmKaB hm24fggA01QL+AGcRfD7RVLrvPt5verLF2YrnzxDvalcK8/66UzC6asrf/GPMqseHxj6 TqQwrK8rxQoBnyBcWV0LZwKJ1ejjHMsKzCvvxOrxv0LilLnHXmDd/Skyr9koKdQnSFsm 9Mg0SOgwvMNHs2p2OLBdQB1Gui1Psl/ang7S8l3YyJggGwIGf7OEp3MNEOv0n4baYfpd 5mgUfX+ubJ6CMJCE+3FyFuk1G6lPmKn75RJlH/cz8bkf+OLfoyBgx71wMF68PIT8QLLj gpaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc; bh=LCJ2ZYC1lSHa2etpcTkQD7D1oXX1ZW4rdo6AxzilbUM=; b=KaP+cyzaxXyOWHZPXj8hlve9WNimi+0TQgJ8vWiwnktBUxsHkTY0T0cWh9qq0CUhrO 3gmVqNqdy3QnnmQQ1tCsZVzdVLob7EzeOM6eWLpZq+X3/NHQju4lSAz6pe3qpuNxXhkL yY+AghNWRWv6GAJs8Fzi7zLRjTapX24yMZ89IGEVQqsGaO5TAy8R4rvAUu4SsnqR9oY/ ySUmtXw5ldeaOBeOLVVv/APT467sP01DJhVRTv3jfNESxUyxCxRgpeCW1MTIfIiBwQkL YrUw9hYVAbbtpuBKFdCq0msv8EBMHk5jVFJjXMYpFuBKPa+LzOrDVMooWHVE0J0vQdvb E2VQ== X-Gm-Message-State: ACgBeo0XU/THUUVp2ASk+JEtv5kI1XzNyhMnOr4/qv4s5r/IG8fhx2QZ iqZ7kmDZG7SOxUV1NzW5uJ5lHUJ/OqPuGOTyneBQOsdtxfE= X-Google-Smtp-Source: AA6agR4Znz4vFrX0hELUoL1r6UMEqnKto6sn3cZMIH/ph9ZhLE5N2EJe3pYM1OV6THU7GwbESKxnaIvGNiuB1rTYqTY= X-Received: by 2002:a0d:db0e:0:b0:33d:b5c6:dd4 with SMTP id d14-20020a0ddb0e000000b0033db5c60dd4mr568800ywe.250.1661375925652; Wed, 24 Aug 2022 14:18:45 -0700 (PDT) MIME-Version: 1.0 References: <612e12d2-4df2-a2fc-5560-7acd93c2fc8f@rothenpieler.org> <20220818143154.GF2088045@pb2> <6019c79c02a70060448e88ac46d2f7614b73ff63.camel@acc.umu.se> <20220824210318.GU2088045@pb2> In-Reply-To: <20220824210318.GU2088045@pb2> From: Kieran Kunhya Date: Wed, 24 Aug 2022 22:18:04 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway 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: > > for libxml2 these problems are less likely to hit us as we likely never > need a > "new xml feature" but for a (de)muxer we quite likely will need the > latests version on every platform. > Also we have regression tests, external libs make that impossible > as the version of external libs can change the behavior. Again this > is a issue for mxf maybe less so libxml. You can also see that we have no > tests involving any of the external encoder libs, for that very reason. > With each external lib that is needed for core features this would > become a quickly growing problem > > Going back to technical arguments instead of utopian pipedreams (replacing YouTube and Tiktok lol). You will never fit all the features of complex containers like MXF, MP4, TS (and for argument's sake XML) inside a generalised framework like FFmpeg. Likewise with dav1d, we have seen that an external lib has allowed them to introduced new paradigms such as mixed frame and sliced threads without having to redo the whole framework of dozens of codecs. There is value to this. There are also a lot of modern codec features which aren't easily fittable into FFmpeg such as dependent substreams. Kieran Sent from my mobile device _______________________________________________ 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".