annotate DOCS/TODO @ 970:d484625a884e

updated, some things moved to different priority
author arpi_esp
date Sun, 03 Jun 2001 20:32:16 +0000
parents 1a8811b0da3b
children 7e653295099c
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:
970
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
4 - finish ASF seeking (find next keyframe)
957
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
5
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
6 DONE:
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
7 - sub sync +/- keys - DONE (lez)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
8 - fix subtitle path in sub_filename() - DONE (lez)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
9 - fix -nobps avi seeking - DONE? (arpi)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
10 - fix x11 driver to work without SHM (for remote playing etc) - DONE?
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
11 - fast OSD renderer - DONE (arpi)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
12 - fix -fps option for mpeg2 - DONE (arpi)
970
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
13 - fix -framedrop, support for mpeg files - DONE
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
14 - audio playback rate setting [Jelmer Feenstra] - DONE
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
15 - 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
16 - support SSA subtitles : http://www.eswat.demon.co.uk - DONE???
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
17 - fix X4.0.x/DRI OpenGL - DONE? mga&radeon works with 4.0.3/DRI
861
c80faaa2c2c1 some updates
arpi_esp
parents: 860
diff changeset
18
c80faaa2c2c1 some updates
arpi_esp
parents: 860
diff changeset
19 High Priority:
931
faf065bed46f updated
arpi_esp
parents: 899
diff changeset
20 - further optimizations - DONE?
957
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
21 - support mpeg2 interlaced files (field pictures) - hacked
970
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
22 - integrating the gui? - DONE?
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
23
522
b63c485a530d reviewed for release
gabucino
parents: 281
diff changeset
24 Medium Priority:
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
25 - show current frame number [Gabucino]
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
26 - seek_to_frame and seek_to_index options
522
b63c485a530d reviewed for release
gabucino
parents: 281
diff changeset
27
b63c485a530d reviewed for release
gabucino
parents: 281
diff changeset
28 Low Priority:
545
142dd5a2631f priorities changed
arpi_esp
parents: 532
diff changeset
29 - 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
30 - audio copy/encoding capability