summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* emile: reduce code duplication between gnutls and openssl backend.devs/cedric/emileCedric BAIL2015-02-166-98/+101
* emile: remove ambiguity especially for Windows platform.Cedric BAIL2015-02-162-2/+2
* emile: add documentation for compression function.Cedric BAIL2015-02-161-2/+70
* emile: use an enum for level instead of just an int.Cedric BAIL2015-02-161-1/+4
* emile: update documentation version.Cedric BAIL2015-02-161-2/+2
* emile: split headers.Cedric BAIL2015-02-165-225/+243
* emile: fix crash when cspaces is left unchanged.Cedric BAIL2015-02-161-1/+1
* emile: build examples after adding emile.Cedric BAIL2015-02-164-0/+13
* eet: encode lossy image with AGRY88 or GRY8 whenever possible.Cedric BAIL2015-02-161-0/+35
* eet: refactoring jpeg encoding.Cedric BAIL2015-02-161-1/+0
* eet: handle AGRY88 encoding for JPEG encoded image.Cedric BAIL2015-02-162-88/+148
* emile: handle AGRY88 for JPEG image.Cedric BAIL2015-02-161-5/+131
* eet: fix error handling when decoding TGV file format.Cedric BAIL2015-02-161-15/+23
* eet: use Emile to decode jpeg.Cedric BAIL2015-02-161-325/+97
* emile: decode GRAY JPEG as GRY8.Cedric BAIL2015-02-161-29/+196
* emile: simplify error handling for jpeg data decoding.Cedric BAIL2015-02-161-22/+13
* evas: use emile to decompress JPEG files.Cedric BAIL2015-02-161-1403/+58
* evas: simplify structure.Cedric BAIL2015-02-161-15/+0
* emile: add JPEG support.Cedric BAIL2015-02-162-10/+1275
* eet: use Emile to decode TGV image section.Cedric BAIL2015-02-162-281/+56
* emile: remove use of custom structure and prefer Eina_Rectangle.Cedric BAIL2015-02-162-67/+56
* evas: use Emile to decode TGV.Cedric BAIL2015-02-165-458/+31
* evas: use Emile for defining all possible loader API.Cedric BAIL2015-02-161-103/+46
* emile: initial addition of emile image support.Cedric BAIL2015-02-163-3/+968
* eet: use eina_binbuf and emile to manipulate TGV compressed data.Cedric BAIL2015-02-161-23/+22
* emile: trying to fix security.Cedric BAIL2015-02-162-75/+31
* emile: Add SSL support.Cedric BAIL2015-02-167-3/+1311
* build: display crypto system as a feature of Emile.Cedric BAIL2015-02-161-1/+3
* emile: remove left over #ifdefCedric BAIL2015-02-162-21/+7
* emile: make the initialization part of backend cipher file to.Cedric BAIL2015-02-165-88/+109
* emile: with Emile and as long as you don't use any cipher, it will be just fine.Cedric BAIL2015-02-161-13/+0
* emile: split OpenSSL, GNUTLS and no cipher into separate file as a first step...Cedric BAIL2015-02-164-439/+600
* emile: make it cross platform.Cedric BAIL2015-02-161-8/+55
* eet: initialize emile on demand.Cedric BAIL2015-02-161-0/+16
* ecore_con: initialize emile cipher support on demand.Cedric BAIL2015-02-161-0/+3
* emile: make cipher initialization optional.Cedric BAIL2015-02-163-32/+52
* eet: use Emile instead of Zlib and LZ4 directly.Cedric BAIL2015-02-165-538/+231
* emile: add compress/uncompress logic.Cedric BAIL2015-02-163-3/+184
* eet: move to use emile for ciphering logic.Cedric BAIL2015-02-161-441/+18
* emile: expose cipher/uncipher block logic.Cedric BAIL2015-02-164-1/+492
* ecore_con: depend on emile for initializing crypto library.Cedric BAIL2015-02-163-65/+18
* emile: move GNUTLS and OpenSSL initialization logic from Eet to Emile.Cedric BAIL2015-02-162-73/+84
* emile: initial introduction of Emile.Cedric BAIL2015-02-1610-3/+388
* efl: autotools - move Eet section after Eo.Cedric BAIL2015-02-161-31/+30
* Revert "Add --disable-gui."Cedric BAIL2015-02-164-195/+43
* evas: updated .gitignore to not track evas_3d_colorpick example.kabeer khan2015-02-161-0/+1
* edje: Edje_Edit - add examples for it's API using for BOX part and itemsVitalii Vorobiov2015-02-163-3/+494
* evas: fix misspellings in evas_render2.Yomi2015-02-161-2/+2
* ecore_con: updatet documentation about Ecore_Con events.Srivardhan Hebbar2015-02-161-9/+14
* evas: Evas GL - add glGetError() after surface capability test.Minkyoung Kim2015-02-161-3/+7