mirror of https://github.com/mpv-player/mpv
update wishlist
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23557 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7b472fa2ea
commit
df878adea6
|
@ -21,6 +21,7 @@ Documentation:
|
||||||
|
|
||||||
* continue ipod/embedded device encoding guide
|
* continue ipod/embedded device encoding guide
|
||||||
|
|
||||||
|
* document channels.conf syntax
|
||||||
|
|
||||||
Small improvements:
|
Small improvements:
|
||||||
|
|
||||||
|
@ -58,6 +59,8 @@ Cleanup:
|
||||||
|
|
||||||
Filters:
|
Filters:
|
||||||
|
|
||||||
|
* get filters to work in more colorspaces
|
||||||
|
|
||||||
* eq filter should support RGB in addition to YUV
|
* eq filter should support RGB in addition to YUV
|
||||||
|
|
||||||
* pitch audio filter
|
* pitch audio filter
|
||||||
|
@ -74,6 +77,8 @@ Filters:
|
||||||
|
|
||||||
* mixing of multiple videos (picture in picture, ...)
|
* mixing of multiple videos (picture in picture, ...)
|
||||||
|
|
||||||
|
* video watermark/logo filter (apply vf_overlay patch?)
|
||||||
|
|
||||||
Enhancements:
|
Enhancements:
|
||||||
|
|
||||||
* support for VirtualDub and Winamp plugins (apply af_wadspa patch!)
|
* support for VirtualDub and Winamp plugins (apply af_wadspa patch!)
|
||||||
|
@ -112,16 +117,18 @@ Enhancements:
|
||||||
|
|
||||||
* get -ass working in mencoder
|
* get -ass working in mencoder
|
||||||
|
|
||||||
* left/right channel playback (-af pan=1:1 or -stereo) (in gui too)
|
* audio balance button in gui
|
||||||
|
|
||||||
* ability to turn loop on/off while playing
|
* ability to turn loop on/off while playing (button in gui too)
|
||||||
|
|
||||||
* rotate/position osd
|
* rotate/position osd
|
||||||
|
|
||||||
* reconnect option for streaming
|
|
||||||
|
|
||||||
* support all image formats in mf:// (tiff)
|
* support all image formats in mf:// (tiff)
|
||||||
|
|
||||||
|
* make -noborder work with all video outputs
|
||||||
|
|
||||||
|
* add option to use ffmpeg network code (rtsp, http, mms etc)
|
||||||
|
|
||||||
Difficult stuff:
|
Difficult stuff:
|
||||||
|
|
||||||
* RE all closed source codecs (QDMC, WMA9, RV30, RV40, sipr, ...)
|
* RE all closed source codecs (QDMC, WMA9, RV30, RV40, sipr, ...)
|
||||||
|
|
Loading…
Reference in New Issue