summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-03 00:30:10 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-03 00:30:10 +0000
commit8e97bbd1dd30c66b3b12c42c56c773ee70b798b6 (patch)
tree4e8887fe1c767bb1081e95d2fd1fcd556977b305 /DOCS
parent7ebd301178d9c3cb7d9bfc3de54895686a490ffa (diff)
downloadmpv-8e97bbd1dd30c66b3b12c42c56c773ee70b798b6.tar.bz2
mpv-8e97bbd1dd30c66b3b12c42c56c773ee70b798b6.tar.xz
updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@958 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-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]