Opened 13 years ago
Closed 13 years ago
#676 closed defect (fixed)
unsupported interplay video
Reported by: | Elon Musk | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | interplay |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Sample from here: http://samples.mplayerhq.hu/game-formats/interplay-mve/kpintro_error.mve does not play correctly.
Note that after few seconds size of video is changed.
This is bug happens because ipmovie.c demuxer registers change in video size but it is never passed to interplayvideo.c
Attachments (2)
Change History (11)
comment:1 by , 13 years ago
Component: | avcodec → undetermined |
---|---|
Keywords: | interplay added |
Reproduced by developer: | set |
Status: | new → open |
by , 13 years ago
Attachment: | patchticket676.diff added |
---|
comment:3 by , 13 years ago
Patch works but it is not perfect, there is one error in decoding.
Should avcodec_set_dimensions() be used for this?
by , 13 years ago
comment:4 by , 13 years ago
Attached patch does not have error while decoding and plays OK in ffplay and at least plays in mplayer bigger part of sample.
MPlayer for some reason dumps few last frames for reason yet to find.
comment:7 by , 13 years ago
Does work with ffplay, doesn't with ffmpeg. mplayer think it gets EOF and exits too early.
comment:8 by , 13 years ago
That's why I think the problem has not been fixed.
ffmpeg is the primary application.
comment:9 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |