[FFmpeg-cvslog] r25216 - in trunk: doc/APIchanges libavcodec/avcodec.h libavutil/avutil.h

stefano subversion
Mon Sep 27 02:30:15 CEST 2010


Author: stefano
Date: Mon Sep 27 02:30:14 2010
New Revision: 25216

Log:
Bump version and update APIchanges after r25210.

Modified:
   trunk/doc/APIchanges
   trunk/libavcodec/avcodec.h
   trunk/libavutil/avutil.h

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Mon Sep 27 00:37:45 2010	(r25215)
+++ trunk/doc/APIchanges	Mon Sep 27 02:30:14 2010	(r25216)
@@ -13,6 +13,9 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2010-09-26 - r25210 - lavu 50.29.0 - opt.h
+  Move libavcodec/opt.h to libavutil/opt.h.
+
 2010-09-24 - r25174 - lavu 50.28.0 - av_log_set_flags()
   Default of av_log() changed due to many problems to the old no repeat
   detection. Read the docs of AV_LOG_SKIP_REPEATED in log.h before

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Mon Sep 27 00:37:45 2010	(r25215)
+++ trunk/libavcodec/avcodec.h	Mon Sep 27 02:30:14 2010	(r25216)
@@ -32,7 +32,7 @@
 
 #define LIBAVCODEC_VERSION_MAJOR 52
 #define LIBAVCODEC_VERSION_MINOR 91
-#define LIBAVCODEC_VERSION_MICRO  0
+#define LIBAVCODEC_VERSION_MICRO  1
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \

Modified: trunk/libavutil/avutil.h
==============================================================================
--- trunk/libavutil/avutil.h	Mon Sep 27 00:37:45 2010	(r25215)
+++ trunk/libavutil/avutil.h	Mon Sep 27 02:30:14 2010	(r25216)
@@ -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 28
+#define LIBAVUTIL_VERSION_MINOR 29
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list