summaryrefslogtreecommitdiff
path: root/src/lib/eet
Commit message (Expand)AuthorAgeFilesLines
* Eet: Fail gracefully on invalid inputJean-Philippe Andre2015-12-291-2/+4
* efl: add binary mode to f(re)open() callsVincent Torri2015-12-052-4/+4
* eet: improve error message during eet_close.Cedric BAIL2015-11-241-9/+21
* eet: remove useless assignment in eet cipher and silence warning.Vivek Ellur2015-11-221-2/+2
* Eet: remove dead variable assignment.Tom Hacohen2015-11-181-3/+3
* Revert "eet: removing useless assignment variables."Stefan Schmidt2015-11-181-3/+3
* Edje data: Fix memory leak in nested data descriptorsJean-Philippe Andre2015-11-181-1/+12
* eet: removing useless assignment variables.Srivardhan Hebbar2015-10-311-3/+3
* Evas: Disable TGV save debugging and fix error logJean-Philippe Andre2015-10-291-4/+4
* Eet: Another ETC decoding fixJean-Philippe Andre2015-10-291-3/+4
* Eet: fix decoding of embedded ETC imagesJean-Philippe Andre2015-10-291-17/+27
* eet: handling memory leak on realloc fail.Srivardhan Hebbar2015-10-221-10/+18
* eet: handling memory leak on realloc fail.Srivardhan Hebbar2015-10-211-1/+4
* eet - be robust about garbage at the end that looks like an idenityCarsten Haitzler (Rasterman)2015-10-073-14/+32
* eet - fix signature alignment and positionCarsten Haitzler (Rasterman)2015-10-071-10/+7
* eet: fix typo in documentationAmitesh Singh2015-09-281-1/+1
* eet - improve eet file storage when encoding by aligning dataCarsten Haitzler (Rasterman)2015-08-281-3/+38
* eet: remove the need to order the header correctly for Windows.Cedric BAIL2015-05-071-1/+3
* eet: fix interger overflowCedric BAIL2015-04-251-1/+1
* eet - fix emile changes to not leak in eet_cipher/deciper()Carsten Haitzler (Rasterman)2015-04-211-0/+2
* Emile: Fix memory leakJean-Philippe Andre2015-04-131-7/+5
* eet: remove use of deprecated Eina_Binbuf functions.Cedric BAIL2015-03-173-15/+14
* emile: remove binbuf from emile compression functions.Cedric BAIL2015-03-172-19/+19
* emile: follow convention for Emile_Compressor_Level.Cedric BAIL2015-03-172-3/+3
* emile: change the API to allow supporting other cipher in the future.Cedric BAIL2015-03-172-4/+6
* eet: use Emile type for encoding.Cedric BAIL2015-03-171-9/+8
* emile: fix crash when cspaces is left unchanged.Cedric BAIL2015-03-171-1/+1
* eet: encode lossy image with AGRY88 or GRY8 whenever possible.Cedric BAIL2015-03-171-0/+35
* eet: refactoring jpeg encoding.Cedric BAIL2015-03-171-1/+0
* eet: handle AGRY88 encoding for JPEG encoded image.Cedric BAIL2015-03-172-88/+148
* eet: fix error handling when decoding TGV file format.Cedric BAIL2015-03-171-15/+23
* eet: use Emile to decode jpeg.Cedric BAIL2015-03-171-325/+97
* eet: use Emile to decode TGV image section.Cedric BAIL2015-03-172-281/+56
* eet: use eina_binbuf and emile to manipulate TGV compressed data.Cedric BAIL2015-03-171-23/+22
* eet: initialize emile on demand.Cedric BAIL2015-03-171-0/+16
* eet: use Emile instead of Zlib and LZ4 directly.Cedric BAIL2015-03-173-533/+226
* eet: move to use emile for ciphering logic.Cedric BAIL2015-03-171-441/+18
* emile: move GNUTLS and OpenSSL initialization logic from Eet to Emile.Cedric BAIL2015-03-171-71/+11
* eet - fix endianess break added by cedric a year ago in image decodingCarsten Haitzler (Rasterman)2015-02-041-3/+3
* eet: add warning about security to be sure people don't use this function in ...Cedric BAIL2015-01-261-1/+4
* eet: properly handle failure and success case by not leaking memory.Cedric BAIL2015-01-211-23/+12
* Revert "eet: fix memory leak in eet_cipher"Cedric BAIL2015-01-191-4/+2
* eet - one place endianess check wasn't explicit - cleaner code if it isCarsten Haitzler (Rasterman)2015-01-141-0/+2
* eet - boyscouting - clean up whitespacesCarsten Haitzler (Rasterman)2015-01-141-4/+4
* eet - image decode - fix robustness of image decode from eet fileCarsten Haitzler (Rasterman)2015-01-141-2/+11
* Eee image: fix macros to be surrounded with do while().Tom Hacohen2015-01-141-3/+3
* eet: Remove unused variableChris Michael2015-01-061-2/+0
* eet: refactoring jpeg encoding.Cedric BAIL2015-01-061-147/+97
* eet: refactorize handling of endian.Cedric BAIL2015-01-061-98/+59
* eet: use eina_swap*() function instead of custom slower one.Cedric BAIL2015-01-061-17/+3