Skip to content

Commit 85ba17f

Browse files
elenriljamrial
authored andcommitted
Bump major versions of all libraries.
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
1 parent fe95a37 commit 85ba17f

9 files changed

Lines changed: 24 additions & 24 deletions

File tree

doc/APIchanges

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Never assume the API of libav* to be stable unless at least 1 month has passed
22
since the last major version increase or the API was added.
33

44
The last version increases were:
5-
libavcodec: 2017-10-21
6-
libavdevice: 2017-10-21
7-
libavfilter: 2017-10-21
8-
libavformat: 2017-10-21
9-
libpostproc: 2017-10-21
10-
libswresample: 2017-10-21
11-
libswscale: 2017-10-21
12-
libavutil: 2017-10-21
5+
libavcodec: 2021-04-27
6+
libavdevice: 2021-04-27
7+
libavfilter: 2021-04-27
8+
libavformat: 2021-04-27
9+
libpostproc: 2021-04-27
10+
libswresample: 2021-04-27
11+
libswscale: 2021-04-27
12+
libavutil: 2021-04-27
1313

1414

1515
API changes, most recent first:

libavcodec/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
#include "libavutil/version.h"
2929

30-
#define LIBAVCODEC_VERSION_MAJOR 58
31-
#define LIBAVCODEC_VERSION_MINOR 137
30+
#define LIBAVCODEC_VERSION_MAJOR 59
31+
#define LIBAVCODEC_VERSION_MINOR 0
3232
#define LIBAVCODEC_VERSION_MICRO 100
3333

3434
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \

libavdevice/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
#include "libavutil/version.h"
2929

30-
#define LIBAVDEVICE_VERSION_MAJOR 58
31-
#define LIBAVDEVICE_VERSION_MINOR 14
30+
#define LIBAVDEVICE_VERSION_MAJOR 59
31+
#define LIBAVDEVICE_VERSION_MINOR 0
3232
#define LIBAVDEVICE_VERSION_MICRO 100
3333

3434
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \

libavfilter/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
#include "libavutil/version.h"
3131

32-
#define LIBAVFILTER_VERSION_MAJOR 7
33-
#define LIBAVFILTER_VERSION_MINOR 111
32+
#define LIBAVFILTER_VERSION_MAJOR 8
33+
#define LIBAVFILTER_VERSION_MINOR 0
3434
#define LIBAVFILTER_VERSION_MICRO 100
3535

3636

libavformat/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
// Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
3333
// Also please add any ticket numbers that you believe might be affected here
34-
#define LIBAVFORMAT_VERSION_MAJOR 58
35-
#define LIBAVFORMAT_VERSION_MINOR 79
34+
#define LIBAVFORMAT_VERSION_MAJOR 59
35+
#define LIBAVFORMAT_VERSION_MINOR 0
3636
#define LIBAVFORMAT_VERSION_MICRO 100
3737

3838
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \

libavutil/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
* @{
7979
*/
8080

81-
#define LIBAVUTIL_VERSION_MAJOR 56
82-
#define LIBAVUTIL_VERSION_MINOR 74
81+
#define LIBAVUTIL_VERSION_MAJOR 57
82+
#define LIBAVUTIL_VERSION_MINOR 0
8383
#define LIBAVUTIL_VERSION_MICRO 100
8484

8585
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \

libpostproc/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
#include "libavutil/avutil.h"
3030

31-
#define LIBPOSTPROC_VERSION_MAJOR 55
32-
#define LIBPOSTPROC_VERSION_MINOR 10
31+
#define LIBPOSTPROC_VERSION_MAJOR 56
32+
#define LIBPOSTPROC_VERSION_MINOR 0
3333
#define LIBPOSTPROC_VERSION_MICRO 100
3434

3535
#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \

libswresample/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
#include "libavutil/avutil.h"
3030

31-
#define LIBSWRESAMPLE_VERSION_MAJOR 3
32-
#define LIBSWRESAMPLE_VERSION_MINOR 10
31+
#define LIBSWRESAMPLE_VERSION_MAJOR 4
32+
#define LIBSWRESAMPLE_VERSION_MINOR 0
3333
#define LIBSWRESAMPLE_VERSION_MICRO 100
3434

3535
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \

libswscale/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
#include "libavutil/version.h"
2828

29-
#define LIBSWSCALE_VERSION_MAJOR 5
30-
#define LIBSWSCALE_VERSION_MINOR 10
29+
#define LIBSWSCALE_VERSION_MAJOR 6
30+
#define LIBSWSCALE_VERSION_MINOR 0
3131
#define LIBSWSCALE_VERSION_MICRO 100
3232

3333
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \

0 commit comments

Comments
 (0)