comparison DOCS/tech/TODO @ 5531:63992a9d49f0

updated
author arpi
date Mon, 08 Apr 2002 01:54:11 +0000
parents 1fd019cee62d
children 35cf2b3ae883
comparison
equal deleted inserted replaced
5530:e974e82be748 5531:63992a9d49f0
2 TODO: 2 TODO:
3 ===== 3 =====
4 4
5 FOR THE RELEASE: 5 FOR THE RELEASE:
6 ~~~~~~~~~~~~~~~~ 6 ~~~~~~~~~~~~~~~~
7 remove all non-GPL code...
8 (move them out from 'main' tree to some 'obsoleted' tree in cvs)
7 9
8 AVI demuxer: 10 demuxer:
9 - fix AVI index offset base position handling ('no video stream found' bug) 11 - fix AVI index offset base position handling ('no video stream found' bug)
10 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) 12 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
11 - fix for growing avi files (movi_end pos > stream->end_pos) 13 - fix for growing avi files (movi_end pos > stream->end_pos)
12 - implement forward seeking in avi streams with no index 14 - implement forward seeking in avi streams with no index
15 - implement seeking to Ogg demuxer
16 - fix .asf demuxer bugs
17 - forward seeking from stdin ?
18 - fix the whole syncing mechanism of Real demuxer
19 - implement mpeg-TS demuxer
13 20
14 URGENT: 21 URGENT:
15 - finish mencoder -ovc vfw (bitrate setting, codec selection etc) 22 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
16 - mencoder: image cut/crop/extend filter, colorspace conversion
17 - codec priority option 23 - codec priority option
18 - implement software scaling to vo_mpegpes 24 - mencoder: move encoders from mencoder.c to libmpcodecs
19 - move encoders from mencoder.c to libvo 25 - mencoder: migrate to muxer layer
20 - implement/commit Ogg demuxer 26 - move realtime mpeg1 encoders (lavc, fame, rte) to libmpcodecs/vf
21 27
22 28
23 FUTURE: 29 FUTURE:
24 ~~~~~~~ 30 ~~~~~~~
25 31
26 decoders: 32 decoders:
27 - getting mss1 (Windows Screen Video) DLL codec working... - kabi 33 - getting mss1 (Windows Screen Video) DLL codec working... - kabi
28 - fix seeking with libmad audio codec (codec lost sync and can't resync?)
29 34
30 demuxer: 35 demuxer:
31 - demux_mpg: support for VDR's index files for more accurate seeking 36 - demux_mpg: support for VDR's index files for more accurate seeking
32 - implement seeking for YUV4MPEG_2_, NuppelVideo and Real 37 - implement seeking for YUV4MPEG_2_, NuppelVideo and Real
33 - fix the whole syncing mechanism of Real demuxer
34 38
35 decoders: 39 decoders:
36 - qtx support? 40 - qtx support?
37 41
38 mencoder: 42 mencoder:
39 - add ogg/vorbis audio encoder 43 - add ogg/vorbis audio encoder
40 - stop/resume 44 - stop/resume
41 - make a better encoder api
42 - add muxer api
43 45
44 gui: 46 gui:
45 - playlist ? 47 - playlist ?
46 - preferences ? 48 - preferences ?
47 49
48 other: 50 other:
49 - dvd server 51 - dvd server
50 - mga_vid crtc2 fix 52 - mga_vid crtc2 fix
51 - make nvidia_vid ;) 53 - make nvidia_vid ;)
52 - display OSD and subtitles using DVB card's OSD 54 - display OSD and subtitles using DVB card's OSD
53
54