Hi. I'm currently developing a multithreaded C++ program using std::thread. Recently I have been having some crashing issues and it all seems to related non-thread safety of some function in the FFmpeg API. Does there exist an exhausting list of all the function that are not thread safe? - Ole Andre Birkedal