X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2FAPIchanges;h=aadf164254c6175ba3f9a81e1b047f1b4ad0d07a;hb=d682ae70b4b3a53fb73ec30281f9f4cfbc531edd;hp=436fb71acb812a2e8f0b0ed4532324b3795b3b33;hpb=5e3a418b6047acd848698c4bb4bf0c1b73526744;p=ffmpeg diff --git a/doc/APIchanges b/doc/APIchanges index 436fb71acb8..aadf164254c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,11 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-03-21 - xxxxxxx - lavf 57.66.105, lavc 57.83.101 - avformat.h, avcodec.h + Deprecate AVFMT_FLAG_KEEP_SIDE_DATA. It will be ignored after the next major + bump, and libavformat will behave as if it were always set. + Deprecate av_packet_merge_side_data() and av_packet_split_side_data(). + 2016-03-20 - xxxxxxx - lavu 55.50.100 / 55.21.0 - imgutils.h Add av_image_copy_uc_from(), a version of av_image_copy() for copying from GPU mapped memory.