Multi-line subtitles are not aligned correctly.<br />
Multi-line subtitles are not aligned correctly.<br />
Text subtitles don't work with 32bpp rgb.<br />
Text subtitles don't work with 32bpp rgb.<br />
Investigate behaviour of subpictures when pausing.<br />
Investigate behaviour of subpictures when pausing.<br />
Negative delaying broken<br />
Status: Todo
Status: Todo
...
@@ -83,7 +82,6 @@ Difficulty: Guru
...
@@ -83,7 +82,6 @@ Difficulty: Guru
Urgency: Normal
Urgency: Normal
Platform: any
Platform: any
Description: Multi-input
Description: Multi-input
* Core support done<br />
* Many demuxers don't support it<br />
* Many demuxers don't support it<br />
* Need GUI elements
* Need GUI elements
Status: Assigned to fenrir
Status: Assigned to fenrir
...
@@ -157,8 +155,8 @@ Task
...
@@ -157,8 +155,8 @@ Task
Difficulty: Medium
Difficulty: Medium
Urgency: Normal
Urgency: Normal
Platform: any
Platform: any
Description: fix current muxers.
Description: fix current muxers.<br />
Our avi muxer doesn't produce valid files
Our avi muxer doesn't produce valid files<br />
Status: Todo
Status: Todo
Task
Task
...
@@ -166,7 +164,8 @@ Difficulty: Easy
...
@@ -166,7 +164,8 @@ Difficulty: Easy
Urgency: Normal
Urgency: Normal
Platform: Mac OS X
Platform: Mac OS X
Description: LPCM
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.<br />
This is now fixed, but there is a problem with buffers in the resampler that now sometimes overflows (or rather get changed after they are released). A good method for reproduction seems to be running Finding Nemo for a minute or 8.
Status: Todo
Status: Todo
Task
Task
...
@@ -239,7 +238,7 @@ Difficulty: Guru
...
@@ -239,7 +238,7 @@ Difficulty: Guru
Urgency: Normal
Urgency: Normal
Platform: Mac OS X
Platform: Mac OS X
Description: SVCD support
Description: SVCD support
libcdio needs to be ported to the Mac to support the cddax and vcdx modules for proper SVCD support
Support the cddax and vcdx modules for proper SVCD support. libcdio seems to work a tad flacky under OS X. Cause is unknown.
Status: Todo
Status: Todo
Task
Task
...
@@ -289,10 +288,8 @@ Difficulty: Hard
...
@@ -289,10 +288,8 @@ Difficulty: Hard
Platform: WinCE
Platform: WinCE
Urgency: Wishlist
Urgency: Wishlist
Description: WinCE port finalizing
Description: WinCE port finalizing
The WinCE port is already quite functional but we still miss a GAPI video output (GDI works but is slow).
The WinCE port needs a little maturing and optimization.
Some code already exists for that (http://sourceforge.net/projects/vlcpocketpc/) and would need to be imported into the VLC source tree.
Status: Assigned to gibalou
Downloads should be added to the main vlc download page. We need an icon for this.
Status: Assigned to MixerAnderson and gibalou
Task
Task
Difficulty: Medium
Difficulty: Medium
...
@@ -301,7 +298,7 @@ Platform: any
...
@@ -301,7 +298,7 @@ Platform: any
Description: Full blown OSD system
Description: Full blown OSD system
In the line of freevo etc.
In the line of freevo etc.
(Checkout the correct svn branch)
(Checkout the correct svn branch)
Status: 75% done. Assigned to thedj, jpsaman and yoann
Status: 80% done. Assigned to thedj, jpsaman and yoann
Task
Task
Difficulty: Easy
Difficulty: Easy
...
@@ -375,7 +372,8 @@ Difficulty: Easy
...
@@ -375,7 +372,8 @@ Difficulty: Easy
Urgency: Wishlist
Urgency: Wishlist
Platform: any
Platform: any
Description: More/Better Picture filters
Description: More/Better Picture filters
There are several picture filters (blend, scale), but we can use more (screenshot, crop, move..) We probably need on the fly picture filter insertion as well. (and also not-on-the-fly)
There are several picture filters (blend, scale), but we can use more (screenshot, crop, move..) We probably need on the fly picture filter insertion as well. (and also not-on-the-fly)<br />
- ideas for new filters are a greenwall filter, and a goom filter that mixes goom effects into the vout.
Status: Todo
Status: Todo
Task
Task
...
@@ -390,6 +388,7 @@ Description: Vout redesign
...
@@ -390,6 +388,7 @@ Description: Vout redesign
- OSD at window resolution instead of video res (secondary vout channel)<br />
- OSD at window resolution instead of video res (secondary vout channel)<br />
- a OSD needs to be bound to a vout stream (no subs on goom vout)<br />
- a OSD needs to be bound to a vout stream (no subs on goom vout)<br />
- Use OS native calls where appropriate, with 'C' fallbacks. (OpenGL, Quartz, DirectX already has many of the funtionalities we seek and sometimes they are a lot faster too).<br />
- Use OS native calls where appropriate, with 'C' fallbacks. (OpenGL, Quartz, DirectX already has many of the funtionalities we seek and sometimes they are a lot faster too).<br />
- Allow a vout to reuse a window by resizing it (instead of closing and opening).
- better hotkeys integration
- better hotkeys integration
Status: Todo
Status: Todo
...
@@ -399,7 +398,6 @@ Urgency: Wishlist
...
@@ -399,7 +398,6 @@ Urgency: Wishlist
Platform: any
Platform: any
Description: Subtitle work
Description: Subtitle work
- better SSA support with postioning, colors etc.<br />
- better SSA support with postioning, colors etc.<br />
- Fix subtitles dialogs (mac done)
Status: Todo
Status: Todo
Task
Task
...
@@ -415,7 +413,7 @@ Difficulty: Guru
...
@@ -415,7 +413,7 @@ 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 provider.<br />
Port VLC skins to Objective C++ and OSX. Also requires the intf to be a dialog provider. There is already some code in the VLC sourcetree.<br />
Hints:<br />
Hints:<br />
- In a first step, the need for a dialog provider can be easily omitted.<br />
- In a first step, the need for a dialog provider can be easily omitted.<br />
- In theory, only a small amount of classes (6 or so) must be written for OS X, implementing predefined interfaces.<br />
- In theory, only a small amount of classes (6 or so) must be written for OS X, implementing predefined interfaces.<br />
...
@@ -468,6 +466,14 @@ Description: export paramaters of an input
...
@@ -468,6 +466,14 @@ Description: export paramaters of an input
- codecs, etc.<br />
- codecs, etc.<br />
Status: Todo
Status: Todo
Task
Difficulty: Hard
Urgency: Wishlist
Platform: any
Description: statistics
Count packetloss, bandwith usage and fps for statistics.<br />
Status: Todo
Task
Task
Difficulty: Hard
Difficulty: Hard
Urgency: Wishlist
Urgency: Wishlist
...
@@ -623,7 +629,7 @@ Platform: any
...
@@ -623,7 +629,7 @@ Platform: any
Urgency: Wishlist
Urgency: Wishlist
Description: More service discovery modules
Description: More service discovery modules
- Port UPnP support from http://sourceforge.net/project/showfiles.php?group_id=89768 <br />
- Port UPnP support from http://sourceforge.net/project/showfiles.php?group_id=89768 <br />
- libhal based discovery (should be able to find cd,dvd,capture cards,etc etc <br />
- libhal based discovery (should be able to find cd, dvd, capture cards, etc etc <br />
- Perhaps a generalized webpage parser (use user supplied templates to parse
- Perhaps a generalized webpage parser (use user supplied templates to parse