-
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
11
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
xhaihao
force-pushed
the
ffmpeg-master
branch
4 times, most recently
from
January 16, 2023 05:30
4bac91b
to
f6f30a3
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
from
January 17, 2023 05:34
f6f30a3
to
3993329
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
6 times, most recently
from
February 3, 2023 06:29
2115dee
to
cac2fb8
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
3 times, most recently
from
February 14, 2023 04:09
fa51c88
to
e0d9784
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
3 times, most recently
from
February 22, 2023 04:28
f6b930b
to
4efd49c
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
from
February 26, 2023 02:20
4efd49c
to
09b62e9
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
5 times, most recently
from
March 23, 2023 06:41
18beaae
to
ddd1547
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
4 times, most recently
from
March 31, 2023 02:34
ff146c8
to
7abc982
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
3 times, most recently
from
April 17, 2023 02:42
d06e6b6
to
8870764
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
7 times, most recently
from
May 27, 2024 01:40
8062084
to
3549872
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
2 times, most recently
from
May 31, 2024 06:09
7fa73ba
to
466ce88
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
3 times, most recently
from
August 15, 2024 02:23
f06551c
to
7ae49e7
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
from
September 3, 2024 01:00
7ae49e7
to
7cec284
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
from
September 18, 2024 07:28
7cec284
to
fe0b4e6
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
from
October 10, 2024 05:45
fe0b4e6
to
015455b
Compare
Signed-off-by: Fei Wang <[email protected]>
Signed-off-by: Fei Wang <[email protected]>
Signed-off-by: Fei Wang <[email protected]>
Signed-off-by: Fei Wang <[email protected]>
So that hardware decoder can use the flags too. Signed-off-by: Fei Wang <[email protected]>
Signed-off-by: Fei Wang <[email protected]>
Signed-off-by: Fei Wang <[email protected]>
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]>
xhaihao
force-pushed
the
ffmpeg-master
branch
from
October 29, 2024 01:01
015455b
to
c0435c1
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