[FFmpeg-cvslog] APIchanges: mention avcodec_alloc_context()/2/3
Anton Khirnov
git at videolan.org
Sun Jan 29 00:58:39 CET 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Jan 28 09:05:55 2012 +0100| [44911f2985b9bf823e0605f177e3dbb1f66d3e16] | committer: Anton Khirnov
APIchanges: mention avcodec_alloc_context()/2/3
There was no minor bump for making avcodec_alloc_context3() public and
deprecating the other two, so I'm using the first next lavc bump.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44911f2985b9bf823e0605f177e3dbb1f66d3e16
---
doc/APIchanges | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 7e5efe8..7cac096 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -163,6 +163,8 @@ API changes, most recent first:
2011-07-10 - 0b950fe - lavc 53.6.0
Add avcodec_open2(), deprecate avcodec_open().
+ 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().
More information about the ffmpeg-cvslog
mailing list