[FFmpeg-cvslog] lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes

Anton Khirnov git
Fri Feb 18 20:38:21 CET 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Feb 16 09:52:39 2011 +0100| [0ef52334ec252217d6a526a50b66ac3f3f46cd7f] | committer: Michael Niedermayer

lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes

Signed-off-by: Janne Grunau <janne-ffmpeg at jannau.net>
(cherry picked from commit 09d171b98879f58be1a766d5f277e131b18e98a1)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ef52334ec252217d6a526a50b66ac3f3f46cd7f
---

 doc/APIchanges        |    6 ++++++
 libavformat/version.h |    4 ++--
 libavutil/avutil.h    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index eb63072..1ac4563 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,12 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2011-02-16 - xxxxxxx - lavf  52.101.0 - avformat.h
+                       lavu  52.39.0  - parseutils.h
+  Add av_ prefix to dump_format().
+  Replace parse_date() in lavf with av_parse_time() in lavu.
+  Move find_info_tag from lavf to lavu and add av_prefix to it.
+
 2011-02-15 - lavu 52.38.0 - merge libavcore
   libavcore is merged back completely into libavutil
 
diff --git a/libavformat/version.h b/libavformat/version.h
index b4add73..9a15fe4 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,8 +24,8 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 100
-#define LIBAVFORMAT_VERSION_MICRO  1
+#define LIBAVFORMAT_VERSION_MINOR 101
+#define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 7d1d4cc..e887c4d 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -40,7 +40,7 @@
 #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
 
 #define LIBAVUTIL_VERSION_MAJOR 50
-#define LIBAVUTIL_VERSION_MINOR 38
+#define LIBAVUTIL_VERSION_MINOR 39
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \




More information about the ffmpeg-cvslog mailing list