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 ABE9F463DF for ; Tue, 16 May 2023 19:05:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E2DEF68BFAC; Tue, 16 May 2023 22:05:42 +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 8FDBB68BD58 for ; Tue, 16 May 2023 22:05:36 +0300 (EEST) Received: by mail-ot1-f51.google.com with SMTP id 46e09a7af769-6ab113d8589so3347a34.3 for ; Tue, 16 May 2023 12:05:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684263934; x=1686855934; 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=cTmtbApIag8GgltDZQs04OREUB53hsqKnM1Xlb7M/cw=; b=owfifRUvT7kxcPHxtdXAP3Zyzjv6cupWk7Mi7yMeBeefLf9KDJSx661ss2+gbgBBrQ 3XGJjh8NvCpGJFnw1guE8zkJaqdqOFBcYQVdaYj8vOW5nLXXCJZYsN2RjHmX07suQWeb fNkM196rc/gKWh53rQhDHr8qb8jTpEYvuMHlQOXU0DntZlKPCl2bN6ordUA6cojdETi5 HTz/1STaEsulogjkYRxUJzShtScwCrrn1HoeCC3dj/PZQAYbiyDLe7Ks19KT6TK9mgIn zcyfXaTHTyEUcHdaO5cW5z48kC2w1FmNAQN1qSsh99955of0494mf70t8yxiQE3wE5np TXvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684263934; x=1686855934; 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=cTmtbApIag8GgltDZQs04OREUB53hsqKnM1Xlb7M/cw=; b=TSjwjsdVTx0WiR7fxmH2jSeQWqeqD/e0Uaqn+bzKDJ5hXqRNg+F0vwK0YSW7RwFKGc kZp3njqzIyePr3bAnyk2OCnWqEkF8XIGbu8PdvUlzVIwxhJyvJEKgEMBu8bvHVn95LX7 3/OGoMrKvKe9aRiNXBlKpoWR7Q0GmHUHQnUE49i5sa2xdPbzJosxPhtfrNjtjqp9m/+Y VZiGqZdczl1QIep+hLwTdcsfqzzubjmXr62l6/w4OX5Wxt0ypM6ag884+JaRmkP7LNwf 3oZqaIaQzRKMuT345hO9E5/8Qq3iNw71KTVbXb85iefZoSCtLn9S2r8iThEbscUo8EXW Q+0g== X-Gm-Message-State: AC+VfDy8CUbj3vZbPKaypeB1HZ2dDOIU13oJk1pZ9lGKHfHz04toETUq VrBssQ/Y1pqcyJn5DgGggloPkosLCDY= X-Google-Smtp-Source: ACHHUZ4/k3DVzQ4jWC9qcshWn0DRPIpO3sc/9U9BCAh3CP0hI0IYCtL4r1B/hHMZzEYB3j86HUy4HQ== X-Received: by 2002:a9d:65d5:0:b0:6a6:43a2:eeb4 with SMTP id z21-20020a9d65d5000000b006a643a2eeb4mr13284567oth.25.1684263934438; Tue, 16 May 2023 12:05:34 -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 p5-20020a0568301d4500b006acfdbdf37csm3443028oth.31.2023.05.16.12.05.33 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 16 May 2023 12:05:33 -0700 (PDT) Message-ID: Date: Tue, 16 May 2023 16:05:41 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: From: James Almer In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: dr support 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 5/16/2023 3:11 PM, Paul B Mahol wrote: > Attached. Nothing looks obviously wrong now, so if it's measurably faster and doesn't regress, then LGTM. _______________________________________________ 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".