Skip to content

Commit

Permalink
APIchanges: fill in some blanks
Browse files Browse the repository at this point in the history
Signed-off-by: Mans Rullgard <mans@mansr.com>
  • Loading branch information
mansr committed Nov 28, 2011
1 parent 60084a1 commit b94a3b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/APIchanges
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,24 @@ 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:
AVCodecContext.internal_buffer --> AVCodecInternal.buffer
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.
Expand All @@ -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.

Expand Down

0 comments on commit b94a3b2

Please sign in to comment.