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 BCC8A434B4 for ; Mon, 13 Jun 2022 21:58:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5F1D968B5D7; Tue, 14 Jun 2022 00:58:34 +0300 (EEST) Received: from mail-yw1-f182.google.com (mail-yw1-f182.google.com [209.85.128.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A869168B13C for ; Tue, 14 Jun 2022 00:58:27 +0300 (EEST) Received: by mail-yw1-f182.google.com with SMTP id 00721157ae682-3137c877092so11541517b3.13 for ; Mon, 13 Jun 2022 14:58:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=UF+xkJXbz4OT2SXL7JIAtWYk3u2bis/7tR3KbGzXOXw=; b=PdhSTFgfQ6I0SFHOaB/dyvrY5t01FVWx9pvtX7MJiOhnQ6nYKjbV7h6MtBCFOy7ZBX maieJLLMV3S8ZdMzQGH3K6jcgCPR+suaT0ZQI9Zl43mf4WSCZuVp5mWXWN5hzYQZazhM fr5pcr3TkHOBumvQdp3aRJGoGIim1n85M1q5nJtstOOlB7Y1pk//HBhWtZRqhoIhSucV NArcSYpOSLX5vwyQlKAcBTgjagjxKEnr83gQSY4XUkDlYv+nfwpiFvDf/8S4FsjIdQ46 IbB3WNHGwPkt2mUusfJw/DRwgU3rlAGgqmO1Yl3JH7kPl0IIrm6L1mwJxufl57hOle+l Hu+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=UF+xkJXbz4OT2SXL7JIAtWYk3u2bis/7tR3KbGzXOXw=; b=pPXLWrKenPJ9qMH0gekY8g6wYSX/H5Xzolp1BCPzONp9y5GJReNLAAKPMm6h+RAElR 6zVISPOugKA1eK5neja0lR6iwdnyLRLtSDXGmRbKcH6Z/zFQ1iiJEvBW3AxJg0kHv9U4 YW+4bsyG1AwMzpd/OhqCtElpS0dGAkpt9VLxYrd7B1UT0PUt0qPvXOA4n+PqRwwaLizJ ZkpoPHpeyq0LHBoGWXLqIASWl+PjRoIfE+uIbWnyFJDBWQaXxQnV1F5ezV5JpXhAx7+/ u1sg87tDKKNEbMj8Qvqn0eRSoKrSa3+qL9AowB/NbwkA4dy6QjlFi2DT4xVABwbWM8ut DLVQ== X-Gm-Message-State: AJIora8EnT61KLc2fhCDBIYPpvfkczVAFanWueqHONiZcYIRHwqHjIQI XKz1X0K+ideoh6dRzU88r6vmjhWVpnqx4kQMe6jUs5bMR+8= X-Google-Smtp-Source: AGRyM1s2oequkkpOnqPgFsIv900QpTY+7SiZFNdMESLwOBcRyqr4uYbMEOLGRMBNwO89glsN/N/0d5LAzf6XxAHLrGM= X-Received: by 2002:a81:788b:0:b0:313:7314:d892 with SMTP id t133-20020a81788b000000b003137314d892mr2045008ywc.302.1655157506141; Mon, 13 Jun 2022 14:58:26 -0700 (PDT) MIME-Version: 1.0 References: <20220613001021.8065-1-michael@niedermayer.cc> <20220613001021.8065-3-michael@niedermayer.cc> <20220613215521.GH396728@pb2> In-Reply-To: <20220613215521.GH396728@pb2> From: Paul B Mahol Date: Tue, 14 Jun 2022 00:01:14 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 3/3] avcodec/bink: disallow odd positioned scaled blocks 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 Mon, Jun 13, 2022 at 11:55 PM Michael Niedermayer wrote: > On Mon, Jun 13, 2022 at 10:02:24AM +0200, Paul B Mahol wrote: > > Have you checked this with longer samples? > > ive tested it with the files in the bink directory on samples > anything else i should test it with ? > Something longer, where is big gap between keyframes. > > thx > > [...] > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB > > The educated differ from the uneducated as much as the living from the > dead. -- Aristotle > _______________________________________________ > 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". > _______________________________________________ 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".