summaryrefslogtreecommitdiff
path: root/src/modules/emotion
Commit message (Expand)AuthorAgeFilesLines
* emotion & evas: remove gstreamer 0.10 supportStefan Schmidt2019-12-048-4261/+0
* build: emotion: fix lookup of gstreamer 0.10 dependencyStefan Schmidt2019-06-191-1/+1
* build: emotions: gstreamer: add needed ecore_x internal dependencyStefan Schmidt2019-06-191-1/+1
* Emotion gst1 module: fix "empty if statement" warningVincent Torri2019-05-231-6/+23
* Emotion gst1 module: remove whitespacesVincent Torri2019-05-231-61/+60
* Evil: remove wrapper around getcwd()Vincent Torri2019-05-081-0/+4
* meson: do not build emotion generic loader on windowsMike Blumenkrantz2019-05-061-1/+4
* emotion: gstreamer: fix deprecation warning for g_type_class_add_privateStefan Schmidt2019-01-161-3/+2
* meson: add inital support for windows compilationMarcel Hollerbach2018-12-071-6/+8
* here comes mesonMarcel Hollerbach2018-10-026-0/+114
* emotion: Convert to new animatorsDerek Foreman2018-09-181-1/+1
* efl: include sys/types.h where ssize_t is usedDaniel Kolesa2018-06-211-0/+2
* emotion_generic: clean up event handlers on fork failureMike Blumenkrantz2018-06-191-0/+4
* efl thread signal masks - fix up for various threads manually createdCarsten Haitzler (Rasterman)2018-01-061-2/+2
* emotion: Fix data race conditionChris Michael2017-11-061-0/+2
* emotion: Properly unmap video frameChris Michael2017-10-111-1/+1
* emotion gst1 - handle null imagwe data returrn and dont crashCarsten Haitzler (Rasterman)2017-10-071-0/+16
* emotion: gst: use proper GStreamer time-unit macrosReynaldo H. Verdejo Pinochet2017-08-291-4/+10
* emotion: gst: drop Frenglish from English messagesReynaldo H. Verdejo Pinochet2017-08-291-3/+3
* emotion gst1 module - remove extra unneded if'sCarsten Haitzler (Rasterman)2017-07-291-2/+2
* emtoion gst1 - workaround gst break between 1.10 and 1.12Carsten Haitzler (Rasterman)2017-07-194-42/+150
* Emotion: freed allocated string.Uma Devika2017-07-041-1/+2
* Fix sed error that changed "video" to "videfl"Derek Foreman2017-04-175-10/+10
* emotion - gstreamer1 - fix yuv import funcs to use gst stride + offsetCarsten Haitzler (Rasterman)2017-04-163-60/+93
* Fixes latest crash w/rageAl Poole2017-03-311-3/+1
* emotion XXX - make nv12 709 streams work even with slightly off colorsCarsten Haitzler (Rasterman)2017-02-231-0/+11
* gstreamer buffer unref emotion: too many urefs! Seems I read the documention ...Al Poole2017-01-191-1/+0
* emotion: add support for obtaining embedded artwork from media files with gst...Al Poole2017-01-126-6/+85
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-062-3/+3
* emotion: remove float comparison warningsChris Michael2016-12-202-3/+3
* emotion gst1 module - disable subtitles by default as that should beCarsten Haitzler (Rasterman)2016-10-311-1/+2
* modules: emotion: fix event name after EFL Canvas Video convertStefan Schmidt2016-09-221-1/+1
* efl callbacks: update some events calls to no longer trigger legacy callbacksdevs/vitorsousa/update_event_callsVitor Sousa2016-08-301-1/+1
* Efl Object: remove legacy callback calls from event_callback_callVitor Sousa2016-08-261-1/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-155-10/+10
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-1/+1
* Gstreamer1: implement subtitles mute/unmute abilityDave Andreoli2016-07-241-4/+24
* emotion xine module - silence coverityCarsten Haitzler (Rasterman)2016-07-081-1/+2
* emotion vlc module - fix potential divide by 0Carsten Haitzler (Rasterman)2016-07-081-1/+2
* emotion xine module - silence coverity complaintCarsten Haitzler (Rasterman)2016-07-081-0/+1
* emotion xine module - fix minor complaints but not bugsCarsten Haitzler (Rasterman)2016-07-081-1/+0
* emotion libvlc module - fix possible argv init issue with tokensCarsten Haitzler (Rasterman)2016-07-081-1/+2
* efl - threads and signals - make efl work on "insane" os's with signalsCarsten Haitzler (Rasterman)2016-07-041-1/+18
* emotion/libvlc: fix url openingThomas Guillem2016-03-281-0/+5
* emotion/libvlc: replace libvlc_mp_is_ready with ev->startedThomas Guillem2016-03-281-47/+36
* emotion/libvlc: use vlc vout display moduleThomas Guillem2016-03-281-347/+70
* emotion/libvlc: log: print vlc module and idThomas Guillem2016-03-281-1/+5
* emotion/libvlc: fix C89Thomas Guillem2016-03-281-3/+3
* emotion/libvlc: set libvlc args from "EMOTION_LIBVLC_ARGS" envThomas Guillem2016-03-281-1/+62
* emotion/libvlc: fix video/audio/spu muteThomas Guillem2016-03-281-22/+27