Opened 11 years ago
Closed 11 years ago
#2861 closed defect (fixed)
AVI/XVID: Corrupted playback
Reported by: | Underground78 | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avformat |
Version: | git-master | Keywords: | avi regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Summary of the bug:
Some XVID in AVI files show corrupted frames when decoded using ffmpeg. Old version of ffmpeg seems to work correctly but I can't really tell when it was broken.
How to reproduce:
Play this sample (mirror) using ffplay.
% ffplay.exe "Untitled 16.avi" ffplay version N-55515-gbbbd959 Copyright (c) 2003-2013 the FFmpeg developers built on Aug 13 2013 18:01:31 with gcc 4.7.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 42.100 / 52. 42.100 libavcodec 55. 27.100 / 55. 27.100 libavformat 55. 13.102 / 55. 13.102 libavdevice 55. 3.100 / 55. 3.100 libavfilter 3. 82.100 / 3. 82.100 libswscale 2. 4.100 / 2. 4.100 libswresample 0. 17.103 / 0. 17.103 libpostproc 52. 3.100 / 52. 3.100
Change History (4)
comment:1 by , 11 years ago
Summary: | AVI/XVID; Corrupted playback → AVI/XVID: Corrupted playback |
---|
comment:2 by , 11 years ago
Component: | undetermined → avformat |
---|---|
Keywords: | avi regression added |
Priority: | normal → important |
Reproduced by developer: | set |
Status: | new → open |
comment:3 by , 11 years ago
In which cases exactly do those corruptions appear? Does it affect a lot of files?
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
Appears to be a regression since 6c593f1b671b7725b8c36f92f7c0a23ccf8e7628. Probably related to #2490.