[4.7] Video export. Step 3. Added video encoders for ffmpeg v4-v8#32647
Merged
Eism merged 26 commits intomusescore:4.7from Mar 17, 2026
Merged
[4.7] Video export. Step 3. Added video encoders for ffmpeg v4-v8#32647Eism merged 26 commits intomusescore:4.7from
Eism merged 26 commits intomusescore:4.7from
Conversation
Moved FFmpeg include paths from target-wide to specific source files to prevent header version conflicts.
copy of ffmpeg 6
copy of ffmpeg 5
230b739 to
3311035
Compare
3311035 to
fed76b1
Compare
f55c8aa to
0580d96
Compare
0580d96 to
eca6469
Compare
| int64_t (*av_rescale_q)(int64_t a, AVRational bq, AVRational cq) = nullptr; | ||
|
|
||
| // libavutil (imgutils) | ||
| int (*av_image_fill_arrays)(uint8_t* dst_data[4], int dst_linesize[4], const uint8_t* src, AVPixelFormat pix_fmt, int width, int height, |
Contributor
There was a problem hiding this comment.
Just for peace of mind, has this interface been cleared of unused (old) features? The others aren't that important... but this one is important because it will be copied in the future to support new versions.
igorkorsukov
approved these changes
Mar 17, 2026
3a20f1b to
5bf13d1
Compare
5bf13d1 to
5952838
Compare
Contributor
|
This added a whole bunch of compiler warnings, see #32662 |
1 task
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.
Resolves: #32570