]> git.sesse.net Git - ffmpeg/commitdiff
Add minor bumps and APIchanges entries for lavc/lavfi changes.
authorAnton Khirnov <anton@khirnov.net>
Sun, 25 Dec 2011 17:24:14 +0000 (18:24 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sun, 25 Dec 2011 19:50:16 +0000 (20:50 +0100)
doc/APIchanges
libavcodec/version.h
libavfilter/avfilter.h

index fa4e75e8e2976f41cb6ed20cbd19d052ff70bdb2..29a537d095a92e68f63cd783dc64441bd3547fc4 100644 (file)
@@ -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.
 
index 80e12c14eaff0e5f5dcfee28b0362e677a4961dc..f664795824913c11725630f6bb1c6454f33c4693 100644 (file)
@@ -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, \
index a5cc8b2569662c3698a54765d52b90d5e8ce5d3e..70efc5cd3cc1b3c372fd5ceb93b99ada94e797a9 100644 (file)
@@ -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, \