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 EB4F3487F6 for ; Tue, 19 Mar 2024 17:21:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A7E0268D3F1; Tue, 19 Mar 2024 19:21:30 +0200 (EET) Received: from mail-pg1-f177.google.com (mail-pg1-f177.google.com [209.85.215.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AA03468D1B0 for ; Tue, 19 Mar 2024 19:21:23 +0200 (EET) Received: by mail-pg1-f177.google.com with SMTP id 41be03b00d2f7-5d3912c9a83so3072105a12.3 for ; Tue, 19 Mar 2024 10:21:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ob-encoder-com.20230601.gappssmtp.com; s=20230601; t=1710868880; x=1711473680; darn=ffmpeg.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=widQTudt6yNibZgQck4FLcK5+4C1cKL2qp7kaNd8e/w=; b=txuW7mQc/6saVIsRqF2Zeigv8pZyALOHr43XtLumUf1g3NbUvKln8xrqJdqusRp0Si MmGqud8i5pIn7cjSHToED0y5X7JNH1exLPFIA+EXO27hEZo27F4QYE82xv/8YAPNYYP5 f96qc2AAakTCyuMvZUmx8MyBlqxzV4Rdigc9bM9/vv4brhmgkWamCt6e38gQPHoakmBA Z9kdzq11jp6z4tqmAfOAQGX+2It/xqooJWaB5D8r1PMXkR9YqY1lWO39IFuqGYiu7mVn eZouxVDHvAIReAsXZuW+3Cz5ChCVlp5bmzOqsh7ZD6sa7OlitQI31BOqSlk/LRyXR3to H9Kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710868880; x=1711473680; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=widQTudt6yNibZgQck4FLcK5+4C1cKL2qp7kaNd8e/w=; b=dfTS18p/tSryUalM/EDGbvNT2tH/WvkoMc4BKJ7VK31UB6+CiPHhle8WRE4GvhzWFX RbISYzi+d1zuR5uyv+U7bJEOc5dGPI3OBOygyoippqKBZ3YIeBR14mZ5BMJfzqycwUuA OYALhmftedDmC1K2CDzVvSS3BsZE5xDn9w6psRtlwFFw2NkmZWN8+eChBdgdZFZk4yXH 7ie7gAGkVLyb16dY0vu/CAeX/U95Tjgl6DS13Vh9g1SSRjERtVhm75lwr3Fena9A0Mqv UNCohOPEY7rsHutGGCg/CuFt/45Agf8ukaLP+eQQX6JVd7GHRfSembSIFffBS4P1sR27 ZkNQ== X-Gm-Message-State: AOJu0YzCn9Wj1QTpI8vCPATO/Z+rg8rWPDcUHV+VtCJughCjzBEVqScA C7hwjBVCPEolxdhXugNqGzspC2JG1RlfGsJnt95d7/MUljNZLdeLfo3lH+b8YJLiWM7OiFcabQs hayTwNtzDohLwCYX+T3Pi+3w2+1Kzx0NY1gqAcuXS5E268zVz X-Google-Smtp-Source: AGHT+IE1KJ/yqg0RVnlpYnBPuOVAnmUep+ZmIMy2Al6esLX1wTEFDPGEfTwA9tutX3CiF7BXcRMtPRdvYgWdsB8Toqo= X-Received: by 2002:a17:90a:c596:b0:29b:b865:3dbf with SMTP id l22-20020a17090ac59600b0029bb8653dbfmr13100158pjt.48.1710868880248; Tue, 19 Mar 2024 10:21:20 -0700 (PDT) MIME-Version: 1.0 References: <20240319140636.4323-1-jamrial@gmail.com> <20240319140636.4323-2-jamrial@gmail.com> <47908cbb-b16b-4e94-be50-47ee38b3ecbf@gmail.com> In-Reply-To: From: Kieran Kunhya Date: Tue, 19 Mar 2024 17:21:11 +0000 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 2/3] avfilter: add an LCEVC decoding filter 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, 19 Mar 2024 at 15:27, James Almer wrote: > On 3/19/2024 12:20 PM, Kieran Kunhya wrote: > > On Tue, 19 Mar 2024 at 15:05, James Almer wrote: > > > >> On 3/19/2024 11:56 AM, Andreas Rheinhardt wrote: > >>> James Almer: > >>>> Signed-off-by: James Almer > >>>> --- > >>>> configure | 4 + > >>>> libavfilter/Makefile | 1 + > >>>> libavfilter/allfilters.c | 1 + > >>>> libavfilter/vf_lcevc.c | 466 > +++++++++++++++++++++++++++++++++++++++ > >>>> 4 files changed, 472 insertions(+) > >>>> create mode 100644 libavfilter/vf_lcevc.c > >>>> > >>>> diff --git a/configure b/configure > >>>> index e019d1b996..4022d13f76 100755 > >>>> --- a/configure > >>>> +++ b/configure > >>>> @@ -224,6 +224,7 @@ External library support: > >>>> --enable-libcdio enable audio CD grabbing with libcdio > [no] > >>>> --enable-libcodec2 enable codec2 en/decoding using > libcodec2 > >> [no] > >>>> --enable-libdav1d enable AV1 decoding via libdav1d [no] > >>>> + --enable-liblcevc_dec enable AV1 decoding via liblcevc_dec [no] > >>> > >>> How is this filter supposed to decode AV1 if it does not even get > >>> AVPackets? It seems to be for decoding an EVC enhancment layer instead. > >> > >> Simple, it doesn't. It's a copy-paste fail from my part. > >> Fixed locally. > >> > >> > > From https://github.com/v-novaltd/LCEVCdec > > " This software is protected by copyrights and other intellectual > property > > rights and no license is granted to any such rights. If you would like to > > obtain a license to compile, distribute, or make any other use of this > > software, please contact V-Nova Limited info@v-nova.com." > > > > So you want to include a library that requires ffmpeg users to obtain a > > licence to compile? > > Would adding it to the nonfree list be enough? But it's true that most > users would not be aware of the aforementioned limitations. > > This is a slippery slope to adding whatever binary blob. As the decoder is de-facto a binary blob. Kieran _______________________________________________ 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".