Module: libav.org Branch: master Commit: aa004dc52bdf78baf538c4e999a7550758e65ff2
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Fri Jun 22 22:49:59 2012 +0200 Add a news entry for lavfi major bump. --- src/index | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/index b/src/index index 1da657c..ab6bc2f 100644 --- a/src/index +++ b/src/index @@ -33,6 +33,24 @@ with the latest developments by subscribing to both the <h1>News</h1> +<a name="lavfi_bump_3"></a><h3>June 22, 2012</h3> +<p> +Major version of the <b>libavfilter</b> library has been bumped. This means that +ABI and API compatibility has been broken and some deprecated functions and +structures have been removed. +</p> + +<p> +Most of those were related to filter internals, which are now private. User-side +filters are now not officially supported until libavfilter reaches a more mature +state. +</p> + +<p> +Libavfilter ABI is now declared unstable until further notice (stabilizing it +should take a couple of weeks at most). +</p> + <a name="0.8.3_and_friends"></a><h3>June 9, 2012</h3> <p> We have been busy lately! Today, we are updating all 4 of our release trees. _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
