summaryrefslogtreecommitdiff
path: root/platform/default/jpeg_reader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | | * Consolidate Image and StillImage * Typecheck unassociated vs premultiplied images * Rewrite default platform image decoding implementation
* [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 ↵artemp2014-11-261-21/+21
| | | | codebase
* image-readers: move concrete implementations headers into platform/defaultartemp2014-11-191-1/+1
|
* simplify image_readers creation implementationartemp2014-11-191-82/+5
| | | | | * remove static callbacks registration * link png_reader/jpeg_reader into mbgl-linux lib
* image-readers: only register readers that are usedartemp2014-11-171-8/+2
| | | | | create_png_reader(char const* data, size_t size) create_jpeg_reader(char const* data, size_t size)
* 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
(work-in-progress)