Difference between revisions of "User:Dionoea"

From VideoLAN Wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
Contact me: dionoea on irc.freenode.net #videolan
 
Contact me: dionoea on irc.freenode.net #videolan
 +
([http://dionoea.chewa.net/irc/videolan #videolan IRC logs since March 2004])
  
[http://wiki.videolan.org/Special:Contributions&limit=50000&target=Dionoea My contributions to this wiki]
+
My vlc compilation scripts are available online: http://people.videolan.org/~dionoea/config/ .
 +
 
 +
[[Special:Contributions/Dionoea|My contributions to this wiki]]
  
 
== My VLC to do list ==
 
== My VLC to do list ==
Line 11: Line 14:
 
* 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'''
 
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).
 
* improve the HTTP interface's Flash plugin page. Add a page using the VLC plugin (both IE and Mozilla).
 
* 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:
+
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.
 
* 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.
 
* VLC screen saver on win32.
Line 26: Line 30:
 
== My VideoLAN to do list ==
 
== My VideoLAN to do list ==
  
* add country detection to our mirrors script (using mod_geoip from maxmind ?).
+
* 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]). '''Done'''
* test phpBB 3 with [[User:J-b]] to offload Ganesh.
+
* install punBB with [[User:J-b]] to offload Ganesh. '''Not needed since phpBB 3 works far better'''
 +
* move the last 2 pages from the [http://www.videolan.org/doc/ documentation] to the [[Documentation:Documentation|wiki]] and start updating it. '''Done'''

Latest revision as of 22:46, 4 June 2008

Antoine Cellerier

Contact me: dionoea on irc.freenode.net #videolan (#videolan IRC logs since March 2004)

My vlc compilation scripts are available online: http://people.videolan.org/~dionoea/config/ .

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

  • add country detection to our mirrors script (using mod_geoip from maxmind ? Test page available here). Done
  • install punBB with User:J-b to offload Ganesh. Not needed since phpBB 3 works far better
  • move the last 2 pages from the documentation to the wiki and start updating it. Done