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

* TODO: clarification to some of the vout redesign issues

parent fb1bb3d4
...@@ -19,6 +19,14 @@ Description: RAR/ZIP/... access ...@@ -19,6 +19,14 @@ Description: RAR/ZIP/... access
An access module that would be able to uncompress compressed files An access module that would be able to uncompress compressed files
Status: Todo Status: Todo
Task
Difficulty: Easy
Platform: any
Urgency: Urgent
Description: proper DVD controls
Most importantly a proper button that will take you straight to the DVD menu.
Status: Todo
Task Task
Difficulty: Easy Difficulty: Easy
Platform: Linux, Win32 Platform: Linux, Win32
...@@ -27,6 +35,14 @@ Description: Streaming wizard ...@@ -27,6 +35,14 @@ Description: Streaming wizard
Finish the streaming wizard Finish the streaming wizard
Status: Assigned to zorglub Status: Assigned to zorglub
Task
Difficulty: Easy
Platform: all
Urgency: Normal
Description: configure overview of modules
configure should report what it will and what it won't build, after it is done running.
Status: Todo
Task Task
Difficulty: Hard Difficulty: Hard
Platform: WinCE Platform: WinCE
...@@ -126,6 +142,14 @@ Description: MusePack decoder ...@@ -126,6 +142,14 @@ Description: MusePack decoder
Need I say more? Need I say more?
Status: Todo Status: Todo
Task
Difficulty: Easy
Urgency: Normal
Platform: any
Description: 24 bit LPCM
Increasingly more DVDs use 24 bit LPCM sound. We should support it.
Status: Todo
Task Task
Difficulty: Medium Difficulty: Medium
Urgency: Wishlist Urgency: Wishlist
...@@ -196,10 +220,13 @@ Difficulty: Guru ...@@ -196,10 +220,13 @@ Difficulty: Guru
Urgency: Wishlist Urgency: Wishlist
Platform: any Platform: any
Description: Vout redesign Description: Vout redesign
- vout needs distinct splitting into vout_core, vout_window - vout needs distinct splitting into vout_core, vout_window, pic_filter, vout_filter
- needs 'assistence' vout windows (filters,goom etc) - needs 'assistence' vout windows (clone filters, goom) etc.
- 4:3, 16:9, freeform AR - 4:3, 16:9, freeform Aspect Ratio
- cropping and padding - cropping and padding (do at OS level, but provide a core call to set it up and configure).
- OSD at window resolution instead of video res (secondary vout channel)
- a OSD needs to be bound to a vout stream (no subs on goom vout)
- 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).
Status: Todo Status: Todo
Task Task
......
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