Browse code

Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'

* commit 'e88103a7f92cf27a2868b50acc8a9912f6088249':
Bump major versions of all libraries

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>

Hendrik Leppkes authored on 2015/09/06 04:35:46
Showing 10 changed files
... ...
@@ -2,15 +2,15 @@ Never assume the API of libav* to be stable unless at least 1 month has passed
2 2
 since the last major version increase or the API was added.
3 3
 
4 4
 The last version increases were:
5
-libavcodec:    2014-08-09
6
-libavdevice:   2014-08-09
7
-libavfilter:   2014-08-09
8
-libavformat:   2014-08-09
9
-libavresample: 2014-08-09
10
-libpostproc:   2014-08-09
11
-libswresample: 2014-08-09
12
-libswscale:    2014-08-09
13
-libavutil:     2014-08-09
5
+libavcodec:    2015-08-28
6
+libavdevice:   2015-08-28
7
+libavfilter:   2015-08-28
8
+libavformat:   2015-08-28
9
+libavresample: 2015-08-28
10
+libpostproc:   2015-08-28
11
+libswresample: 2015-08-28
12
+libswscale:    2015-08-28
13
+libavutil:     2015-08-28
14 14
 
15 15
 
16 16
 API changes, most recent first:
... ...
@@ -28,8 +28,8 @@
28 28
 
29 29
 #include "libavutil/version.h"
30 30
 
31
-#define LIBAVCODEC_VERSION_MAJOR 56
32
-#define LIBAVCODEC_VERSION_MINOR 60
31
+#define LIBAVCODEC_VERSION_MAJOR  57
32
+#define LIBAVCODEC_VERSION_MINOR   0
33 33
 #define LIBAVCODEC_VERSION_MICRO 100
34 34
 
35 35
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
... ...
@@ -27,8 +27,8 @@
27 27
 
28 28
 #include "libavutil/version.h"
29 29
 
30
-#define LIBAVDEVICE_VERSION_MAJOR 56
31
-#define LIBAVDEVICE_VERSION_MINOR  4
30
+#define LIBAVDEVICE_VERSION_MAJOR  57
31
+#define LIBAVDEVICE_VERSION_MINOR   0
32 32
 #define LIBAVDEVICE_VERSION_MICRO 100
33 33
 
34 34
 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
... ...
@@ -29,9 +29,9 @@
29 29
 
30 30
 #include "libavutil/version.h"
31 31
 
32
-#define LIBAVFILTER_VERSION_MAJOR  5
33
-#define LIBAVFILTER_VERSION_MINOR  40
34
-#define LIBAVFILTER_VERSION_MICRO 101
32
+#define LIBAVFILTER_VERSION_MAJOR   6
33
+#define LIBAVFILTER_VERSION_MINOR   0
34
+#define LIBAVFILTER_VERSION_MICRO 100
35 35
 
36 36
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
37 37
                                                LIBAVFILTER_VERSION_MINOR, \
... ...
@@ -29,9 +29,9 @@
29 29
 
30 30
 #include "libavutil/version.h"
31 31
 
32
-#define LIBAVFORMAT_VERSION_MAJOR 56
33
-#define LIBAVFORMAT_VERSION_MINOR  40
34
-#define LIBAVFORMAT_VERSION_MICRO 101
32
+#define LIBAVFORMAT_VERSION_MAJOR  57
33
+#define LIBAVFORMAT_VERSION_MINOR   0
34
+#define LIBAVFORMAT_VERSION_MICRO 100
35 35
 
36 36
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
37 37
                                                LIBAVFORMAT_VERSION_MINOR, \
... ...
@@ -27,8 +27,8 @@
27 27
 
28 28
 #include "libavutil/version.h"
29 29
 
30
-#define LIBAVRESAMPLE_VERSION_MAJOR  2
31
-#define LIBAVRESAMPLE_VERSION_MINOR  1
30
+#define LIBAVRESAMPLE_VERSION_MAJOR  3
31
+#define LIBAVRESAMPLE_VERSION_MINOR  0
32 32
 #define LIBAVRESAMPLE_VERSION_MICRO  0
33 33
 
34 34
 #define LIBAVRESAMPLE_VERSION_INT  AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \
... ...
@@ -55,8 +55,8 @@
55 55
  * @{
56 56
  */
57 57
 
58
-#define LIBAVUTIL_VERSION_MAJOR  54
59
-#define LIBAVUTIL_VERSION_MINOR  31
58
+#define LIBAVUTIL_VERSION_MAJOR  55
59
+#define LIBAVUTIL_VERSION_MINOR   0
60 60
 #define LIBAVUTIL_VERSION_MICRO 100
61 61
 
62 62
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
... ...
@@ -28,8 +28,8 @@
28 28
 
29 29
 #include "libavutil/avutil.h"
30 30
 
31
-#define LIBPOSTPROC_VERSION_MAJOR  53
32
-#define LIBPOSTPROC_VERSION_MINOR   3
31
+#define LIBPOSTPROC_VERSION_MAJOR  54
32
+#define LIBPOSTPROC_VERSION_MINOR   0
33 33
 #define LIBPOSTPROC_VERSION_MICRO 100
34 34
 
35 35
 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \
... ...
@@ -28,9 +28,9 @@
28 28
 
29 29
 #include "libavutil/avutil.h"
30 30
 
31
-#define LIBSWRESAMPLE_VERSION_MAJOR   1
32
-#define LIBSWRESAMPLE_VERSION_MINOR   2
33
-#define LIBSWRESAMPLE_VERSION_MICRO 101
31
+#define LIBSWRESAMPLE_VERSION_MAJOR   2
32
+#define LIBSWRESAMPLE_VERSION_MINOR   0
33
+#define LIBSWRESAMPLE_VERSION_MICRO 100
34 34
 
35 35
 #define LIBSWRESAMPLE_VERSION_INT  AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
36 36
                                                   LIBSWRESAMPLE_VERSION_MINOR, \
... ...
@@ -26,9 +26,9 @@
26 26
 
27 27
 #include "libavutil/version.h"
28 28
 
29
-#define LIBSWSCALE_VERSION_MAJOR 3
30
-#define LIBSWSCALE_VERSION_MINOR 1
31
-#define LIBSWSCALE_VERSION_MICRO 101
29
+#define LIBSWSCALE_VERSION_MAJOR   4
30
+#define LIBSWSCALE_VERSION_MINOR   0
31
+#define LIBSWSCALE_VERSION_MICRO 100
32 32
 
33 33
 #define LIBSWSCALE_VERSION_INT  AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
34 34
                                                LIBSWSCALE_VERSION_MINOR, \