---
 Changelog             |    1 +
 doc/APIchanges        |   14 ++++++++++++++
 libavfilter/version.h |    4 ++--
 libavutil/avutil.h    |    2 +-
 4 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/Changelog b/Changelog
index 99fc1dc..79fc874 100644
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,7 @@ version <next>:
 - ZeroCodec decoder
 - drop support for avconv without libavfilter
 - add libavresample audio conversion library
+- audio filters support in libavfilter and avconv
 
 
 version 0.8:
diff --git a/doc/APIchanges b/doc/APIchanges
index b6b32f5..a3161e5 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,20 @@ libavutil:     2011-04-18
 
 API changes, most recent first:
 
+2012-xx-xx - lavfi 2.17.0
+  Add support for audio filters
+  ac71230/a2cd9be - add video/audio buffer sink in a new installed
+                    header buffersink.h
+  720c6b7 - add av_buffersrc_write_frame(), deprecate
+            av_vsrc_buffer_add_frame()
+  ab16504 - add avfilter_copy_buf_props()
+  9453c9e - add extended_data to AVFilterBuffer
+  1b8c927 - add avfilter_get_audio_buffer_ref_from_arrays()
+
+2012-xx-xx - lavu 51.30.0 - samplefmt.h
+  142e740 - add av_samples_copy()
+  6d7f617 - add av_samples_set_silence()
+
 2012-xx-xx - xxxxxxx - lavc 54.13.1
   For audio formats with fixed frame size, the last frame
   no longer needs to be padded with silence, libavcodec
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 967d40d..192af68 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,8 +29,8 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  2
-#define LIBAVFILTER_VERSION_MINOR  16
-#define LIBAVFILTER_VERSION_MICRO  1
+#define LIBAVFILTER_VERSION_MINOR  17
+#define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index bf2f89a..3e51357 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -152,7 +152,7 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR 51
-#define LIBAVUTIL_VERSION_MINOR 29
+#define LIBAVUTIL_VERSION_MINOR 30
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
-- 
1.7.9.5

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to