-
Notifications
You must be signed in to change notification settings - Fork 4
tests/fate: Improvements for running FATE on Windows/MSYS2 #77
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,38 @@ | ||
| *.pnm -diff -text | ||
| Changelog merge=union | ||
| Changelog merge=union | ||
| tests/ref/fate/sub-aqtitle eol=lf | ||
| tests/ref/fate/sub-ass-to-ass-transcode eol=lf | ||
| tests/ref/fate/sub-cc eol=lf | ||
| tests/ref/fate/sub-cc-realtime | ||
| tests/ref/fate/sub-cc-realtime eol=lf | ||
| tests/ref/fate/sub-cc-scte20 eol=lf | ||
| tests/ref/fate/sub-charenc eol=lf | ||
| tests/ref/fate/sub-dvb eol=lf | ||
| tests/ref/fate/sub-jacosub eol=lf | ||
| tests/ref/fate/sub-lrc-remux eol=lf | ||
| tests/ref/fate/sub-microdvd eol=lf | ||
| tests/ref/fate/sub-microdvd-remux eol=lf | ||
| tests/ref/fate/sub-movtext eol=lf | ||
| tests/ref/fate/sub-mpl2 eol=lf | ||
| tests/ref/fate/sub-mpsub eol=lf | ||
| tests/ref/fate/sub-mpsub-frames eol=lf | ||
| tests/ref/fate/sub-pgs-remux eol=lf | ||
| tests/ref/fate/sub-pjs eol=lf | ||
| tests/ref/fate/sub-realtext eol=lf | ||
| tests/ref/fate/sub-sami eol=lf | ||
| tests/ref/fate/sub-sami2 eol=lf | ||
| tests/ref/fate/sub-scc-remux eol=lf | ||
| tests/ref/fate/sub-srt eol=lf | ||
| tests/ref/fate/sub-srt-badsyntax eol=lf | ||
| tests/ref/fate/sub-srt-empty-events eol=lf | ||
| tests/ref/fate/sub-srt-madness-timeshift eol=lf | ||
| tests/ref/fate/sub-srt-rrn-remux eol=lf | ||
| tests/ref/fate/sub-ssa-to-ass-remux eol=lf | ||
| tests/ref/fate/sub-stl eol=lf | ||
| tests/ref/fate/sub-subviewer eol=lf | ||
| tests/ref/fate/sub-subviewer1 eol=lf | ||
| tests/ref/fate/sub-ttmlenc eol=lf | ||
| tests/ref/fate/sub-vplayer eol=lf | ||
| tests/ref/fate/sub-webvtt eol=lf | ||
| tests/ref/fate/sub-webvtt2 eol=lf | ||
| tests/ref/fate/sub-webvttenc eol=lf |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,7 @@ for f in `git ls-files | grep '\.h$'` ; do | |
| -e 's/_vaf_/_/' \ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the FFmpeg mailing list, Andreas Rheinhardt wrote (reply to this): There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the FFmpeg mailing list, "softworkz ." wrote (reply to this): There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On the FFmpeg mailing list, "softworkz ." wrote (reply to this): |
||
| | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`" | ||
|
|
||
| git grep -L "^#define $macro$" $f | ||
| git grep -L "^#define $macro\>" $f | ||
| done | ||
|
|
||
| echo "Use of av_clip() where av_clip_uintp2() could be used:" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.