3148
|
1
|
|
2 TODO:
|
|
3 =====
|
|
4
|
8368
|
5 FOR THE NEXT PRE_RELEASE:
|
|
6 ~~~~~~~~~~~~~~~~~~~~~~~~~
|
8592
|
7 - fix partial -dr + ffmpeg + B frames (different stride per frame)
|
|
8 - remove or fix -vop lavcdeint
|
8620
|
9 - NEWSTRUCT DVB driver detection & support - DONE ?
|
8592
|
10 - fix locale problems (add common float parser / mp_sscanf())
|
8648
|
11 - fix the known bugs: (Gabucino's list)
|
|
12 - new-conf prints meaningless error messages of bad options (actually none)
|
|
13 - menu.conf not searched in system-wide directories
|
|
14 - supporting Noir.rm? Garbled image now. Maybe codec scales?
|
|
15 - Nov 12: [BUG] bug (misfeature) in key caching part of mpdvdkit
|
|
16 - Nov 13: [BUG] sig11 while moving xmga window in Xinerama mode
|
|
17 - Nov 23: [BUG] panscan doesn't work properly with -fixed-vo (Xv)
|
|
18 - Nov 25: [BUG] Re: [MPlayer-dev-eng] [PATCH] debian/ dir revisited
|
|
19 (-vo x11,xmga,xv doesn't work because MPlayer dies if can't find X)
|
|
20 - Dec 17: [BUG] mencoder prints meaningless message
|
8690
|
21 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
|
8648
|
22 - Dec 28: [BUG] nice little bug somewhere (config/playtree)
|
|
23 (It's in new-conf. I can provide shell access...:)
|
8368
|
24
|
6845
|
25 FOR THE v0.90 RELEASE:
|
|
26 ~~~~~~~~~~~~~~~~~~~~~~
|
8690
|
27 - implementing 8bpp support in vo_x11.c
|
8620
|
28 - remove SVQ1 from libmpcodecs
|
8592
|
29 - remove -vop yuy2, yvu9
|
8390
|
30 - cleanup qtaudio/qtvideo (move globals to context)
|
|
31 - cleanup DMO interfaces
|
8372
|
32 - re-design makefile dependency system
|
7899
|
33 - finish audio filter layer
|
|
34 - new demuxer layer - at least modularized...
|
|
35 - fix AVI index offset base position handling ('no video stream found' bug)
|
8368
|
36 - review and implement draw_slice() support in video filters
|
8377
|
37 - Update GUI code to support gtk 2.x (any volunteers??? we really need help here)
|
8120
|
38
|
6845
|
39 FOR THE v1.00 RELEASE:
|
|
40 ~~~~~~~~~~~~~~~~~~~~~~
|
|
41
|
|
42 - display OSD and subtitles using DVB card's OSD
|
|
43
|
|
44 mpg demuxer:
|
|
45 - implement mpeg-TS demuxer
|
|
46 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
47
|
6050
|
48 avi demuxer: (needs rewrite)
|
5586
|
49 - implement OpenDML index support (read & write)
|
4650
|
50 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
51 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
52 - implement forward seeking in avi streams with no index
|
6050
|
53
|
6845
|
54 mencoder:
|
|
55 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
56 - implement muxer layer (for mpg, ogm, mov support)
|
|
57 - add ogg/vorbis audio encoder
|
|
58 - stop/resume
|
|
59
|
3349
|
60
|
|
61 FUTURE:
|
|
62 ~~~~~~~
|
|
63
|
|
64 demuxer:
|
3513
|
65 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
66 - implement seeking for YUV4MPEG_2_
|
3148
|
67
|
|
68 decoders:
|
6845
|
69 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
70 rricm
|
3148
|
71
|
|
72 other:
|
|
73 - dvd server
|
|
74 - mga_vid crtc2 fix
|
3844
|
75 - make nvidia_vid ;)
|
8333
|
76
|
|
77
|
|
78
|
|
79 DOCUMENTATION TODO:
|
|
80 ===================
|
|
81
|
|
82 FOR THE v0.90 RELEASE:
|
|
83 ~~~~~~~~~~~~~~~~~~~~~~
|
|
84
|
8592
|
85 - update the man page with all current options:
|
|
86 - muxer layer (-of)
|
8333
|
87 - merge tech/vop.txt and tech/libavc-options.txt into the man page
|
|
88 - finish reviewing all of the docs
|
|
89 - mplayer.1
|
|
90 - encoding.html
|
|
91 - video.html
|
|
92 - documentation.html
|
|
93 - enhance the FAQ
|
|
94
|
|
95
|
|
96 FUTURE:
|
|
97 ~~~~~~~
|
|
98
|
|
99 - write a detailed encoding guide
|
|
100 - convert the docs to SGML/XML
|
|
101 - restructuring?
|