Go to file
Alexander Smorkalov 42561e1233
Merge pull request #22333 from cudawarped:fix_for_21101
Fix video codec fourcc #21101
2022-08-26 12:34:33 +03:00
.github Docs workflow in GHA for 4.x 2022-07-28 17:46:01 +03:00
3rdparty Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-08-14 15:50:42 +00:00
apps Add new params 2022-08-05 15:08:16 +03:00
cmake cmake: Enable pkgconfig support for mingw 2022-08-21 12:06:46 +05:30
data
doc Add new params 2022-08-05 15:08:16 +03:00
include
modules Merge pull request #22333 from cudawarped:fix_for_21101 2022-08-26 12:34:33 +03:00
platforms Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-08-14 15:50:42 +00:00
samples remove whitespace 2022-08-22 11:14:59 +08:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt cmake: Enable pkgconfig support for mingw 2022-08-21 12:06:46 +05:30
CONTRIBUTING.md
COPYRIGHT copyright: 2022 2022-01-04 12:49:15 +00:00
LICENSE copyright: 2022 2022-01-04 12:48:27 +00:00
README.md fix 4.x links 2021-12-22 13:24:30 +00:00
SECURITY.md

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read the contribution guidelines before starting work on a pull request.

Summary of the guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.