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

Aurelien Jacobs aurel
Sun Oct 18 18:27:16 CEST 2009


On Sat, Oct 10, 2009 at 07:56:40PM +0200, Stefano Sabatini wrote:
> On date Saturday 2009-10-10 14:08:25 -0300, 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: bcoudurier
> > Date: Thu Jun 25 21:10:27 2009
> > New Revision: 19274
> > 
> > Log:
> > use AVFormatContext->probesize in av_find_stream_info and raise default to 5M
> > ---------------------------------------
> > Author: rbultje
> > Date: Mon Jun 29 21:07:04 2009
> > New Revision: 19294
> > 
> > Log:
> > Rename ff_log_missing_feature() to av_log_missing_feature().
> 
> This function is not intended to be used externally, so this is not to
> be intended as a public interface change (I also wonder why the
> function has been moved there and av_ prefixed).

This function is actually used outside of libavcodec (namely in libavformat)
so it is actually public API and we have to be careful about not breaking
its ABI.

Aurel



More information about the ffmpeg-cvslog mailing list