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 58EF146B30 for ; Mon, 3 Jul 2023 15:22:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E003C68C56A; Mon, 3 Jul 2023 18:22:24 +0300 (EEST) Received: from mail-ot1-f49.google.com (mail-ot1-f49.google.com [209.85.210.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 20C8968C4BF for ; Mon, 3 Jul 2023 18:22:19 +0300 (EEST) Received: by mail-ot1-f49.google.com with SMTP id 46e09a7af769-6b711c3ad1fso3772962a34.0 for ; Mon, 03 Jul 2023 08:22:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=spin-digital-com.20221208.gappssmtp.com; s=20221208; t=1688397737; x=1690989737; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=6PrJlWzYNQENOELZBbdEzNvXEF80CJ1Zt2BmQ5l2WQg=; b=PD1fqvetRbgSyMZ10XVxwsL+vTYqY+Qe5SPuq7OVACgvC4H9QIhduPlXEV3I3pxWg5 r10cPfr/oP3TQY3qTxMsAhS94uqg/FxDveNRQysk998Up2SQbrqEe+x33AUO9hknwwvf Ao9eA7g0mEYIBx0sNAJUF4+BIrkWLFNSGhvKKUwZm0HfK8NaWpv0zv82ih20yXqz76VS CbOFynnMT8E0chF/vRwRg7XFLnZiSPlAZbJuq4v4H85uRUV0SjFDHVJiCxjad7h1J3eA wHXIdvRM/2NdoGeCAWV3BaHn+TFgdL9UbbCKWUFwspv6KsBGj73LFaRKLzp/xU7RSBZJ +rdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688397737; x=1690989737; 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=6PrJlWzYNQENOELZBbdEzNvXEF80CJ1Zt2BmQ5l2WQg=; b=PbtOrpDuvTbq3lBzCVijvwRPzIeF1JnYiqEfF95LEdnV8UKksu3uHtwhNcxwTV5l9u WZCGiqqF5wA2iYh56K8BWKfDczuL4ReCwveoNSZqhkYsX7Z1ysxgwa35id+L1WfmxdoK No77FZwo9XcLm9UprAt1u29lBVPGu6B0nUYuYKA2Mxe2muYawYJYCwHsVGMmn1Z7nPlh Eva6n0CKk9F6MP8buOtlR61Q7wpMMrI8TcCJEL27oTEi61o7FSu1gZDMVSUf4oneNy5d 0gepem6XJVIpsMk1TPnxv7nVZp8rOJViKQD9jtUIvTu5JpXPXI2Sy6nExoZtlGVOq/Zq BV5A== X-Gm-Message-State: AC+VfDxtmkCIIe3mXdjcDEZalCfwZOTLd5oZqN5xW+cJzvrYYQ8eHalc QyZncsQkotbnxSO7hxdjBB7DTPv8GXK7EI+xjH4y1WYy6WfTMksN X-Google-Smtp-Source: ACHHUZ4T+Kn4EgVIttjdTdXRQNf/a4FKM3Pe1qD4ruOmLYaLEtGeGgDRRVH3qOk7ybNw8Edc2RcdOoML3y2g9Af/9mU= X-Received: by 2002:a9d:7e8c:0:b0:6af:870c:b71b with SMTP id m12-20020a9d7e8c000000b006af870cb71bmr11863763otp.27.1688397737033; Mon, 03 Jul 2023 08:22:17 -0700 (PDT) MIME-Version: 1.0 References: <20230321150124.21999-1-thomas.ff@spin-digital.com> In-Reply-To: From: Thomas Siedel Date: Mon, 3 Jul 2023 17:22:03 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v7 00/11] Add support for H266/VVC 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 Thu, 29 Jun 2023 at 19:39, James Almer wrote: > On 3/21/2023 12:01 PM, Thomas Siedel wrote: > > This patch set adds H266/VVC support. > > This includes parsing, muxing, demuxing, decoding and encoding. > > Decoding is done using the external library VVdeC > > (https://github.com/fraunhoferhhi/vvdec.git) and can be enabled with > > --enable-libvvdec. > > Encoding is done using the external library VVenC > > (https://github.com/fraunhoferhhi/vvenc.git) and can be enabled with > > --enable-libvvenc. > > > > For conformance testing, the following JVET bitstreams can be used: > > > https://www.itu.int/wftp3/av-arch/jvet-site/bitstream_exchange/VVC/draft_conformance/draft6/ > > DVB test streams can be found here: > > https://dvb.org/specifications/verification-validation/vvc-test-content/ > > All JVET conformance bitstreams that are supported by VVdeC can be > decoded. > > Pallete mode and multi-layer streams are unsupported. > > The DVB MP4 and TS reference files can be decoded as well. > > I have pushed patches 1 to 6, and the raw muxer part of 7. Will look at > the ISOBMFF and ts stuff better later, as well as the encoder wrapper. > That is great, thank you for pushing the patches. _______________________________________________ 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".