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 AD4A042FFE for ; Wed, 18 May 2022 07:01:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0D08A68B42E; Wed, 18 May 2022 10:01:35 +0300 (EEST) Received: from server6.ceeqoo.com (server6.ceeqoo.com [178.77.101.243]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3BCCB68B22F for ; Wed, 18 May 2022 10:01:29 +0300 (EEST) Received: from mailix (www.noaport.de [109.90.164.154]) by server6.ceeqoo.com (Postfix) with ESMTPA id 7FE2ABD75B; Wed, 18 May 2022 09:01:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=noa-archive.com; s=default; t=1652857287; bh=Jb9seppPm3aE5oTpbJrUGfu5MmHp0w5i1cGtmY4DTm8=; h=Received:Subject:To:From; b=iSLj6mGSUf6IA+t0DpYmyXOMr5OG8R8PqK75Rj/pbyTSg6gwEAmEelxHr8hauSuSS 8iuSUVELPgvVXI9OP183sUEzLEWXAJRtM5n/dRfI77TxUXFqrqWojS171fSHOX2O2K D2/0qL9N9LzmlQcU4VYQ32JHmdzxaxUmVBOR9bmo= Authentication-Results: server6.ceeqoo.com; spf=pass (sender IP is 109.90.164.154) smtp.mailfrom=t.rapp@noa-archive.com smtp.helo=mailix Received-SPF: pass (server6.ceeqoo.com: connection is authenticated) Received: from [192.168.0.125] (Unknown [192.168.0.1]) by mailix with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128) ; Wed, 18 May 2022 09:01:27 +0200 Message-ID: <9dbea828-4cc9-0ab1-db1f-01571e9c9106@noa-archive.com> Date: Wed, 18 May 2022 09:01:25 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Content-Language: en-US To: ffmpegagent , ffmpeg-devel@ffmpeg.org References: From: Tobias Rapp Organization: NOA GmbH In-Reply-To: X-PPP-Message-ID: <165285728779.21524.5119960768379644258@server6.ceeqoo.com> X-PPP-Vhost: noa-archive.com Subject: Re: [FFmpeg-devel] [PATCH v4 0/2] use av_fopen_utf8() instead of plain fopen() 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 Cc: =?UTF-8?Q?Martin_Storsj=c3=b6?= , Soft Works 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 17/05/2022 14:29, ffmpegagent wrote: > Unify file access operations by replacing usages of direct calls to posix > fopen() > > v2: Remove changes to fftools for now > v3: Add some additional replacements > v4: Fix and improve commit messages > > softworkz (2): > avfilter: use av_fopen_utf8() instead of plain fopen() > avcodec/dvdsubdec: use av_fopen_utf8() instead of plain fopen() > > libavcodec/dvdsubdec.c | 2 +- > libavfilter/af_firequalizer.c | 2 +- > libavfilter/vf_deshake.c | 2 +- > libavfilter/vf_psnr.c | 2 +- > libavfilter/vf_signature.c | 4 ++-- > libavfilter/vf_ssim.c | 2 +- > libavfilter/vf_vidstabdetect.c | 2 +- > libavfilter/vf_vidstabtransform.c | 2 +- > libavfilter/vf_vmafmotion.c | 2 +- > 9 files changed, 10 insertions(+), 10 deletions(-) > > [...] Commit messages look fine to me now. I will leave the decision to others about the order of changes -- whether this patch-set comes first, or the fix for the CRT linking issue (possibly replacing this public function with a private copy). Regards, Tobias _______________________________________________ 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".