forked from FFmpeg/FFmpeg
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Ijkplayer #11
Open
openboy2012
wants to merge
7,112
commits into
bilibili:master
Choose a base branch
from
openboy2012:ijkplayer
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
Ijkplayer #11
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
and use it if fade == 0.
…_list() example: AVPixelFormat pixFmts[] = { AV_PIX_FMT_RGB24, AV_PIX_FMT_RGBA }; int loss = 0; AVPixelFormat best = avcodec_find_best_pix_fmt_of_list(pixFmts, AV_PIX_FMT_BGRA, 1, &loss); best is AV_PIX_FMT_RGB24. But AV_PIX_FMT_RGBA is better. Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Paul B Mahol <[email protected]>
Fixes #6563. Signed-off-by: Paul B Mahol <[email protected]>
Fixes #4889. Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Josh de Kock <[email protected]>
Signed-off-by: Josh de Kock <[email protected]>
fix commit 2238190 break the "ffmpeg -muxers/demuxers". Signed-off-by: Jun Zhao <[email protected]> Signed-off-by: Josh de Kock <[email protected]>
Support for it was apparently never in the codebase, and the enum values were recently removed from the public headers [1] Fixes build with latest libaom build. [1] https://aomedia.googlesource.com/aom/+/2e3cd5c5c30fa02134681cda900c32486807af3f Signed-off-by: James Almer <[email protected]>
And fix the entry in doc/APIchanges Signed-off-by: James Almer <[email protected]>
This reverts commit 909e00a. There is no need to use the old API anymore as the new API now behaves in the same way (treating devices as formats when loaded). Signed-off-by: Josh de Kock <[email protected]>
Signed-off-by: Josh de Kock <[email protected]>
avdevice_register_all() is still required to register devices into lavf (this is required due to lavd being somewhat of a hack). Signed-off-by: Josh de Kock <[email protected]>
Signed-off-by: Josh de Kock <[email protected]>
It works as a drop in replacement for the deprecated av_dup_packet(), to ensure a packet is reference counted. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: James Almer <[email protected]>
Signed-off-by: James Almer <[email protected]>
…ef counted Simplifies code. Signed-off-by: James Almer <[email protected]>
…s are ref counted Partially reverts commit e91f0c4, simplifying code. Signed-off-by: James Almer <[email protected]>
…counted Simplifies code. Signed-off-by: James Almer <[email protected]>
…ef counted Simplifies code, while also fixing a potential leak of side data in pkt. Signed-off-by: James Almer <[email protected]>
Signed-off-by: Paul B Mahol <[email protected]>
This is a profile supporting > 8-bit video and has a higher quality DCT
Signed-off-by: Paul B Mahol <[email protected]>
Fate output changes and under close inspection looks more correct. Fixes #6187. Signed-off-by: Paul B Mahol <[email protected]>
Fixes ticket #6434. Reviewed-by: Nicolas George <[email protected]> Signed-off-by: Marton Balint <[email protected]>
This reverts commit 858db4b.
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.
No description provided.