aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-26 16:35:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-26 16:35:52 +0200
commit2db89765f3fc5e1fdf12fc0158feef23db8ce2c1 (patch)
treefb23b53167c7756eaf39274319c31f509d60d5cb /doc
parent99d742aac41bf613e0b797b1f809040c9b426536 (diff)
parentfc9c857c2d1b61dbbd104750ca1533c4a4658655 (diff)
downloadffmpeg-2db89765f3fc5e1fdf12fc0158feef23db8ce2c1.tar.gz
Merge remote-tracking branch 'cigaes/master'
* cigaes/master: ffmpeg: use thread message API. lavu: add thread message API. compat/w32pthreads: add return value to pthread_cond_init(). Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 4a47291917..395083c091 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-05-26 - xxxxxxx - lavu 52.87.100 - threadmessage.h
+ Add thread message queue API.
+
2014-05-26 - c37d179 - lavf 55.41.100 - avformat.h
Add format_probesize to AVFormatContext.