summaryrefslogtreecommitdiff
path: root/src/lib/evas/common/evas_image_load.c
Commit message (Expand)AuthorAgeFilesLines
* Added the heif loaderthierry19702021-02-061-1/+6
* evas: Rename EAPI macro to EVAS_API in Evas libraryFelipe Magno de Almeida2020-12-151-4/+4
* Evas: add avif evas loader and saverVincent Torri2020-07-151-1/+5
* Revert "Evas: add avif evas loader"Carsten Haitzler (Rasterman)2020-07-141-3/+1
* Evas: add avif evas loaderVincent Torri2020-07-141-1/+3
* Get rid of trailing whitespaces (12 / 14)Elyes HAOUAS2020-06-231-13/+13
* eina file refs in edje/evas - audit them and plug holes where refs stayCarsten Haitzler (Rasterman)2019-08-211-0/+1
* evas: add infrastructure to feed 9 patch information from file loader to imag...Cedric BAIL2019-07-121-1/+12
* evas: break Image_Loader API to allow for getting property from the data fiel...Cedric BAIL2019-07-121-25/+25
* evas: break Evas_Loader API and introduce a version numbering for Image_Loader.Cedric BAIL2019-07-121-1/+1
* evas-common: Remove cserve2 supportChris Michael2018-08-301-13/+0
* evas - loading extension query - fix to not skip small extensionsCarsten Haitzler (Rasterman)2018-04-121-2/+5
* evas: make sure we always open the file and look at its header before trying ...Cedric BAIL2017-10-051-2/+2
* evas image load - remove unreachable codeCarsten Haitzler (Rasterman)2017-02-081-16/+0
* evas image load - handle null module handle in caseCarsten Haitzler (Rasterman)2017-02-081-3/+11
* evas image skip header - more fixes for when images fail to loadCarsten Haitzler (Rasterman)2017-01-061-11/+23
* efl header skip with preload - fix seg on invalid fileCarsten Haitzler (Rasterman)2017-01-041-2/+2
* evas loader - don't stat NULL file pathsCarsten Haitzler (Rasterman)2017-01-021-1/+2
* evas image async preload - add option to also make header load asyncCarsten Haitzler (Rasterman)2017-01-021-70/+111
* Eet: fix decoding of embedded ETC imagesJean-Philippe Andre2015-10-291-2/+2
* evas: let's handle dds also during tests properly.Cedric BAIL2014-10-211-1/+3
* evas loaders - fix logically dead codeCarsten Haitzler (Rasterman)2014-08-221-1/+1
* evas: jpeg loader - support flip, transpose, transverseWonguk Jeong2014-07-061-3/+3
* Evas: Support duplicated borders in surface allocJean-Philippe Andre2014-07-031-0/+8
* evas: remove RGBA_IMAGE_ALPHA_ONLY flags and use EVAS_COLORSPACE_GRY8 instead.Cedric BAIL2014-04-011-1/+0
* evas: let loader specify there prefered color space.Cedric BAIL2014-04-011-0/+3
* evas: add a tgv loader.Cedric BAIL2014-04-011-0/+3
* efl: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-261-2/+2
* evas - update extension/module loader list to match generic loaders listCarsten Haitzler (Rasterman)2013-11-241-12/+42
* evas/cserve2: Fix animated Gifs support with cs2Jean-Philippe Andre2013-10-281-30/+5
* evas: add JPEG 2000 loader.Vincent Torri2013-10-011-0/+4
* evas: handle error case by properly deallocating memory.Cedric Bail2013-09-021-0/+2
* evas: Keep sane name for public headerSebastian Dransfeld2013-06-201-1/+1
* evas: correctly detect if loader support asynchronous preloading.Cedric Bail2013-06-041-5/+5
* fix cedric's image property code... that broke load opt downscaling...Carsten Haitzler (Rasterman)2013-05-131-1/+1
* evas: add infrastructure to open from Eina_File.Cedric Bail2013-05-081-14/+36
* evas: final cleanup of the API, should be ready to make it public by now.Cedric Bail2013-05-061-46/+24
* evas: now move eina_file also out of the frame_duration API.Cedric Bail2013-05-061-1/+13
* evas: move evas cache API outside of the image data loader API.Cedric Bail2013-05-061-3/+43
* evas: start work on making the loader module a public API.Cedric Bail2013-05-061-56/+70
* merge: and now EvasVincent Torri2012-11-041-0/+391