Commit 99c1c24f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* update of NEWS and todo

parent a8c7d02c
...@@ -40,6 +40,7 @@ Codecs: ...@@ -40,6 +40,7 @@ Codecs:
* MPEG-4 text support * MPEG-4 text support
* Vastly improved DVB subtitles decoder (ETS 300 743) * Vastly improved DVB subtitles decoder (ETS 300 743)
* Enabled color in DVB subtitles rendering * Enabled color in DVB subtitles rendering
* VobSub supported both externally and in Matroska
Stream Output: Stream Output:
Encoders: Encoders:
...@@ -60,6 +61,7 @@ Stream Output: ...@@ -60,6 +61,7 @@ Stream Output:
Misc: Misc:
* H.263 RTP streaming support * H.263 RTP streaming support
* SDP generation outputs more compliant SDPs and can create SDP files now * SDP generation outputs more compliant SDPs and can create SDP files now
* Improved RTSP and VoD server (experimental)
Audio Output: Audio Output:
* New audio equalizer filter * New audio equalizer filter
...@@ -102,6 +104,7 @@ Misc: ...@@ -102,6 +104,7 @@ Misc:
* Kasenna MediaBase streams largely supported * Kasenna MediaBase streams largely supported
* Cisco IP/TV streams supported * Cisco IP/TV streams supported
* Experimental OpenGL video output for X11 and win32 * Experimental OpenGL video output for X11 and win32
* a Time filter that displays the current time over the video
Changes between 0.7.1 and 0.7.2: Changes between 0.7.1 and 0.7.2:
-------------------------------- --------------------------------
......
...@@ -19,6 +19,16 @@ Description: RAR/ZIP/... access ...@@ -19,6 +19,16 @@ 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: Medium
Platform: any
Urgency: Wishlist
Description: DVTS support
DV over RTP support. See <a href="http://www.sfc.wide.ad.jp/DVTS/">DVTS homepage</a>
Status: Todo
Task
Difficulty: Easy
Task Task
Difficulty: Easy Difficulty: Easy
Platform: any Platform: any
...@@ -119,6 +129,15 @@ Description: fix ASX playlist parser ...@@ -119,6 +129,15 @@ Description: fix ASX playlist parser
Basically our asx parser is broken. It doesn't handle relative links. It should also URL encode the hrefs (spaces in the url need to be converted to %20 etc). protocol rollover, authors, title's etc etc aren't handled. See <a href="http://www.meetnewplayers.com/bend/Windows%20Media%20-%20Fun%20with%20asx%20files2.htm">this</a> for asx examples. It is still located in the old demux/m3u.c module instead of modules/demux/playlist/ Basically our asx parser is broken. It doesn't handle relative links. It should also URL encode the hrefs (spaces in the url need to be converted to %20 etc). protocol rollover, authors, title's etc etc aren't handled. See <a href="http://www.meetnewplayers.com/bend/Windows%20Media%20-%20Fun%20with%20asx%20files2.htm">this</a> for asx examples. It is still located in the old demux/m3u.c module instead of modules/demux/playlist/
Status: Todo Status: Todo
Task
Difficulty: Medium
Urgency: Normal
Platform: any
Description: fix current muxers.
Our avi and mov muxer don't produce valid files
Status: Todo
Task
Task Task
Difficulty: Easy Difficulty: Easy
Urgency: Wishlist Urgency: Wishlist
...@@ -291,6 +310,14 @@ Description: Subtitle work ...@@ -291,6 +310,14 @@ Description: Subtitle work
- Fix subtitles dialogs - Fix subtitles dialogs
Status: Todo Status: Todo
Task
Difficulty: Easy
Urgency: Wishlist
Platform: any
Description: Automatic charset recognition
See if we can use <a href="http://trific.ath.cx/software/enca/">ENCA</a> for automatic charset recognition on subtitle files. Might simplify usage of sub files a lot? Might require complete file to be parsed by ENCA before good result is returned?
Status: Todo
Task Task
Difficulty: Guru Difficulty: Guru
Urgency: Wishlist Urgency: Wishlist
...@@ -357,6 +384,7 @@ The mozilla plugin needs to be better controllable (via javascript). ...@@ -357,6 +384,7 @@ The mozilla plugin needs to be better controllable (via javascript).
(80% done) see: (80% done) see:
<a href="http://sierra.via.ecp.fr/~zorglub/vlc/plugin/vlc.html">Javascript controls</a> <a href="http://sierra.via.ecp.fr/~zorglub/vlc/plugin/vlc.html">Javascript controls</a>
<a href="http://sierra.via.ecp.fr/~zorglub/vlc/xul/">XUL controls</a> <a href="http://sierra.via.ecp.fr/~zorglub/vlc/xul/">XUL controls</a>
<a href="http://mplayerplug-in.sourceforge.net/">MPlayer Mozilla plugin</a>
Status: Assigned to zorglub Status: Assigned to zorglub
Task Task
...@@ -506,7 +534,6 @@ Platform: any ...@@ -506,7 +534,6 @@ Platform: any
Urgency: Normal Urgency: Normal
Description: Update matroska demux Description: Update matroska demux
Better Seeking Better Seeking
General bugfixes
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