[FFmpeg-cvslog] Add minor bumps and APIchanges entries for lavc/lavfi changes.

Anton Khirnov git at videolan.org
Mon Dec 26 04:14:02 CET 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Dec 25 18:24:14 2011 +0100| [06e8d38f2bebfb3c79c9f5e907f975ed02841f94] | committer: Anton Khirnov

Add minor bumps and APIchanges entries for lavc/lavfi changes.

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

 doc/APIchanges         |   14 ++++++++++++++
 libavcodec/version.h   |    2 +-
 libavfilter/avfilter.h |    4 ++--
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index fa4e75e..29a537d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,20 @@ libavutil:   2011-04-18
 
 API changes, most recent first:
 
+2011-12-25 - lavfi 2.14.0
+  e1d9dbf Add a new installed header - buffersrc.h
+  It contains a new function av_buffersrc_buffer() that allows passing
+  frames to the 'buffer' filter, but unlike av_vsrc_buffer_add_frame()
+  it allows for direct rendering.
+  1c9e340 Add avfilter_copy_frame_props() for copying properties from
+  AVFrame to AVFilterBufferRef.
+
+2011-12-25 - lavc 53.31.0
+  Add the following new fields to AVFrame:
+    b58dbb5 sample_aspect_ratio
+    3a2ddf7 width, height
+    8a4a5f6 format
+
 2011-12-18 - 8400b12 - lavc 53.28.1
   Deprecate AVFrame.age. The field is unused.
 
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 80e12c1..f664795 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 30
+#define LIBAVCODEC_VERSION_MINOR 31
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index a5cc8b2..70efc5c 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -30,8 +30,8 @@
 #include "libavcodec/avcodec.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  2
-#define LIBAVFILTER_VERSION_MINOR  13
-#define LIBAVFILTER_VERSION_MICRO  1
+#define LIBAVFILTER_VERSION_MINOR  14
+#define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list