]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'
[ffmpeg] / doc / APIchanges
index cc73528792e100c21a8222665c0ff9087cbb8bea..8a14e777768adc69ac549efb115f854b3c4cf2d4 100644 (file)
@@ -15,6 +15,19 @@ 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.