aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-07 01:24:42 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-07 01:24:42 +0000
commit711d14cff34ededdee58308f150c727597823516 (patch)
tree9cca31d8d818324700512624a3ed645d1562e8cd /doc/APIchanges
parent5d4890d73d77a75bd3bbb3e469de32da71742726 (diff)
downloadffmpeg-711d14cff34ededdee58308f150c727597823516.tar.gz
Add APIchanges entries after the last recent libavfilter renames.
Originally committed as revision 24733 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 92b6a85a0e..5289feb83c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,21 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-08-07 - r24732 - lavfi 1.31.0 - AVFilterLink
+ Rename AVFilterLink fields:
+ AVFilterLink.srcpic -> AVFilterLink.src_buf
+ AVFilterLink.cur_pic -> AVFilterLink.cur_buf
+ AVFilterLink.outpic -> AVFilterLink.out_buf
+
+2010-08-07 - r24731 - lavfi 1.30.0
+ Rename functions and fields:
+ avfilter_(un)ref_pic -> avfilter_(un)ref_buffer
+ avfilter_copy_picref_props -> avfilter_copy_buffer_ref_props
+ AVFilterBufferRef.pic -> AVFilterBufferRef.buffer
+
+2010-08-07 - r24730 - lavfi 1.29.0 - AVFilterBufferRef
+ Rename AVFilterPicRef to AVFilterBufferRef.
+
2010-08-07 - r24728 - lavfi 1.28.0 - AVFilterBuffer
Move format field from AVFilterBuffer to AVFilterPicRef.