ffmpeg/libavformat
Vivekanand b092ee701f avformat/allformats: Making av_register_all() thread-safe.
When multiple threads tries to call av_register_all(), the first thread sets
initialized to 1 and do the register process. At the same time, other thread might
also call av_register_all(), which returns immediately because initialized is set to 1
(even when it has not completed registering codecs). We can avoid this problem
if we set initialised to 1 while exiting from function.

Github: Closes #196
2016-06-05 23:48:12 +02:00
..
2015-11-12 04:39:14 +01:00
2016-03-13 16:06:09 +01:00
2016-06-04 21:56:34 +02:00
2016-04-28 23:25:18 +02:00
2016-05-19 17:02:06 +02:00
2016-06-01 14:59:06 +02:00
2016-03-06 17:29:32 +01:00
2014-07-13 19:18:31 +02:00
2014-07-13 19:18:31 +02:00
2016-05-21 18:49:45 +02:00
2016-05-21 18:49:45 +02:00
2016-02-26 21:34:33 +01:00
2016-05-31 22:37:09 +02:00
2015-09-01 13:35:37 +02:00
2014-10-21 03:52:27 +02:00
2016-06-03 12:46:02 +02:00
2015-01-11 00:35:01 +01:00