Difference between revisions of "SoC 2007"

From VideoLAN Wiki
Jump to navigation Jump to search
 
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Reflexions for Google Summer of Code applications.
+
Google Summer of Code 2007.
 +
 
 +
''VideoLAN is a mentoring organization — List of accepted projects can be found [[SoC 2007 projects|here]]''
  
 
== Introduction & Informations ==
 
== Introduction & Informations ==
  
This wiki page deals with [[VideoLAN]] attempt to be a mentoring organisation for [http://code.google.com/soc/ Google Summer of Code]
+
This wiki page covers the attempt by the [[VideoLAN]] project to act as a mentoring organization for [http://code.google.com/soc/ Google Summer of Code], in order to improve {{VLC}}.
to improve {{VLC}}.
+
 
 +
We are now (15 March, 2007), an official mentoring organization!
  
 
=== VLC media player ===
 
=== VLC media player ===
{{VLC}} is a Multimedia player, encoder and streamer application, that is platform independant.
+
{{VLC}} is a cross-platform Multimedia player, and encoding and streaming application.
 
It is one of the most successful open-source projects without any professional structure underneath.
 
It is one of the most successful open-source projects without any professional structure underneath.
  
{{VLC}} is downloaded at an approximate rate of 4 millions every month from the main website (does not include unofficial mirrors and packaged distribution (linux)), which means about 30 million people have downloaded VLC 0.8.5 from the main website!
+
{{VLC}} is downloaded at an approximate monthly rate of 4 millions from the main website (not including third-party distributions (Linux)), which means about 30 million people have downloaded VLC 0.8.5 from the main website!
  
You can have more information on [http://en.wikipedia.org/wiki/VLC_media_player VLC on Wikipedia] or on this [[Main_Page|wiki]].
+
You can find more information on [http://en.wikipedia.org/wiki/VLC_media_player VLC on Wikipedia] or on this [[Main_Page|wiki]].
  
 
=== Summer of Code ===
 
=== Summer of Code ===
We would like to be a mentoring organisation ([http://code.google.com/support/bin/answer.py?answer=60303&topic=10727 mentors on SoC Website]).
+
We are now a mentoring organisation ([http://code.google.com/support/bin/answer.py?answer=60303&topic=10727 mentors on SoC Website]).
  
If selected and developed, SoC ideas will be included in {{VLC}} 0.9.1, under the GPL licence. 0.9.0 which should be the next version of VLC should be out before the summer.
+
If selected and developed, SoC ideas will be included in the VLC 0.9.1 release, and covered by the GPL licence. 0.9.0, our upcoming release, should be out before the summer.
  
 
=== Ideas ===
 
=== Ideas ===
 
'''Read this'''
 
'''Read this'''
  
We (the VideoLAN team, and [[User:J-b|jb]], the writer of this page) have split this page in two idea lists:  
+
We (the VideoLAN team, and [[User:J-b|jb]], the author of this page) have split this page in two lists of ideas:
* The ''first ideas'' are the ones we would like to focus on, and seem to be key projects for VLC and a lot more ''fun'' than the others; we have affected potential mentors to these projects.
+
* The ''main ideas'' are the ones we would like to focus on, and seem to be key projects for VLC and a lot more ''thrilling'' than the other ones; we have assigned a potential mentor to each of these.
* and other ones that are less detailed but could be good ideas too.
+
* The other ideas are less detailled but could be good ideas too.
  
 
We don't want to impose anything. This is free and Open Source software.
 
We don't want to impose anything. This is free and Open Source software.
  
If you don't want to apply for SoC but want other ideas, check the [[Mini Projects]] page!
+
If you don't want to apply for SoC but want other ideas to develop on, check the [[Mini Projects]] page!
 +
And on IRC channel, you can have even more ideas.
  
 
== Main ideas ==
 
== Main ideas ==
Line 56: Line 60:
 
=== Subtitle support ===
 
=== Subtitle support ===
  
This project would rework the subtitle infrastructure and freetype module in order to read more subtitles:
+
This project would work on the subtitle infrastructure and freetype module in order to read more types of subtitles:
  
* support bold, italic, underline, RGB colors, size changes and font changes for a whole line or part of one line, (partial now)
+
* support for advanced SSA/ASS rendering using libass or asa or any other mean,
* support for the subtitles HTML tags, and add all the most used subtitles types that are not yet in, (almost complete now)
+
* support bold, italic, underline, RGB colors, size changes and font changes for a whole line or part of one line, (not all of these are supported now),
* support for advanced SSA/ASS rendering using libass or asa or any other mean, (not existing today)
+
* support for the subtitles HTML tags, and add all the most used subtitles types that are not yet in,  
 
* detecting overlap of two subtitle pictures and moving them so that this is less annoying,
 
* detecting overlap of two subtitle pictures and moving them so that this is less annoying,
 
* capability of displaying subtitles with no video enabled for audio books,
 
* capability of displaying subtitles with no video enabled for audio books,
* ease the automatic extraction to a filebased format of subtitles. These subtitles can come from videos used in different formats (DVB, line 23...)
+
* ease the automatic extraction to a filebased format of subtitles. These subtitles can come from videos used in different formats (DVB, line 23...),
  
 
Optional related work:
 
Optional related work:
Line 69: Line 73:
 
* support for Karaoke subtitles ( :D )
 
* support for Karaoke subtitles ( :D )
  
''Proposed mentor: Dnumgis''
+
''Proposed mentor: Dnumgis'' (Backup dionoea)
  
 
=== Vista acceleration and DirectX improvements ===
 
=== Vista acceleration and DirectX improvements ===
Line 88: Line 92:
 
* Adapt and use Leopard enhancements in {{VLC}}: QTKit Capture API, Resolution independence, iChat Theatre, ...
 
* Adapt and use Leopard enhancements in {{VLC}}: QTKit Capture API, Resolution independence, iChat Theatre, ...
  
''Proposed mentor : TheDJ''
+
''Proposed mentor : TheDJ'' (Backup feepk)
  
=== RTSP / Sout (Name to be changed)===
+
=== RTSP streaming server ===
The VLC RTSP implementation is not perfect but is very important to be a true VoD and streaming solution.
+
The RTSP server implementation in VLC is inefficient and lacks support for traversal mechanisms. Possible improvements include:
  
* TCP framing and RTSP interleaving for our RTSP VLM server
+
* Support for RTSP interleaved RTP media
* HTTP tunneling for our RTSP server
+
* RTSP over HTTP tunneling
* RTCP usage
+
* Per-asset accounting options
* Improved accounting options for our server (per asset accounting)
+
* Profiling and performance improvements of the RTSP, HTTP and RTP server code
* Rework RTP packetizers of VLM/Sout
+
* (RTCP support on the VLC '''server side''')
* Profiling and performance improving of the stream output (mostly HTTP/RTSP/RTP)
 
  
''Proposed mentor: jpsaman''
+
''Proposed mentor: jpsaman'' (backup Courmisch)
  
 
== Other Ideas SoC 2007 ==
 
== Other Ideas SoC 2007 ==
  
 
=== Matroska (mkv) muxing ===
 
=== Matroska (mkv) muxing ===
robUx4 can do the mentoring. He already wrote the demux and knows mkv really well.
 
But this muxer may be better suited for a FFMPEG project, and we should adapt ourselves after that.
 
  
=== VLM Schedule rework ===
+
This project is about writing a mkv muxer for VLC with advanced support (chapters, multiple audio and multiple subtitles, etc...) like when you need to rip or archive a DVD.
 +
 
 +
FFMPEG project has a similar project, and we could use the libavformat muxer and adapt ourselves, but we are not sure if we will be able to use therefore all the advanced features.
 +
 
 +
robUx4 can do the mentoring. He has already wrote the demux and has worked for matroska, so knows it very well.
 +
 
 +
=== VLM Schedule and recording ===
 +
VLM is under rework by fenrir on these days. But some work of our scheduler and recorder might be an interesting and needed project to improve recording  with VLC.
  
 
=== WinCE port ===
 
=== WinCE port ===
 +
The WinCE port has been broken for some time now before 0.8.4. Reparing the builds of all the external libraries build and making VLC build and work should take some time :D
 +
 +
Then a rework of the interface should happen.
 +
 +
=== Phonon Back-End ===
 +
 +
KDE4 will be out with a new framework for multimedia, this year. Using {{VLC}} as a back-end for phonon would be great!
 +
 +
''Proposed mentor: Courmisch'' (unless someone feel easier with this, jb? thresh? or...?)
  
 
=== Mini Projects - More ideas ===
 
=== Mini Projects - More ideas ===
  
 
We have a more general page for ideas for Project in {{VLC}}, that could give you ideas: [[Mini_Projects]].
 
We have a more general page for ideas for Project in {{VLC}}, that could give you ideas: [[Mini_Projects]].
 
  
 
== Questions? Contact us? ==
 
== Questions? Contact us? ==
Line 122: Line 138:
 
* use the [http://www.videolan.org/developers/lists.html vlc-devel] mailing list,
 
* use the [http://www.videolan.org/developers/lists.html vlc-devel] mailing list,
 
* come on IRC irc://irc.videolan.org #videolan
 
* come on IRC irc://irc.videolan.org #videolan
* contact one of the mentors,
+
* contact one of the mentors or the backup mentors,
 
* or contact [[User:J-b| Jean-Baptiste Kempf]]
 
* or contact [[User:J-b| Jean-Baptiste Kempf]]
 +
 +
=== Mentors ===
 +
The proposed mentors are:
 +
* Quovodis,
 +
* thedj,
 +
* jpsaman,
 +
* Dnumgis,
 +
* robUx4 (if needed)
 +
 +
With backups:
 +
* dionoea,
 +
* feepk,
 +
 +
=== Administrators ===
 +
* jb
 +
* xtophe
 +
 +
{{GSoC}}
 +
 +
[[Category:SoC 2007 Project|*]]

Latest revision as of 06:24, 5 February 2019

Google Summer of Code 2007.

VideoLAN is a mentoring organization — List of accepted projects can be found here

Introduction & Informations

This wiki page covers the attempt by the VideoLAN project to act as a mentoring organization for Google Summer of Code, in order to improve VLC media player.

We are now (15 March, 2007), an official mentoring organization!

VLC media player

VLC media player is a cross-platform Multimedia player, and encoding and streaming application. It is one of the most successful open-source projects without any professional structure underneath.

VLC media player is downloaded at an approximate monthly rate of 4 millions from the main website (not including third-party distributions (Linux)), which means about 30 million people have downloaded VLC 0.8.5 from the main website!

You can find more information on VLC on Wikipedia or on this wiki.

Summer of Code

We are now a mentoring organisation (mentors on SoC Website).

If selected and developed, SoC ideas will be included in the VLC 0.9.1 release, and covered by the GPL licence. 0.9.0, our upcoming release, should be out before the summer.

Ideas

Read this

We (the VideoLAN team, and jb, the author of this page) have split this page in two lists of ideas:

  • The main ideas are the ones we would like to focus on, and seem to be key projects for VLC and a lot more thrilling than the other ones; we have assigned a potential mentor to each of these.
  • The other ideas are less detailled but could be good ideas too.

We don't want to impose anything. This is free and Open Source software.

If you don't want to apply for SoC but want other ideas to develop on, check the Mini Projects page! And on IRC channel, you can have even more ideas.

Main ideas

GUI interfaces for the browsers plug-ins

This project focuses on adding interfaces to our browser plug-ins, in order to have, in the web pages embedded mode, buttons to control VLC media player as in WMP or Youtube player. These buttons need to be cross-platform and cross-browsers.

The second part of this project aims to provide a replacement for all preconfigured media players embedded in web pages, if possible.

For example, when a webpage asks for WMP embedded plugin, youtube player, quicktime player or any other, VLC would detect the stream and display it. This would mean less CPU needed than Flash based players...

This project may need to work in concert with some improvements on the cache handling module access.

The look of the interface should not be a problem (it can be added later on).

Proposed mentor: Quovodis.

Fullscreen Controller

This project is easy to describe, it would provide a fullscreen controller for Linux/Unix and Windows, as VLC media player already has on MacOS X version since 0.8.6.

It should be draggable, clickable and support the classical control buttons to control VLC playback in fullscreen mode.

With this project, which is not too long, there should be some related work on Vout (Making sure the video output does not close and reopen between files for example...)

Proposed mentor: Not defined yet

Subtitle support

This project would work on the subtitle infrastructure and freetype module in order to read more types of subtitles:

  • support for advanced SSA/ASS rendering using libass or asa or any other mean,
  • support bold, italic, underline, RGB colors, size changes and font changes for a whole line or part of one line, (not all of these are supported now),
  • support for the subtitles HTML tags, and add all the most used subtitles types that are not yet in,
  • detecting overlap of two subtitle pictures and moving them so that this is less annoying,
  • capability of displaying subtitles with no video enabled for audio books,
  • ease the automatic extraction to a filebased format of subtitles. These subtitles can come from videos used in different formats (DVB, line 23...),

Optional related work:

  • capability of moving the subtitles in the picture (freetype renderer),
  • support for Karaoke subtitles ( :D )

Proposed mentor: Dnumgis (Backup dionoea)

Vista acceleration and DirectX improvements

Current versions of VLC media player have a lot of problems on Windows Vista (check the forums for specifics).

We need support for the new EVR (enhanced video renderer) in Windows Vista, and make it the default Video Output module for that OS.

See Windows Vista Video Pipeline Architecture And Implementation and DirectShow Improvements in Vista

Some rework and enhancements of the DirectX and Direct3D Video Output modules may also be necessary.

Proposed mentor: Quovodis

MacOS X and Leopard

There are a few MacOS X specific projects, especially for Leopard (Mac OS X 10.5)

  • Creation a VLC media player framework that can be used by both VLC.app and VLCplugin.bundle to integrate better with other Mac applications
  • Adapt and use Leopard enhancements in VLC media player: QTKit Capture API, Resolution independence, iChat Theatre, ...

Proposed mentor : TheDJ (Backup feepk)

RTSP streaming server

The RTSP server implementation in VLC is inefficient and lacks support for traversal mechanisms. Possible improvements include:

  • Support for RTSP interleaved RTP media
  • RTSP over HTTP tunneling
  • Per-asset accounting options
  • Profiling and performance improvements of the RTSP, HTTP and RTP server code
  • (RTCP support on the VLC server side)

Proposed mentor: jpsaman (backup Courmisch)

Other Ideas SoC 2007

Matroska (mkv) muxing

This project is about writing a mkv muxer for VLC with advanced support (chapters, multiple audio and multiple subtitles, etc...) like when you need to rip or archive a DVD.

FFMPEG project has a similar project, and we could use the libavformat muxer and adapt ourselves, but we are not sure if we will be able to use therefore all the advanced features.

robUx4 can do the mentoring. He has already wrote the demux and has worked for matroska, so knows it very well.

VLM Schedule and recording

VLM is under rework by fenrir on these days. But some work of our scheduler and recorder might be an interesting and needed project to improve recording with VLC.

WinCE port

The WinCE port has been broken for some time now before 0.8.4. Reparing the builds of all the external libraries build and making VLC build and work should take some time :D

Then a rework of the interface should happen.

Phonon Back-End

KDE4 will be out with a new framework for multimedia, this year. Using VLC media player as a back-end for phonon would be great!

Proposed mentor: Courmisch (unless someone feel easier with this, jb? thresh? or...?)

Mini Projects - More ideas

We have a more general page for ideas for Project in VLC media player, that could give you ideas: Mini_Projects.

Questions? Contact us?

If you need to contact us for any questions, you can:

Mentors

The proposed mentors are:

  • Quovodis,
  • thedj,
  • jpsaman,
  • Dnumgis,
  • robUx4 (if needed)

With backups:

  • dionoea,
  • feepk,

Administrators

  • jb
  • xtophe


VideoLAN Google Summer of Code (GSoC/SoC) mentoring projects
20072008200920102011 (GCi 2011SOCIS x264 2011)20122013201620172018201920202021202220232024