emotion: fix race condition and never call fill_set in the backend.
[profile/ivi/emotion.git] / src /
2008-10-19 rastervlc moduel was utterly wrong - methods wrong comapred...
2008-10-08 barbieriemotion: set volume when files are opened.
2008-10-08 barbieriemotion: do not try to do file_set when no plugin is...
2008-10-06 barbieriemotion-gstreamer: use proper scale for volume.
2008-10-05 captainiglooAdd -vlc option to emotion_test
2008-09-27 caroadd vlc backend
2008-09-26 barbieriFix position reporting.
2008-09-26 barbieriemotion-gstreamer: Add some refactor, more to come.
2008-09-25 barbieriemotion+visualization: export and reorder.
2008-09-10 englebassRemove seek guard, as it isn't updated during playing.
2008-09-10 englebassRevert to not having seek_to_pos at all.
2008-09-10 englebassEAPI
2008-09-10 englebassKeep guard against seeking to the same position, but...
2008-09-10 englebassInitialize seek variables to -1, so that seek to 0...
2008-09-09 carofix position_set()
2008-09-07 barbieriAdd calculate callback to Evas_Smart_Class.
2008-07-06 englebassformatting
2008-07-06 englebassformatting
2008-07-06 englebassremove trailing whitespace
2008-07-06 englebassAdd vim header
2008-07-06 englebassformatting
2008-07-04 captainiglooCorrects retrieving metadata for gstreamer module
2008-06-19 englebassRemove unused variables.
2008-06-19 englebassignore
2008-05-15 doursseremove debug message
2008-05-15 doursse * reorganize the way the gstreamer pipeline is built...
2008-05-14 doursseDon't set sd->video to NULL. sd->video is initialized...
2008-05-13 doursseContrary to what gstremear's doc says, gst_deinit(...
2008-05-11 doursseput xine and gstreamer modules in their own subdir
2008-03-20 rasterfix #ifdef
2008-02-28 barbieriMinor cleanups.
2007-11-11 doursseFix the play of 2 files. Patch by Nicolas Aguirre
2007-11-11 doursseautostuff improvements:
2007-11-06 pfritzfollowing the api changes of ecore
2007-11-06 englebassAdd type identifier.
2007-11-02 dourssenow you can play several files without segfault
2007-10-31 doursse * Use ecore_plugin instead of dlfcn
2007-10-28 rasterfix odd sized videos
2007-10-28 rasterhandle exists too - and it gets written!
2007-10-26 rastercheck if *mod is null
2007-10-25 nashFix two bugs:
2007-10-05 rastercedric's ecore_job_init/shtudown patches.
2007-09-01 doursse* src/modules/emotion_gstreamer.c: (em_file_open):
2007-08-19 moom* Do not unref twice the same message
2007-08-06 moom* Fix a potential segv with the Gstreamer engine
2007-08-04 rastermove a chunk of stuff to use evas_smart_class_new(...
2007-07-25 pfritz*API BREAK* see the discussion in the mailing list...
2007-07-18 rasterwork around xine deadlock
2007-07-18 rasterdebugging emotion.
2007-07-15 rastervarious patches from the devel mailing list in - and...
2007-05-07 rasterlink modules to emotion
2007-05-06 rasterprotect if opening still
2007-05-06 rasterchange to use lazy eval for dlopen
2007-05-06 rasterexport api calls to modules
2007-03-21 rasteruse mutex's right with cond's
2007-03-19 rastermove some more stuff to the threads
2007-03-13 englebassFix compiler warnings.
2007-03-13 englebassFix warnings.
2007-03-13 devilhornsFix recent emotion_gstreamer breakage...someone forgot...
2007-03-13 rastermove emotion to fix latency on video load, deadlocks...
2007-01-03 rasterthere is a deadlock between the video out deocder threa...
2006-12-19 rasteruse the new colorspace support in evas... :)
2006-09-30 rastersame as previous commit.
2006-09-06 sebastidEAPI
2006-07-18 doursseFix a freeze when a file is not valid. Add support...
2006-07-17 doursseput the build of the pipelines apart
2006-06-25 doursseuse goom and not goom2k4 as default visualization
2006-05-21 dourssevolume is between 0 and 1, not 0 and 100
2006-05-21 dourssefix audio mute
2006-05-21 dourssefix warnings
2006-05-21 dourssefix volume for the gstreamer plugin
2006-05-14 doursseadd track count in the metadata and fix a bit the _clos...
2006-05-14 doursseadd track count in the metadata
2006-05-06 dourssesome cleaning when a file can not be read. Add a functi...
2006-04-22 doursseEOS signal. Easier than expected :)
2006-04-20 doursseLOTS of checks added. Fix the seek a bit (gstreamer...
2006-04-11 dourssefix seeking
2006-04-11 doursseuse autoaudiosink instead of alsasink (for platform...
2006-04-02 dourssesegfault when cdiocddasrc element is missing fixed...
2006-04-02 dourssesupport of cd audio. If n is track you want to play...
2006-03-12 dourssevisualization stuff for emotion_gstreamer. There's...
2006-02-06 dourssefixes...
2006-02-04 dourssegstreamer 0.10 port. There's a problem with the seek...
2006-02-01 rasterlink to pthread
2006-01-23 rasterless segv's
2006-01-21 rastermove plugin to be inlined ans loaded from code and...
2005-11-28 vapierxine-lib-1.1.1 change member names in the vo_overlay_t...
2005-11-04 sebastidDon't use strlen to check for empty string.
2005-10-20 vapierif ecore lacks both X and FB support, disable the test
2005-10-03 rastersuprot testign xr engine
2005-10-02 doursseremove printf
2005-10-02 doursseemotion can use gstreamer, now
2005-09-05 sebastidUse %f with doubles.
2005-09-05 sebastidAdd missing headers.
2005-09-04 sebastid* Include evas CFLAGS in emotion-config since emotion...
2005-09-03 sebastidUse AC_PATH_GENERIC
2005-09-03 rasteradd c++ stuff
2005-09-02 sebastidDon't include $(includedir) in searchpath, find headers...
2005-08-30 sebastidAdd return values.
2005-07-08 moom16* Have rewritten the yuy2->rgb converter to avoid licen...
next