summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/TODO16
1 files changed, 12 insertions, 4 deletions
diff --git a/DOCS/TODO b/DOCS/TODO
index 245143e2fa..2f70eb9432 100644
--- a/DOCS/TODO
+++ b/DOCS/TODO
@@ -2,14 +2,22 @@ TO DO:
~~~~~~
For the Release:
- fix -framedrop, support for mpeg files
-- fix -nobps avi seeking
+
- audio playback rate setting [Jelmer Feenstra]
-- finish ASF seeking (find next keyframe)
+- RESET_AUDIO optional - DONE? - with libao2 it shouldn't be problem
-High Priority:
+DONE:
+- sub sync +/- keys - DONE (lez)
+- fix subtitle path in sub_filename() - DONE (lez)
+- fix -nobps avi seeking - DONE? (arpi)
- fix x11 driver to work without SHM (for remote playing etc) - DONE?
+- fast OSD renderer - DONE (arpi)
+- fix -fps option for mpeg2 - DONE (arpi)
+
+High Priority:
+- finish ASF seeking (find next keyframe)
- further optimizations - DONE?
-- support mpeg2 interlaced files (field pictures)
+- support mpeg2 interlaced files (field pictures) - hacked
Medium Priority:
- show current frame number [Gabucino]