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 06D8F42FC4 for ; Tue, 17 May 2022 12:30:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 650CA68B410; Tue, 17 May 2022 15:30:07 +0300 (EEST) Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BC09068B314 for ; Tue, 17 May 2022 15:30:00 +0300 (EEST) Received: by mail-pg1-f172.google.com with SMTP id h186so14158432pgc.3 for ; Tue, 17 May 2022 05:30:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=1sa+cvetiIVvrJKZlANirxWn/J3jBiDxkpBpwIN8ItU=; b=XMpopaaM4dBmlGZL2XA69IIp+x5zidiJJ2OlLNRy+ZKKgvC0dZHW6N+u9FPy3vIind kWQJ43PYbBh8wkPrVxGtmYSaqyNggUq7n6H89FGvr5rOrH0aOVJjKxJOlWV8mj2z7ZEk 2X6DoBNRKm6ExNhEH8sO+h6RUoLKVbQnWryiywjU8bI6IyHSOh/TsStZ/P7sD5r9Dx7u cQGsq6P9zRBvlgG4KAqCKo0XNlju4NHkBMdEmr6V5+HLpQzAvq5SdyXh0DS63eZg8xjz Ru443kK/Ux6j+PZRHE16xwsRbv0f3eO571L8N+el3t2kDuS2fYG4tG8+JjOyEu4mmUWu QqKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=1sa+cvetiIVvrJKZlANirxWn/J3jBiDxkpBpwIN8ItU=; b=jGhahIxyG+JU6QGZkSf1AFPb1Jz0251SF2V0byIQFu9+DZM1jtfMQ7wbJVEo2Ht77j AryjEXSOJfdpthzIpo81QW+LMKDc1Yt1na/ok8nXTf+o4UaHS2tf96mcXqglnpVt+zJL SeC/RqBVNf/uB5vhCkzszlAMf94Gk3ATkvSCPsshVIyjdBHLfPSXVIyEE0qojk2E7nYX bagHai1BLjAdRM3/YBHbtya6hYtIoksioNyQd4f84S83+Ca1spTP1h3F45ZXtZVuP3P6 b5SMGEVS720JEaVhNfp6YNam+XG2X98gKUsQ6qLuM/6mr1fNhCV6GV+gLXpqEU6579x1 qeJw== X-Gm-Message-State: AOAM530iFiYXZNiBP3UcYp/2W6cXvGnSQnInEb+0GDk9HZoJqMKk6/WR VuJV7fg7CRaiGIlK3VPZjFjE4TXemHDjGA== X-Google-Smtp-Source: ABdhPJzhLjhehphLzQBiaz6WKuTEPORREY2PEzLS0LBUHYJnshtVAHtTYsDwiiS36TGjQg5yYlGU6w== X-Received: by 2002:a65:49c1:0:b0:3db:6979:ca6f with SMTP id t1-20020a6549c1000000b003db6979ca6fmr19193774pgs.76.1652790598723; Tue, 17 May 2022 05:29:58 -0700 (PDT) Received: from [127.0.0.1] (master.gitmailbox.com. [34.83.118.50]) by smtp.gmail.com with ESMTPSA id o9-20020a170902bcc900b0015e8d4eb1f7sm9020079pls.65.2022.05.17.05.29.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 May 2022 05:29:58 -0700 (PDT) Message-Id: In-Reply-To: References: From: ffmpegagent Date: Tue, 17 May 2022 12:29:55 +0000 Fcc: Sent MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org Subject: [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: Martin =?UTF-8?Q?Storsj=C3=B6?= , softworkz , Tobias Rapp 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: 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(-) base-commit: e3580f60775c897c3b13b178c57ab191ecc4a031 Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-26%2Fsoftworkz%2Fsubmit_replace_fopen-v4 Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-26/softworkz/submit_replace_fopen-v4 Pull-Request: https://github.com/ffstaging/FFmpeg/pull/26 Range-diff vs v3: 1: d81855ba42 ! 1: 7c455d7fa0 avfilter: use av_fopen_utf8() instead of plain fopen() @@ Metadata ## Commit message ## avfilter: use av_fopen_utf8() instead of plain fopen() + Unify file access operations by replacing usages of direct calls + to posix fopen() to prepare for long filename support on Windows. + Signed-off-by: softworkz ## libavfilter/af_firequalizer.c ## 2: 1be02d9e04 ! 2: 68192b1a1e avfilter/dvdsubdec: use av_fopen_utf8() instead of plain fopen() @@ Metadata Author: softworkz ## Commit message ## - avfilter/dvdsubdec: use av_fopen_utf8() instead of plain fopen() + avcodec/dvdsubdec: use av_fopen_utf8() instead of plain fopen() + + Unify file access operations by replacing usages of direct calls + to posix fopen() to prepare for long filename support on Windows. Signed-off-by: softworkz -- ffmpeg-codebot _______________________________________________ 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".