summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-07-14 10:09:05 +0200
committerAnton Khirnov <anton@khirnov.net>2011-07-14 14:16:16 +0200
commitf2f523fffc59ea69772948e2754f3a87acd8406e (patch)
treef36b0a0a87965e23855129894eca7534f58b5d3b
parent8d03ca085f7d355f4c7b3bcc1fd9de488e73e739 (diff)
downloadffmpeg-streaming-f2f523fffc59ea69772948e2754f3a87acd8406e.zip
ffmpeg-streaming-f2f523fffc59ea69772948e2754f3a87acd8406e.tar.gz
Add an APIChanges entry and bump minor versions for recent changes.
-rw-r--r--doc/APIchanges6
-rw-r--r--libavcodec/version.h2
-rw-r--r--libavformat/version.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 65e1da7..4074e3f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,12 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-07-xx - xxxxxxx - lavf 53.3.0
+ Add avformat_find_stream_info(), deprecate av_find_stream_info().
+
+2011-07-xx - xxxxxxx - lavc 53.6.0
+ Add avcodec_open2(), deprecate avcodec_open().
+
2011-06-xx - xxxxxxx - lavu 51.8.0 - attributes.h
Add av_printf_format().
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 32b2bb3..a4e0402 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -21,7 +21,7 @@
#define AVCODEC_VERSION_H
#define LIBAVCODEC_VERSION_MAJOR 53
-#define LIBAVCODEC_VERSION_MINOR 5
+#define LIBAVCODEC_VERSION_MINOR 6
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
diff --git a/libavformat/version.h b/libavformat/version.h
index cae0339..bb12b51 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,7 +24,7 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 53
-#define LIBAVFORMAT_VERSION_MINOR 2
+#define LIBAVFORMAT_VERSION_MINOR 3
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
OpenPOWER on IntegriCloud