efl/legacy/ethumb/src/bin
Gustavo Sverzut Barbieri a2a0ab8d4c Fix memory alignment and remove dead/useless code.
* those write to stderr were legacy from development, some of them
   were even wrongly accessing out-of-buffer memory;

 * some platforms cannot access non-aligned memory, like integers that
   are not aligned to sizeof(int) and do on. Change the generated
   message using memcpy to aligned memory before using them. Add
   comment to explain that;



SVN revision: 50135
2010-07-08 22:37:04 +00:00
..
Makefile.am fix build of ethumbd client. 2010-02-11 21:05:31 +00:00
ethumb.c fix library compilation on Windows (it should be cleaned, though) 2009-11-01 21:55:15 +00:00
ethumbd.c Fix memory alignment and remove dead/useless code. 2010-07-08 22:37:04 +00:00
ethumbd_child.c Fix nasty cenourette. 2010-07-01 19:54:47 +00:00
ethumbd_client.c fix llvm/clang and gcc errors. 2010-03-02 00:34:40 +00:00
ethumbd_private.h Added support to creating animated thumbnails from videos. 2009-07-13 19:38:17 +00:00