annotate DOCS/tech/TODO @ 4661:4df2400b0527

-fs and or -vm default is nozoom, -zoom does the expected thing
author michael
date Mon, 11 Feb 2002 13:45:26 +0000
parents fbd2535a00c6
children 1c55c0dd1570
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3148
58467d46373a what to do...
arpi
parents:
diff changeset
1
58467d46373a what to do...
arpi
parents:
diff changeset
2 TODO:
58467d46373a what to do...
arpi
parents:
diff changeset
3 =====
58467d46373a what to do...
arpi
parents:
diff changeset
4
3349
e0e03fb4ed3f separated release and future entries
arpi
parents: 3262
diff changeset
5 FOR THE RELEASE:
e0e03fb4ed3f separated release and future entries
arpi
parents: 3262
diff changeset
6 ~~~~~~~~~~~~~~~~
e0e03fb4ed3f separated release and future entries
arpi
parents: 3262
diff changeset
7
4650
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
8 AVI demuxer:
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
9 - fix AVI index offset base position handling ('no video steram found' bug)
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
10 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
11 - fix for growing avi files (movi_end pos > stream->end_pos)
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
12 - implement forward seeking in indexed avi streams
3349
e0e03fb4ed3f separated release and future entries
arpi
parents: 3262
diff changeset
13
4650
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
14 URGENT:
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
15 - finish mencoder -ovc vfw (bitrate setting, codec selection etc)
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
16 - mencoder: image cut/crop/extend filter, colorspace conversion
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
17 - codec priority option
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
18 - implement software scaling to vo_mpegpes
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
19 - ./configure support for XviD
3349
e0e03fb4ed3f separated release and future entries
arpi
parents: 3262
diff changeset
20
3392
382ee94a716d runtime stuff
arpi
parents: 3391
diff changeset
21 runtime:
382ee94a716d runtime stuff
arpi
parents: 3391
diff changeset
22 - add --enable-runtime or something (should change VERSION header and enable
382ee94a716d runtime stuff
arpi
parents: 3391
diff changeset
23 runtime cpu detect and print banner telling users to recompile for speed)
382ee94a716d runtime stuff
arpi
parents: 3391
diff changeset
24 - runtime cpu detection in:
382ee94a716d runtime stuff
arpi
parents: 3391
diff changeset
25 vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?)
382ee94a716d runtime stuff
arpi
parents: 3391
diff changeset
26 libac3 (should be ported to liba52)
3760
b2e687236db2 ffmpeg/framecopy fixed, mp3lib&divx4encore added
alex
parents: 3755
diff changeset
27 - test(fix?) mp3lib cpu detection code
3349
e0e03fb4ed3f separated release and future entries
arpi
parents: 3262
diff changeset
28
e0e03fb4ed3f separated release and future entries
arpi
parents: 3262
diff changeset
29 FUTURE:
e0e03fb4ed3f separated release and future entries
arpi
parents: 3262
diff changeset
30 ~~~~~~~
e0e03fb4ed3f separated release and future entries
arpi
parents: 3262
diff changeset
31
4650
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
32 decoders:
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
33 - fix cvid on ppc
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
34 - getting mss1 (Windows Screen Video) DLL codec working... - kabi
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
35 - getting PIM1 codec (DLL) working... - kabi
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
36 - fix seeking with libmad audio codec (codec lost sync and can't resync?)
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
37
3349
e0e03fb4ed3f separated release and future entries
arpi
parents: 3262
diff changeset
38 demuxer:
3513
74cf5ea291bc updated
arpi
parents: 3481
diff changeset
39 - demux_mpg: support for VDR's index files for more accurate seeking
3867
c8a05d5f68b5 YUV4MPEG seek patch commited
alex
parents: 3844
diff changeset
40 - implement seeking for YUV4MPEG_2_, NuppelVideo and Real
4650
fbd2535a00c6 updated. please check...
arpi
parents: 4055
diff changeset
41 - implement Ogg demuxer
3148
58467d46373a what to do...
arpi
parents:
diff changeset
42
58467d46373a what to do...
arpi
parents:
diff changeset
43 decoders:
58467d46373a what to do...
arpi
parents:
diff changeset
44 - qtx support?
3200
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
45 - define some common api for native audio and video codecs
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
46 and move them to seperated place (hopefully will allow adding new
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
47 codecs without having to modify mplayer core code, also would speed
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
48 up by limiting number of select statements)
3148
58467d46373a what to do...
arpi
parents:
diff changeset
49
58467d46373a what to do...
arpi
parents:
diff changeset
50 mencoder:
58467d46373a what to do...
arpi
parents:
diff changeset
51 - add ogg/vorbis audio encoder
58467d46373a what to do...
arpi
parents:
diff changeset
52 - stop/resume
58467d46373a what to do...
arpi
parents:
diff changeset
53
58467d46373a what to do...
arpi
parents:
diff changeset
54 gui:
58467d46373a what to do...
arpi
parents:
diff changeset
55 - playlist ?
58467d46373a what to do...
arpi
parents:
diff changeset
56 - preferences ?
58467d46373a what to do...
arpi
parents:
diff changeset
57
58467d46373a what to do...
arpi
parents:
diff changeset
58 other:
58467d46373a what to do...
arpi
parents:
diff changeset
59 - dvd server
58467d46373a what to do...
arpi
parents:
diff changeset
60 - sub database
58467d46373a what to do...
arpi
parents:
diff changeset
61 - mga_vid crtc2 fix
3254
34e734d6fb6e some more stuff, vivo seek removed as being impossible
arpi
parents: 3200
diff changeset
62 - make mach64_vid
3844
5442510ba020 updated
alex
parents: 3773
diff changeset
63 - make nvidia_vid ;)
3148
58467d46373a what to do...
arpi
parents:
diff changeset
64 - libvo2
3416
1b198ed74309 don't forget this ;-)
jaf
parents: 3415
diff changeset
65 - display OSD and subtitles using DVB card's OSD
1b198ed74309 don't forget this ;-)
jaf
parents: 3415
diff changeset
66
3254
34e734d6fb6e some more stuff, vivo seek removed as being impossible
arpi
parents: 3200
diff changeset
67