Difference between revisions of "SoC 2009/p2p projectM"

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: {{SoCProject|year=2009|student=Rémi Duraffort|mentor=Pavlov Konstantin}} == Abstract == The goal of this Google Summer of Code is to implement two featur...)
 
m (→‎Abstract: orthograph)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
== Abstract ==
 
== Abstract ==
 
The goal of this Google Summer of Code is to implement two feature that are missing in vlc:
 
The goal of this Google Summer of Code is to implement two feature that are missing in vlc:
* visualisations using libprojectM librairie.
+
* visualizations using libprojectM library.
 
* p2p access capability
 
* p2p access capability
 
  
 
== Timeline ==
 
== Timeline ==
Line 13: Line 12:
 
|-
 
|-
 
! May 26
 
! May 26
| Begining of the GSoC
+
| Begining of the GSoC but work mainly on vlc next release (a lot of bugs fixed)
 
|-
 
|-
| June 15
+
| June 17
| libprojectM module finished, code the p2p access
+
| libprojectM module mostly finished, code the p2p access
 
|-
 
|-
 
| July 6-12
 
| July 6-12
Line 27: Line 26:
  
 
== Actually ==
 
== Actually ==
Trying to fix bugs on vlc 1.0.
+
The projectM module is mostly finished and give good results. You can try it (tested only under linux for the moment) from [http://git.videolan.org/?p=vlc-ivoire.git my git repository] and compiling vlc with the --enable-projectm configure option. You will need libprojectm-dev and an opengl provider module.

Latest revision as of 08:38, 18 June 2009

This project is part of Google Summer of Code 2009.
Student: Rémi Duraffort
Mentor: Pavlov Konstantin


Abstract

The goal of this Google Summer of Code is to implement two feature that are missing in vlc:

  • visualizations using libprojectM library.
  • p2p access capability

Timeline

May 26 Begining of the GSoC but work mainly on vlc next release (a lot of bugs fixed)
June 17 libprojectM module mostly finished, code the p2p access
July 6-12 Mid-term evaluation
August 24 Final evaluation


Actually

The projectM module is mostly finished and give good results. You can try it (tested only under linux for the moment) from my git repository and compiling vlc with the --enable-projectm configure option. You will need libprojectm-dev and an opengl provider module.