https://bugs.documentfoundation.org/show_bug.cgi?id=103351

raal <r...@post.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bibisectRequest             |bibisected, bisected
                 CC|                            |qui...@gmail.com

--- Comment #3 from raal <r...@post.cz> ---
This seems to have begun at the below commit.
Adding Cc: to Tomaž Vajngerl; Could you possibly take a look at this one?
Thanks

author  Tomaž Vajngerl <tomaz.vajng...@collabora.com>   2016-10-03 16:39:04
(GMT)
committer       Tomaž Vajngerl <qui...@gmail.com>       2016-10-04 12:15:24
(GMT)
commit  8a04fac29da8ae902bd5f0aac559129013274304 (patch)
tree    0615500e9bc8b1b736ee2ed7922167b31199cfbd
parent  d954f856a9909a582b089fd9339b0930d57914d7 (diff)
vcl: read image from JPEG one scanline at a time
When reading an image from JPEG file we allocate a large buffer
to hold the whole raw image before we read it into SalBitmap.
If the image is large this step will spike the memory usage.

This changes reading so that we allocate only the buffer for
a scanline and read one scanline at a time.


d022f589c08c2fd245eb682945a306a9765a64c7 is the first bad commit
commit d022f589c08c2fd245eb682945a306a9765a64c7
Author: Norbert Thiebaud <nthieb...@gmail.com>
Date:   Tue Oct 4 05:50:03 2016 -0700

    source sha:8a04fac29da8ae902bd5f0aac559129013274304

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to