Using code_swarm on VLC code

Official tutorials:
code.google.com/p/codeswarm/wiki/GeneratingAVideo
code.google.com/p/codeswarm/wiki/HowtoBuild
amix.dk/blog/post/19350
code_swarm:
vis.cs.ucdavis.edu/~ogawa/codeswarm/
VLC code:
wiki.videolan.org/Git#Getting_VLC_or_x264_source_code_via_Git
Git Manual:
git.or.cz/course/svn.html
Thanks to blog.segment7.net/articles/2009/01/27/rubygems-code_swarm for his segment7.net/misc/rubygems.config because shows me how to assign the colors to the code. :)
Commands:
git clone git://git.videolan.org/vlc.git
git log -v > activity.log
git log --name-status --pretty=format:'%n------------------------------------------------------------------------%nr%h | %ae | %ai (%aD) | x lines%nChanged paths:' > activity.log
mencoder mf://*.png -mf fps=30:type=png -ovc lavc -oac copy -o movie.avi
Cast: aneolus