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 C6E4843070 for ; Thu, 19 May 2022 23:15:26 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9DF2D68B49F; Fri, 20 May 2022 02:15:23 +0300 (EEST) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8FAB268B1FD for ; Fri, 20 May 2022 02:15:17 +0300 (EEST) Received: by mail-pg1-f178.google.com with SMTP id q76so6283185pgq.10 for ; Thu, 19 May 2022 16:15:17 -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:mime-version :content-transfer-encoding:fcc:to:cc; bh=NnfbMNyAr/e4W7lhTs4+KnQVay9dCxQWy4v3QExu2tc=; b=Vn7p4PNMhBwtBrR0vKCn63QJ1nUW8K1nDXHKqVBpYcC321cUq6x32kOl69KpdT6TcA 1P16DXEkE/1uVUMNOhkRBFn+EeqVghbyK4pd2Mkf2+YJzaGDIopbaJganj2fOxRHSbih 4GhlrxDhkujNSmVW9i+w7ca8Fprr8PAOG3LEuIi2+YQu0gvzfDAGxl+4VAxOMp5DIBAM LY2ZsBFKcHSd8RH4IK3D4GcDtgVEUArqXJM5Wi35OjHiNtIS0F2FDO2Sxtw92FYRIxAg t5uLn3DQnbyBonOVxa+Ew1ve3oBQcQXqASzfy/+Z2qKnyIr02jV2LMz+4yWghWzQAzr5 Cmxw== 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:mime-version:content-transfer-encoding:fcc:to:cc; bh=NnfbMNyAr/e4W7lhTs4+KnQVay9dCxQWy4v3QExu2tc=; b=ynTg215PZMm8VGd4tp0YdffvF+7vt50aw57GJ/Yp3RigZ/6ODHgMBBagPpoK4esTF2 KD+hifqaFoDaBSVZHxRh19uXZCxbpqAENtd61F2GnfCyzLYX3WK0/dqYWnveThgpDXIB 20wmNpBxU6T6csbOG31vW4+xUf7xK68+RlBzEfRjAgnhShKpSNld+0uPBfWeXPqIBnnn V5aQJ5UyQjkPEzS9yaYdNgnA8eFcpLyMky8ai7BUJtFvf8ymovwP6JEahNJB2VPR2zpW MoEOaJ+QRI2ioQoe5nQOH2hgA7L7/nYQfDPxUVkTwDxAwYm+5XKRgXQvgN5ECjyeeJB4 cqFA== X-Gm-Message-State: AOAM533tB541sK1exJ4W9fyIldGaeqwHHzFV/S/38W0L94rsPtFhyQf5 9P2GadkGVlUkkR+n+zvxlo0HXlO3uRNQ5w== X-Google-Smtp-Source: ABdhPJynt1BmtUhxnQZlwmw0/ksUMrlPckxBIuYBP4i+9Lht82fYt/pcS1AAszR1zD/vs/jxF0I8uQ== X-Received: by 2002:a63:1e0c:0:b0:3f2:5b19:24d0 with SMTP id e12-20020a631e0c000000b003f25b1924d0mr5907419pge.562.1653002115927; Thu, 19 May 2022 16:15:15 -0700 (PDT) Received: from [127.0.0.1] (master.gitmailbox.com. [34.83.118.50]) by smtp.gmail.com with ESMTPSA id y17-20020aa78f31000000b005107a4d5096sm233959pfr.30.2022.05.19.16.15.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 May 2022 16:15:15 -0700 (PDT) Message-Id: In-Reply-To: References: From: ffmpegagent Date: Thu, 19 May 2022 23:15:11 +0000 MIME-Version: 1.0 Fcc: Sent To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH v6 0/3] 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 v5: Add patch to remap ff_open in libavfilter for MSVC on Windows v6: Add avfilter/file_open.c to "Files without standard license headers" list softworkz (3): avfilter: use av_fopen_utf8() instead of plain fopen() avcodec/dvdsubdec: use av_fopen_utf8() instead of plain fopen() avfilter: Make avpriv_open a library-internal function on msvcrt libavcodec/dvdsubdec.c | 2 +- libavfilter/Makefile | 1 + libavfilter/af_firequalizer.c | 2 +- libavfilter/file_open.c | 1 + 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 +- tests/ref/fate/source | 1 + 12 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 libavfilter/file_open.c base-commit: 41a558fea06cc0a23b8d2d0dfb03ef6a25cf5100 Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-26%2Fsoftworkz%2Fsubmit_replace_fopen-v6 Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-26/softworkz/submit_replace_fopen-v6 Pull-Request: https://github.com/ffstaging/FFmpeg/pull/26 Range-diff vs v5: 1: bcafcfacea = 1: bcafcfacea avfilter: use av_fopen_utf8() instead of plain fopen() 2: 94d023ece3 = 2: 94d023ece3 avcodec/dvdsubdec: use av_fopen_utf8() instead of plain fopen() 3: 5e50103af3 ! 3: 4035d5dd7b avfilter: Make avpriv_open a library-internal function on msvcrt @@ libavfilter/Makefile: OBJS = allfilters.o ## libavfilter/file_open.c (new) ## @@ +#include "libavutil/file_open.c" + + ## tests/ref/fate/source ## +@@ tests/ref/fate/source: libavcodec/reverse.c + libavdevice/file_open.c + libavdevice/reverse.c + libavfilter/af_arnndn.c ++libavfilter/file_open.c + libavfilter/log2_tab.c + libavformat/file_open.c + libavformat/golomb_tab.c -- 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".