summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-02-09 20:28:42 +0000
committerReinhard Tartler <siretart@tauware.de>2010-02-09 20:28:42 +0000
commite5bea45df76a4888e37bc33f8cc803ec15d3ab7b (patch)
treed1827a645579e4bd7530569dab54971fa9116c04 /Changelog
parent9e3935dfd8c68608534206859b16239a652db37f (diff)
Add a lock manager API to libavcodec.
Allows an application to register a callback that manages mutexes on behalf of FFmpeg. With this callback registered FFmpeg is fully thread safe. backport r19025 by andoma NB: This is a feature backport with little regression potential. It was requested at FOSDEM 2010 by ben@geexbox.org for use by geexbox and the enna mediacenter in the upcoming debian/squeeze and ubuntu/lucid release. Approved by DonDiego on #ffmpeg-devel Originally committed as revision 21731 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 3d13d8de80..a3d3da02e7 100644
--- a/Changelog
+++ b/Changelog
@@ -12,7 +12,7 @@ version 0.5.1:
- (L)GPL license upgrade support
- AMR-NB decoding/encoding, AMR-WB decoding via OpenCORE libraries
- enable symbol versioning by default for linkers that support it
-
+- backport av_lockmgr_register(), see doc/APIchanges for details
version 0.5: