After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583048 - [patch] jpegdec: support for larger pictures
[patch] jpegdec: support for larger pictures
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.16
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-18 14:08 UTC by Philippe Normand
Modified: 2009-05-21 21:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch updating MAX_HEIGHT & MAX_WIDTH (440 bytes, patch)
2009-05-18 14:09 UTC, Philippe Normand
committed Details | Review

Description Philippe Normand 2009-05-18 14:08:38 UTC
Please describe the problem:
jpegdec supports only 4096x4096px pictures currently. The spec says we can support up to 65537x65537px.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Philippe Normand 2009-05-18 14:09:49 UTC
Created attachment 134865 [details] [review]
patch updating MAX_HEIGHT & MAX_WIDTH
Comment 2 Philippe Normand 2009-05-18 14:10:32 UTC
Err I meant 65535x65535px ;)
Comment 3 Wim Taymans 2009-05-18 14:14:08 UTC
will push and close after freeze.

commit f405ccb44ea2d637148f6a8b31f10d161223ffd5
Author: Philippe Normand <philippe at fluendo.com>
Date:   Mon May 18 16:12:46 2009 +0200

    jpegdec: bump max size to 65535x65535
    
    Remove artificial jpeg image limits.
    Fixes #583048.