3148
|
1
|
|
2 TODO:
|
|
3 =====
|
|
4
|
8754
|
5 FOR THE LAST RC-RELEASE:
|
|
6 ~~~~~~~~~~~~~~~~~~~~~~~~
|
9235
|
7 - fix vo_svga vs. -vop scale - FIXED?
|
|
8
|
|
9 FOR THE NEXT RELEASE:
|
|
10 ~~~~~~~~~~~~~~~~~~~~~~
|
9064
|
11 - Re: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83
|
|
12 This patch makes mplayer unusable in console mode, always leaves the
|
|
13 console in graphic mode.
|
9235
|
14 - supporting Noir.rm? Garbled image now. Maybe codec scales?
|
|
15 - Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
|
9064
|
16 - check files at FTP/incoming/!to_be_fixed/*
|
|
17 - fix locale problems (add common float parser / mp_sscanf())
|
|
18 - fix partial -dr + ffmpeg + B frames (different stride per frame)
|
8690
|
19 - implementing 8bpp support in vo_x11.c
|
8620
|
20 - remove SVQ1 from libmpcodecs
|
8592
|
21 - remove -vop yuy2, yvu9
|
8390
|
22 - cleanup qtaudio/qtvideo (move globals to context)
|
|
23 - cleanup DMO interfaces
|
8372
|
24 - re-design makefile dependency system
|
7899
|
25 - finish audio filter layer
|
|
26 - new demuxer layer - at least modularized...
|
|
27 - fix AVI index offset base position handling ('no video stream found' bug)
|
8368
|
28 - review and implement draw_slice() support in video filters
|
8377
|
29 - Update GUI code to support gtk 2.x (any volunteers??? we really need help here)
|
8120
|
30
|
6845
|
31 FOR THE v1.00 RELEASE:
|
|
32 ~~~~~~~~~~~~~~~~~~~~~~
|
|
33
|
|
34 - display OSD and subtitles using DVB card's OSD
|
|
35
|
|
36 mpg demuxer:
|
|
37 - implement mpeg-TS demuxer
|
|
38 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
3349
|
39
|
6050
|
40 avi demuxer: (needs rewrite)
|
5586
|
41 - implement OpenDML index support (read & write)
|
4650
|
42 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
43 - fix for growing avi files (movi_end pos > stream->end_pos)
|
5126
|
44 - implement forward seeking in avi streams with no index
|
6050
|
45
|
6845
|
46 mencoder:
|
|
47 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
48 - add ogg/vorbis audio encoder
|
|
49 - stop/resume
|
|
50
|
3349
|
51
|
|
52 FUTURE:
|
|
53 ~~~~~~~
|
|
54
|
|
55 demuxer:
|
3513
|
56 - demux_mpg: support for VDR's index files for more accurate seeking
|
5962
|
57 - implement seeking for YUV4MPEG_2_
|
3148
|
58
|
|
59 decoders:
|
6845
|
60 - fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
7347
|
61 rricm
|
3148
|
62
|
|
63 other:
|
|
64 - dvd server
|
|
65 - mga_vid crtc2 fix
|
3844
|
66 - make nvidia_vid ;)
|
9220
|
67 - X11 Render support into DGA for OSD (from the DOCS;)
|
8333
|
68
|
|
69
|
|
70 DOCUMENTATION TODO:
|
|
71 ===================
|
|
72
|
|
73 FOR THE v0.90 RELEASE:
|
|
74 ~~~~~~~~~~~~~~~~~~~~~~
|
|
75
|
9013
|
76 - update the man page with all current options
|
8333
|
77 - merge tech/vop.txt and tech/libavc-options.txt into the man page
|
8760
|
78 - merge tech/encoding-tips.txt into encoding.html
|
8333
|
79 - finish reviewing all of the docs
|
|
80 - mplayer.1
|
|
81 - encoding.html
|
|
82 - video.html
|
|
83 - documentation.html
|
|
84 - enhance the FAQ
|
|
85
|
|
86
|
|
87 FUTURE:
|
|
88 ~~~~~~~
|
|
89
|
|
90 - write a detailed encoding guide
|
|
91 - convert the docs to SGML/XML
|
|
92 - restructuring?
|