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 92CF644F3A for ; Sat, 10 Dec 2022 20:10:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3A1EF68BDCB; Sat, 10 Dec 2022 22:10:28 +0200 (EET) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E14AF68BC70 for ; Sat, 10 Dec 2022 22:10:21 +0200 (EET) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 466EF254C0C; Sat, 10 Dec 2022 21:10:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1670703019; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9gf8PbvmPfTFiHnZxZB1mFJaYPSdTrsv/1CpRZiIsxc=; b=pfAWYU3Ji8ezKW4recYnx23B0XvDrvyMclS19RWVcrK/Q6lkXLzrnI3nT2fmyWoBnVl6gJ FtOBnbKVNkV1z0A6aAvCE03QiVoq8CDERC2CboCj8key0G4wTKO9f9TpUzy5RYJcD7cTws 9nZpLyXKwyTHVUSEPItgfjLgr6QVMzW1CUJmJbvde9oG175mEDsjCIcLzMHLf3Z3LVfb+y yJQBxR86i11KOZq9dbHM8vjiciz9AUNwiAMxI2KompttoWSJ886jwPyU/ICMoIUpJcgGPL 9AXrUXFmIClSHYkKgN9fYEKPd/tTU6usZ74P0FtZCcS/nwAqj84WA0uKaziFcQ== Message-ID: <24a69a0f-7e41-d46f-d825-b969ff9e9296@rothenpieler.org> Date: Sat, 10 Dec 2022 21:10:18 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 To: FFmpeg development discussions and patches , Michael Niedermayer References: <20221207222211.GC3806951@pb2> <20221209133704.693-1-timo@rothenpieler.org> <20221209234636.GH3806951@pb2> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <20221209234636.GH3806951@pb2> Subject: Re: [FFmpeg-devel] [PATCH v4] lavc: convert frame threading to the receive_frame() pattern 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 10.12.2022 00:46, Michael Niedermayer wrote: > On Fri, Dec 09, 2022 at 02:37:04PM +0100, Timo Rothenpieler wrote: >> From: Anton Khirnov >> >> Reorganize the code such that the frame threading code does not call the >> decoders directly, but instead calls back into the generic decoding >> code. This avoids duplicating the logic that wraps the decoder >> invocation and will be useful in the following commits. >> --- >> libavcodec/decode.c | 58 +++++---- >> libavcodec/decode.h | 7 + >> libavcodec/internal.h | 7 + >> libavcodec/pthread_frame.c | 256 ++++++++++++++++++++++++------------- >> libavcodec/thread.h | 18 +-- >> 5 files changed, 223 insertions(+), 123 deletions(-) > > this patch changes the output with this: > > ./ffmpeg -ss 1 -i Enigma_Principles_of_Lust.flv -t 1 -bitexact -f framecrc Yeah, I'd like to have that file. The change is interesting, and it looks like it might actually be legit frames? _______________________________________________ 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".