[FFmpeg-devel] [PATCH] Add forgotten minor API bumps and APIChanges entries

Janne Grunau janne-ffmpeg
Wed Feb 2 13:20:35 CET 2011


On Wed, Feb 02, 2011 at 01:03:20PM +0100, Anton Khirnov wrote:
> Hi,
> not sure what to use instead of SVN revisions for APIChanges entries,
> since the git hash isn't known beforehand. This patch uses parent's
> hash,

The parent hash alone is confusing, I would add '..' so that a
`git log ${value_from_APICHANGES}` shows the commit with the api change
first/last and all commits containing the change

> a possible alternative could be committing APIChanges separately
> (ugly?).

too ugly

> --8<--
> The bumps are for adding version.h and avio_{get/put}_str functions in
> lavf and making av_dlog public in lavu.
> ---
>  doc/APIchanges        |    8 ++++++++
>  libavformat/version.h |    2 +-
>  libavutil/avutil.h    |    2 +-
>  3 files changed, 10 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/APIchanges b/doc/APIchanges
> index aa1221d..a1f8d56 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -13,6 +13,14 @@ libavutil:   2009-03-08
>  
>  API changes, most recent first:
>  
> +2011-02-01 - b9a639d - lavf 52.95.0
> +  * Add a new installed header version.h.
> +  * Add several variants of public avio_{put,get}_str* functions.
> +    Deprecate corresponding semi-public {put,get}_str*.
> +
> +2011-02-01 - b9a639d - lavu 50.37.0 - log.h

copy and paste error

Janne



More information about the ffmpeg-devel mailing list