[FFmpeg-cvslog] APIchanges: fill in some blanks
Mans Rullgard
git at videolan.org
Tue Nov 29 00:37:13 CET 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Mon Nov 28 16:47:03 2011 +0000| [b94a3b288e3f321e3eba7af099b9bbf01a6e2e74] | committer: Mans Rullgard
APIchanges: fill in some blanks
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b94a3b288e3f321e3eba7af099b9bbf01a6e2e74
---
doc/APIchanges | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 8efee0c..6c00ee9 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,14 +13,14 @@ libavutil: 2011-04-18
API changes, most recent first:
-2011-xx-xx - xxxxxxx - lavu 51.18.0
+2011-11-23 - bbb46f3 - lavu 51.18.0
Add av_samples_get_buffer_size(), av_samples_fill_arrays(), and
av_samples_alloc(), to samplefmt.h.
-2011-xx-xx - xxxxxxx - lavu 51.17.0
+2011-11-23 - 8889cc4 - lavu 51.17.0
Add planar sample formats and av_sample_fmt_is_planar() to samplefmt.h.
-2011-xx-xx - xxxxxxx - lavc 53.21.0
+2011-11-19 - f3a29b7 - lavc 53.21.0
Move some AVCodecContext fields to a new private struct, AVCodecInternal,
which is accessed from a new field, AVCodecContext.internal.
- fields moved:
@@ -28,6 +28,9 @@ API changes, most recent first:
AVCodecContext.internal_buffer_count --> AVCodecInternal.buffer_count
AVCodecContext.is_copy --> AVCodecInternal.is_copy
+2011-11-16 - 6270671 - lavu 51.16.0
+ Add av_timegm()
+
2011-11-13 - lavf 53.15.0
New interrupt callback API, allowing per-AVFormatContext/AVIOContext
interrupt callbacks.
@@ -38,9 +41,6 @@ API changes, most recent first:
This will allow passing AVOptions to protocols after lavf
54.0.
-2011-11-xx - xxxxxxx - lavu 51.16.0
- Add av_timegm()
-
2011-11-06 - ba04ecf - lavu 51.14.0
Add av_strcasecmp() and av_strncasecmp() to avstring.h.
More information about the ffmpeg-cvslog
mailing list