Re: [FFmpeg-devel] [RFC] Global state into structure

2021-06-17 Thread Nicolas George
Diederick C. Niehorster (12021-06-12): > As an API user, my main benefit would be to keep log for separate jobs > going on in parallel separate. My application allows capturing data > from one or more high-bandwidth machine vision cameras and storing > them to file with ffmpeg. This often means mul

Re: [FFmpeg-devel] [RFC] Global state into structure

2021-06-12 Thread Diederick C. Niehorster
On Thu, Dec 31, 2020 at 2:33 PM <(unknown sender)> wrote: > > This mail is about a project I have to make FFmpeg's API and > infrastructure more convenient. For a common introduction, see this > thread: > https://ffmpeg.org/pipermail/ffmpeg-devel/2020-December/274167.html > > Global mutable state h

[FFmpeg-devel] [RFC] Global state into structure

2020-12-31 Thread Nicolas George
This mail is about a project I have to make FFmpeg's API and infrastructure more convenient. For a common introduction, see this thread: https://ffmpeg.org/pipermail/ffmpeg-devel/2020-December/274167.html Global mutable state has annoyed developers for a long time. Log callbacks and flags, malloc