From 75bdd55e771634c90d280c6fa60974e32187bb64 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 20 Mar 2012 07:58:00 +0100 Subject: [PATCH] APIchanges: mark the place where 0.8 was cut. --- doc/APIchanges | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 7bcb738499..5320465262 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -31,6 +31,7 @@ API changes, most recent first: 2012-02-25 - c9bca80 - lavu 51.24.0 - error.h Add AVERROR_UNKNOWN + NOTE: this was backported to 0.8 2012-02-20 - e9cda85 - lavc 54.2.0 Add duration field to AVCodecParserContext @@ -51,13 +52,16 @@ API changes, most recent first: 2012-01-31 - dd6d3b0 - lavf 54.01.0 Add avformat_get_riff_video_tags() and avformat_get_riff_audio_tags(). + NOTE: this was backported to 0.8 2012-01-31 - af08d9a - lavc 54.01.0 Add avcodec_is_open() function. + NOTE: this was backported to 0.8 2012-01-30 - 8b93312 - lavu 51.22.0 - intfloat.h Add a new installed header libavutil/intfloat.h with int/float punning functions. + NOTE: this was backported to 0.8 2012-01-25 - lavf 53.22.0 f1caf01 Allow doing av_write_frame(ctx, NULL) for flushing possible @@ -65,6 +69,10 @@ API changes, most recent first: muxers supporting it (av_write_frame makes sure it is called only for muxers with this flag). +------------------------------8<------------------------------------- + 0.8 branch was cut here +----------------------------->8-------------------------------------- + 2012-01-15 - lavc 53.34.0 New audio encoding API: b2c75b6 Add CODEC_CAP_VARIABLE_FRAME_SIZE capability for use by audio