We're moving projects to code.videolan.org, notably:
- x264
- VLMC
- DVBlast
- libaacs
- vlc-0.8
- vlc-0.9
- vlc-1.0
- vlc-1.1
- vlc-2.0
- vlc-2.1
- vlc-2.2
- VLMa
- aribb25
To clone one of these projects using git:
$ git clone http://git.videolan.org/git/ + project path
If you have commit access, you should use an ssh connection instead:
$ git clone git@git.videolan.org: + project path
You can find more information on how to use git on our dedicated wiki page.