Difference between revisions of "SoC 2008/WinCE Port"

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: =WinCE Port of VLC= ==Abstract== The VLC media player has been port to many different platforms, but it lacks Windows CE support since some versions. This project aims at making VLC work...)
 
Line 31: Line 31:
 
==What will be used==
 
==What will be used==
 
This is the list of the tools that will be used to achieve this project:
 
This is the list of the tools that will be used to achieve this project:
*[http://www.cygwin.com/|Cygwin], a Linux-like environment for Windows
+
*[http://www.cygwin.com/| Cygwin], a Linux-like environment for Windows
*[http://cegcc.sourceforge.net/|CeGCC], a cross-compiler for Windows CE based devices
+
*[http://cegcc.sourceforge.net/| CeGCC], a cross-compiler for Windows CE based devices
*[http://msdn2.microsoft.com/fr-fr/vstudio/default.aspx|Microsoft Visual Studio 2008] as IDE
+
*[http://msdn2.microsoft.com/fr-fr/vstudio/default.aspx| Microsoft Visual Studio 2008] as IDE
*[http://msdn2.microsoft.com/fr-fr/library/aa188148.aspx|Microsoft Device Emulator], an emulator for Windows CE and Windows Mobile devices
+
*[http://msdn2.microsoft.com/fr-fr/library/aa188148.aspx| Microsoft Device Emulator], an emulator for Windows CE and Windows Mobile devices
*an [http://www.htc.com/FR/Product.aspx?id=16394|HTC P3600 Trinity], for the tests on real hardware
+
*a [http://www.htc.com/FR/Product.aspx?id=16394| HTC P3600 Trinity], for the tests on real hardware

Revision as of 22:35, 21 April 2008

WinCE Port of VLC

Abstract

The VLC media player has been port to many different platforms, but it lacks Windows CE support since some versions. This project aims at making VLC work on a Windows CE platform, with a few features:

  • RTSP
  • H264
  • Snapshots
  • Playlist
  • Rebuild of interface to adapt it to small screens

Student

Name : Geoffroy Couprie

Country : France

University : Ecole Centrale de Lille

Mentor

Name : Jérôme Decoodt

Calendar

May 26 : Beginning of SoC

May 27 : Beginning of holidays

July 14 : Mid-term evaluations deadline

September 1 : Final evaluation deadline

What will be used

This is the list of the tools that will be used to achieve this project: