X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2FAPIchanges;h=31140b0111e4836873229b76118410127ff64731;hb=7659712749500d2307c24abb188766f8a96d87be;hp=69878b3ed45ce8d96070300fb09ffa9e4939bcd6;hpb=b8f11ec8878641f699c07b8425079d3611a51072;p=ffmpeg diff --git a/doc/APIchanges b/doc/APIchanges index 69878b3ed45..31140b0111e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,14 +12,23 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-01-03 - r21007 - lavfi 1.13.0 - avfilter_add_colorspace() + Add avfilter_add_colorspace(). + +2010-01-02 - r20998 - lavf 52.46.0 - av_match_ext() + Add av_match_ext(), it should be used in place of match_ext(). + +2010-01-01 - r20991 - lavf 52.45.0 - av_guess_format() + Add av_guess_format(), it should be used in place of guess_format(). + 2009-12-13 - r20834 - lavf 52.43.0 - metadata API - add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_DONT_STRDUP_VAL + Add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_DONT_STRDUP_VAL. 2009-12-13 - r20829 - lavu 50.7.0 - avstring.h API - add av_d2str() + Add av_d2str(). 2009-12-13 - r20826 - lavc 52.42.0 - AVStream - add avg_frame_rate + Add avg_frame_rate. 2009-12-12 - r20808 - lavu 50.6.0 - av_bmg_next() Introduce the av_bmg_next() function.