[FFmpeg-trac] #154(avcodec:closed): pbm file does not convert

FFmpeg trac at avcodec.org
Sun May 8 20:12:26 CEST 2011


#154: pbm file does not convert
------------------------+----------------------
Reporter:  ami_stuff    |       Owner:
    Type:  defect       |      Status:  closed
Priority:  normal       |   Component:  avcodec
 Version:  unspecified  |  Resolution:  fixed
Keywords:               |  Blocked By:
Blocking:               |  Reproduced:  1
Analyzed:  1            |
------------------------+----------------------
Changes (by saste):

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


Comment:

 Fixed in commit:

 commit 4a745b41770893116405c22f832192510f9bcc9b
 Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
 Date:   Sun May 8 00:47:14 2011 +0200

     pnmdec: add support for mono images with non-space-separated pixel
 digits

     When the file to decode contains a sequence of binary values like
     "1101110...", decode_frame() was reading the sequence of digits like a
     unique integer value, which was resulting in integer overflows.

     The change add support for parsing non-space-separated pixel digits
     for mono formats, in particular fix decoding of file battrace.pbm, and
     fix trac issue #154.

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


More information about the FFmpeg-trac mailing list