annotate DOCS/TODO @ 957:1a8811b0da3b

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