]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
Merge commit 'f412b2c9f3a7add0ab8021262ec4bad249347e30'
[ffmpeg] / doc / APIchanges
index c3f4c6bfd746f4be549e97de6b675d8a48db979e..4fe70e42d64efc49bd2dd20ae8cb9e5d7d563bb0 100644 (file)
@@ -4,7 +4,7 @@ since the last major version increase or the API was added.
 The last version increases were:
 libavcodec:    2013-03-xx
 libavdevice:   2013-03-xx
-libavfilter:   2012-06-22
+libavfilter:   2013-12-xx
 libavformat:   2013-03-xx
 libavresample: 2012-10-05
 libpostproc:   2011-04-18
@@ -21,6 +21,11 @@ API changes, most recent first:
   Moves version.h to libavutil/ffversion.h.
   Install ffversion.h and make it public.
 
+2013-12-xx - xxxxxxx - lavc 55.28.1 - avcodec.h
+  av_frame_alloc(), av_frame_unref() and av_frame_free() now can and should be
+  used instead of avcodec_alloc_frame(), avcodec_get_frame_defaults() and
+  avcodec_free_frame() respectively. The latter three functions are deprecated.
+
 2013-11-xx - xxxxxxx- - lavu 52.20.0 - frame.h
   Add AV_FRAME_DATA_STEREO3D value to the AVFrameSideDataType enum and
   stereo3d.h API, that identify codec-independent stereo3d information.