File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ Never assume the API of libav* to be stable unless at least 1 month has passed
22since the last major version increase or the API was added.
33
44The 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
1515API changes, most recent first:
Original file line number Diff line number Diff line change 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, \
Original file line number Diff line number Diff line change 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, \
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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, \
Original file line number Diff line number Diff line change 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, \
Original file line number Diff line number Diff line change 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, \
Original file line number Diff line number Diff line change 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, \
Original file line number Diff line number Diff line change 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, \
You can’t perform that action at this time.
0 commit comments