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).