From a04c2c707de2ce850f79870e84ac9d7ec7aa9143 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 21 Dec 2017 22:39:24 +0100 Subject: lavc: replace and deprecate the lock manager Use static mutexes instead of requiring a lock manager. The behavior should be roughly the same before and after this change for API users which did not set the lock manager at all (except that a minor memory leak disappears). --- doc/APIchanges | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index df79758e86..3c9f237596 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,11 @@ libavutil: 2017-10-21 API changes, most recent first: +2017-xx-xx - xxxxxxx - lavc 58.9.100 - avcodec.h + Deprecate av_lockmgr_register(). You need to build FFmpeg with threading + support enabled to get basic thread-safety (which is the default build + configuration). + 2017-12-xx - xxxxxxx - lavu 56.7.100 - cpu.h AVX-512 flags added. -- cgit v1.2.1