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 EA73147C13 for ; Sat, 4 Nov 2023 18:30:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3185A68CE75; Sat, 4 Nov 2023 20:30:47 +0200 (EET) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 50B3668CE07 for ; Sat, 4 Nov 2023 20:30:41 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 7EFA3C0003 for ; Sat, 4 Nov 2023 18:30:40 +0000 (UTC) Date: Sat, 4 Nov 2023 19:30:39 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231104183039.GH3543730@pb2> References: <20231104092125.10213-1-anton@khirnov.net> <20231104092125.10213-21-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20231104092125.10213-21-anton@khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 20/24] fftools/ffmpeg_dec: convert to the scheduler 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: multipart/mixed; boundary="===============2856198248770117116==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2856198248770117116== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7qIByfx4V/A69dPZ" Content-Disposition: inline --7qIByfx4V/A69dPZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 04, 2023 at 08:56:29AM +0100, Anton Khirnov wrote: > --- > fftools/ffmpeg.c | 22 --- > fftools/ffmpeg.h | 13 +- > fftools/ffmpeg_dec.c | 315 ++++++++++--------------------------------- > 3 files changed, 70 insertions(+), 280 deletions(-) This or the previous commit (which doesnt build without this) breaks: ffmpeg -y -i tickets//1714/fake_mjpeg_stream.wmv -t 1 /tmp/file1714.avi (infinite loop) it can be quit with a "q" press here but with all patches applied it seems "q" is not enough to kill it seems on the samples server here: ffmpeg-bugs/trac/ticket1714/fake_mjpeg_st= ream.wmv thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If a bugfix only changes things apparently unrelated to the bug with no further explanation, that is a good sign that the bugfix is wrong. --7qIByfx4V/A69dPZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZUaNzAAKCRBhHseHBAsP q1JbAJ9b5krorlUGt32Q4q6Ko2bJHwaKtACgkbdAmZuy8/NeCcHY1W71T7Rud4Q= =D8G2 -----END PGP SIGNATURE----- --7qIByfx4V/A69dPZ-- --===============2856198248770117116== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============2856198248770117116==--