Browse Source

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@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Nedeljko Babic Michael Niedermayer 10 years ago
parent
commit
19ed3e35a5
2 changed files with 9 additions and 2 deletions
  1. +7
    -0
      doc/APIchanges
  2. +2
    -2
      libavutil/version.h

+ 7
- 0
doc/APIchanges View File

@@ -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()



+ 2
- 2
libavutil/version.h View File

@@ -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, \


Loading…
Cancel
Save