Changeset 70f942b109226ed4ca338279e178b4a38e5c037c
- 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
| rf0e3910 |
r70f942b |
|
| 14 | 14 | Task |
|---|
| 15 | 15 | Difficulty: 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 |
|---|
| 25 | 16 | Platform: any |
|---|
| 26 | 17 | Urgency: Wishlist |
|---|
| … | … | |
| 67 | 58 | Urgency: Wishlist |
|---|
| 68 | 59 | Description: WinCE port finalizing |
|---|
| 69 | | Sources need to be imported into the VLC source tree. |
|---|
| | 60 | The WinCE port is already quite functional but we still miss a GAPI video output (GDI works but is slow) and an interface. |
|---|
| | 61 | Some code already exists for that (http://sourceforge.net/projects/vlcpocketpc/) and would need to be imported into the VLC source tree. |
|---|
| 70 | 62 | Downloads should be added to the main vlc download page. We need an icon for this. |
|---|
| 71 | 63 | Status: Assigned to MixerAnderson |
|---|
| … | … | |
| 137 | 129 | Platform: any |
|---|
| 138 | 130 | Description: fix current muxers. |
|---|
| 139 | | Our avi and mov muxer don't produce valid files |
|---|
| | 131 | Our avi muxer doesn't produce valid files |
|---|
| 140 | 132 | Status: Todo |
|---|
| 141 | 133 | |
|---|
| … | … | |
| 267 | 259 | Platform: any |
|---|
| 268 | 260 | Description: RTSP server |
|---|
| 269 | | Full implementation of a RTSP server. |
|---|
| | 261 | Full 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>. |
|---|
| 270 | 262 | Status: 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 |
|---|
| 281 | 263 | |
|---|
| 282 | 264 | Task |
|---|
| rc9bcebf |
r70f942b |
|
| 787 | 787 | add_category_hint( N_("Interface"), INTF_CAT_LONGTEXT , VLC_FALSE ); |
|---|
| 788 | 788 | add_module( "intf", "interface", NULL, NULL, INTF_TEXT, |
|---|
| 789 | | INTF_LONGTEXT, VLC_TRUE ); |
|---|
| | 789 | INTF_LONGTEXT, VLC_FALSE ); |
|---|
| 790 | 790 | change_short('I'); |
|---|
| 791 | 791 | add_string( "extraintf", NULL, NULL, EXTRAINTF_TEXT, |
|---|