[FFmpeg-devel] [PATCH] doc/APIchanges: document the lavu/lavf field moves
Timo Rothenpieler
timo at rothenpieler.org
Thu Jun 30 18:38:37 CEST 2016
On 6/30/2016 6:15 PM, Michael Niedermayer wrote:
> The text is copied from the lavfi case. Not sure this matches
> exactly private / public ABI wise, better text welcome!
>
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
> doc/APIchanges | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/doc/APIchanges b/doc/APIchanges
> index 47106c2..fd649d6 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -15,6 +15,22 @@ libavutil: 2015-08-28
>
> API changes, most recent first:
>
> +2016-06-30 - c1c7e0ab - lavf 57.41.100 - avformat.h
> + Fix accidental ABI breakage in AVFrame.
Don't you mean AVStream?
> + ABI was broken in 6f69f7a8, lavf 57.32.100 and released as ffmpeg 3.1.
> +
> + Because of this, ffmpeg and ffplay built against lavf>=6.42.100 will not be
> + compatible with lavf>=57.41.100. Potentially also affects other users of
> + libavformat if they are using one of the affected fields.
> +
> +2016-06-30 - 042fb69d - lavu 55.28.100 - frame.h
> + Fix accidental ABI breakage in AVFrame.
> + ABI was broken in 1a708780, lavu 55.18.100 and released as ffmpeg 3.1.
> +
> + Because of this, ffmpeg and ffplay built against lavu>=6.42.100 will not be
> + compatible with lavu>=55.28.100. Potentially also affects other users of
> + libavutil if they are using one of the affected fields.
> +
> 2016-06-29 - xxxxxxx - lavfi 6.47.100 - avfilter.h
> Fix accidental ABI breakage in AVFilterContext.
> ABI was broken in 8688d3a, lavfi 6.42.100 and released as ffmpeg 3.1.
>
More information about the ffmpeg-devel
mailing list