Difference between revisions of "SoC 2007 Project Mac OS X Framework"
Jump to navigation
Jump to search
Pdherbemont (talk | contribs) (Add a link to my wikipage.) |
Pdherbemont (talk | contribs) (Titles.) |
||
Line 1: | Line 1: | ||
+ | === Introduction === | ||
+ | |||
I ([[User:Pdherbemont|Pierre d'Herbemont]]) will use this wiki page to detail the work I'll do for the GSoC 2007. My mentor for this project is [[User:Fkuehne|Felix Kühne]]. | I ([[User:Pdherbemont|Pierre d'Herbemont]]) will use this wiki page to detail the work I'll do for the GSoC 2007. My mentor for this project is [[User:Fkuehne|Felix Kühne]]. | ||
− | + | === Project Objectives === | |
+ | |||
+ | You can read for more info in [http://pdherbemont.free.fr/gsoc/vlc_framework.html my original Proposal]. | ||
=== Status Summary === | === Status Summary === |
Revision as of 21:54, 16 April 2007
Introduction
I (Pierre d'Herbemont) will use this wiki page to detail the work I'll do for the GSoC 2007. My mentor for this project is Felix Kühne.
Project Objectives
You can read for more info in my original Proposal.
Status Summary
Task Description | Due Date | Accomplished |
---|---|---|
My proposition has been accepted | N/A | Yes 12/04/2007 |
Work on setting up a git server to publish my work.
See Git (thanks to Dionoea). More could be done to set up something better but that's enough for me for now ;) |
15/04/2007 | Yes 13/04/2007 |
Implement the stub framework and the sample code that links to it.
See the commit on commit 1, commit 2. |
15/04/2007 | Yes 13/04/2007 |
First draft of the headers, plus partial implementation. Events, playlist, vout basic usage demo in the sample code. | 29/04/2007 | No |
Auto evalutation, keeping in mind my original Proposal: Would current VLC be able to work with the object defined? Is there any simplification possible? What changes to libvlc are needed?. | 29/04/2007 | - |
Code repository
All the code I did for the GSoC is publicly stored on VideoLan's Git Repository for GSoC on the pdherbemont_branch branch. To check it out:
$ git clone git://git.videolan.org/vlc-soc.git $ cd vlc-soc
Now get my branch:
$ git branch pdherbemont_branch
And to keep sync-ed a simple:
$ git pull
Sould be enough.
Voilà!