summaryrefslogtreecommitdiff
path: root/platform/default/jpeg_reader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-4/+4
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-2/+2
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-1/+1
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-271-1/+1
* [core] Added CharArrayBufferBruno de Oliveira Abinader2016-06-301-3/+4
* [core] Replace boost iostream with standard {i,s}streamBruno de Oliveira Abinader2016-06-211-20/+11
* [tidy/linux] modernize-use-nullptrBruno de Oliveira Abinader2016-06-141-3/+3
* [tidy/linux] llvm-namespace-commentBruno de Oliveira Abinader2016-06-141-1/+1
* [core] Use RVO in PremultipliedImage::decodeJPEGBruno de Oliveira Abinader2016-02-181-1/+1
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-122/+77
* [core] Remove unusedJohn Firebaugh2015-11-231-9/+10
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-3/+3
* convert image_reader public interface to use CamelCase to match the rest of c...artemp2014-11-261-21/+21
* image-readers: move concrete implementations headers into platform/defaultartemp2014-11-191-1/+1
* simplify image_readers creation implementationartemp2014-11-191-82/+5
* image-readers: only register readers that are usedartemp2014-11-171-8/+2
* remove unused pragmasartemp2014-11-141-4/+0
* fix linux buildartemp2014-11-141-6/+6
* cleanupsartemp2014-11-131-2/+1
* add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-071-0/+291