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 496AE46386 for ; Thu, 15 Jun 2023 15:01:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0D05B68C4AC; Thu, 15 Jun 2023 18:01:44 +0300 (EEST) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9F0E468B9FC for ; Thu, 15 Jun 2023 18:01:37 +0300 (EEST) Received: by mail-ot1-f51.google.com with SMTP id 46e09a7af769-6b29b9f5c40so5907067a34.2 for ; Thu, 15 Jun 2023 08:01:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686841296; x=1689433296; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=nMXnlZDQ2MfQCo2IunQbKWwkHoEiV5ManXzaLKFWR7Q=; b=eHFOoh5euQY1xVHuxlRDurEjy0xu0GUO539byTWL7gukZq8807i3qZpdWeLRKYmRmo fyqnRQtNow3VqUoEl0p/pxDXhX2z1+8Bgi09gmj4fkeT55NurG+02164xy1CV7pv4ise gXYQ4VJCASIFlhI7z5M7i87D/uZkohfM/zeDtf9fx9SimqhkckglPsubXhYlQf5kCLFj SvDiAgRxw0FX4VrGfW16LYb8pHqrMAXAspVuPyID3Pkj0KPwwrk5ImrQrfjxN1J7eNPb LFkJg1q70XhpCQ8xOcUhoTzXW7fb54M3EtvmkIKWx9301Dy6XM2lsXPBC16YYN5Z9QM7 NXZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686841296; x=1689433296; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=nMXnlZDQ2MfQCo2IunQbKWwkHoEiV5ManXzaLKFWR7Q=; b=MiubaVh0WaeahYqEJm8MB2dXpLFgFHsQagKhAh0BCfnxCbNQRR8eLFOzPPtQQCMLtW pMjvHevS9Lf7ePvrDBQTZb3REY2r6iIQB2+5xZ6qmgIER67faRcbJpJJI1l0KR2ki7yt ffVVWCdEgEYZ6VT9KTrT5iRn1E7aDLLhyvB/N4HhAwLh3j2XBFYROn+64pGQIo6DeCey D2BlrE3us8UavLzvJ0/CncP3HYSj7QOw+eXIcVp7J9nIoc8WD/nt0Ww0vHuPxbrrKMRo f+1J66yHrctRZiktp/RkN1hGIqDjeDx/BUffFs52MhNWgVVdX3Dxz06HPFU5DhCKUWKN KX8A== X-Gm-Message-State: AC+VfDw+6KjYUEzQmsXjg7OCeph+A+n6gjGTZyFb40VumQGQDsmkcNRl P7sfkYBxjfZEPupwCB/bI/9WePgldns= X-Google-Smtp-Source: ACHHUZ5+ewZ5DNFVbU3WJZ1QyIIP9iHylwPXCihcV/rE86jonzOyjX7aMf3+pIQyhzEwvBfLmHiuHw== X-Received: by 2002:a9d:6a83:0:b0:6b2:91c9:8e1e with SMTP id l3-20020a9d6a83000000b006b291c98e1emr15123108otq.2.1686841295482; Thu, 15 Jun 2023 08:01:35 -0700 (PDT) Received: from [192.168.0.12] (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id m4-20020a9d7e84000000b006a44338c8efsm6958039otp.44.2023.06.15.08.01.34 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 15 Jun 2023 08:01:35 -0700 (PDT) Message-ID: Date: Thu, 15 Jun 2023 12:01:35 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20230615114643.635-1-d.kozinski@samsung.com> From: James Almer In-Reply-To: <20230615114643.635-1-d.kozinski@samsung.com> Subject: Re: [FFmpeg-devel] [PATCH v26 1/9] avcodec/evc_parser: Added parser implementation for EVC format 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 6/15/2023 8:46 AM, Dawid Kozinski wrote: > - Added constants definitions for EVC parser > - Provided NAL units parsing following ISO_IEC_23094-1 > - EVC parser registration > > Signed-off-by: Dawid Kozinski > --- > configure | 2 + > libavcodec/Makefile | 2 + > libavcodec/evc.h | 155 ++++++++ > libavcodec/evc_parse.c | 767 ++++++++++++++++++++++++++++++++++++++++ > libavcodec/evc_parse.h | 357 +++++++++++++++++++ > libavcodec/evc_parser.c | 235 ++++++++++++ > libavcodec/parsers.c | 1 + > 7 files changed, 1519 insertions(+) > create mode 100644 libavcodec/evc.h > create mode 100644 libavcodec/evc_parse.c > create mode 100644 libavcodec/evc_parse.h > create mode 100644 libavcodec/evc_parser.c I have pushed patches 1-3 and 6-9. I want to look at the decoder and encoder patches a bit more before applying them. I'll also send a patchset with some fixes in a bit. Thanks. _______________________________________________ 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".