summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add emotion_generic_players.morph.morph to build chunkbaserock/morphRichard Dale2013-05-131-0/+13
* .gitignore: added git ignores.Daniel Juyung Seo2013-03-261-0/+23
* emotion_generic_players: improve portability by using EFL infrastructure.Cedric BAIL2013-02-272-557/+395
* add emotion_generic_players project.Gustavo Sverzut Barbieri2013-01-1113-33/+397
* 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
* emotion/generic: Add return value to EM_RESULT_FILE_SET_DONE.Rafael Antognolli2011-09-051-3/+21
* remove old vlc, fix build bugs and introduce m4 for generic players.Gustavo Sverzut Barbieri2011-09-042-5/+5
* Emotion: Really disable vlcSebastian Dransfeld2011-09-031-3/+3
* emotion/generic/vlc: die when parent dies.Gustavo Sverzut Barbieri2011-09-021-3/+36
* emotion: use eina_prefix to determine player location.Gustavo Sverzut Barbieri2011-09-011-3/+2
* Add generic player backend (with vlc player).Rafael Antognolli2011-09-013-0/+727