Changeset 70f942b109226ed4ca338279e178b4a38e5c037c

Show
Ignore:
Timestamp:
31/10/04 17:21:28 (4 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1099239688 +0000
git-parent:

[cb8d0ff8d7667b0f12f3effb274788ef0c2119e6]

git-author:
Gildas Bazin <gbazin@videolan.org> 1099239688 +0000
Message:

* src/libvlc.h: --intf isn't an advanced option.
* TODO: updated.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • TODO

    rf0e3910 r70f942b  
    1414Task 
    1515Difficulty: Medium 
    16 Urgency: Critical 
    17 Platform: any 
    18 Description: pointers in int 
    19  We have been very persistent in storing pointers in int's. We knew this was gonna hunt us one day. 
    20 The time is near. See this forum <a href="http://forum.videolan.org/viewtopic.php?p=14378">post</a>. 
    21 Status: Todo 
    22  
    23 Task 
    24 Difficulty: Medium 
    2516Platform: any 
    2617Urgency: Wishlist 
     
    6758Urgency: Wishlist 
    6859Description: WinCE port finalizing 
    69 Sources need to be imported into the VLC source tree. 
     60The WinCE port is already quite functional but we still miss a GAPI video output (GDI works but is slow) and an interface. 
     61Some code already exists for that (http://sourceforge.net/projects/vlcpocketpc/) and would need to be imported into the VLC source tree. 
    7062Downloads should be added to the main vlc download page. We need an icon for this.  
    7163Status: Assigned to MixerAnderson 
     
    137129Platform: any 
    138130Description: fix current muxers. 
    139 Our avi and mov muxer don't produce valid files 
     131Our avi muxer doesn't produce valid files 
    140132Status: Todo 
    141133 
     
    267259Platform: any 
    268260Description: RTSP server 
    269 Full implementation of a RTSP server. 
     261Full implementation of a RTSP server. We already have a very basic implementation working but it does need a lot more work. See the following <a href="http://via.ecp.fr/via/ml/streaming/200408/msg00068.html">mail</a> and <a href="http://via.ecp.fr/via/ml/streaming/200410/msg00002.html">mail</a>. 
    270262Status: 90% 
    271  
    272 Task 
    273 Difficulty: Medium 
    274 Urgency: Normal 
    275 Platform: any 
    276 Description: Add VoD module for VLM 
    277 Add a VoD module for VLM, so that we can create a RTSP server that can 
    278 provide unicast RTSP sessions upon contacting the VoD module. See the following 
    279 <a href="http://via.ecp.fr/via/ml/streaming/200408/msg00082.html">mail</a>. 
    280 Status: 85% done 
    281263 
    282264Task 
  • src/libvlc.h

    rc9bcebf r70f942b  
    787787    add_category_hint( N_("Interface"), INTF_CAT_LONGTEXT , VLC_FALSE ); 
    788788    add_module( "intf", "interface", NULL, NULL, INTF_TEXT, 
    789                 INTF_LONGTEXT, VLC_TRUE ); 
     789                INTF_LONGTEXT, VLC_FALSE ); 
    790790        change_short('I'); 
    791791    add_string( "extraintf", NULL, NULL, EXTRAINTF_TEXT,