summaryrefslogtreecommitdiffstats
path: root/image/imgFrame.h
Commit message (Collapse)AuthorAgeLines
* Split out FrameTimeout into its own header file for re-use.wolfbeast2018-11-21-100/+0
|
* Bug 1462355 - Part 1a. Make imgFrame animation parameters threadsafe.wolfbeast2018-11-20-46/+26
| | | | | | | | | | | | We currently choose to set the animation parameters (blend method, blend rect, disposal method, timeout) in imgFrame::Finish instead of imgFrame::InitForDecoder. The decoders themselves already have access to the necessary information at the time InitForDecoder is called, so there is no reason to do this. Moving the configuration to initialization will allow us to relax the mutex protection on these parameters. This part simply reorganizes imgFrame, and subsequent parts will introduce the necessary changes to SurfacePipe and decoders.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+599