summaryrefslogtreecommitdiff
path: root/src/lib/eet_image.c
Commit message (Expand)AuthorAgeFilesLines
* eet_image: Initialize bigend_data to NULL to avoid segfaults.Stefan Schmidt2013-06-281-1/+1
* eet_image: Backport memory leak fix.Stefan Schmidt2013-06-111-1/+7
* eet: backport r82743.Cedric BAIL2013-01-141-2/+16
* backport eet fix.Carsten Haitzler2012-09-211-1/+1
* add lz4 compression options to eet. remove amalgamated build too.Carsten Haitzler2012-05-151-52/+108
* make eet_data_image_jpeg_alpha_decode() more like eet_data_image_jpeg_rgb_dec...Gustavo Sverzut Barbieri2012-01-191-7/+12
* remove annoying post-brace commentsMike Blumenkrantz2011-12-021-37/+37
* ok - longstanding issue. quality of jpeg encode and decode droppedCarsten Haitzler2011-11-161-2/+9
* ran ecrustify on eet. this seems to do a good job of eet. comments?Carsten Haitzler2011-10-211-186/+193
* remove trailing whitespaceMike Blumenkrantz2011-07-301-3/+3
* Fix compilation with libjpeg 8 on Windows.Vincent Torri2011-05-231-0/+1
* make src also do what dest did - calloc.Carsten Haitzler2010-08-221-5/+11
* calloc dst mgr to be sure.Carsten Haitzler2010-08-221-2/+4
* Convert (hopefully) all comparisons to NULLLucas De Marchi2010-08-211-2/+2
* FORMATTINGLucas De Marchi2010-08-041-4/+0
* fix stupid align of *Sebastian Dransfeld2010-07-311-115/+115
* remove space after *Sebastian Dransfeld2010-07-311-227/+227
* formatting. <- uncrustifyCarsten Haitzler2010-07-311-486/+424
* testing uncrustify on eet. this shall be standard efl formatting fromCarsten Haitzler2010-07-281-701/+1161
* Remove unneeded code with notnull.cocci scriptLucas De Marchi2010-07-141-1/+1
* must include winsock2.h before time.h and jpeglib.h (for vc++...)Vincent Torri2010-04-031-4/+4
* * update Visual Studio project filesVincent Torri2010-04-031-5/+5
* eet: mega doc update, still stuff to do.Gustavo Sverzut Barbieri2010-03-181-23/+23
* * eet: Fix override of global symbols.Cedric BAIL2010-03-011-45/+45
* * Include winsock2.h in eet_image.c for htonl definition on Windows.Vincent Torri2009-12-071-0/+4
* * add amalgamation option to eet (disabled by default,Vincent Torri2009-11-021-22/+35
* Fix compilation on OpenBSD (bug #251). Patch by eumel.Vincent Torri2009-03-221-0/+3
* Add some missing unused flags.Chidambar Zinnoury2009-02-091-2/+2
* Dead assignment. Reported by CLang.Chidambar Zinnoury2009-02-081-1/+0
* Remove dead assignment.Cedric BAIL2008-12-301-4/+0
* Remove dead code detected by llvm static analyser.Cedric BAIL2008-12-291-20/+8
* Check decompression error. Potential bug detected by llvm static analyser.Cedric BAIL2008-12-291-1/+1
* Add crypto support to eet.Cedric BAIL2008-11-131-36/+150
* Remove more compiler warning.Cedric BAIL2008-10-131-21/+32
* Recommit Joerg Sonnenberger patch with more fix.Cedric BAIL2008-09-031-86/+206
* roll back eet change (revert patch) as this breaks bsd and seems to causeCarsten Haitzler2008-09-031-189/+75
* Little bit modified patch from Joerg Sonnenberger that remove the need forCedric BAIL2008-09-021-75/+189
* Fix wrongly stored image when compressed size is bigger than uncompressed. Fi...Cedric BAIL2008-07-241-5/+9
* Add eet_data_image_read_to_surface and eet_data_image_decode_to_surface.Cedric BAIL2008-06-021-147/+263
* Add netinet/in.h for htonl().Kim Woelders2008-04-031-0/+4
* add string.hCarsten Haitzler2008-03-281-0/+1
* reorganise header files so that evil is better included. Please test before t...doursse2008-03-281-1/+23
* * define EAPI on Windows according to the following scheme:doursse2008-03-081-0/+8
* * EAPI_DEF is actually useless. go back to EAPIdoursse2008-03-071-6/+6
* use evil on win32:doursse2008-03-021-6/+6
* cedric's eet and edje patches to use eet dictionaries for strings.Carsten Haitzler2008-03-011-4/+5
* include files in the correct orderSebastian Dransfeld2008-01-271-1/+1
* formattingSebastian Dransfeld2008-01-271-2/+2
* formattingSebastian Dransfeld2008-01-271-2/+2
* cedric's eet race patchCarsten Haitzler2008-01-211-2/+2