Browse code

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

Nicolas George authored on 2013/01/26 19:25:21
Showing 3 changed files
... ...
@@ -10,6 +10,7 @@ version <next>:
10 10
 - EVRC decoder
11 11
 - audio fade filter
12 12
 - av_strnstr
13
+- filtering audio with unknown channel layout
13 14
 
14 15
 
15 16
 version 1.1:
... ...
@@ -18,6 +18,9 @@ API changes, most recent first:
18 18
 2013-01-17 - a1a707f - lavf 54.61.100
19 19
   Add av_codec_get_tag2().
20 20
 
21
+2013-01-01 - 2eb2e17 - lavfi 3.34.100
22
+  Add avfilter_get_audio_buffer_ref_from_arrays_channels.
23
+
21 24
 2012-12-20 - 34de47aa - lavfi 3.29.100 - avfilter.h
22 25
   Add AVFilterLink.channels, avfilter_link_get_channels()
23 26
   and avfilter_ref_get_channels().
... ...
@@ -29,8 +29,8 @@
29 29
 #include "libavutil/avutil.h"
30 30
 
31 31
 #define LIBAVFILTER_VERSION_MAJOR  3
32
-#define LIBAVFILTER_VERSION_MINOR  33
33
-#define LIBAVFILTER_VERSION_MICRO 101
32
+#define LIBAVFILTER_VERSION_MINOR  34
33
+#define LIBAVFILTER_VERSION_MICRO 100
34 34
 
35 35
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
36 36
                                                LIBAVFILTER_VERSION_MINOR, \