Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-25 | emile: check that we actually do have option before using them. | Cedric BAIL | |
CID 1288929 | |||
2015-04-25 | emile: fix support of AGRY88. | Cedric BAIL | |
CID 1288931 | |||
2015-04-20 | emile: Fix resource leak | Chris Michael | |
Summary: This fixes Coverity CID1288919 where buffer variable was being leaked if emile failed to load the image due to corrupt file. @fix Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2015-04-20 | emile: Fix resource leak | Chris Michael | |
Summary: This fixes Coverity CID1288918 where data_start variable was being leaked if the rectangles did not intersect. @fix Signed-off-by: Chris Michael <cp.michael@samsung.com> | |||
2015-04-15 | Emile: Reduce ERR logs on invalid JPEG images | Jean-Philippe Andre | |
When reading the head of a file, we may get the error that it is not a JPEG image (which is normal), so we should not print any ERR. The JPEG header read function can indeed be called to test whether a file can be opened by the JPEG loader or not (any file). Note that JPEG files don't have reliable magic numbers, so we don't check them, but rely on libjpeg instead. Fixes T2290 | |||
2015-04-14 | Emile image: Fix decoding of ETC1+Alpha images | Jean-Philippe Andre | |
This bug is probably a copy&paste issue when writing emile. | |||
2015-04-07 | Emile image: Fix TGV (ETC1,2) loader | Jean-Philippe Andre | |
The error was not reset to NONE even in case of success. | |||
2015-03-23 | emile: meaningful initialization of some pointers. | Cedric BAIL | |
2015-03-20 | emile: Remove unnecessary check in _emile_jpeg_head function | jiin.moon | |
Summary: Already checked it by "else if ((opts->w > 0) && (opts->h > 0))" Reviewers: cedric, Hermet Reviewed By: Hermet Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2199 | |||
2015-03-17 | emile: fix coding style with ecrustify. | Cedric BAIL | |
2015-03-17 | emile: add a note regarding useless structure member. | Cedric BAIL | |
2015-03-17 | emile: remove use of deprecated eina binbuf function. | Cedric BAIL | |
2015-03-17 | emile: make sure given boolean are really boolean. | Cedric BAIL | |
2015-03-17 | emile: remove binbuf from emile compression functions. | Cedric BAIL | |
2015-03-17 | emile: use Eina_Log for Jpeg error message. | Cedric BAIL | |
2015-03-17 | emile: update to latest GNUTLS/GCRYPT API. | Cedric BAIL | |
2015-03-17 | emile: fix some warnings in gnutls component | Vincent Torri | |
2015-03-17 | emile: ERROR is a macro already defined on Windows | Vincent Torri | |
2015-03-17 | emile: fix emile_binbuf_sha1() signature when no cipher is used | Vincent Torri | |
2015-03-17 | emile: fix array count | Vincent Torri | |
2015-03-17 | emile: cleanup comments and internal functions name. | Cedric BAIL | |
2015-03-17 | emile: cleanup private header. | Cedric BAIL | |
2015-03-17 | emile: cleanup header from useless cruft. | Cedric BAIL | |
2015-03-17 | emile: follow convention for Emile_Compressor_Level. | Cedric BAIL | |
2015-03-17 | emile: normalize compression header. | Cedric BAIL | |
2015-03-17 | emile: normalize version number to 1.14. | Cedric BAIL | |
2015-03-17 | emile: implement emile_cipher_module_get in a useful way. | Cedric BAIL | |
2015-03-17 | emile: document the stable cipher function. | Cedric BAIL | |
2015-03-17 | emile: actually this set of function are neat enough to be a public API. | Cedric BAIL | |
2015-03-17 | emile: change the API to allow supporting other cipher in the future. | Cedric BAIL | |
2015-03-17 | emile: mark ssl layer as a beta API for now. | Cedric BAIL | |
2015-03-17 | emile: document Emile_Image. | Cedric BAIL | |
2015-03-17 | emile: reduce code duplication between gnutls and openssl backend. | Cedric BAIL | |
Add a visible emile_binbuf_sha1 implementation and deduplicate emile_pbkdf2_sha1 (but does not explicitely expose it). | |||
2015-03-17 | emile: remove ambiguity especially for Windows platform. | Cedric BAIL | |
Thanks Vincent Torri for the review. | |||
2015-03-17 | emile: add documentation for compression function. | Cedric BAIL | |
2015-03-17 | emile: use an enum for level instead of just an int. | Cedric BAIL | |
2015-03-17 | emile: update documentation version. | Cedric BAIL | |
2015-03-17 | emile: split headers. | Cedric BAIL | |
2015-03-17 | emile: handle AGRY88 for JPEG image. | Cedric BAIL | |
2015-03-17 | emile: decode GRAY JPEG as GRY8. | Cedric BAIL | |
2015-03-17 | emile: simplify error handling for jpeg data decoding. | Cedric BAIL | |
2015-03-17 | emile: add JPEG support. | Cedric BAIL | |
2015-03-17 | emile: remove use of custom structure and prefer Eina_Rectangle. | Cedric BAIL | |
Get rid of warning inside of the jpeg loader that result of it. I do believe this is not an ABI break on the loader API. If you disagree, please raise your voice. | |||
2015-03-17 | emile: initial addition of emile image support. | Cedric BAIL | |
2015-03-17 | emile: trying to fix security. | Cedric BAIL | |
2015-03-17 | emile: Add SSL support. | Cedric BAIL | |
2015-03-17 | emile: remove left over #ifdef | Cedric BAIL | |
2015-03-17 | emile: make the initialization part of backend cipher file to. | Cedric BAIL | |
2015-03-17 | emile: split OpenSSL, GNUTLS and no cipher into separate file as a first ↵ | Cedric BAIL | |
step toward module. | |||
2015-03-17 | emile: make it cross platform. | Cedric BAIL | |