Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 992 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 992 Bytes

We welcome community contributions to Intel® Media SDK. Thank you for your time!

Please note that review and merge might take some time at this point.

Intel Media SDK is licensed under MIT license. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.

Steps:

  • Please follow guidelines in your code (see MSDK Coding Guide)
  • Validate that your changes don't break a build. See build instruction
  • Pass testing
  • Wait while your patchset is reviewed and tested by our internal validation cycle

Testing

How to test your changes

  1. Test Driver

    Run test driver for any changes inside library and samples (see Test Driver instruction)

  2. Unit tests

    If you make changes in mfx_dispatch or tracer, you need to launch unit tests (see Unit Tests instruction)