From: Stefano Sabatini Date: Sat, 7 Aug 2010 01:24:42 +0000 (+0000) Subject: Add APIchanges entries after the last recent libavfilter renames. X-Git-Tag: v0.7b1~2646 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=711d14cff34ededdee58308f150c727597823516;p=platform%2Fupstream%2Flibav.git Add APIchanges entries after the last recent libavfilter renames. Originally committed as revision 24733 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/doc/APIchanges b/doc/APIchanges index 92b6a85..5289feb 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.