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
ba6cada9
Commit
ba6cada9
authored
May 25, 2020
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec.h: split AVCodec API into its own header
parent
383c03ee
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
469 additions
and
416 deletions
+469
-416
APIchanges
doc/APIchanges
+3
-0
Makefile
libavcodec/Makefile
+1
-0
avcodec.h
libavcodec/avcodec.h
+1
-414
codec.h
libavcodec/codec.h
+462
-0
version.h
libavcodec/version.h
+2
-2
No files found.
doc/APIchanges
View file @
ba6cada9
...
...
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
2020-xx-xx - xxxxxxxxxx - lavc 58.88.100 - avcodec.h codec.h
Move AVCodec-related public API to new header codec.h.
2020-05-23 - xxxxxxxxxx - lavu 56.49.100 - video_enc_params.h
Add AV_VIDEO_ENC_PARAMS_H264.
...
...
libavcodec/Makefile
View file @
ba6cada9
...
...
@@ -7,6 +7,7 @@ HEADERS = ac3_parser.h \
avdct.h
\
avfft.h
\
bsf.h
\
codec.h
\
codec_desc.h
\
codec_id.h
\
codec_par.h
\
...
...
libavcodec/avcodec.h
View file @
ba6cada9
This diff is collapsed.
Click to expand it.
libavcodec/codec.h
0 → 100644
View file @
ba6cada9
This diff is collapsed.
Click to expand it.
libavcodec/version.h
View file @
ba6cada9
...
...
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 8
7
#define LIBAVCODEC_VERSION_MICRO 10
1
#define LIBAVCODEC_VERSION_MINOR 8
8
#define LIBAVCODEC_VERSION_MICRO 10
0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
...
...
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