]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
Merge commit 'eaaaabf6c93321cdb78bf61dc383cf515ec12e07'
[ffmpeg] / doc / APIchanges
index eccfb708995c586d757283be776c608649f82fb5..6aaa9adcebd75843c9a4e81863c5a3e9e819a769 100644 (file)
@@ -15,6 +15,15 @@ libavutil:     2015-08-28
 
 API changes, most recent first:
 
+2017-03-xx - xxxxxxx - lavc 57.85.101 - avcodec.h
+  vdpau hardware accelerated decoding now supports the new hwaccel API, which
+  can create the decoder context and allocate hardware frame automatically.
+  See AVCodecContext.hw_device_ctx and AVCodecContext.hw_frames_ctx.
+
+2017-03-xx - xxxxxxx - lavc 57.85.100 - avcodec.h
+  Add AVCodecContext.hwaccel_flags field. This will control some hwaccels at
+  a later point.
+
 2017-03-21 - xxxxxxx - lavf 57.67.100 / 57.08.0 - avio.h
   Add AVIO_SEEKABLE_TIME flag.