[FFmpeg-cvslog] r20198 - trunk/doc/APIchanges

Reimar Döffinger Reimar.Doeffinger
Sat Oct 10 20:22:13 CEST 2009


On Sat, Oct 10, 2009 at 02:15:33PM -0400, Justin Ruggles wrote:
> Justin Ruggles wrote:
> 
> > Ramiro Polla wrote:
> > 
> >> Hi,
> >>
> >> On Sat, Oct 10, 2009 at 7:40 AM, stefano <subversion at mplayerhq.hu> wrote:
> >>> Author: stefano
> >>> Date: Sat Oct 10 12:40:36 2009
> >>> New Revision: 20198
> >>>
> >>> Log:
> >>> Document the additon of the w and h fields to AVFilterPic.
> >>>
> >>> Modified:
> >>>   trunk/doc/APIchanges
> >> We seem to have neglected APIchanges for quite some time... I went
> >> through the commits since 19250 and found these potential candidates
> >> to be documented:
> >>
> > 
> >> ---------------------------------------
> >> Author: jbr
> >> Date: Sun Aug 30 17:50:03 2009
> >> New Revision: 19747
> >>
> >> Log:
> >> Add function to compute ceil(log2(x)).
> >> Patch by Thilo Borgmann <thilo.borgmann _at_ googlemail.com>
> >> ---------------------------------------
> > 
> > 
> > I suppose the lavu minor version should've been bumped...
> > 
> > Anyway, here is a patch to add this to APIchanges.
> 
> oops... out of order.
> 
> 

> Index: doc/APIchanges
> ===================================================================
> --- doc/APIchanges	(revision 20199)
> +++ doc/APIchanges	(working copy)
> @@ -15,6 +15,9 @@
>  2009-10-07 - r20189 - lavfi 0.5.1 - AVFilterPic
>    Added w and h fields to AVFilterPic.
>  
> +2009-08-30 - r19747 - lavu 50.3.0 - av_ceil_log2()
> +  Introduce the av_ceil_log2() function to compute ceil(log2(x)).
> +

Since this is a new function: IMO bump the minor (if that hasn't been
done yet) and put the bumped version here.
Ideally these entries should give the version people should test
against e.g. if they do conditional compilation or check in configure.



More information about the ffmpeg-cvslog mailing list