Run pre-check for upstreaming patches - #611
Open
xhaihao wants to merge 4 commits into
Open
Conversation
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
3 times, most recently
from
August 9, 2023 01:00
8d22f8b to
24771f3
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
6 times, most recently
from
September 11, 2023 03:07
3b7655a to
b26dbba
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
2 times, most recently
from
September 20, 2023 01:58
5eef5c2 to
de8446f
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
3 times, most recently
from
November 28, 2023 08:32
6d5492a to
866c713
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
from
December 5, 2023 02:13
866c713 to
35a555e
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
3 times, most recently
from
December 18, 2023 01:40
1d3528b to
eac3c7c
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
3 times, most recently
from
December 22, 2023 05:19
e422555 to
e7e77ed
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
3 times, most recently
from
January 9, 2024 01:47
8e5f64e to
1fcf1dc
Compare
xhaihao
force-pushed
the
ffmpeg-master
branch
from
January 12, 2024 07:59
1fcf1dc to
ec2080f
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 <fei.w.wang@intel.com>
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 <haihao.xiang@intel.com>
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 <haihao.xiang@intel.com>
This file contains hidden or 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
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