Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.81 KB

Contributing.md

File metadata and controls

53 lines (38 loc) · 1.81 KB
layout title wrap_title permalink
standard
Documentation
Contributing
/docs/contributing/

Getting the Latest Source Code

MLT now uses the Git distributed version control system hosted by GitHub.

You can get the latest version of the MLT framework source code (including mlt++ and other language bindings) using:

git clone git://github.com/mltframework/mlt.git or git clone !https://github.com/mltframework/mlt.git

You can browse the repository through the web interface: https://github.com/mltframework/mlt

You can fetch the latest version of the Melted Video Server source code (including libmvcp) using:

git clone git://github.com/mltframework/melted.git or git clone !https://github.com/mltframework/melted.git

You can browse the repository through the web interface: https://github.com/mltframework/melted

You can fetch the latest version of the Melted GTK+ Client (rugen) source code using:

git clone git://github.com/mltframework/rugen.git or git clone !https://github.com/mltframework/rugen

You can browse the repository through the web interface: https://github.com/mltframework/rugen

Contributing Code

The preferred way to receive code changes is by publishing your git repo and telling Main.DanDennedy or the mailing list whenever you have something new or have updated something worthy of notice.

Otherwise, send patches to the mailing list. All patches must be in the unified diff format. Short patches can be in the body of the message. Long patches should be attached. Use your best judgment.

Make sure code submissions conform to the [Style Guide]({{ "/docs/codingstyleguide/" | prepend: site.baseurl }}) and [Copyright Policy]({{ "/docs/copyrightpolicy/" | prepend: site.baseurl }}).