[FFmpeg-trac] #230(avcodec:closed): regression with tiff flate

FFmpeg trac at avcodec.org
Wed May 25 09:54:24 CEST 2011


#230: regression with tiff flate
-----------------------+----------------------
Reporter:  ami_stuff   |       Owner:
    Type:  defect      |      Status:  closed
Priority:  important   |   Component:  avcodec
 Version:  git-master  |  Resolution:  fixed
Keywords:  regression  |  Blocked By:
Blocking:              |  Reproduced:  1
Analyzed:  1           |
-----------------------+----------------------
Changes (by saste):

 * analyzed:  0 => 1
 * status:  open => closed
 * resolution:   => fixed
 * reproduced:  0 => 1


Comment:

 Fixed in Libav, and pulled in commit:

 {{{
 commit 034fc7bf129152b94958f4b74b9c81590350ce59
 Merge: d1adad3 9bbd6a4
 Author: Michael Niedermayer <michaelni at gmx.at>
 Date:   Wed May 25 06:32:23 2011 +0200

     Merge remote-tracking branch 'qatar/master'

     * qatar/master: (22 commits)
 [...]
       tiff: set palette in the context when specified in TIFF_PAL tag
 [...]
 }}}

 Original commit was:

 {{{
 commit dea58b6f978032253c263233ea0d4dec6215fe57
 Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
 Date:   Tue May 24 01:17:25 2011 +0200

     tiff: set palette in the context when specified in TIFF_PAL tag

     Fix regression with palette data. Since image initialization has been
     moved after tag parsing, palette need to be specified in the context,
     and then copied to the allocated image in init_image().

     In particular, fix trac issue #230, file Test_Flate_8bpp.tif.
 }}}

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


More information about the FFmpeg-trac mailing list