git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@958 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-06-03 00:30:10 +00:00
parent 7ebd301178
commit 8e97bbd1dd
1 changed files with 12 additions and 4 deletions

View File

@ -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
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:
- fix x11 driver to work without SHM (for remote playing etc) - DONE?
- 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]