Re: [FFmpeg-devel] [PATCH v3 0/2] use av_fopen_utf8() instead of plain fopen()

2022-05-17 Thread Soft Works
> -Original Message- > From: Tobias Rapp > Sent: Tuesday, May 17, 2022 1:56 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org>; ffmpegagent > Cc: Martin Storsjö ; softworkz > > Subject: Re: [FFmpeg-devel] [PATCH v3 0/2] use av_fopen_utf8()

Re: [FFmpeg-devel] [PATCH v3 0/2] use av_fopen_utf8() instead of plain fopen()

2022-05-17 Thread Tobias Rapp
On 17/05/2022 02:39, ffmpegagent wrote: Unify file access operations by replacing usages of direct calls to posix fopen() As the cover letter will be gone after commit I think it would be a good idea to add the reason for the change also in the commit messages directly. Is this in preparatio

[FFmpeg-devel] [PATCH v3 0/2] use av_fopen_utf8() instead of plain fopen()

2022-05-16 Thread ffmpegagent
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 softworkz (2): avfilter: use av_fopen_utf8() instead of plain fopen() avfilter/dvdsubdec: use av_fopen_utf8() instead of plain fopen()