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 212FB4A08D for ; Tue, 19 Mar 2024 15:20:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E4FEF68D3C1; Tue, 19 Mar 2024 17:20:53 +0200 (EET) Received: from mail-pg1-f182.google.com (mail-pg1-f182.google.com [209.85.215.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D8BEA68D367 for ; Tue, 19 Mar 2024 17:20:47 +0200 (EET) Received: by mail-pg1-f182.google.com with SMTP id 41be03b00d2f7-5d3907ff128so4341686a12.3 for ; Tue, 19 Mar 2024 08:20:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ob-encoder-com.20230601.gappssmtp.com; s=20230601; t=1710861645; x=1711466445; 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=DXJjdC6cSfZBDxcK7vA61J/DNXE0hbscbrpHv8wsYFA=; b=U05ftsE9ltrpAgak2ZD+IXznwg3zbjAO/AYEwnlzDEA2NDdgP/Zxx2uha1GDgThq93 /88yxJswI+C47df36IrQfwJ3vo+sKa0OybJh9uBA/oiido87gHCPKl2bYQiheB/1UVO6 oCbeHqxGXee0hRfoZ4p7Apw25pjzcOnNLzC2kd/ENy+A4/5fYJ5X22yuey6+u4k3vTzL 28jrnSxxA3go/9EcW8WEzkbbcfH6OiDM1GSziwzMNGnjV343Bou+Vkez3M8AFDpdQc9l NA+0HMq2ebRdtvls19/rbgSXzDJLl0FS4vLWgb465frWaV3oVr5fo1vRVcpTtPcredrv 0qiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710861645; x=1711466445; 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=DXJjdC6cSfZBDxcK7vA61J/DNXE0hbscbrpHv8wsYFA=; b=oFa3NEfkNXv8ccsKrusKJORxHyVRABNd97xVq3g6KYHjyeMY57IRbi9BXSKx/JmCgR 1VU3mgrJLr/3T3dy+RdRX48WG+ms9tnUjwdTaSo0c3Fn5wEwRaXUihejWMKTebVIWX0b Ih08nARIjHda6PjMrPaNEx23knhVVnOA6+GZKQZ0J4MKTY+pnlcR/3LwytxE87JGaLOT FS7gKwN96R8ShrvVY8qxMooEewvv1RWXvnZFKGTKzomqrLAEmMclC/eXimC4DBpOnIHK KwJRuYBarD3xfKq1LqiWg8xPHRf/YhbIXBGU5ngKVY/nvUtA7AAuxCLl2rexVljfnd/J uLYQ== X-Gm-Message-State: AOJu0Yz5Ddy8T1fmvLFXtTxFhUg9oj5+sJJbGlHXmj2dP8eprXPKDM34 Wj9Atiqp4SnmBpRc0xrb75SCiXrmQ0WwsLQsWIj1U0SN5x7l7WKp7UzNBttmLssDhTSRjvkWV+W vowkNwc+30CTBpySY93nA+XPob3cFfHGmrLoo+IBza4KqYIo2qn0= X-Google-Smtp-Source: AGHT+IHjH6GcH3BEFB3e0hG4Lu7FhqUf8ssk5+z4aAr5K/bc0Z/Zni1F1h5znZeDpu++DSEdzmDt0ynCpvldtZKPCsk= X-Received: by 2002:a17:90a:390f:b0:29b:ed0d:60fa with SMTP id y15-20020a17090a390f00b0029bed0d60famr2800918pjb.19.1710861645015; Tue, 19 Mar 2024 08:20:45 -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: <47908cbb-b16b-4e94-be50-47ee38b3ecbf@gmail.com> From: Kieran Kunhya Date: Tue, 19 Mar 2024 15:20:36 +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: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? 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".