efl/src
Carsten Haitzler 309e287b7c evas - gif loader rewrite (clean up code, document it a lot AND fix bugs)
after several days of beating head on desk, i gave up trying to find
the exact cause of some gifs not rendering right as animated gifs due
to the loader. it had something to do with dispose mode handling and
which frame it was applied to. i noticed the structure made it also
hard to fix, so this re-structures the entire thing with cleaner code,
less code AND more comments, with a limited memory cache (512k) for
previous frames per image (to avoid eating up huge memory blobs for
big/long animations - though at the expense of cpu), and with some
notes for future fixes - like fixing the "load 2 copies of the same
animated gif" issue... that's another day.

this does fix https://phab.enlightenment.org/T443 along with many
other things.
2013-10-30 18:18:08 +09:00
..
benchmarks Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
bin evas/cserve2: Fix new Coverity issues 2013-10-29 15:08:14 +09:00
edje_external/emotion
examples ecore examples: move pkg-config at the end of gcc command. 2013-10-22 00:45:29 +09:00
lib evas - animated images. fix leak in not freeing the list of frames itself 2013-10-30 18:18:08 +09:00
modules evas - gif loader rewrite (clean up code, document it a lot AND fix bugs) 2013-10-30 18:18:08 +09:00
scripts/eina
static_libs Synced libunibreak local copy with upstream. 2013-08-07 11:57:09 +01:00
tests eina: add test for old ABI supported function, but not exposed anymore. 2013-10-25 20:16:10 +09:00
utils/ecore Split .gitignore into multiple files 2013-06-11 18:18:50 -03:00
Makefile.am examples: Make make return an error if one of the examples fails compile 2013-07-11 09:55:02 +01:00
Makefile_EPhysics.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore.am ecore system: Add Tizen backend 2013-08-15 14:46:30 -03:00
Makefile_Ecore_Audio.am Revert "ecore_audio: Add alsa support" 2013-05-03 17:44:07 -03:00
Makefile_Ecore_Cocoa.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Con.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Evas.am Start on ecore_evas Drm code. 2013-05-14 10:49:14 +01:00
Makefile_Ecore_FB.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_File.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_IMF.am ecore_imf: Add support for wayland 2013-06-24 16:14:14 -03:00
Makefile_Ecore_IMF_Evas.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Input.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Input_Evas.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Ipc.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Psl1ght.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_SDL.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_Wayland.am ecore/wayland: Do not generate subsurface source files. 2013-10-11 14:26:34 -03:00
Makefile_Ecore_Win32.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_WinCE.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ecore_X.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Edje.am edje_test: Test geometry of a more complex layout 2013-06-28 14:25:30 +01:00
Makefile_Edje_Helper.am
Makefile_Eet.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Eeze.am eeze: handle its intall hook correctly. 2013-05-05 17:25:48 +09:00
Makefile_Efl.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Efreet.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Eina.am eina: add test for old ABI supported function, but not exposed anymore. 2013-10-25 20:16:10 +09:00
Makefile_Eio.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Eldbus.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Embryo.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Emotion.am Makefile: compilation succed without png support 2013-05-30 23:47:35 +02:00
Makefile_Eo.am eo: add EO_CLASS_CLASS 2013-10-13 00:00:13 +02:00
Makefile_Escape.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Ethumb.am Makefile: compilation succed without png support 2013-05-30 23:47:35 +02:00
Makefile_Ethumb_Client.am add a global Efl_Config.h for everyone. 2013-04-24 23:43:33 +09:00
Makefile_Evas.am evas/cserve2: Add SHM debug tool (CLI) 2013-10-28 15:47:14 +09:00
Makefile_Evil.am Revert "evil: Fix parallel make by setting internal dependencies." 2013-07-18 14:21:19 +01:00