Difference between revisions of "User:Dionoea"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
* clean up the motion detection plugin code + add VLM callbacks when motion is detected.
 
* clean up the motion detection plugin code + add VLM callbacks when motion is detected.
 
* help with the Qt interface.
 
* help with the Qt interface.
* fix the marq/logo callbacks in the RC interface. Done in https://trac.videolan.org/vlc/changeset/19424
+
* fix the marq/logo callbacks in the RC interface. '''Done'''
 
 
 
Other stuff I'm thinking about:
 
Other stuff I'm thinking about:
 
* my secret project (can't tell you what that is yet ... sorry).
 
* my secret project (can't tell you what that is yet ... sorry).
* erase video filter2 to remove logos from a live stream.
+
* erase video filter2 to remove logos from a live stream. '''Done'''
 
* change hotkeys handling in VLC (from 1 action -> 1 key to 1 key -> 1 action). Would make it possible to have multiple hotkeys for 1 action.
 
* change hotkeys handling in VLC (from 1 action -> 1 key to 1 key -> 1 action). Would make it possible to have multiple hotkeys for 1 action.
 
* add DVD menu controls to the HTTP interface (using hotkey simulations from the HTTP interface code ... or maybe something cleaner).
 
* add DVD menu controls to the HTTP interface (using hotkey simulations from the HTTP interface code ... or maybe something cleaner).
Line 30: Line 29:
 
* add country detection to our mirrors script (using mod_geoip from [http://www.maxmind.com maxmind] ? Test page available [http://dionoea.chewa.net/geoip.php here]).
 
* add country detection to our mirrors script (using mod_geoip from [http://www.maxmind.com maxmind] ? Test page available [http://dionoea.chewa.net/geoip.php here]).
 
* test [http://www.phpbb.com phpBB 3] with [[User:J-b]] to offload Ganesh ([http://www.phpbb.com/about/features/ New features recap]).
 
* test [http://www.phpbb.com phpBB 3] with [[User:J-b]] to offload Ganesh ([http://www.phpbb.com/about/features/ New features recap]).
* move the last 2 pages from the [http://www.videolan.org/doc/ documentation] to the [[Documentation:Documentation|wiki]] and start updating it.
+
* move the last 2 pages from the [http://www.videolan.org/doc/ documentation] to the [[Documentation:Documentation|wiki]] and start updating it. '''In progress'''

Revision as of 19:02, 31 March 2007

Antoine Cellerier

Contact me: dionoea on irc.freenode.net #videolan

My contributions to this wiki

My VLC to do list

For 0.9.0:

  • finish the video filter2 transition (core + interface).
  • clean up the motion detection plugin code + add VLM callbacks when motion is detected.
  • help with the Qt interface.
  • fix the marq/logo callbacks in the RC interface. Done

Other stuff I'm thinking about:

  • my secret project (can't tell you what that is yet ... sorry).
  • erase video filter2 to remove logos from a live stream. Done
  • change hotkeys handling in VLC (from 1 action -> 1 key to 1 key -> 1 action). Would make it possible to have multiple hotkeys for 1 action.
  • add DVD menu controls to the HTTP interface (using hotkey simulations from the HTTP interface code ... or maybe something cleaner).
  • improve the HTTP interface's Flash plugin page. Add a page using the VLC plugin (both IE and Mozilla).
  • subtitles support in the ffmpeg muxer.

Code I have lying around which might need to be commited one day:

  • cache access filter (not finished). Basic idea was to read as much data as possible from the hard drive (or a DVD drive) and put it in RAM to lower battery usage (and noise) in VLC. Maybe we'd need to implement that directly in the VLC core ... and maybe it's even already available using some obscure command line option. I'll have to ask fenrir about that.
  • VLC screen saver on win32.
  • Start of native windows (XP(?)) remote control handling code on win32.

My VideoLAN to do list