* update all MEncoder commands into ffmpeg syntax using -lavencopts o=
* review manual page again
* split manual page
* update and rewrite the XML documentation
* check documentation for completeness
* write documentation HOWTO/rules document
* write -lavdopts documentation
* continue ipod/embedded device encoding guide
* document channels.conf syntax
* ability for multiple languages/locales in one binary
Small improvements:
* 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 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.
* real mute support, not just setting volume to 0
* add help suboption to -lavcopts vcodec=/acodec=, -lavfopts format=,
-subcp, and anything else that needs it.
* ability to cycle switch_aspect
* ability to rename vo_jpeg,vo_gif,vo_png output filename
Cleanup:
* integrate dvdnav into mplayer structure
* integrate libmpdvdkit2 into mplayer structure (message system and
command line options)
* remove all obsolete code, options, files etc
* Restructure configure and fix CPU flags supported but not shown.
* Port libmpdemux demuxers to libavformat or write your own from scratch.
libmpdemux is considered deprecated and should eventually be removed.
As of 2008-01-28, the following demuxers are missing from libavformat:
- TiVo (ty streams, not TiVo To Go)
- VIVO
- VQF
- XMMS
- libnemesi
- SL support for MPEG-TS
Filters:
* get filters to work in more colorspaces
* eq filter should support RGB in addition to YUV
* autocrop filter
* insert af volnorm during playback
* allow frame insertion & removal in video filters (with timestamps)
* xinerama video filter that splits movie to 2 screens (like zr)
* mixing of multiple videos (picture in picture, review shmem patch)
* video watermark/logo filter (apply vf_overlay patch?)
* fade to black filter
* crossfade filter (audio and video)
Enhancements:
* support for VirtualDub and Winamp plugins (apply af_wadspa patch!)