]> git.sesse.net Git - ffmpeg/commitdiff
Add missing version bumps and APIchanges/Changelog entries.
authorAnton Khirnov <anton@khirnov.net>
Mon, 14 May 2012 20:02:14 +0000 (22:02 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 15 May 2012 04:57:31 +0000 (06:57 +0200)
Changelog
doc/APIchanges
libavfilter/version.h
libavutil/avutil.h

index 99fc1dca447083edaf05825bccc96ae0568238e6..79fc8746bcc4166398ddbd55c16827332f20748a 100644 (file)
--- 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:
index b6b32f5398d5f6e68ade0eee9065509e53617be5..dac87ee6062d4739468a95f475455d43e3adead6 100644 (file)
@@ -13,16 +13,30 @@ libavutil:     2011-04-18
 
 API changes, most recent first:
 
-2012-xx-xx - xxxxxxx - lavc 54.13.1
+2012-05-15 - 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-05-09 - lavu 51.30.0 - samplefmt.h
+  142e740 - add av_samples_copy()
+  6d7f617 - add av_samples_set_silence()
+
+2012-05-09 - a5117a2 - lavc 54.13.1
   For audio formats with fixed frame size, the last frame
   no longer needs to be padded with silence, libavcodec
   will handle this internally (effectively all encoders
   behave as if they had CODEC_CAP_SMALL_LAST_FRAME set).
 
-2012-xx-xx - xxxxxxx - lavc 54.13.0 - avcodec.h
+2012-05-07 - 828bd08 - lavc 54.13.0 - avcodec.h
   Add sample_rate and channel_layout fields to AVFrame.
 
-2012-xx-xx - xxxxxxx - lavr 0.0.1
+2012-05-01 - 4010d72 - lavr 0.0.1
   Change AV_MIX_COEFF_TYPE_Q6 to AV_MIX_COEFF_TYPE_Q8.
 
 2012-04-25 - 3527a73 - lavu 51.29.0 - cpu.h
index 967d40d919e1945275d0f9ed2114601f261dbccb..192af68dcb5cfb53abb8a71b83a479d70445e116 100644 (file)
@@ -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, \
index bf2f89a8034e6d5e0f0132ac41ce205d900d3bc9..3e51357ae6a49fca8055c830884de96d29f30fda 100644 (file)
  */
 
 #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, \