Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e88103a7
Commit
e88103a7
authored
Jul 28, 2015
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump major versions of all libraries
Signed-off-by:
Vittorio Giovara
<
vittorio.giovara@gmail.com
>
parent
4e649deb
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
21 deletions
+21
-21
APIchanges
doc/APIchanges
+7
-7
version.h
libavcodec/version.h
+3
-3
version.h
libavdevice/version.h
+2
-2
version.h
libavfilter/version.h
+2
-2
version.h
libavformat/version.h
+2
-2
version.h
libavresample/version.h
+2
-2
version.h
libavutil/version.h
+2
-2
version.h
libswscale/version.h
+1
-1
No files found.
doc/APIchanges
View file @
e88103a7
...
...
@@ -2,13 +2,13 @@ Never assume the API of libav* to be stable unless at least 1 month has passed
since the last major version increase.
The last version increases were:
libavcodec: 201
4-08-09
libavdevice: 201
4-08-09
libavfilter: 201
4-08-09
libavformat: 201
4-08-09
libavresample: 201
4-08-09
libswscale: 201
4-08-09
libavutil: 201
4-08-09
libavcodec: 201
5-08-28
libavdevice: 201
5-08-28
libavfilter: 201
5-08-28
libavformat: 201
5-08-28
libavresample: 201
5-08-28
libswscale: 201
5-08-28
libavutil: 201
5-08-28
API changes, most recent first:
...
...
libavcodec/version.h
View file @
e88103a7
...
...
@@ -28,9 +28,9 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 5
6
#define LIBAVCODEC_VERSION_MINOR
35
#define LIBAVCODEC_VERSION_MICRO
1
#define LIBAVCODEC_VERSION_MAJOR 5
7
#define LIBAVCODEC_VERSION_MINOR
0
#define LIBAVCODEC_VERSION_MICRO
0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
...
...
libavdevice/version.h
View file @
e88103a7
...
...
@@ -27,8 +27,8 @@
#include "libavutil/version.h"
#define LIBAVDEVICE_VERSION_MAJOR 5
5
#define LIBAVDEVICE_VERSION_MINOR
2
#define LIBAVDEVICE_VERSION_MAJOR 5
6
#define LIBAVDEVICE_VERSION_MINOR
0
#define LIBAVDEVICE_VERSION_MICRO 0
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
...
...
libavfilter/version.h
View file @
e88103a7
...
...
@@ -29,8 +29,8 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR
5
#define LIBAVFILTER_VERSION_MINOR
1
#define LIBAVFILTER_VERSION_MAJOR
6
#define LIBAVFILTER_VERSION_MINOR
0
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
...
...
libavformat/version.h
View file @
e88103a7
...
...
@@ -29,8 +29,8 @@
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 5
6
#define LIBAVFORMAT_VERSION_MINOR
21
#define LIBAVFORMAT_VERSION_MAJOR 5
7
#define LIBAVFORMAT_VERSION_MINOR
0
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
...
...
libavresample/version.h
View file @
e88103a7
...
...
@@ -27,8 +27,8 @@
#include "libavutil/version.h"
#define LIBAVRESAMPLE_VERSION_MAJOR
2
#define LIBAVRESAMPLE_VERSION_MINOR
1
#define LIBAVRESAMPLE_VERSION_MAJOR
3
#define LIBAVRESAMPLE_VERSION_MINOR
0
#define LIBAVRESAMPLE_VERSION_MICRO 0
#define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \
...
...
libavutil/version.h
View file @
e88103a7
...
...
@@ -53,8 +53,8 @@
* @{
*/
#define LIBAVUTIL_VERSION_MAJOR 5
4
#define LIBAVUTIL_VERSION_MINOR
17
#define LIBAVUTIL_VERSION_MAJOR 5
5
#define LIBAVUTIL_VERSION_MINOR
0
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
...
...
libswscale/version.h
View file @
e88103a7
...
...
@@ -26,7 +26,7 @@
#include "libavutil/version.h"
#define LIBSWSCALE_VERSION_MAJOR
3
#define LIBSWSCALE_VERSION_MAJOR
4
#define LIBSWSCALE_VERSION_MINOR 0
#define LIBSWSCALE_VERSION_MICRO 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment