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 F07304267F for ; Mon, 25 Apr 2022 12:52:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AAF2F68B29B; Mon, 25 Apr 2022 15:51:57 +0300 (EEST) Received: from mail-pg1-f169.google.com (mail-pg1-f169.google.com [209.85.215.169]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EAAE168A867 for ; Mon, 25 Apr 2022 15:51:50 +0300 (EEST) Received: by mail-pg1-f169.google.com with SMTP id k14so13372771pga.0 for ; Mon, 25 Apr 2022 05:51:50 -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=69Zzy+bdXJwKY8TEVF2aQAny9m/fdsmgn/Rurq03dBU=; b=aKfxPhKyvFLY0WIdgebaHFlRdDE4XUA9W2Cl5L7iX/GjHoKyh4X8p8D7N+dPbnFTzq E2rIkGwRVeL0lcLm9gsZa0TSqS4Covv5uniws/Gea8hQLix8gjbJw9tdt0LHyBcBpVgV MgwhixdjYUG8JSnLjvxLA2sOJlS9BViv/oIxjX6plHs07tCx1wXiRAtrb1N29ZfDvQsz X8TNrH+NsBS8unK/lJpbrLuwT3U3KcwFQhCOe5eQh5h0i3/fQGApmfXIZw9vH4KO1c/F rZAJ6e/wbeCd2RZB+nYEn5Q+dMB1niBAvsve4Y+d0q5MEOVvqXKkGXLgwn2jNN3/T1Jb tVcQ== 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=69Zzy+bdXJwKY8TEVF2aQAny9m/fdsmgn/Rurq03dBU=; b=TSnGfks7XtvTWu+v57vyb/sTxM7FsyjaBqiaPfrxYzgetjXm3Q0sOcLy/Pj5gdpTUH 2J7duODlLhzyQckoD6ltyNFIRlp8hKQQuIqcjEF3RrS9bve/s7gLhwxF4BdY4/1EKbCA eiR5Jt3eVOput4kffSMI56SDKYdodlZQfLbqmQqdDdLFL7cub9cPxyYH6sVyB0HD4dKJ faUqEEkGlWbA4WMOtyloKUkoFqN/TrVZBJ4QXgy90lsWfcP8+y0S8+CzMyqcSj+HinAA RvpU7yco1R8Fbp2EAYWKzfyoawhPtv0csJJsGYbua9sfu1Q6lLrZOIjrxNpY8meGW6vO ARgQ== X-Gm-Message-State: AOAM532nPbKsdj7fbGacy/HsejBMUO0Ju7mhf3iA45MpoykFKE2QOmI0 z6aBhqgNafWhhHhlDzy7OlnlbSCxxXInoSX3r7JrgP/h X-Google-Smtp-Source: ABdhPJwsLDdOyRMlieEtEzRukKqQwAo/Licp7js8iTn06ZbFF7imuVpqemmFQ74f0/MaxAXCi6pAgT4ErESRWJ/hW3A= X-Received: by 2002:a65:4203:0:b0:39d:6f6c:6b62 with SMTP id c3-20020a654203000000b0039d6f6c6b62mr14886808pgq.78.1650891108648; Mon, 25 Apr 2022 05:51:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Hendrik Leppkes Date: Mon, 25 Apr 2022 14:51:36 +0200 Message-ID: To: FFmpeg development discussions and patches 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: On Mon, Apr 25, 2022 at 1:12 PM Soft Works wrote: > > From my point of view: > ffmpeg is already working pretty well in handling long file paths (also with > Unicode characters) when pre-fixing paths with \\?\, and this is working > on all Windows versions without all the caveats, requirements and conditions > that I mentioned. "We have already worked around this problem in our deployment, therefore there is no need to try to improve it" is surely not a very strong argument. Will your work-around continue to work? Yes. Will the changes actually impact anyone negatively? No known case is documented, here or otherwise. Will this change objectively improve the operation of ffmpeg on Windows? Maybe not for everyone (yet), but certainly it'll allow it to do so in controlled environments. I'm not seeing a good argument here to generally block the patch on, as this entire thread boils down to .. what? Fear of change? Unless you can demonstrate an actual problem resulting from applying this patch, this line of arguments seems not very productive. - Hendrik _______________________________________________ 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".