summaryrefslogtreecommitdiff
path: root/src/lib/emile
Commit message (Expand)AuthorAgeFilesLines
* emile: fix a potentional resource leaking.Wonki Kim2020-04-061-0/+6
* doxygen: fix missing endcond tagXavi Artigas2020-02-281-0/+4
* emile: remove a improper free logicWonki Kim2020-02-191-1/+0
* fix jpeg loading which freed the wrong ptrCarsten Haitzler (Rasterman)2019-12-021-6/+8
* emile - use newer lz4 api instead of deprecated oneCarsten Haitzler (Rasterman)2019-08-071-2/+3
* docs: Fix common misspellings in H filesXavi Artigas2019-04-021-2/+2
* Revert "Emile: Move colorspaces to Efl.Gfx"Mike Blumenkrantz2019-03-082-24/+33
* replace hton and ntoh family functions with ones defined in einaVincent Torri2019-02-013-25/+6
* emile+ tgv saver - stop using deprecated lz4 functions to remove warningsCarsten Haitzler (Rasterman)2019-01-151-6/+6
* cmake: remove!Marcel Hollerbach2018-12-201-45/+0
* emile - fix windows buildVincent Torri2018-10-311-8/+3
* here comes mesonMarcel Hollerbach2018-10-021-0/+42
* emile image: close file properly.Hermet Park2018-07-181-0/+2
* emil: resolve possible memory leak.Hermet Park2018-04-051-1/+4
* all: Simplify definition of EAPIVincent Torri2018-01-181-1/+1
* emile: comparing less than zero with unsigned interger.Subodh Kumar2017-10-091-1/+1
* emile: unmap the memory for image file after decode.jiin.moon2017-09-271-0/+2
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
* emile: SSL state should fallthrough to avoid duplication of logic.Cedric BAIL2017-06-051-1/+2
* emile: fallthrough is legal here as we handle fallback case when caller doesn...Cedric BAIL2017-06-051-0/+4
* emile_image: add error handling code for ifd_offset valueJaeun Choi2017-04-061-0/+8
* emile: rename emile_image_register to emile_image_callback_set.Cedric BAIL2017-02-272-2/+2
* emile: don't use APIs deprecated in openssl-1.1Hosang Kim2017-02-072-2/+6
* cmake: handle 'FindXXX.cmake' standard with 'find-XXX' libraries.Gustavo Sverzut Barbieri2017-02-011-2/+1
* cmake: emile is depending on eflMarcel Hollerbach2017-02-011-0/+1
* cmake: use the jpeg module of cmake to find the libraryMarcel Hollerbach2017-02-011-1/+2
* cmake: add EFL_SUPPORT_LIB() and simplify/speedup its usage.Gustavo Sverzut Barbieri2017-01-271-15/+2
* cmake: add emile and EFL_OPTION_BACKEND()Gustavo Sverzut Barbieri2017-01-261-0/+57
* openssl 1.1 build break fixesCarsten Haitzler (Rasterman)2017-01-041-0/+15
* emile: refactor color convertion/copy logic in jpeg data decoder.Cedric BAIL2016-12-151-129/+148
* emile: reduce the amount of clobbered variable.Cedric BAIL2016-12-151-19/+14
* emile_image: fix possible segmentation fault in AGRY88Sungtaek Hong2016-12-071-1/+2
* emile: add infrastructure for callback to request what to do with image.Cedric BAIL2016-12-062-1/+79
* emile: do not rely on the struct sizeMarcel Hollerbach2016-12-051-20/+17
* Emile: use stronger ssl cipherSimon Lees2016-10-171-2/+2
* emile: fix typos.Cedric BAIL2016-09-211-1/+1
* emile: API break, rename sha1 to hmac_sha1, introduce real sha1.Gustavo Sverzut Barbieri2016-08-305-15/+77
* emile: fix jpeg loader broken with orientationjiin.moon2016-08-191-16/+17
* evas: Fix region test in jpeg load with region + zoomJean-Philippe Andre2016-08-171-0/+7
* emile: region_set does not working in jpeg loader if scale_down has setjiin.moon2016-08-171-12/+19
* autotools: since it has been broken for some times and nobody noticed, let's ...Cedric BAIL2016-08-011-61/+0
* emile: fix build warning of Emile_Image.JunsuChoi2016-05-311-1/+1
* emile: make it possible to build the library alone.Cedric BAIL2016-04-141-0/+61
* Emile: Move colorspaces to Efl.GfxJean-Philippe Andre2016-03-282-33/+24
* emile: move all eina_str_base64 to emile_base64.Cedric BAIL2016-01-073-0/+269
* ecore_con: remove last occurence of EMILE_SSLv3Vincent Torri2015-11-111-1/+0
* emile: deprecate the use of SSLv3 with GNUTLS backend to.Cedric BAIL2015-11-091-4/+1
* emile/ecore_con: drop SSLv3 support due to security issue.Cedric BAIL2015-11-022-7/+0
* Eet: fix decoding of embedded ETC imagesJean-Philippe Andre2015-10-291-6/+7
* Emile: Allow load of ETC images if region = whole imageJean-Philippe Andre2015-10-291-1/+3