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 B955A42769 for ; Fri, 29 Apr 2022 18:59:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C67B768B2BE; Fri, 29 Apr 2022 21:59:31 +0300 (EEST) Received: from msg-4.mailo.com (ip-15.mailobj.net [213.182.54.15]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9360D68AF2A for ; Fri, 29 Apr 2022 21:59:25 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1651258765; bh=9tUJ2MatVkmLdbn06zuuCzelV9hRh7ZYUnexnJDWjgw=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=gJeUJsVn/T4DRWpztdeaviY1ID3fuf/xCi4Z5WfnImjTNNva+TZhEEdRWp28XNccR ERFUm7+GfyT2ye656/qScHPyxj2rP6bitqD6zHitPLbTE6KIgoI28y+LIJdthNKv7q WYUXZUcrZM31VkwzW7/mT/mdq5eMq4qW23dbj9Ms= Received: by www-7.mailo.com with http webmail; Fri, 29 Apr 2022 20:59:25 +0200 (CEST) X-EA-Auth: UlbY+KAAyRiGIk7t87c2fU2SzN0MQc5PDqoXUfPTYUKP+gLy+kqpK4mmtny9nTwSkm54S+pMSJU1vJ4GbIZVyaivb18aMwjF From: nil-admirari@mailo.com To: ffmpeg-devel@ffmpeg.org Date: Fri, 29 Apr 2022 20:59:25 +0200 (CEST) X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA21.01/r20220415 Message-ID: In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi 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: > What I'm saying is that prepending the long path prefix is the better way > for supporting long paths and I mentioned our experience with it only to > confirm that it's working well. Maybe you'll even provide a patchset for such a wonderful approach? > The .NET/corefx runtime uses the prefix method internally, rclone is using it, > the Java runtime is using it, just to name a few examples. They all have uniform IO, FFmpeg does not. av_fopen_utf8 vs plain fopen, and forward slash conversion have already been mentioned in this very conversation, but probably you haven't followed. _______________________________________________ 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".