summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-30 23:46:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-30 23:46:56 +0000
commitda5b9468c39c2d552583f4e215773c00840eaba0 (patch)
tree9a3a38de362bbcda84066b4014ccf89b6a865ced /DOCS
parent2b3fe64e589f388dc57cef4e1cf3851f9fdeed6a (diff)
downloadmpv-da5b9468c39c2d552583f4e215773c00840eaba0.tar.bz2
mpv-da5b9468c39c2d552583f4e215773c00840eaba0.tar.xz
update for recent developments
based on a patch by compn, tempn %%@%% twmi %%.%% rr %%.%% com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17520 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/wishlist44
1 files changed, 25 insertions, 19 deletions
diff --git a/DOCS/tech/wishlist b/DOCS/tech/wishlist
index 0e3c29ae67..066a01e31a 100644
--- a/DOCS/tech/wishlist
+++ b/DOCS/tech/wishlist
@@ -5,37 +5,37 @@ If wishes were fishes, we'd all cast nets ...
Documentation:
- * a nice and complete MEncoder tutorial
+ * continue MEncoder tutorial
- * continue docs review
+ * review manual page again
- * check docs for completeness
+ * split manual page
+
+ * update and rewrite the XML documentation
+
+ * check documentation for completeness
* write documentation HOWTO/rules document
+ * write -lavdopts documentation
+
Small improvements:
- * vo mga should completely blank the screen like fbdev and tdfxfb
+ * vo_mga should completely blank the screen like fbdev and tdfxfb
(maybe there should be an option - some people seem to like it the
way it is, but then fbdev should also behave like this..)
* Debian package creates mplayer.conf.1 .2 ...
- * make -geometry work with all vo drivers
-
* Make the output windows remember their positions when resizing to
double size.
* Ability to resize to full size/double size/triple (or half) size
upon key presses.
- * wildcard support for MEncoder - mencoder *.avi blah
-
- * real mute support, not just setting volume 0
-
- * option to force a codec even if not configured as decoder in codecs.conf
+ * real mute support, not just setting volume to 0
@@ -74,8 +74,6 @@ Enhancements:
* implement xawtv config file parser (for channels, etc)
- * finish icc support
-
* G400 2nd head through mga_vid ;)
* do more things automagically
@@ -105,27 +103,29 @@ Enhancements:
* MOD playback (via libmodplug?) - bug #434
+ * allow multiple -dump* options at the same time - bug #70
+
+
+
Difficult stuff:
- * RE all closed source codecs (QDMC, WMV9, RV30, RV40, cook, ...)
+ * RE all closed source codecs (QDMC, WMV9, RV30, RV40, sipr, ...)
* support for Bink/Smacker codecs
- * frame by frame seeking/playback
-
* allow frame insertion & removal in video filters (with timestamps)
* mixing of multiple videos (picture in picture, ...)
* write something like mptv to replace xawtv
- * write/adapt a C implementation of live.com RTSP
+ * write/adapt a C implementation of live555 RTSP
- * unify live.com and Real RTSP
+ * unify live555 and Real RTSP
* real mmsu:// support
- * encode to OGM, MP4, ASF, nut
+ * MEncoder output support for OGM, MKV, NUT
* xinerama video filter that splits movie to 2 screens (like zr)
@@ -135,6 +135,8 @@ Difficult stuff:
* modular MEncoder with audio encoding API
+ * multiple audio stream output in Mencoder
+
* support for pausing/resuming of encoding in MEncoder
* TV support under Windows
@@ -145,3 +147,7 @@ Difficult stuff:
* smooth stream switching / multiple file caching to avoid the small skip
between files when playing multiple files
+
+ * reverse playback
+
+ * more directshow filter/muxer support