annotate DOCS/TODO @ 1025:b3dde72791ed

Kernel version checking improvements
author nickols_k
date Tue, 05 Jun 2001 08:12:00 +0000
parents 7e653295099c
children be1d5b1abffa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1 TO DO:
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 ~~~~~~
931
faf065bed46f updated
arpi_esp
parents: 899
diff changeset
3 For the Release:
1017
7e653295099c updated
arpi_esp
parents: 970
diff changeset
4 - play_only_n_frames option (chl)
7e653295099c updated
arpi_esp
parents: 970
diff changeset
5 - seek_to_frame and seek_to_index options
957
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
6
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
7 DONE:
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
8 - sub sync +/- keys - DONE (lez)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
9 - fix subtitle path in sub_filename() - DONE (lez)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
10 - fix -nobps avi seeking - DONE? (arpi)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
11 - fix x11 driver to work without SHM (for remote playing etc) - DONE?
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
12 - fast OSD renderer - DONE (arpi)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
13 - fix -fps option for mpeg2 - DONE (arpi)
970
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
14 - fix -framedrop, support for mpeg files - DONE
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
15 - audio playback rate setting [Jelmer Feenstra] - DONE
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
16 - RESET_AUDIO optional - DONE? - with libao2 it shouldn't be problem
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
17 - support SSA subtitles : http://www.eswat.demon.co.uk - DONE???
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
18 - fix X4.0.x/DRI OpenGL - DONE? mga&radeon works with 4.0.3/DRI
1017
7e653295099c updated
arpi_esp
parents: 970
diff changeset
19 - finish ASF seeking (find next keyframe) - DONE?
7e653295099c updated
arpi_esp
parents: 970
diff changeset
20 - show current frame number [Gabucino] - DONE! (for AVI)
861
c80faaa2c2c1 some updates
arpi_esp
parents: 860
diff changeset
21
c80faaa2c2c1 some updates
arpi_esp
parents: 860
diff changeset
22 High Priority:
931
faf065bed46f updated
arpi_esp
parents: 899
diff changeset
23 - further optimizations - DONE?
957
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
24 - support mpeg2 interlaced files (field pictures) - hacked
970
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
25 - integrating the gui? - DONE?
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
26
522
b63c485a530d reviewed for release
gabucino
parents: 281
diff changeset
27 Low Priority:
545
142dd5a2631f priorities changed
arpi_esp
parents: 532
diff changeset
28 - support for MPEG TS (transport streams) - I need sample files!
970
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
29 - audio copy/encoding capability