diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-03-20 07:58:00 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-03-26 10:08:57 +0200 |
commit | 75bdd55e771634c90d280c6fa60974e32187bb64 (patch) | |
tree | 3124912006b8cdf093ad2836cf524a98b67f1ad6 /doc | |
parent | 5d20e7b7ea1c133e9b15d7fc199a94c5fb9eeea2 (diff) | |
download | ffmpeg-75bdd55e771634c90d280c6fa60974e32187bb64.tar.gz |
APIchanges: mark the place where 0.8 was cut.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 8 |
1 files changed, 8 insertions, 0 deletions
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 |