]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
lavfi: deprecate avfilter_link_set_closed().
[ffmpeg] / doc / APIchanges
index 5b91bb4b6e2879a3a15b7bfac2c4581686008199..013e870b677a1817456d1a42f5c8232c8faee4f4 100644 (file)
@@ -14,6 +14,22 @@ libavutil:     2015-08-28
 
 
 API changes, most recent first:
+
+2015-12-22 - xxxxxxx - lavfi 6.21.101 - avfilter.h
+  Deprecate avfilter_link_set_closed().
+  Applications are not supposed to mess with links,
+  they should close the sinks.
+
+2015-12-17 - lavc 57.18.100 / 57.11.0 - avcodec.h dirac.h
+  xxxxxxx - Add av_packet_add_side_data().
+  xxxxxxx - Add AVCodecContext.coded_side_data.
+  xxxxxxx - Add AVCPBProperties API.
+  xxxxxxx - Add a new public header dirac.h containing
+            av_dirac_parse_sequence_header()
+
+2015-12-11 - xxxxxxx - lavf 57.20.100 - avformat.h
+  Add av_program_add_stream_index()
+
 2015-11-29 - xxxxxxx - lavc 57.16.101 - avcodec.h
   Deprecate rtp_callback without replacement, i.e. it won't be possible to
   get image slices before the full frame is encoded any more. The libavformat