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 F3F9440E55 for ; Sun, 10 Apr 2022 21:57:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 21DD068B368; Mon, 11 Apr 2022 00:57:02 +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 2F42268AF87 for ; Mon, 11 Apr 2022 00:56:55 +0300 (EEST) Received: by mail-yw1-f182.google.com with SMTP id 00721157ae682-2eafabbc80aso146482447b3.11 for ; Sun, 10 Apr 2022 14:56:55 -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=EVjTlb5FZUOMh0+NoGacitXO50eEssrza38FE+covaI=; b=T/x71DjZKn8NMtbecEMzD2q4L47FkN+YD/dcE6GCu7BzfLW6huYL3VTIIOPLWoD0xG pB4yC4mkZLepEvcApiyz8enbh3a65RX3DjUxEdrzIknuiyX/RvRhVzJzvuB7HP2DX7dX mfZlb68ifiJv7uBiIXY2Ycx2npHvzaQ5q5KRhWBqhs3yPmu7xzrA8TnNycFB68+EFo7n 6/cw6yRFe6FD9eNlNdrwzMBdQZMe/EMkiegaafDu7lYojnkwHV2yI3OFXBwrAXuTkKQx S1k+6bHKJSjYzfbxDTBpSheI+dHY5voGpoc8creQzV6Mi1LczFOnb8fgegqCsxqO8Gvl 2GxA== 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=EVjTlb5FZUOMh0+NoGacitXO50eEssrza38FE+covaI=; b=i3Z7c5r98Jw95R8E06D4mPoF08DB7ga3s+qP0tTYZXe0eOc9+hUGwHYDHWJYd7FmPW BFOhihrrWPl0KXMeiS8NW415AQzDAwuRkF/hEWEYvxzFQ4Dui6AHPSK/462wJOZ1Ui4P xj9JIhH5Q4xQxb8ewBn8ezJwN0rX266oetTYa5Zwbad7HMAaJRkxmhixIPQ2SxOk6ICV sUIXnZ/vZw2ZOx0C8oqVpUiEbtMIn/uhHluFop7FT7wka9xOleiAUe8M37ADzwijofvL 7yU9IGhaqUL1vn6zWrukQGTLa/a4NwgfogxYZ/haJRfgowFMAtJf3AFIvARRXU6eKjcG QVbA== X-Gm-Message-State: AOAM531NFul3dZJH5DQN7OfG2So+QVsVG3A1OjM7CX/hOpAudPob4Szi xezpj7mCyaiDFoiDXmtoLFjPZPy7IQEEEyvTTnjDfs9c X-Google-Smtp-Source: ABdhPJyexckOOnstFCK6+t8H0ROFQwZZE6mGyKU9330Eith+bPB1j78VxfCL9/TNU6axows3++SBqeFd6qLr5jefokY= X-Received: by 2002:a81:d04:0:b0:2ec:3ac0:b58 with SMTP id 4-20020a810d04000000b002ec3ac00b58mr127434ywn.221.1649627813843; Sun, 10 Apr 2022 14:56:53 -0700 (PDT) MIME-Version: 1.0 References: <20220222082256.7991341055D@natalya.videolan.org> <20220410214116.GA1152280@pb2> In-Reply-To: From: Paul B Mahol Date: Sun, 10 Apr 2022 23:59:10 +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:53 PM Paul B Mahol wrote: > > > On Sun, Apr 10, 2022 at 11:41 PM Michael Niedermayer < > michael@niedermayer.cc> 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. > Actually, frei0r should be removed completely. It does not handle linesize at all, and never have no support for it. > > >> >> 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".