Complete the transition to demux2. Bughunting and finishing chapter support (80% done)
Status: Assigned to fenrir
Task
Task
Difficulty: Guru
Difficulty: Guru
Urgency: Normal
Urgency: Normal
Platform: any
Platform: any
Description: Multi-acccess
Description: External audio file playin
Allow several access from an input thread to allow for multi-input (30% done)
Allow several access from an input thread to allow for multi-input (30% done)
Status: Assigned to fenrir
Status: Assigned to fenrir
...
@@ -92,14 +85,6 @@ Description: make everything UTF-8 based
...
@@ -92,14 +85,6 @@ Description: make everything UTF-8 based
Convert everything that deals with strings to a UTF-8 based system. Not very difficult, but needs a lot of checking, testing and allows for easy breakage.
Convert everything that deals with strings to a UTF-8 based system. Not very difficult, but needs a lot of checking, testing and allows for easy breakage.
Status: Todo
Status: Todo
Task
Difficulty: Medium
Urgency: Wishlist
Platform: any
Description: OSD Icons
Make OSD Icons for Play/Pause/Stop. Integrate them better into the core system.
Status: Assigned to yoann
Task
Task
Difficulty: Medium
Difficulty: Medium
Urgency: Wishlist
Urgency: Wishlist
...
@@ -131,7 +116,15 @@ Difficulty: Easy
...
@@ -131,7 +116,15 @@ Difficulty: Easy
Urgency: Wishlist
Urgency: Wishlist
Platform: any
Platform: any
Description: GSM decoder
Description: GSM decoder
GSM decoder not based on standard reference sources.
The <a href="http://kbs.cs.tu-berlin.de/~jutta/toast.html">Toast</a> implementation.
Status: Todo
Task
Difficulty: Easy
Urgency: Wishlist
Platform: any
Description: AMR decoder
We will need to find one that isn't based on the reference code.
Status: Todo
Status: Todo
Task
Task
...
@@ -153,8 +146,8 @@ Status: Todo
...
@@ -153,8 +146,8 @@ Status: Todo
Task
Task
Difficulty: Easy
Difficulty: Easy
Urgency: Normal
Urgency: Normal
Platform: any
Platform: Mac OS X
Description: LPCM on mac
Description: LPCM
The LPCM decoder outputs really small samples which aren't accepted properly by the macosx coreaudio resampler, causing VLC to not output any sound with many DVD's. A test sample that shows this effect on the mac is the Madonna clip.
The LPCM decoder outputs really small samples which aren't accepted properly by the macosx coreaudio resampler, causing VLC to not output any sound with many DVD's. A test sample that shows this effect on the mac is the Madonna clip.
Status: Todo
Status: Todo
...
@@ -170,8 +163,8 @@ Task
...
@@ -170,8 +163,8 @@ Task
Difficulty: Easy
Difficulty: Easy
Urgency: Wishlist
Urgency: Wishlist
Platform: any
Platform: any
Description: flash video muxer
Description: flash video playing/streaming
A flash video muxer. FFMPEG can already output flash video. a wast not to make use of that capability.
A flash video muxer and demuxer. FFMPEG can already output flash video. a wast not to make use of that capability.
Status: Todo
Status: Todo
Task
Task
...
@@ -207,7 +200,7 @@ Platform: Mac OS X
...
@@ -207,7 +200,7 @@ Platform: Mac OS X
Description: New OS X preferences
Description: New OS X preferences
New preferences for Mac OS X. Current not suited for Mac Users and several
New preferences for Mac OS X. Current not suited for Mac Users and several
Pref. elements are broken (hotkeys and int with string desc.).
Pref. elements are broken (hotkeys and int with string desc.).
Status: Assigned to thedj
Status: Todo
Task
Task
Difficulty: Hard
Difficulty: Hard
...
@@ -219,7 +212,6 @@ Still no info over S/PDIF output available.
...
@@ -219,7 +212,6 @@ Still no info over S/PDIF output available.
Outstanding issues:<br />
Outstanding issues:<br />
- G5 S/PDIF not working<br />
- G5 S/PDIF not working<br />
- G5 PCM not working because S/PDIF is selected by default, even if not connected.<br />
- G5 PCM not working because S/PDIF is selected by default, even if not connected.<br />
- Coreaudio resampler doesn't handle input from lpcm decoder (the samples are too small).
The application specific parts of the intf need to be brougth to the VLC application core. A valid NSApplication needs to be created on VLC opening, with the dock and menu hidden/disabled, only being generated on VLC intf loading.
(70% done) need to fix the interfaces again.<br />
This is mostly implemented, but some mem leaks are now bothering the macosx part. this should be fixed.
Status: Assigned to DJ
Task
Task
Difficulty: Guru
Difficulty: Guru
Urgency: Wishlist
Urgency: Wishlist
Platform: Mac OS X
Platform: Mac OS X
Description: skins2
Description: skins2
Port VLC skins to Objective C++ and OSX. Also requires the intf to be a dialog handler. Is slighly dependant on intf/vout dependency todoitem
Port VLC skins to Objective C++ and OSX. Also requires the intf to be a dialog handler.
Status: Todo
Status: Todo
Task
Task
Difficulty: Hard
Difficulty: Easy
Urgency: Wishlist
Urgency: Wishlist
Platform: any
Platform: Mac OS X
Description: Equalizer Graphic control
Description: Equalizer Graphic control
Now that VLC has an equalizer, we need a way to control it easily from the GUI.
Now that VLC has an equalizer, we need a way to control it easily from the GUI.
( Done in WX )
Status: Todo
Status: Todo
Task
Task
...
@@ -329,7 +307,7 @@ Description: informing user.
...
@@ -329,7 +307,7 @@ Description: informing user.
Implement a system to: <br />
Implement a system to: <br />
- Alert the user of critical errors (cannot play file). Should be blocking. <br />
- Alert the user of critical errors (cannot play file). Should be blocking. <br />
- Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)<br />
- Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)<br />
- Inform the user, without disturbing him. (Buffering stream). This might require a time bases or something perhaps. Because how do we know how long this information should be displayed? Also think of buffering 0-100%<br />
- Inform the user, without disturbing him. (Buffering stream). This might require a displaytime or something. Because how do we know how long this information should be displayed? Also think of buffering 0-100%<br />
Status: Todo
Status: Todo
Task
Task
...
@@ -337,7 +315,7 @@ Difficulty: Hard
...
@@ -337,7 +315,7 @@ Difficulty: Hard
Urgency: Wishlist
Urgency: Wishlist
Platform: any
Platform: any
Description: Full H323 Videoconferencing
Description: Full H323 Videoconferencing
VLC isn't really suited for this yet, because it introduces quite large latencies. This should fixed before the H323 can ever come close to working in VLC.
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.
Status: Todo
Status: Todo
Task
Task
...
@@ -393,12 +371,12 @@ Difficulty: Easy
...
@@ -393,12 +371,12 @@ Difficulty: Easy
Urgency: Wishlist
Urgency: Wishlist
Platform: any
Platform: any
Description: export paramaters of an input
Description: export paramaters of an input
Export the Media Info of a file/source to a standard xml file for use by other applications. Possibly combine with file "probe'ing".
Export the Media Info of a file/source to a standard xml file for use by other applications. Possibly combine with file "probe'ing".<br />
- AR
- AR<br />
- size
- size<br />
- bitrate
- bitrate<br />
- resolution
- resolution<br />
- codecs, etc.
- codecs, etc.<br />
Status: Todo
Status: Todo
Task
Task
...
@@ -406,7 +384,8 @@ Difficulty: Easy
...
@@ -406,7 +384,8 @@ Difficulty: Easy
Urgency: Wishlist
Urgency: Wishlist
Platform: any
Platform: any
Description: SSL http
Description: SSL http
SSL encrypted HTTP communication. To support protected VoD.
SSL encrypted HTTP communication. To support protected VoD.<br />
The question is how to neatly integrate it into our API. Support for all our http handling plugins means complicating the API. Perhaps we should store the SSL context in the p_sys of the vlc_object that is calling it? Tad dangerous, but would keep stuff simple.
Status: Todo
Status: Todo
Task
Task
...
@@ -427,10 +406,11 @@ Allows for Progressive download to TEMP folder from browsers. VLC would play the
...
@@ -427,10 +406,11 @@ Allows for Progressive download to TEMP folder from browsers. VLC would play the
Status: Todo
Status: Todo
Task
Task
Difficulty: Hard
Difficulty: Medium
Urgency: Wishlist
Urgency: Wishlist
Platform: any
Platform: any
Description: rendezvous announces
Description: rendezvous announces
Apple released the rendezvous code under a Open Source license now. perhaps it can be used. (It's OpenTalk now btw).<br />
DMAP protocol announce for videos.
DMAP protocol announce for videos.
Status: Todo
Status: Todo
...
@@ -480,11 +460,11 @@ Difficulty: Easy
...
@@ -480,11 +460,11 @@ Difficulty: Easy
Urgency: Wishlist
Urgency: Wishlist
Platform: any
Platform: any
Description: Make vlm more user friendly (setup etc)
Description: Make vlm more user friendly (setup etc)
vlm is kinda a pain to setup if you are not entirely experiences with A/V and streaming or VLC for that matter. It can be heavily improved by updating the vlm http interface.
vlm is kinda a pain to setup if you are not entirely experienced with A/V and streaming or VLC for that matter. It can be heavily improved by updating the vlm http interface. Using seperate fields for the need paramters of a schedule/source.
Status: Todo
Status: Todo
Task
Task
Difficulty: Medium
Difficulty: Easy
Urgency: Wishlist
Urgency: Wishlist
Platform: any
Platform: any
Description: Protocol rollover
Description: Protocol rollover
...
@@ -500,6 +480,7 @@ Platform: any
...
@@ -500,6 +480,7 @@ Platform: any
Description: NAT issues
Description: NAT issues
Find a way to deal with clients behind a NAT. Multicast and RTSP work 'poorly' in these setups. NATP2P, STUN, UDP hole punching, other techniques ????
Find a way to deal with clients behind a NAT. Multicast and RTSP work 'poorly' in these setups. NATP2P, STUN, UDP hole punching, other techniques ????
Protocol rollover can be a solution for a lot of these issues.
Protocol rollover can be a solution for a lot of these issues.