Sunday, September 15, 2013

Open source media frameworks


  • VLC LGPL, C
    git clone git://git.videolan.org/vlc.git
  • MPlayer GPLv2, C
    svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
  • GStreamer LGPL, C
     git clone git://anongit.freedesktop.org/gstreamer/
  • GPAC LGPL, C
    svn co svn://svn.code.sf.net/p/gpac/code/trunk/gpac gpac
  • XBMC GPL, C++
    git clone git://github.com/xbmc/xbmc.git
  • Xine GPLv2, C
    http://sourceforge.net/projects/xine/
  • FFMpeg GPL/LGPL, C
    git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg