summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-20Implement setting of audio/video channelgst-1.0Sebastian Dröge1-12/+16
2013-12-20Implement initial support for GstNavigation interfaceSebastian Dröge1-3/+91
2013-12-20Header cleanupSebastian Dröge6-91/+23
2013-12-20Remove some unused definesSebastian Dröge2-4/+0
2013-12-20Use GstAudioInfo to store the audio format informationSebastian Dröge6-5/+7
2013-12-20Store video format information in GstVideoInfo for the different video streamsSebastian Dröge3-29/+21
2013-12-20Add support for pixel-aspect-ratioSebastian Dröge1-0/+1
2013-12-20Use GstVideoInfo to store the format details inside the sinkSebastian Dröge2-22/+19
2013-12-19Remove unused GSignal from the sinkSebastian Dröge1-12/+0
2013-12-19Return GST_FLOW_FLUSHING when the sink is unlockedSebastian Dröge1-1/+1
2013-12-19Initial port of emotion to GStreamer 1.0Sebastian Dröge9-739/+237
2013-12-19Add copy of the GStreamer 0.10 Emotion module to be ported to 1.0Sebastian Dröge6-0/+4201
2013-12-19Port ecore example to GStreamer 1.0Sebastian Dröge3-5/+26
2013-12-18pkgbuild: avahi is now a dependency of EFL.HEADmasterCedric BAIL1-2/+2
2013-12-17getopt: add positional argument handling.Gustavo Sverzut Barbieri3-10/+376
2013-12-17add great ecore_getopt example.Gustavo Sverzut Barbieri4-3/+349
2013-12-17getopt: fix line wrapping issues in help strings.Gustavo Sverzut Barbieri1-1/+13
2013-12-17ecore/ecore_x - show the window if the window should be visible.ChunEon Park1-2/+4
2013-12-17Ecore_Avahi: initial commit.Cedric BAIL13-0/+671
2013-12-16One ) too many.Iván Briano1-1/+1
2013-12-16Evas textblock: Fixed range_deletion bug with multiple visible formats.Tom Hacohen1-5/+0
2013-12-16Evas test textblock: Added a test for a broken range_delete case.Youngbok Shin1-2/+2
2013-12-16emotion: fix Windows compilation.Cedric BAIL1-13/+16
2013-12-16emotion: revert to fast sed to use the right eina log domain.Cedric BAIL1-1/+1
2013-12-15bugfix: eldbus code generator struct members named "proxy" should not be pass...discomfitor1-1/+1
2013-12-15edje_edit - fix mem leak of src strbuf on print statusCarsten Haitzler (Rasterman)1-1/+3
2013-12-15edje - edje_edit - don't access collection after it is freedCarsten Haitzler (Rasterman)1-1/+1
2013-12-15emotion - webcam - don't access after free and ensure it is not in listCarsten Haitzler (Rasterman)1-4/+1
2013-12-15evas - fb engine - fix mem leak if ioctl fails on fb modeCarsten Haitzler (Rasterman)2-0/+2
2013-12-15ecore-file - fix mem leak in ecore_file_app_exe_get() on restartCarsten Haitzler (Rasterman)1-7/+7
2013-12-15evas - software-x11 - fill in unused struct members to avoid uninitializedCarsten Haitzler (Rasterman)1-0/+4
2013-12-14bugfix: make eldbus generated code not crash on every single generated eventdiscomfitor1-2/+2
2013-12-14edje: adding Alias API into edje_edit moduleVorobiov Vitalii5-35/+209
2013-12-14evas common - uninitialized use warning removeCarsten Haitzler (Rasterman)1-1/+1
2013-12-14edje: Fixing little misbehavior of edje_edit_state_rel_to_setVorobiov Vitalii1-1/+1
2013-12-13Evas textblock: Fixed deletion of ranges ending with visual formats.Tom Hacohen1-1/+1
2013-12-13Evas textblock: Added more range_delete tests.Youngbok Shin1-0/+14
2013-12-13ecore_file - finding exe path - if HOME is not set a leak could happenCarsten Haitzler (Rasterman)1-2/+6
2013-12-13eina - eina_file - fix leak of fd is fd is 0Carsten Haitzler (Rasterman)1-1/+1
2013-12-13fix fd leak in emotion webcam where fd of value 0 never closedCarsten Haitzler (Rasterman)1-1/+1
2013-12-13edje - lib - remove useless memset as later memcpy overwritesCarsten Haitzler (Rasterman)1-1/+0
2013-12-13ethumbd - fix possible out of bounds access to work tableCarsten Haitzler (Rasterman)1-0/+6
2013-12-13edje - epp - fix possible array access by negativeCarsten Haitzler (Rasterman)1-1/+2
2013-12-13ecore - utils - makekeys - fix uniitialized arraysCarsten Haitzler (Rasterman)1-3/+3
2013-12-13evas - silence coverity in codeCarsten Haitzler (Rasterman)1-0/+2
2013-12-13eeze - fix uninitialised sigation struct contentCarsten Haitzler (Rasterman)1-1/+1
2013-12-13edje_decc - fix possible use of uninitialized stringCarsten Haitzler (Rasterman)1-2/+3
2013-12-13ethumb - ensure buf is nul terminatedCarsten Haitzler (Rasterman)1-3/+8
2013-12-13evas - common - remove useless new as next call allocs if NULLCarsten Haitzler (Rasterman)1-4/+0
2013-12-13ecore-con - fix possible unterminated buffersCarsten Haitzler (Rasterman)1-5/+12