]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
APIchanges: mention cleaned up header includes
[ffmpeg] / doc / APIchanges
index 8efee0c2137d14a3d068978ded2b88bb7b8d7750..622e502da662476a3f08d0f96c4d31ddb0a67ab5 100644 (file)
@@ -13,14 +13,51 @@ libavutil:   2011-04-18
 
 API changes, most recent first:
 
-2011-xx-xx - xxxxxxx - lavu 51.18.0
+2011-01-03 - b73ec05 - lavu 51.21.0
+  Add av_popcount64
+
+2011-12-25 - lavfi 2.14.0
+  e1d9dbf Add a new installed header - buffersrc.h
+  It contains a new function av_buffersrc_buffer() that allows passing
+  frames to the 'buffer' filter, but unlike av_vsrc_buffer_add_frame()
+  it allows for direct rendering.
+  1c9e340 Add avfilter_copy_frame_props() for copying properties from
+  AVFrame to AVFilterBufferRef.
+
+2011-12-25 - lavc 53.31.0
+  Add the following new fields to AVFrame:
+    b58dbb5 sample_aspect_ratio
+    3a2ddf7 width, height
+    8a4a5f6 format
+
+2011-12-18 - 8400b12 - lavc 53.28.1
+  Deprecate AVFrame.age. The field is unused.
+
+2011-12-12 - 5266045 - lavf 53.17.0
+  Add avformat_close_input().
+  Deprecate av_close_input_file() and av_close_input_stream().
+
+2011-12-02 - 0eea212 - lavc 53.25.0
+  Add nb_samples and extended_data fields to AVFrame.
+  Deprecate AVCODEC_MAX_AUDIO_FRAME_SIZE.
+  Deprecate avcodec_decode_audio3() in favor of avcodec_decode_audio4().
+  avcodec_decode_audio4() writes output samples to an AVFrame, which allows
+  audio decoders to use get_buffer().
+
+2011-12-04 - 560f773 - lavc 53.24.0
+  Change AVFrame.data[4]/base[4]/linesize[4]/error[4] to [8] at next major bump.
+  Change AVPicture.data[4]/linesize[4] to [8] at next major bump.
+  Change AVCodecContext.error[4] to [8] at next major bump.
+  Add AV_NUM_DATA_POINTERS to simplify the bump transition.
+
+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 +65,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 +78,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.
 
@@ -87,8 +124,10 @@ API changes, most recent first:
 2011-09-03 - c11fb82 - lavu 51.10.0
   Add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find() function.
 
-2011-08-26 - f2011ed - lavu 51.9.0
-  Add av_fifo_peek2(), deprecate av_fifo_peek().
+2011-08-26 - lavu 51.9.0
+  - f2011ed Add av_fifo_peek2(), deprecate av_fifo_peek().
+  - add41de..abc78a5 Do not include intfloat_readwrite.h,
+    mathematics.h, rational.h, pixfmt.h, or log.h from avutil.h.
 
 2011-08-16 - 48f9e45 - lavf 53.4.0
   Add avformat_query_codec().