Commit b53e633c authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Don't release the VLCWindow on QTClose. The mainthread still needs it.

* Updated TODO list
parent 7a4202c7
......@@ -202,6 +202,14 @@ Description: New OS X preferences
Pref. elements are broken (hotkeys and int with string desc.).
Status: Todo
Task
Difficulty: Easy
Urgency: Normal
Platform: Mac OS X
Description: OS X bookmarks window
We miss a bookmarks window like the wxwidget one.
Status: Todo
Task
Difficulty: Hard
Urgency: Critical
......@@ -222,42 +230,33 @@ Description: Stream text subtitles
Find a a way to stream text subtitles, in TS and in RTP.
- Find an existing norm
- Implement it
(40% done) needs to be tested and validated
Status: Assigned to fenrir
<br />Needs testing and validating
Status: 65% (fenrir)
Task
Difficulty: Easy
Urgency: Normal
Platform: any
Description: Fix up text subtitles
Currently the subtitle dialog boxes are out of date and not really useable. Also we need more files to test and verify the current support. Other issues should mostly be dealt with after the vout systems are improved. For SSA support positioning and color needs to be added for instance.
Status: Todo
Task
Difficulty: Hard
Difficulty: Medium
Urgency: Normal
Platform: any
Description: Rework spu decoder
The spu decoder needs some serious work
- Split/merge for dvd menu highlighting
- Downscaling for divx/mkv etc
- .sub/.idx support
Status: todo
Description: RTSP server
Full implementation of a RTSP server.
Status: 80%
Task
Difficulty: Hard
Difficulty: Medium
Urgency: Normal
Platform: any
Description: RTSP server
Full implementation of a RTSP server.
Status: fenrir has some code
Description: Add VoD module for VLM
Add a VoD module for VLM, so that we can create a RTSP server that can
provide unicast RTSP sessions upon contacting the VoD module. See the following
<a href="http://via.ecp.fr/via/ml/streaming/200408/msg00082.html">mail</a>.
Status: Todo
Task
Difficulty: Hard
Difficulty: Easy
Urgency: Wishlist
Platform: any
Description: Picture filters
picture per picture chained filter system that also works on output streams
Description: More Picture filters
There are several picture filters (blend, scale), but we can use more
Status: Todo
Task
......@@ -278,9 +277,11 @@ Task
Difficulty: Medium
Urgency: Wishlist
Platform: any
Description: SPU redesign
- centralized scaling support
(also look at ogt/cvd sub work)
Description: Subtitle work
- scaling support (mostly for Vobsub with avi/mkv)
- better SSA support with postioning, colors etc.
- VobSub tracks support
- Fix subtitles dialogs
Status: Todo
Task
......@@ -291,14 +292,6 @@ Description: skins2
Port VLC skins to Objective C++ and OSX. Also requires the intf to be a dialog handler.
Status: Todo
Task
Difficulty: Easy
Urgency: Wishlist
Platform: Mac OS X
Description: Equalizer Graphic control
Now that VLC has an equalizer, we need a way to control it easily from the GUI.
Status: Todo
Task
Difficulty: Hard
Urgency: Wishlist
......@@ -316,6 +309,7 @@ Urgency: Wishlist
Platform: any
Description: Full H323 Videoconferencing
VLC isn't really suited for this yet, because it introduces quite large latencies. This should be fixed before the H323 can ever come close to working in VLC.
We also will need SIP support.
Status: Todo
Task
......
......@@ -260,7 +260,6 @@ void E_(CloseVideoQT) ( vlc_object_t *p_this )
vout_thread_t * p_vout = (vout_thread_t *)p_this;
[p_vout->p_sys->o_window close];
[p_vout->p_sys->o_window release];
/* Clean Up Quicktime environment */
ExitMovies();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment