aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjamal <jamrial@gmail.com>2012-09-27 11:12:19 -0300
committerMichael Niedermayer <michaelni@gmx.at>2012-09-28 15:10:18 +0200
commita70b4935f1867797b62312c20035025fad8b1f94 (patch)
tree027a5b3afd5cff29c04071cd1fd8fb2e9523aa96 /doc
parentb75c3d2b8b1602236be2d597297187efc696f7c1 (diff)
downloadffmpeg-a70b4935f1867797b62312c20035025fad8b1f94.tar.gz
Add missing version macros to libraries
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 6584e1950f..2145e83ae2 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,16 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-09-27 - xxxxxxx - lavd 54.3.100 - version.h
+ Add LIBAVDEVICE_IDENT symbol.
+
+2012-09-27 - xxxxxxx - lavfi 3.18.100 - version.h
+ Add LIBAVFILTER_IDENT symbol.
+
+2012-09-27 - xxxxxxx - libswr 0.16.100 - version.h
+ Add LIBSWRESAMPLE_VERSION, LIBSWRESAMPLE_BUILD
+ and LIBSWRESAMPLE_IDENT symbols.
+
2012-09-01 - xxxxxxx - lavu 51.72.100 - parseutils.h
Add av_small_strptime() time parsing function.