Skip to content
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
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

xhaihao
Copy link
Collaborator

@xhaihao xhaihao commented Dec 6, 2022

Please do not close/merge this PR. I use this PR to re-run pre-check only for upstreaming patches

@xhaihao xhaihao force-pushed the ffmpeg-master branch 4 times, most recently from 4bac91b to f6f30a3 Compare January 16, 2023 05:30
@xhaihao xhaihao force-pushed the ffmpeg-master branch 6 times, most recently from 2115dee to cac2fb8 Compare February 3, 2023 06:29
@xhaihao xhaihao force-pushed the ffmpeg-master branch 3 times, most recently from fa51c88 to e0d9784 Compare February 14, 2023 04:09
@xhaihao xhaihao force-pushed the ffmpeg-master branch 3 times, most recently from f6b930b to 4efd49c Compare February 22, 2023 04:28
@xhaihao xhaihao force-pushed the ffmpeg-master branch 5 times, most recently from 18beaae to ddd1547 Compare March 23, 2023 06:41
@xhaihao xhaihao force-pushed the ffmpeg-master branch 4 times, most recently from ff146c8 to 7abc982 Compare March 31, 2023 02:34
@xhaihao xhaihao force-pushed the ffmpeg-master branch 3 times, most recently from d06e6b6 to 8870764 Compare April 17, 2023 02:42
@xhaihao xhaihao force-pushed the ffmpeg-master branch 6 times, most recently from 71e5029 to fd0cd0e Compare April 30, 2024 01:00
@xhaihao xhaihao force-pushed the ffmpeg-master branch 3 times, most recently from 5345d2d to 17206cc Compare May 8, 2024 02:53
@xhaihao xhaihao force-pushed the ffmpeg-master branch 7 times, most recently from 8062084 to 3549872 Compare May 27, 2024 01:40
@xhaihao xhaihao force-pushed the ffmpeg-master branch 2 times, most recently from 7fa73ba to 466ce88 Compare May 31, 2024 06:09
@xhaihao xhaihao force-pushed the ffmpeg-master branch 3 times, most recently from f06551c to 7ae49e7 Compare August 15, 2024 02:23
feiwan1 and others added 5 commits September 18, 2024 15:27
Signed-off-by: Fei Wang <fei.w.wang@intel.com>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants