-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run pre-check for upstreaming patches #611
Open
xhaihao
wants to merge
4
commits into
intel-media-ci:master
Choose a base branch
from
xhaihao:ffmpeg-master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4bac91b
to
f6f30a3
Compare
f6f30a3
to
3993329
Compare
2115dee
to
cac2fb8
Compare
fa51c88
to
e0d9784
Compare
f6b930b
to
4efd49c
Compare
4efd49c
to
09b62e9
Compare
18beaae
to
ddd1547
Compare
ff146c8
to
7abc982
Compare
d06e6b6
to
8870764
Compare
fd0cd0e
to
f497057
Compare
5345d2d
to
17206cc
Compare
8062084
to
3549872
Compare
7fa73ba
to
466ce88
Compare
f06551c
to
7ae49e7
Compare
7ae49e7
to
7cec284
Compare
7cec284
to
fe0b4e6
Compare
fe0b4e6
to
015455b
Compare
015455b
to
c0435c1
Compare
c0435c1
to
f5df09a
Compare
The changes to output frame props in query_frame overlapped since 578ac59. Move the copy frame props before the changes. Signed-off-by: Fei Wang <[email protected]>
The QSV hardware context currently uses pthreads to lock initilization, which is not available on windows builds. Instead, use the AVMutex object. Also lock uses of the realigned_upload_frame and realigned_download_frame objects, so multiple threads do not attempt to write to them at the same time.
Signed-off-by: Haihao Xiang <[email protected]>
Both Main Intra and Main 10 Intra are Rext, we may use Main and Main 10 instead for decoding. This patch fixes the error below: [hevc @ 0x55a771b80a00] No support for codec hevc profile 4. [hevc @ 0x55a771b80a00] Failed setup for format vaapi: hwaccel initialisation returned error. Signed-off-by: Haihao Xiang <[email protected]>
f5df09a
to
2f9f095
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please do not close/merge this PR. I use this PR to re-run pre-check only for upstreaming patches