]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
lavc: introduce a new decoding/encoding API with decoupled input/output
[ffmpeg] / doc / APIchanges
index c50faa68f8c9b291092d71d4be5b4d78630fda0b..4dae05ecde60bddcfcf19e2ec26428568959dc92 100644 (file)
@@ -13,6 +13,11 @@ libavutil:     2015-08-28
 
 API changes, most recent first:
 
+2016-xx-xx - xxxxxxx - lavc 57.16.0 - avcodec.h
+  Add a new audio/video encoding and decoding API with decoupled input
+  and output -- avcodec_send_packet(), avcodec_receive_frame(),
+  avcodec_send_frame() and avcodec_receive_packet().
+
 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.