X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2FAPIchanges;h=013e870b677a1817456d1a42f5c8232c8faee4f4;hb=39a09e995d32d16e4f8c87a6ff5273cb9d98146e;hp=d927e5679d7e2c80b6ce1f2de5d515ad4ad04181;hpb=09f9ef8536efa563350af98a99023185cec1fbe8;p=ffmpeg diff --git a/doc/APIchanges b/doc/APIchanges index d927e5679d7..013e870b677 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,27 @@ 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 + rtpenc muxer can still be used for RFC-2190 packetization. + 2015-11-xx - xxxxxxx - lavc 57.16.0 - avcodec.h Add AV_PKT_DATA_FALLBACK_TRACK for making fallback associations between streams.