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:58 +0200 |
commit | 9c47f2b294d7e3f373081e0928c07a30415669e0 (patch) | |
tree | b2a7e4983f50691e8aa9d773062afe3a12622fa7 /doc | |
parent | 75bdd55e771634c90d280c6fa60974e32187bb64 (diff) | |
download | ffmpeg-9c47f2b294d7e3f373081e0928c07a30415669e0.tar.gz |
APIchanges: mark the place where 0.7 was cut.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 5320465262..15eec4067a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -214,15 +214,22 @@ API changes, most recent first: 2011-07-10 - a67c061 - lavf 53.3.0 Add avformat_find_stream_info(), deprecate av_find_stream_info(). + NOTE: this was backported to 0.7 2011-07-10 - 0b950fe - lavc 53.6.0 Add avcodec_open2(), deprecate avcodec_open(). + NOTE: this was backported to 0.7 + Add avcodec_alloc_context3. Deprecate avcodec_alloc_context() and avcodec_alloc_context2(). 2011-06-23 - 67e9ae1 - lavu 51.8.0 - attributes.h Add av_printf_format(). +------------------------------8<------------------------------------- + 0.7 branch was cut here +----------------------------->8-------------------------------------- + 2011-06-16 - 05e84c9, 25de595 - lavf 53.2.0 - avformat.h Add avformat_open_input and avformat_write_header(). Deprecate av_open_input_stream, av_open_input_file, |