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 C228540E4C for ; Sun, 10 Apr 2022 21:51:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B1E4468B35B; Mon, 11 Apr 2022 00:51:09 +0300 (EEST) Received: from mail-yb1-f172.google.com (mail-yb1-f172.google.com [209.85.219.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7325468B358 for ; Mon, 11 Apr 2022 00:51:02 +0300 (EEST) Received: by mail-yb1-f172.google.com with SMTP id w28so2241342ybi.6 for ; Sun, 10 Apr 2022 14:51:02 -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=K6hrBGK6642/N0HplX6pXctt6ZYvsUTW/X5arurX8Ns=; b=Mt+fVis30MzNxS2q37OP5IQoto1MtMWBfPHeYBAKwGdXchueJ65bJu/v20QyOjN2lV A5I4mAIyUMh8xXf30ZbzmJsUXJvKIhPt02Mvq8KzGoeFurn2mY3bcoKgJirvcd5Hw9og 4mLie+Yv+ZHPecNwLkJGVJ32+Cid3FMnSXCg3uy70AXAzrzDG42Ujl1WrwjgBmW0jdH6 8UfTzdF9Uzq922+XsySAPogWNCsxL0XiSj1il9EkwwzlDcM7jTTRJyNOr6pFnWxCpiZq s/xu0UnCaQqfPKGnpkMiBwaAyO1bxOHVQCFR6rRZKznnoBJSPHWItkIMlmpGukRJd6rj CDlg== 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=K6hrBGK6642/N0HplX6pXctt6ZYvsUTW/X5arurX8Ns=; b=2gAryAbRm15BTrQvx92H9A08HVURrJL6Lhviwbui2nI9aQRh1XOsCuhRzLlndDTN7E YorLzB+D11q2TjlzlU9wfa+0teX6DWubRYjF2eaEwOwjczjL9SO7nHI7w4dLwqkx7fwd 8YoP0WXCwpb6iD1udwkZiliGIO4ssSahd3Rb3VoViZ57eSp6gX3u3/+qUpVRLvlOqN+C PhDAvDHFVElcMWj1g+fBH22pHJFd33rBAogRGXiLyzIFYWj26lkf2ZGID6VMPqNFACfQ vUYm53L26KbJ15/ZCSsaggrsa/zpiDjVuK//MWRQZwkvGqQeLgNTH3T1VkQJ6djBf63y H5nw== X-Gm-Message-State: AOAM5335/6+ENstcB5D0limxPsd/bXdC37/js2G3P+656aPie2JXExHk ANATlWwEtD3YU8doJKmMVU5rcu+kObSxaPyispkw+FnH X-Google-Smtp-Source: ABdhPJxwJPIdnHheFNFEFQQe+DfyVBrFbbGHBCrI9cLEoSIeg8+uT/rdc1paZCnDtyo7Ujpysf0spoRNhxmEy4Nzzl0= X-Received: by 2002:a25:2343:0:b0:641:224c:6324 with SMTP id j64-20020a252343000000b00641224c6324mr5139675ybj.142.1649627460407; Sun, 10 Apr 2022 14:51:00 -0700 (PDT) MIME-Version: 1.0 References: <20220222082256.7991341055D@natalya.videolan.org> <20220410214116.GA1152280@pb2> In-Reply-To: <20220410214116.GA1152280@pb2> From: Paul B Mahol Date: Sun, 10 Apr 2022 23:53:16 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] avfilter/framepool: fix alignment requirements for audio and video filters 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 Sun, Apr 10, 2022 at 11:41 PM Michael Niedermayer wrote: > On Tue, Feb 22, 2022 at 08:22:55AM +0000, Paul B Mahol wrote: > > ffmpeg | branch: master | Paul B Mahol | Sun Feb 20 > 19:06:52 2022 +0100| [17a59a634c39b00a680c6ebbaea58db95594d13d] | > committer: Paul B Mahol > > > > avfilter/framepool: fix alignment requirements for audio and video > filters > > > > > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17a59a634c39b00a680c6ebbaea58db95594d13d > > --- > > > > libavfilter/audio.c | 11 +++++------ > > libavfilter/framepool.c | 18 ++++++++---------- > > libavfilter/video.c | 11 +++++------ > > 3 files changed, 18 insertions(+), 22 deletions(-) > > This change broke: > ./ffmpeg -i matrixbench_mpeg2.mpg -an -vframes 5 -vf > "frei0r=perspective:0.2/0.2|0.8/0.2" -qscale 1 perspective.avi > > The resulting file looks like it has a messed up linesize > Are you sure this is not encoder bug? I'm not willing to invest debugging horrible code of mpeg encoders. > > thx > > [...] > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB > > Does the universe only have a finite lifespan? No, its going to go on > forever, its just that you wont like living in it. -- Hiranya Peiri > _______________________________________________ > 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".