gecko-dev/image/decoders
Joe Drew e10ce649b4 Bug 867774 - Create a FrameBlender class that holds on to an image's frames and can blend frames together on demand (while leaving the decision as to which frames to external users). r=seth
FrameBlender steals RasterImage::mFrames, RasterImage::DoComposite, and the
RasterImage blending helper functions CopyFrameImage, DrawFrameTo, and
ClearFrame. Now RasterImage doesn't hold on to its frames directly, and defers
all blending to FrameBlender::DoComposite.

--HG--
extra : rebase_source : f03736045f967f0947441703e54135b98d9dcf54
2013-06-17 16:49:04 -04:00
..
icon bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1) r=mshal 2013-06-14 14:07:19 -04:00
GIF2.h Bug 716140 - Make animated image formats (PNG and GIF) explicitly pause decoding and ask for a new image frame when they need new frames. 2013-01-28 12:27:35 -05:00
Makefile.in Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
iccjpeg.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
iccjpeg.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
moz.build Bug 877626 - Port GTK2 to GTK3 - build config, rest of the tree. r=karlt 2013-06-12 08:04:28 -04:00
nsBMPDecoder.cpp Bug 867774 - Create a FrameBlender class that holds on to an image's frames and can blend frames together on demand (while leaving the decision as to which frames to external users). r=seth 2013-06-17 16:49:04 -04:00
nsBMPDecoder.h Bug 716140 - Make mImageData and mColormap (and their sizes) protected members of mozilla::image::Decoder rather than the leaf classes. 2013-01-28 12:26:36 -05:00
nsGIFDecoder2.cpp Bug 867774 - Create a FrameBlender class that holds on to an image's frames and can blend frames together on demand (while leaving the decision as to which frames to external users). r=seth 2013-06-17 16:49:04 -04:00
nsGIFDecoder2.h Bug 716140 - Make animated image formats (PNG and GIF) explicitly pause decoding and ask for a new image frame when they need new frames. 2013-01-28 12:27:35 -05:00
nsICODecoder.cpp Bug 863958 - Don't call SetSize from the ICO decoder if we already have the size. r=seth 2013-04-25 16:34:30 -04:00
nsICODecoder.h Bug 716140 - Allocate frames asynchronously with a separate worker dispatched to the main thread. r=seth 2013-02-27 14:23:08 -05:00
nsIconDecoder.cpp Bug 716140 - Preallocate frames before going into a decoder. r=seth 2013-02-01 20:06:30 -05:00
nsIconDecoder.h Bug 716140 - Make mImageData and mColormap (and their sizes) protected members of mozilla::image::Decoder rather than the leaf classes. 2013-01-28 12:26:36 -05:00
nsJPEGDecoder.cpp Bug 867774 - Create a FrameBlender class that holds on to an image's frames and can blend frames together on demand (while leaving the decision as to which frames to external users). r=seth 2013-06-17 16:49:04 -04:00
nsJPEGDecoder.h Bug 716140 - Make mImageData and mColormap (and their sizes) protected members of mozilla::image::Decoder rather than the leaf classes. 2013-01-28 12:26:36 -05:00
nsPNGDecoder.cpp Bug 867774 - Create a FrameBlender class that holds on to an image's frames and can blend frames together on demand (while leaving the decision as to which frames to external users). r=seth 2013-06-17 16:49:04 -04:00
nsPNGDecoder.h Bug 867774 - Create a FrameBlender class that holds on to an image's frames and can blend frames together on demand (while leaving the decision as to which frames to external users). r=seth 2013-06-17 16:49:04 -04:00
nsWBMPDecoder.cpp Bug 716140 - Preallocate frames before going into a decoder. r=seth 2013-02-01 20:06:30 -05:00
nsWBMPDecoder.h Bug 716140 - Make mImageData and mColormap (and their sizes) protected members of mozilla::image::Decoder rather than the leaf classes. 2013-01-28 12:26:36 -05:00