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
2e29ca2a
Commit
2e29ca2a
authored
May 07, 2017
by
Mark Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vaapi_h264: Convert to use coded bitstream infrastructure
(cherry picked from commit
7a4fac5e
)
parent
569721ac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
551 additions
and
878 deletions
+551
-878
configure
configure
+1
-1
Makefile
libavcodec/Makefile
+1
-1
vaapi_encode_h264.c
libavcodec/vaapi_encode_h264.c
+549
-876
No files found.
configure
View file @
2e29ca2a
...
...
@@ -2826,7 +2826,7 @@ h264_qsv_encoder_select="qsvenc"
h264_rkmpp_decoder_deps
=
"rkmpp"
h264_rkmpp_decoder_select
=
"h264_mp4toannexb_bsf"
h264_vaapi_encoder_deps
=
"VAEncPictureParameterBufferH264"
h264_vaapi_encoder_select
=
"
vaapi_encode golomb
"
h264_vaapi_encoder_select
=
"
cbs_h264 vaapi_encode
"
h264_vda_decoder_deps
=
"vda"
h264_vda_decoder_select
=
"h264_decoder"
h264_vdpau_decoder_deps
=
"vdpau"
...
...
libavcodec/Makefile
View file @
2e29ca2a
...
...
@@ -346,7 +346,7 @@ OBJS-$(CONFIG_H264_OMX_ENCODER) += omx.o
OBJS-$(CONFIG_H264_QSV_DECODER)
+=
qsvdec_h2645.o
OBJS-$(CONFIG_H264_QSV_ENCODER)
+=
qsvenc_h264.o
OBJS-$(CONFIG_H264_RKMPP_DECODER)
+=
rkmppdec.o
OBJS-$(CONFIG_H264_VAAPI_ENCODER)
+=
vaapi_encode_h264.o
vaapi_encode_h26x.o
OBJS-$(CONFIG_H264_VAAPI_ENCODER)
+=
vaapi_encode_h264.o
OBJS-$(CONFIG_H264_VIDEOTOOLBOX_ENCODER)
+=
videotoolboxenc.o
OBJS-$(CONFIG_H264_V4L2M2M_DECODER)
+=
v4l2_m2m_dec.o
OBJS-$(CONFIG_H264_V4L2M2M_ENCODER)
+=
v4l2_m2m_enc.o
...
...
libavcodec/vaapi_encode_h264.c
View file @
2e29ca2a
This diff is collapsed.
Click to expand it.
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