[FFmpeg-devel] [PATCH] Add forgotten minor API bumps and APIChanges entries

Anton Khirnov anton
Wed Feb 2 13:03:20 CET 2011


Hi,
not sure what to use instead of SVN revisions for APIChanges entries,
since the git hash isn't known beforehand. This patch uses parent's
hash, a possible alternative could be committing APIChanges separately
(ugly?).

--8<--
The bumps are for adding version.h and avio_{get/put}_str functions in
lavf and making av_dlog public in lavu.
---
 doc/APIchanges        |    8 ++++++++
 libavformat/version.h |    2 +-
 libavutil/avutil.h    |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index aa1221d..a1f8d56 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,14 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2011-02-01 - b9a639d - lavf 52.95.0
+  * Add a new installed header version.h.
+  * Add several variants of public avio_{put,get}_str* functions.
+    Deprecate corresponding semi-public {put,get}_str*.
+
+2011-02-01 - b9a639d - lavu 50.37.0 - log.h
+  Make av_dlog public.
+
 2011-01-15 - r26374 - lavfi 1.74.0 - AVFilterBufferRefAudioProps
   Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.
 
diff --git a/libavformat/version.h b/libavformat/version.h
index 9a902aa..4b95221 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,7 +24,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 94
+#define LIBAVFORMAT_VERSION_MINOR 95
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 74c2b5e..d6338a7 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 36
+#define LIBAVUTIL_VERSION_MINOR 37
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
-- 
1.7.2.3




More information about the ffmpeg-devel mailing list