diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-05-03 01:27:48 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-05-03 01:27:48 +0000 |
commit | 21b4dfb21c720ac8f5bcf159161885fada5484b4 (patch) | |
tree | a476c2457a7ad3b572965a5baf7b6abea9defe2a /DOCS | |
parent | 3d96fc6684d808120fa23e5bb838a92b87b60176 (diff) | |
download | mpv-21b4dfb21c720ac8f5bcf159161885fada5484b4.tar.bz2 mpv-21b4dfb21c720ac8f5bcf159161885fada5484b4.tar.xz |
more wishes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12405 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/wishlist | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/DOCS/tech/wishlist b/DOCS/tech/wishlist index 4327462143..34c77456fc 100644 --- a/DOCS/tech/wishlist +++ b/DOCS/tech/wishlist @@ -40,6 +40,8 @@ Small improvements: * wildcard support for MEncoder - mencoder *.avi blah + * real mute support, not just setting volume 0 + Cleanup: @@ -113,11 +115,11 @@ Enhancements: Difficult stuff: - * reverse engineer all closed source codecs (QDM2, WMV9, Real, ...) + * RE all closed source codecs (QDM2, WMV9, RV30, RV40, cook, ...) * support for Bink/Smacker codecs - * frame stepping + * frame by frame seeking/playback * allow frame insertion & removal in video filters (with timestamps) @@ -127,7 +129,9 @@ Difficult stuff: * write something like mptv to replace xawtv - * write/adapt a C implementation of RTSP + * write/adapt a C implementation of live.com RTSP + + * unify live.com and Real RTSP * real mmsu:// support @@ -148,3 +152,10 @@ Difficult stuff: * TV support under Windows * DRM support (divx.com, WMV, WMA, iTunes) + + * variable-fps output support for MEncoder + + * smooth stream switching / multiple file caching to avoid the small skip + between files when playing multiple files + + * multiple input support for MEncoder |