[FFmpeg-trac] #5561(avcodec:open): Implement a tiff parser

FFmpeg trac at avcodec.org
Tue May 17 21:13:38 CEST 2016


#5561: Implement a tiff parser
-------------------------------------+-----------------------------------
             Reporter:  csab6597     |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  TIF          |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by csab6597):

 I would like to add a wish that there could be a more meaningful message
 like 'format xxx not supported for pipe input'. At the moment for tiff
 files, it looks like these files ARE supported because the line above
 [Input #0, tiff_pipe, from 'pipe:0'] makes the user think the file was
 identified correctly. This line made me spend quite a while on this
 matter...

 By the way I did some more testing of pipe input of image formats:
 bmp: works
 gif: works
 tga: 'Invalid data found when processing input'
 pbm: 'Invalid data found when processing input'
 pcx: 'could not find codec parameters...'
 jpg: works
 png: works
 other file formats to test...

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5561#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list