Opened 11 years ago

Closed 11 years ago

#2492 closed defect (fixed)

Intel indeo 3 decoder error.

Reported by: K.Y.H Owned by:
Priority: important Component: avcodec
Version: git-master Keywords: indeo3 regression
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

About 4 second after...
Maybe key frame only decoding.
So not smooth.
Old(maybe 2-3 weeks before) version is ok...
sample is
http://pan.baidu.com/share/link?shareid=444847&uk=3558042035

http://d.pcs.baidu.com/file/804447ca508f11e39b72b8236d646b9b?fid=3558042035-250528-2912861371&time=1366613592&sign=FDTAR-DCb740ccc5511e5e8fedcff06b081203-OHHDS%2BebKy4PpV7y%2FSlQKTNkGZg%3D&rt=sh&expires=8h&r=273212211&sh=1&response-cache-control=private

$ ffmpeg -i OPENINGH.AVI test.avi
ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers

built on Apr 22 2013 15:43:40 with gcc 4.8.0 (GCC)
configuration:
libavutil 52. 27.100 / 52. 27.100
libavcodec 55. 5.100 / 55. 5.100
libavformat 55. 3.100 / 55. 3.100
libavdevice 55. 0.100 / 55. 0.100
libavfilter 3. 60.100 / 3. 60.100
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102

[avi @ 0037f0a0] non-interleaved AVI
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, avi, from 'OPENINGH.AVI':

Duration: 00:04:26.73, start: 0.000000, bitrate: 2874 kb/s

Stream #0:0: Video: indeo3 (IV32 / 0x32335649), yuv410p, 320x188, 14.98 tbr, 14.99 tbn, 14.99 tbc
Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s

Output #0, avi, to 'test.avi':

Metadata:

ISFT : Lavf55.3.100
Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 320x188, q=2-31, 200 kb/s, 14.99 tbn, 14.99 tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 44100 Hz, stereo, fltp, 192 kb/s

Stream mapping:

Stream #0:0 -> #0:0 (indeo3 -> mpeg4)
Stream #0:1 -> #0:1 (pcm_s16le -> ac3)

Press [q] to stop, ? for help
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
[indeo3 @ 0037faa0] Motion vectors point out of the frame.
Error while decoding stream #0:0: Invalid data found when processing input
...
...
...

Attachments (1)

OPENINGH_cut.AVI (2.4 MB ) - added by Carl Eugen Hoyos 11 years ago.

Change History (3)

by Carl Eugen Hoyos, 11 years ago

Attachment: OPENINGH_cut.AVI added

comment:1 by Carl Eugen Hoyos, 11 years ago

Keywords: indeo3 regression added; indeo removed
Priority: normalimportant
Reproduced by developer: set
Status: newopen

Regression since 7f22530 / a0a872d

comment:2 by Carl Eugen Hoyos, 11 years ago

Resolution: fixed
Status: openclosed

Fixed by Anton Khirnov (7109169).

Note: See TracTickets for help on using tickets.