-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[ffmpeg] Add feature harfbuzz #40105
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b8c0630
add feature
jimwang118 ab779bc
update version
jimwang118 c3131a5
update version
jimwang118 ab0476d
add feature
jimwang118 b6cc104
modify feature name
jimwang118 3b9fc28
update version
jimwang118 30d04d7
update version
jimwang118 49807ad
modify feature name
jimwang118 3f034f2
modify feature name
jimwang118 e0e991a
modify ci test
jimwang118 c26d9fd
merge master
jimwang118 fd23fd8
update version
jimwang118 cff6d7c
merge master
jimwang118 6c011f7
update version
jimwang118 e8644c7
Merge branch 'master' into ffmpeg-add-feature
jimwang118 bd4552a
test feature
jimwang118 17a8a16
add missing head files
jimwang118 3757b30
update version
jimwang118 3693bef
add support
jimwang118 3153634
add dep
jimwang118 27ddf25
udpate version
jimwang118 3a1faba
delete patch
jimwang118 f730861
update version
jimwang118 ff3e21d
add feature
jimwang118 a8c0c06
update version
jimwang118 0781418
add feature
jimwang118 24b40fd
update version
jimwang118 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| diff --git a/libavfilter/textutils.c b/libavfilter/textutils.c | ||
| index ef658d0..c61b0ad 100644 | ||
| --- a/libavfilter/textutils.c | ||
| +++ b/libavfilter/textutils.c | ||
| @@ -30,6 +30,7 @@ | ||
| #include "libavutil/error.h" | ||
| #include "libavutil/file.h" | ||
| #include "libavutil/time.h" | ||
| +#include "libavutil/time_internal.h" | ||
|
|
||
| static int ff_expand_text_function_internal(FFExpandTextContext *expand_text, AVBPrint *bp, | ||
| char *name, unsigned argc, char **argv) |
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.