[FFmpeg-devel] [PATCH v7 0/2] use av_fopen_utf8() instead of plain fopen()
Martin Storsjö
martin at martin.st
Tue May 24 11:55:09 EEST 2022
On Mon, 23 May 2022, ffmpegagent wrote:
> 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
> v7: Rebase and use the new avpriv_fopen_utf8() instead
>
> softworkz (2):
> avfilter: use av_fopen_utf8() instead of plain fopen()
> avcodec/dvdsubdec: use av_fopen_utf8() instead of plain fopen()
Pushed, with the commit messages updated to use avpriv_fopen_utf8 too.
// Martin
More information about the ffmpeg-devel
mailing list