]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'
[ffmpeg] / doc / APIchanges
index e02097b1a74bba73060ffdd4444ca08e2272a645..8a14e777768adc69ac549efb115f854b3c4cf2d4 100644 (file)
@@ -15,6 +15,22 @@ libavutil:     2015-08-28
 
 API changes, most recent first:
 
+2016-xx-xx - xxxxxxx - lavc 57.15.0 - avcodec.h
+  Add a new bitstream filtering API working with AVPackets.
+  Deprecate the old bistream filtering API.
+
+2016-xx-xx - xxxxxxx - lavfi 6.42.0 - avfilter.h
+  Add AVFilterContext.hw_device_ctx.
+
+2016-xx-xx - xxxxxxx - lavu 55.22.0 - hwcontext_vaapi.h
+  Add new installed header with VAAPI-specific hwcontext definitions.
+
+2016-xx-xx - xxxxxxx - lavu 55.21.0 - hwcontext.h
+  Add AVHWFramesConstraints and associated API.
+
+2016-04-11 - xxxxxxx - lavf 57.33.0 - avformat.h
+  Add AVStream.codecpar, deprecate AVStream.codec.
+
 2016-04-02 - xxxxxxx - lavu 55.20.100 - base64.h
   Add AV_BASE64_DECODE_SIZE(x) macro.