summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-12-25 18:24:14 +0100
committerAnton Khirnov <anton@khirnov.net>2011-12-25 20:50:16 +0100
commit06e8d38f2bebfb3c79c9f5e907f975ed02841f94 (patch)
tree6757cab6cbea94c11cdd14983f1d499268f14228 /doc
parentc65dfac466c2248a5a099a4fb9d421a9f647da03 (diff)
Add minor bumps and APIchanges entries for lavc/lavfi changes.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index fa4e75e8e2..29a537d095 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.