]> git.sesse.net Git - ffmpeg/blobdiff - doc/APIchanges
lavfi: rename avfilter_all_* function names to avfilter_make_all_*
[ffmpeg] / doc / APIchanges
index d6002940cf73d5527034a8bc4101f91d066e8a66..3e126516c2b60d0891ba2bc75a43459daf3ba323 100644 (file)
@@ -13,6 +13,21 @@ libavutil:   2011-04-18
 
 API changes, most recent first:
 
+2011-09-16 - xxxxxxx - lavfi 2.41.0
+  Rename avfilter_all_* function names to avfilter_make_all_*.
+
+  In particular, apply the renames:
+  avfilter_all_formats         -> avfilter_make_all_formats
+  avfilter_all_channel_layouts -> avfilter_make_all_channel_layouts
+  avfilter_all_packing_formats -> avfilter_make_all_packing_formats
+
+2011-09-12 - xxxxxxx - lavfi 2.40.0
+  Change AVFilterBufferRefAudioProps.sample_rate type from uint32_t to int.
+
+2011-09-12 - xxxxxxx - lavfi 2.40.0
+  Simplify signature for avfilter_get_audio_buffer(), make it
+  consistent with avfilter_get_video_buffer().
+
 2011-09-06 - xxxxxxx - lavfi 2.39.0
   Rename libavfilter/vsink_buffer.h to libavfilter/buffersink.h.