[FFmpeg-cvslog] lavfi: version bump and change log entries after the last commits.

Nicolas George git at videolan.org
Sat Jan 26 11:26:45 CET 2013


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat Jan 26 11:25:21 2013 +0100| [255ae9f380963970e955a4765ac3ad8c8e6466bc] | committer: Nicolas George

lavfi: version bump and change log entries after the last commits.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=255ae9f380963970e955a4765ac3ad8c8e6466bc
---

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

diff --git a/Changelog b/Changelog
index 78c1151..86c366e 100644
--- a/Changelog
+++ b/Changelog
@@ -10,6 +10,7 @@ version <next>:
 - EVRC decoder
 - audio fade filter
 - av_strnstr
+- filtering audio with unknown channel layout
 
 
 version 1.1:
diff --git a/doc/APIchanges b/doc/APIchanges
index 59aff91..7675ec0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -18,6 +18,9 @@ API changes, most recent first:
 2013-01-17 - a1a707f - lavf 54.61.100
   Add av_codec_get_tag2().
 
+2013-01-01 - 2eb2e17 - lavfi 3.34.100
+  Add avfilter_get_audio_buffer_ref_from_arrays_channels.
+
 2012-12-20 - 34de47aa - lavfi 3.29.100 - avfilter.h
   Add AVFilterLink.channels, avfilter_link_get_channels()
   and avfilter_ref_get_channels().
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 9194249..94f1099 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,8 +29,8 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  3
-#define LIBAVFILTER_VERSION_MINOR  33
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR  34
+#define LIBAVFILTER_VERSION_MICRO 100
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list