annotate DOCS/TODO @ 1154:4bf4e057c82e

- if DGA fails to report some valid modes, vo_dga now exits gracefully instead of crashing ... (100000x100000 bug ...)
author acki2
date Sun, 17 Jun 2001 22:21:47 +0000
parents ccdc809e8849
children 67c144d47a81
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:
1064
be1d5b1abffa updated
arpi_esp
parents: 1017
diff changeset
4 - fast forward (changing fps on-the-fly)
1138
ccdc809e8849 updated
arpi_esp
parents: 1108
diff changeset
5 - subtitles with black rectangle background (option)
957
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
6
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
7 DONE:
1138
ccdc809e8849 updated
arpi_esp
parents: 1108
diff changeset
8 - apply X11/ICCCM compliance patches - DONE
ccdc809e8849 updated
arpi_esp
parents: 1108
diff changeset
9 - play_only_n_frames option (chl) - DONE
ccdc809e8849 updated
arpi_esp
parents: 1108
diff changeset
10 - -benchmark option [Gabucino] - DONE
1064
be1d5b1abffa updated
arpi_esp
parents: 1017
diff changeset
11 - gcc 3.0 fixup - DONE
be1d5b1abffa updated
arpi_esp
parents: 1017
diff changeset
12 - ': File not found!' bug - DONE [szabi]
957
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
13 - sub sync +/- keys - DONE (lez)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
14 - fix subtitle path in sub_filename() - DONE (lez)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
15 - fix -nobps avi seeking - DONE? (arpi)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
16 - fix x11 driver to work without SHM (for remote playing etc) - DONE?
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
17 - fast OSD renderer - DONE (arpi)
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
18 - fix -fps option for mpeg2 - DONE (arpi)
970
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
19 - fix -framedrop, support for mpeg files - DONE
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
20 - audio playback rate setting [Jelmer Feenstra] - DONE
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
21 - 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
22 - support SSA subtitles : http://www.eswat.demon.co.uk - DONE???
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
23 - fix X4.0.x/DRI OpenGL - DONE? mga&radeon works with 4.0.3/DRI
1017
7e653295099c updated
arpi_esp
parents: 970
diff changeset
24 - finish ASF seeking (find next keyframe) - DONE?
7e653295099c updated
arpi_esp
parents: 970
diff changeset
25 - show current frame number [Gabucino] - DONE! (for AVI)
861
c80faaa2c2c1 some updates
arpi_esp
parents: 860
diff changeset
26
c80faaa2c2c1 some updates
arpi_esp
parents: 860
diff changeset
27 High Priority:
931
faf065bed46f updated
arpi_esp
parents: 899
diff changeset
28 - further optimizations - DONE?
957
1a8811b0da3b updated
arpi_esp
parents: 931
diff changeset
29 - support mpeg2 interlaced files (field pictures) - hacked
970
d484625a884e updated, some things moved to different priority
arpi_esp
parents: 957
diff changeset
30 - integrating the gui? - DONE?
1064
be1d5b1abffa updated
arpi_esp
parents: 1017
diff changeset
31 - seek_to_frame and seek_to_index options
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
32
522
b63c485a530d reviewed for release
gabucino
parents: 281
diff changeset
33 Low Priority:
545
142dd5a2631f priorities changed
arpi_esp
parents: 532
diff changeset
34 - support for MPEG TS (transport streams) - I need sample files!
1108
268c1d28cff2 *** empty log message ***
atmosfear
parents: 1064
diff changeset
35 - audio copy/encoding capability - working on (Atmos)