Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-14 | autogen: unobrk things. | Cedric BAIL | |
SVN revision: 58668 | |||
2011-04-14 | autogen: improve detection of parameter change. | Cedric BAIL | |
SVN revision: 58667 | |||
2011-03-24 | re-disable vlc | Mike Blumenkrantz | |
SVN revision: 58053 | |||
2011-03-23 | fix vlc module loading, disable slow vmem options, begin work on fast render ↵ | Mike Blumenkrantz | |
output SVN revision: 58049 | |||
2011-03-23 | fix and reenable vlc backend | Mike Blumenkrantz | |
question: is emotion_test supposed to show the video in only a small part of the window? SVN revision: 58044 | |||
2011-02-28 | emotion: fix DSO build. | Cedric BAIL | |
SVN revision: 57415 | |||
2011-02-27 | avoid segv on file set (zero imge data) | Carsten Haitzler | |
SVN revision: 57391 | |||
2011-02-25 | emotion: override engine by setting EMOTION_ENGINE environ. | Cedric BAIL | |
SVN revision: 57320 | |||
2011-01-30 | remove useless calls | Vincent Torri | |
SVN revision: 56403 | |||
2011-01-30 | set MODULE_EDJE when edje external module is enabled and when edje is found | Vincent Torri | |
SVN revision: 56402 | |||
2011-01-30 | comment-- | Carsten Haitzler | |
SVN revision: 56401 | |||
2011-01-30 | tnx vtorri -> cleaner module thing. more minimal changes. | Carsten Haitzler | |
SVN revision: 56399 | |||
2011-01-30 | lock externals to major version of edje. | Carsten Haitzler | |
SVN revision: 56398 | |||
2010-12-10 | Fix me as author | Sebastian Dransfeld | |
SVN revision: 55438 | |||
2010-11-26 | Adjusting rpm spec to a more current state of affairs. | Rui Seabra | |
SVN revision: 55025 | |||
2010-11-19 | warning cleanup. | Gustavo Sverzut Barbieri | |
there are still warnings from write(2) calls, they should be handled, but no time now. SVN revision: 54710 | |||
2010-11-19 | improve emotion_test, make better use of getopt, be less strict. | Gustavo Sverzut Barbieri | |
SVN revision: 54708 | |||
2010-11-08 | no more debian dir in our svn - debian now handles this tehmselves. | Carsten Haitzler | |
SVN revision: 54298 | |||
2010-11-01 | disable vlc module in emotion. that will get rid of the problem. | Carsten Haitzler | |
SVN revision: 54070 | |||
2010-10-24 | fix static modules build, remove useless checks. | Gustavo Sverzut Barbieri | |
- custom pipelines are gone, remove from src/lib/Makefile.am - no need to check for ffmpeg/cdda anymore, they are handled by playbin2 SVN revision: 53837 | |||
2010-10-23 | [emotion] allow externals to be built on Windows | Vincent Torri | |
SVN revision: 53814 | |||
2010-10-23 | [emotion] use ecore_getopt | Vincent Torri | |
SVN revision: 53813 | |||
2010-10-20 | the gstreamer backend uses now gstreamer playbin2 element to | Vincent Torri | |
create automatically the pipeline. The code is simpler and there is no need of the specific pipelines anymore. SVN revision: 53649 | |||
2010-10-20 | API break: emotion_object_file_set() returns a boolean, now. | Vincent Torri | |
SVN revision: 53648 | |||
2010-10-19 | * emotion: vlc backend is not in a good shape, disable by default. | Cedric BAIL | |
Enable it only if you want to fix it. SVN revision: 53598 | |||
2010-10-10 | avoid possible seg if accessing video dat for convert before its | Carsten Haitzler | |
decided and set. SVN revision: 53246 | |||
2010-10-07 | shutup stupid emotion debug! | Gustavo Sverzut Barbieri | |
to get them back, use EINA_LOG_LEVELS for each module or the catch-all: export EINA_LOG_LEVELS_GLOB='emotion*:4' ah, that was making me sick while playing enjoy... :-D SVN revision: 53170 | |||
2010-09-28 | export play_length as well. | Gustavo Sverzut Barbieri | |
SVN revision: 52841 | |||
2010-09-28 | emotion exports position, but don't use it from state description. | Gustavo Sverzut Barbieri | |
there should be some flags like RDONLY, RWONLY, RDWR, CONSTRUCTOR, RUNTIME, but until there... SVN revision: 52840 | |||
2010-09-27 | some fixes/improvements to emotion -> foound some buggers in xine - | Carsten Haitzler | |
tried making gst do it - should kind of work. i think gst is broken tho. SVN revision: 52800 | |||
2010-08-30 | * emotion: fix build of static module. | Cedric BAIL | |
SVN revision: 51759 | |||
2010-08-30 | libtool takes care of adding -fPIC (which is btw a compiler flag and not a ↵ | Vincent Torri | |
linker one) and -shared SVN revision: 51757 | |||
2010-08-30 | * don't tell you build emotion. It will broke windows compilation | Vincent Torri | |
* don't build the static lib module.a SVN revision: 51755 | |||
2010-08-30 | order of headers | Vincent Torri | |
SVN revision: 51754 | |||
2010-08-30 | * emotion: emotion_object_init will choose the best available backend | Cedric BAIL | |
if NULL is passed. SVN revision: 51747 | |||
2010-08-21 | Convert (hopefully) all comparisons to NULL | Lucas De Marchi | |
Apply badzero.cocci, badnull.coci and badnull2.cocci This should convert all cases where there's a comparison to NULL to simpler forms. This patch applies the following transformations: code before patch ||code after patch =============================================================== return a == NULL; return !a; return a != NULL; return !!a; func(a == NULL); func(!a); func(a != NULL); func(!!a); b = a == NULL; b = !a; b = a != NULL; b = !!a; b = a == NULL ? c : d; b = !a ? c : d; b = a != NULL ? c : d; b = a ? c : d; other cases: a == NULL !a a != NULL a SVN revision: 51487 | |||
2010-08-18 | * edje: fix edje external module to be consistent with the rest of the efl. | Cedric BAIL | |
SVN revision: 51296 | |||
2010-08-17 | * edje: fix edje external module path. | Cedric BAIL | |
SVN revision: 51251 | |||
2010-08-16 | fix emotion for 1.0.0alpha | Carsten Haitzler | |
SVN revision: 51193 | |||
2010-08-04 | FORMATTING | Lucas De Marchi | |
* Remove vim modelines: find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \; find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \; * Remove leading blank lines: find . -name '*.[cxh]' -exec sed -i '/./,$!d' If you use vim, use this in your .vimrc: set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0 SVN revision: 50816 | |||
2010-07-25 | doxygen | Andreas Volz | |
SVN revision: 50486 | |||
2010-07-20 | Fix for Ecore Api changes wrt Eina_Bool. | Christopher Michael | |
SVN revision: 50394 | |||
2010-07-11 | make emotion do the same snap/rev thing. while i'm poking around. | Carsten Haitzler | |
SVN revision: 50183 | |||
2010-07-09 | Move Emotion.h to own dir. | Christopher Michael | |
SVN revision: 50147 | |||
2010-07-08 | Fixes for Ecore Api changes | Lucas De Marchi | |
Patch automatically by Coccinelle to fix the callbacks used by the following functions: * ecore_event_handler_add() * ecore_event_filter_add() * ecore_idler_add() * ecore_idle_enterer_add() * ecore_idle_enterer_before_add() * ecore_idle_exiter_add() * ecore_main_fd_handler_add() * ecore_main_win32_handler_add() * ecore_timer_add() * ecore_timer_loop_add() * ecore_animator_add() * ecore_poller_add() SVN revision: 50099 | |||
2010-04-23 | copy/paste error | Vincent Torri | |
SVN revision: 48254 | |||
2010-04-21 | bug-- | Vincent Torri | |
SVN revision: 48212 | |||
2010-04-21 | use a macro for edje external support | Vincent Torri | |
SVN revision: 48211 | |||
2010-04-21 | make code compile if we reach the impossible :-) | Gustavo Sverzut Barbieri | |
SVN revision: 48209 | |||
2010-04-21 | wrong default path for the emotion modules | Vincent Torri | |
SVN revision: 48208 |