[FFmpeg-cvslog] libavutil/doc: Changes in documentation due to changes to fixed_dsp

Nedeljko Babic git at videolan.org
Fri Jun 5 13:51:47 CEST 2015


ffmpeg | branch: master | Nedeljko Babic <nedeljko.babic at imgtec.com> | Fri Jun  5 11:54:44 2015 +0200| [19ed3e35a5cd188de69f3635f56d9e51c2f720d5] | committer: Michael Niedermayer

libavutil/doc: Changes in documentation due to changes to fixed_dsp

New functions are added to fixed_dsp, so the documentation is changed
accordingly.

Signed-off-by: Nedeljko Babic <nedeljko.babic at imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 doc/APIchanges      |    7 +++++++
 libavutil/version.h |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 5c36dca..6724d20 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,13 @@ libavutil:     2014-08-09
 
 API changes, most recent first:
 
+2015-06-05 - xxxxxxx - lavu  54.27.100 - fixed_dsp.h
+  Add vector_fmul()
+  Add vector_fmul_reverse()
+  Add vector_fmul_add()
+  Add scalarproduct_fixed()
+  Add butterflies_fixed()
+
 2015-06-04 - xxxxxxx - lswr  1.2.100
   Add swr_get_out_samples()
 
diff --git a/libavutil/version.h b/libavutil/version.h
index 5306c21..215729e 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -56,8 +56,8 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR  54
-#define LIBAVUTIL_VERSION_MINOR  26
-#define LIBAVUTIL_VERSION_MICRO 101
+#define LIBAVUTIL_VERSION_MINOR  27
+#define LIBAVUTIL_VERSION_MICRO 100
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
                                                LIBAVUTIL_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list