Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,14 @@ XEVD supports main and baseline profiles of EVC.
### Example
xevd_app -i input_bitstream.evc -o output_video.yuv

## How to contribute
Contributions are welcome through GitHub pull requests.

* Fork the repository and create a topic branch from `master`.
* Keep each PR focused; put unrelated fixes into separate PRs.
* Make sure both profiles still build before submitting (`-DSET_PROF=MAIN` and `-DSET_PROF=BASE`).
* Sign off your commits (`git commit -s`).
* **Please enable "Allow edits from maintainers" when opening a pull request.** This lets maintainers push small fixes (build tweaks, rebases, style cleanups) directly to your branch instead of going through another round of review comments, which can significantly shorten the review cycle.

## License
See [COPYING](COPYING) file for details.
Loading