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 11 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
feiwan1 and others added 11 commits October 29, 2024 09:01
So that hardware decoder can use the flags too.

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.
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]>
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