summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* emotions_generic: make exit_func() static as it is only used in this fileStefan Schmidt2015-11-101-1/+1
* emotion generic players - work around vlc bug that segvsCarsten Haitzler (Rasterman)2014-08-151-2/+5
* vlc: fix ogv support in emotion_generic.Cedric Bail2014-05-091-0/+2
* Emotion VLC: fix the random-player-stop bug !!davemds2014-02-231-15/+76
* Emotion VLC: fix send position_change while paused.davemds2014-02-221-5/+10
* Emotion VLC: use Eina_Bool instead of int for bools.davemds2014-02-221-18/+18
* Emotion VLC: defer the resource free until the video is actually stopped.davemds2014-02-221-12/+17
* Emotion VLC: we have a typedef for 'struct _App'. Use it.davemds2014-02-221-8/+8
* Emotion VLC: recreate the player when end reached.davemds2014-02-221-19/+29
* Emotion VLC: fix the volume/mute bug.davemds2014-02-211-5/+7
* Emotion VLC: no more need to send the size twice.davemds2014-02-201-3/+0
* Emotion VLC: remove quite all the old hacks.davemds2014-02-201-170/+73
* Emotion VLC player: debug++davemds2014-02-161-7/+25
* Emotion VLC: cleanup: only changed function order in file.davemds2014-02-161-78/+84
* Emotion VLC backend: fix pause/stop to work again.davemds2014-02-161-3/+4
* emotion_generic_players - commented out unused func.ChunEon Park2014-01-181-0/+2
* vlc: properly detect frame format size and send information back to emotion.Cedric Bail2013-11-291-2/+32
* vlc: this include seems useless now.Cedric Bail2013-08-081-1/+0
* Emotion VLC: indentation tabs--davemds2013-06-161-47/+48
* Emotion VLC: better args to init vlcdavemds2013-06-161-17/+8
* emotion_generic_players: improve portability by using EFL infrastructure.Cedric BAIL2013-02-271-556/+394
* add emotion_generic_players project.Gustavo Sverzut Barbieri2013-01-113-33/+7
* Emotion: generic vlc player now uses eina_logLeandro Dorileo2013-01-031-23/+45
* Emotion: introce emotion_object_video_subtitle_file_set() callLeandro Dorileo2013-01-021-0/+15
* emotion/generic/vlc: Only send frame size when it's not zero.Rafael Antognolli2012-12-041-2/+8
* emotion: reset VLC pipeline on EOS.Cedric BAIL2012-08-281-3/+2
* emotion: oops, this files should never have gotten in.Cedric BAIL2012-08-211-11/+3
* emotion: fix priority_set/getCedric BAIL2012-08-211-3/+11
* missing @EFL_SHM_OPEN_LIBS@ for shm_open.Carsten Haitzler2012-06-191-1/+1
* emotion: implement SPU switch for generic/vlc.Cedric BAIL2012-06-081-0/+13
* emotion: Add support for "playback_started" callback to generic player.Cedric BAIL2012-06-081-0/+6
* Emotion: Fix shm_open check + various autotools cleaningVincent Torri2012-03-251-1/+1
* emotion/generic-vlc: Change playing position before start playing.Rafael Antognolli2012-03-231-1/+1
* emotion/generic-vlc: Don't try to stop the player from event thread.Rafael Antognolli2012-03-231-1/+8
* emotion/generic-vlc: Add callback for reaching end of playback.Rafael Antognolli2012-03-151-0/+2
* Don't abort when there's no video size.Rafael Antognolli2012-03-151-4/+4
* Emotion: remove unused var on genericBruno Dilly2012-03-061-5/+5
* emotion: fix build with Eina_Semaphore.Cedric BAIL2011-12-301-0/+1
* emotion/generic/vlc: Remove more warnings.Rafael Antognolli2011-10-031-13/+2
* emotion/build: Fix DSO build for em_generic_vlc.Rafael Antognolli2011-10-031-1/+1
* emotion/generic/vlc: VLC needs to write data somewhere.Rafael Antognolli2011-10-031-2/+6
* emotion/generic: Non-blocking meta info retrieval.Rafael Antognolli2011-09-061-1/+1
* emotion/generic: Non-blocking track info retrieval.Rafael Antognolli2011-09-061-1/+1
* emotion/generic: Non-blocking event reading from player.Rafael Antognolli2011-09-061-2/+2
* emotion/generic: Don't send position update when skipping frames.Rafael Antognolli2011-09-061-0/+2
* emotion/generic: Fix frame dropping.Rafael Antognolli2011-09-051-12/+7
* emotion/generic: Add support for fetching meta info.Rafael Antognolli2011-09-051-1/+37
* emotion/generic: Add audio/video/spu channel set/get/count.Rafael Antognolli2011-09-051-11/+55
* emotion/generic - Don't start opening new file when another one is being open.Rafael Antognolli2011-09-051-0/+12
* emotion/generic - Use pipes instead of stdin/stdout for communication.Rafael Antognolli2011-09-051-76/+88