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 018104227D for ; Tue, 1 Mar 2022 13:33:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9ED2468B165; Tue, 1 Mar 2022 15:32:59 +0200 (EET) Received: from mail-yb1-f180.google.com (mail-yb1-f180.google.com [209.85.219.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 64D3068AFF6 for ; Tue, 1 Mar 2022 15:32:53 +0200 (EET) Received: by mail-yb1-f180.google.com with SMTP id bt13so27210028ybb.2 for ; Tue, 01 Mar 2022 05:32:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=EUIhJ6Y3wNxsDfkB+D2j9iDEtSQqofWvhEMbRFIt43g=; b=E8z0jPu0NN8IJGTdAyulPx8sJQIymTfoIsN2IR25UKLlG1qbn8DZNFEdz97hpXhyUn Y25s3Vx8xycaBweGtUxql/N6iE0YQkldB6tl4QcLi3C/ITQpS28KCO6MLw384TgA0LC9 L/GbEWanbUAqplHiCax/01e7CTCIhLNcVxhtjpv9PrnFTvFr8gVS7Iw29/t2sZg217an bawwVX91MU98+ikmjpchA53mj7wJNc+/ICVqaOyG2Cw7vyrYixO9GTw/pE0wJYKQ+glA 6FFOjg37u85+p7lKTs4qPKgxCGZxbmfUl+gG/Z9DHo5D+bcy32HeOgTY0pNeyavrvDGe 7GVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=EUIhJ6Y3wNxsDfkB+D2j9iDEtSQqofWvhEMbRFIt43g=; b=Hq9baCw3VEnMPxKdO7E97rw3KOVGnn/2kPO17o/s32NQVNaq16Y4q/BatZc7hamtjO eG9hoRHq/zSvccmnKovcHxdHAUlkjDshedcj+AN5fSMAAlwIguoSe8FqOjNZlDca/qCd sXls5S7k5UT5zpQolcxzDdiXc57vZPdpq4nMWHSYqG7IDW9cSF30SteMbDu2G8PH6EMS CS4CakMFgJ5bgJjp2PyGzZe4utWthe/sY8BBxbNAmnDieH3ZxuixjL+XbDtzh8ygWQlP MrUngZAqw9GNEM3KVLAP3PbKIsKnN6b3vwl18pF9Agtm+JWvGy7K71qg8S6F31yID3m7 HF4Q== X-Gm-Message-State: AOAM532mYVc00H5Bdc+i4ajeEIkRnPn70+1LwMx3eSR586qhRMxHBQUL AwPdAsLfXuCji8vtJhBzoFP6XfjPw/8SSPQnOJLwPmEZ+JA= X-Google-Smtp-Source: ABdhPJw1juGsFJTEA/8Dx+kNsfnW2lr2TFNrwuVsD7ET/AmMAZ2lCv/3DWR51FythQXpzZy/NbNm+dGhONXaF4xxky4= X-Received: by 2002:a25:ae22:0:b0:624:5e77:d2d6 with SMTP id a34-20020a25ae22000000b006245e77d2d6mr24043182ybj.571.1646141571599; Tue, 01 Mar 2022 05:32:51 -0800 (PST) MIME-Version: 1.0 References: <20220301142823.GB102752@xor.haasn.dev> In-Reply-To: <20220301142823.GB102752@xor.haasn.dev> From: Paul B Mahol Date: Tue, 1 Mar 2022 14:34:30 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] lavfi AVOption redundancy, ffmpeg code cleanup [GSoC] 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: On Tue, Mar 1, 2022 at 2:28 PM Niklas Haas wrote: > Hi, > > There was some discussion recently about the possibility of reducing the > amount of ad-hoc file loading in filters by introducing common syntax > for loading AV_OPT_TYPE_BINARY options from files. (vf_libvmaf, > vf_frei0r, vf_libplacebo, vf_vidstabtransform, ...) > > Another source of redundancy currently is the code is redundancy of > colorspace configuration options. (vf_colorspace, vf_vectorscope, > vf_libplacebo, vf_setparams, vf_zscale(?)) These could also benefit > from being unified somehow. > > The idea was raised to gather more such cleanup work and turn it into a > GSoC project. But I don't think these two tasks alone are enough to fill > the 50-100 hours needed for a project. Does anybody have additional > ideas for low-hanging fruit type cleanup / redundancy elimination work > that needs to be done? > Rewrite it so various warnings while compiling are finally gone? > _______________________________________________ > 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". > _______________________________________________ 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".