[FFmpeg-devel] [PATCH v5 0/3] use av_fopen_utf8() instead of plain fopen()
ffmpegagent
ffmpegagent at gmail.com
Fri May 20 00:40:34 EEST 2022
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
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 +-
11 files changed, 12 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-v5
Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-26/softworkz/submit_replace_fopen-v5
Pull-Request: https://github.com/ffstaging/FFmpeg/pull/26
Range-diff vs v4:
1: 7c455d7fa0 = 1: bcafcfacea avfilter: use av_fopen_utf8() instead of plain fopen()
2: 68192b1a1e = 2: 94d023ece3 avcodec/dvdsubdec: use av_fopen_utf8() instead of plain fopen()
-: ---------- > 3: 5e50103af3 avfilter: Make avpriv_open a library-internal function on msvcrt
--
ffmpeg-codebot
More information about the ffmpeg-devel
mailing list