summaryrefslogtreecommitdiff
path: root/src/lib/emotion/emotion_webcam.c
Commit message (Expand)AuthorAgeFilesLines
* emotion: emotion EAPI macro to EMOTION_API in Emotion libraryFelipe Magno de Almeida2021-01-111-7/+7
* emotion - webcam - fix segv on webcam plug/unplug and cleanCarsten Haitzler (Rasterman)2020-03-251-189/+95
* emotion - webcam fix deletion of webcam still left in webcam listCarsten Haitzler (Rasterman)2019-08-221-1/+6
* efl: Reset ecore event types on initJean-Philippe Andre2017-12-191-6/+3
* emotion: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-5/+12
* emotion webcam: fix check for v4l2 video capture device capabilityStefan Schmidt2015-11-131-1/+1
* Fix unused var warning in emotion.Guillaume Friloux2014-05-301-2/+1
* emotion: fix Windows compilation.Cedric BAIL2013-12-161-13/+16
* emotion - webcam - don't access after free and ensure it is not in listCarsten Haitzler (Rasterman)2013-12-151-4/+1
* fix fd leak in emotion webcam where fd of value 0 never closedCarsten Haitzler (Rasterman)2013-12-131-1/+1
* emotion: make webcam initialization lazy and non blocking.Cedric BAIL2013-12-131-20/+68
* emotion: fix potential memory leak when webcam register fail.Cedric BAIL2013-12-131-2/+7
* emotion: lower warning on webcam access error to information (Not critical an...Cedric BAIL2013-12-131-1/+1
* emotion: add two events to trigger when a webcam is plugged or unpluggedMichaël Bouchaud (yoz)2013-10-091-7/+29
* emotion: Avoid leak by also checking for fd being null.Stefan Schmidt2013-09-121-1/+1
* Fix compiler warningsChris Michael2013-07-091-1/+4
* Don't leak fd handles (ie: leave files open) when checking devicesChris Michael2013-07-091-0/+3
* efl: formattingSebastian Dransfeld2013-06-201-2/+2
* fix segv in emotion_webcam_init and leak in emotion_webcam_config_loadJérémy Zurcher2013-01-111-1/+21
* efl/emotion: move webcam stuff out of main file.Gustavo Sverzut Barbieri2013-01-101-0/+309