]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
lavc: introduce a new decoding/encoding API with decoupled input/output
[ffmpeg] / doc / APIchanges
index 8a14e777768adc69ac549efb115f854b3c4cf2d4..02e4d707137d1cebfea0a46c12400f7a182e3e87 100644 (file)
@@ -15,6 +15,11 @@ libavutil:     2015-08-28
 
 API changes, most recent first:
 
+2016-xx-xx - xxxxxxx - lavc 57.37.100 - 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.