Skip to content

Commit

Permalink
Bump major versions of all libraries.
Browse files Browse the repository at this point in the history
Signed-off-by: James Almer <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
  • Loading branch information
elenril authored and jamrial committed Apr 27, 2021
1 parent fe95a37 commit 85ba17f
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
16 changes: 8 additions & 8 deletions doc/APIchanges
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Never assume the API of libav* to be stable unless at least 1 month has passed
since the last major version increase or the API was added.

The last version increases were:
libavcodec: 2017-10-21
libavdevice: 2017-10-21
libavfilter: 2017-10-21
libavformat: 2017-10-21
libpostproc: 2017-10-21
libswresample: 2017-10-21
libswscale: 2017-10-21
libavutil: 2017-10-21
libavcodec: 2021-04-27
libavdevice: 2021-04-27
libavfilter: 2021-04-27
libavformat: 2021-04-27
libpostproc: 2021-04-27
libswresample: 2021-04-27
libswscale: 2021-04-27
libavutil: 2021-04-27


API changes, most recent first:
Expand Down
4 changes: 2 additions & 2 deletions libavcodec/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

#include "libavutil/version.h"

#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 137
#define LIBAVCODEC_VERSION_MAJOR 59
#define LIBAVCODEC_VERSION_MINOR 0
#define LIBAVCODEC_VERSION_MICRO 100

#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
Expand Down
4 changes: 2 additions & 2 deletions libavdevice/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

#include "libavutil/version.h"

#define LIBAVDEVICE_VERSION_MAJOR 58
#define LIBAVDEVICE_VERSION_MINOR 14
#define LIBAVDEVICE_VERSION_MAJOR 59
#define LIBAVDEVICE_VERSION_MINOR 0
#define LIBAVDEVICE_VERSION_MICRO 100

#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
Expand Down
4 changes: 2 additions & 2 deletions libavfilter/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

#include "libavutil/version.h"

#define LIBAVFILTER_VERSION_MAJOR 7
#define LIBAVFILTER_VERSION_MINOR 111
#define LIBAVFILTER_VERSION_MAJOR 8
#define LIBAVFILTER_VERSION_MINOR 0
#define LIBAVFILTER_VERSION_MICRO 100


Expand Down
4 changes: 2 additions & 2 deletions libavformat/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

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

#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
Expand Down
4 changes: 2 additions & 2 deletions libavutil/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
* @{
*/

#define LIBAVUTIL_VERSION_MAJOR 56
#define LIBAVUTIL_VERSION_MINOR 74
#define LIBAVUTIL_VERSION_MAJOR 57
#define LIBAVUTIL_VERSION_MINOR 0
#define LIBAVUTIL_VERSION_MICRO 100

#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
Expand Down
4 changes: 2 additions & 2 deletions libpostproc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

#include "libavutil/avutil.h"

#define LIBPOSTPROC_VERSION_MAJOR 55
#define LIBPOSTPROC_VERSION_MINOR 10
#define LIBPOSTPROC_VERSION_MAJOR 56
#define LIBPOSTPROC_VERSION_MINOR 0
#define LIBPOSTPROC_VERSION_MICRO 100

#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \
Expand Down
4 changes: 2 additions & 2 deletions libswresample/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

#include "libavutil/avutil.h"

#define LIBSWRESAMPLE_VERSION_MAJOR 3
#define LIBSWRESAMPLE_VERSION_MINOR 10
#define LIBSWRESAMPLE_VERSION_MAJOR 4
#define LIBSWRESAMPLE_VERSION_MINOR 0
#define LIBSWRESAMPLE_VERSION_MICRO 100

#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
Expand Down
4 changes: 2 additions & 2 deletions libswscale/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#include "libavutil/version.h"

#define LIBSWSCALE_VERSION_MAJOR 5
#define LIBSWSCALE_VERSION_MINOR 10
#define LIBSWSCALE_VERSION_MAJOR 6
#define LIBSWSCALE_VERSION_MINOR 0
#define LIBSWSCALE_VERSION_MICRO 100

#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
Expand Down

0 comments on commit 85ba17f

Please sign in to comment.