[FFmpeg-trac] #108(avcodec:closed): QT WRAW file decodes incorrectly

FFmpeg trac at avcodec.org
Wed May 25 00:23:44 CEST 2011


#108: QT WRAW file decodes incorrectly
----------------------+----------------------
Reporter:  ami_stuff  |       Owner:
    Type:  defect     |      Status:  closed
Priority:  normal     |   Component:  avcodec
 Version:  git        |  Resolution:  fixed
Keywords:             |  Blocked By:
Blocking:             |  Reproduced:  1
Analyzed:  1          |
----------------------+----------------------
Changes (by saste):

 * analyzed:  0 => 1
 * resolution:   => fixed
 * status:  open => closed
 * component:  undetermined => avcodec


Comment:

 Fixed in commit:

 commit 040e1c67edab57177adb88a7dd1cc9ed38d2b74e
 Author: ami_stuff <ami_stuff at o2.pl>
 Date:   Tue May 24 23:38:01 2011 +0200

     rawdec: fix decoding of QT WRAW files

     Fix decoding of QT WRAW files.

     From some tests it results that:

     1. all of the AVI/MOV WRAW files (at least from the link posted
        to the trac ticket #108) need to be flipped
     2. mov WRAW files need to use AVI color modes
     3. assigning PAL8 mode by default to WRAW codec is not correct

     Fix decoding of file CarltonMovie2.mov, fix trac issue #108.

 I tried with all samples, note that ~/samples/nature06421-s4.mov crashes
 ffplay, this looks like a swscale bug (you can reproduce it with -vf
 scale=368:233,format=bgra).

 Thanks again for the accurate report and the patch :)!

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/108#comment:8>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list