summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add autogen.sh to EXTRA_DIST."emotion_generic_players-1.10Tom Hacohen2014-06-051-1/+0
| | | | This reverts commit 999e59782ab7e8ceba15437d9a945c220be565c6.
* Add autogen.sh to EXTRA_DIST.Tom Hacohen2014-06-051-0/+1
| | | | | | Thanks to Jef91 for pointing this out. @fix
* release: v1.10.0v1.10.0Stefan Schmidt2014-05-261-1/+1
|
* autotools: Add xz as additional tarball formatStefan Schmidt2014-05-261-1/+1
| | | | If this turns out well we will remove bz2 in 1.12
* release: v1.10.0 beta3v1.10.0-beta3Stefan Schmidt2014-05-191-1/+1
|
* release: v1.10.0 beta2v1.10.0-beta2Stefan Schmidt2014-05-121-1/+1
|
* vlc: fix ogv support in emotion_generic.Cedric Bail2014-05-091-0/+2
| | | | | | T1192 Thanks for the help from Luca Barbato.
* release: v1.10.0 beta1v1.10.0-beta1Stefan Schmidt2014-05-051-1/+1
|
* release: Fix alpha release tarball nameStefan Schmidt2014-04-281-1/+1
|
* release: v1.10.0 alpha1v1.10.0-alpha1Stefan Schmidt2014-04-282-4/+9
|
* configure: Bump version to 1.9.99 to indicate development cycleStefan Schmidt2014-02-261-1/+1
| | | | | 1.9 is released and the master branch is now in development mode again. Make sure the version indicates that.
* Release version 1.9.0v1.9.0emotion_generic_players-1.9Stefan Schmidt2014-02-242-2/+8
|
* Emotion VLC: fix the random-player-stop bug !!davemds2014-02-231-15/+76
| | | | | | | | | | | | | | | | | | Bug explanation: VLC has 2 different async mechanism that we use, one is the event callback system that report player status changes and one is the display func that is called at every frame. They run independently and can occur "at the same time". We use ecore_pipe_write() in both and the result is that occasionally we send to the pipe 2 commands mixed togheter (the FRAME_NEW and the LENGTH_CHANGED). So emotion (on the other side of the pipe) receive a wrong command and stop the player. The fix: Use a mutex (Eina_Lock) while sending commands to the pipe so that we can send 2 commands "at the same time". The SPANK credits: BIG BIG SPANK goes to cedric (of course) that removed the command lock mechanism in revision 10ebda80419
* unify the usage of my namedavemds2014-02-221-1/+1
|
* Emotion VLC: fix send position_change while paused.davemds2014-02-221-5/+10
| | | | | | | VLC does not emit the TimeChanged event while the video is paused, so if the user change position while paused emotion is not aware of the change. This commit force the event to emotion if the video is paused
* Emotion VLC: use Eina_Bool instead of int for bools.davemds2014-02-221-18/+18
| | | | And reorder members in the App struct.
* Emotion VLC: defer the resource free until the video is actually stopped.davemds2014-02-221-12/+17
| | | | Fix vlc complainig on shutdown.
* 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
| | | | Fix the restart-play-when-end-reached bug.
* Emotion VLC: fix the volume/mute bug.davemds2014-02-211-5/+7
| | | | | Set again the volume and the mute state every time the video start to play, this fix the setting of the volume/mute before the complete loading of the file.
* release: Bump version to 1.9.0-beta2v1.9.0-beta2Stefan Schmidt2014-02-212-2/+5
| | | | | Second and most likely last beta release before the 1.9 final. Give it a good testing over the weekend.
* 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
| | | | | | | | | | | | This commit remove all the hacks that was there on the loading stage. Instead of using the tmp format callback system now simply connect to the MediaPlayerPlaying event on first startup and pause the video as soon as it start. No more need for the tmp buffer allocation and the delayed stop using idler. All this fix the first outstanding bug: audio was audible on start (before the real play command from emotion)
* AUTHORS: Fill in authors from git logStefan Schmidt2014-02-201-1/+12
|
* release: Update NEWS file and add out of date notice to ChangeLogStefan Schmidt2014-02-193-1/+26
| | | | | | | | Might not be the final NEWS file but a start which includes all noteworthy changes since 1.8.0. Adding a note to the ChangeLog so people know it will no longer get updated. Also clarify README that libvlc >= 2.0 is needed.
* release: Bump version to 1.9.0-beta1v1.9.0-beta1Stefan Schmidt2014-02-181-2/+2
| | | | Prepare tarballs for a first beta release.
* 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
| | | | | The EM_CMD_STOP command do not have any parameter so it must be handled in the first call of the pipe.
* update copying datesCarsten Haitzler (Rasterman)2014-02-121-1/+1
|
* update README versionCarsten Haitzler (Rasterman)2014-02-121-1/+1
|
* simplify player version dir fallback to match efl 1.9 simplification changesCarsten Haitzler (Rasterman)2014-02-121-3/+3
|
* 1.9.0 alpha1v1.9.0-alpha1Mike Blumenkrantz2014-02-111-4/+4
|
* emotion_generic_players - commented out unused func.ChunEon Park2014-01-181-0/+2
|
* configure: fix typos.Cedric BAIL2014-01-091-1/+1
|
* check for libvlc >= 2.0 as a minimum as we use 2.x funcsCarsten Haitzler (Rasterman)2014-01-091-2/+2
|
* bump to 1.8.99 for devCarsten Haitzler (Rasterman)2013-12-191-1/+1
|
* v1.8.0v1.8.0emotion_generic_players-1.8.0Carsten Haitzler (Rasterman)2013-12-011-2/+2
|
* readme - make requirements list a bullet listCarsten Haitzler (Rasterman)2013-12-011-1/+1
|
* v1.8.0-beta2v1.8.0-beta2Carsten Haitzler (Rasterman)2013-11-291-2/+2
|
* readme - update readme for efl 1.8Carsten Haitzler (Rasterman)2013-11-291-12/+44
| | | | lots of extra documentation and information now in the README
* vlc: properly detect frame format size and send information back to emotion.Cedric Bail2013-11-291-2/+32
| | | | | This should fix T582. There is more to do as on some system mute is not working and we get a double sound along with the slow startup.
* 1.8.0-beta1v1.8.0-beta1Carsten Haitzler (Rasterman)2013-11-251-2/+2
|
* 1.8.0-alpha2v1.8.0-alpha2Carsten Haitzler (Rasterman)2013-11-191-2/+2
|
* readme has standard 1.8.0 header nowCarsten Haitzler (Rasterman)2013-11-071-0/+9
|
* Remove extraneous $(DESTDIR) in Makefile.am.Jerome Pinot2013-11-051-1/+1
|
* alpha1 release autofoo/build tree work to pass distcheck and actually workv1.8.0-alpha1Carsten Haitzler (Rasterman)2013-11-042-8/+21
|
* vlc: this include seems useless now.Cedric Bail2013-08-081-1/+0
|
* Emotion_generic_player: PKGBUILD cleanupDoug Newgard2013-06-221-18/+13
| | | | | | | | | | | | | | | | | | | | | | | pkgname is just a variable instead of an array when it's not a split package Don't need empty makedepends array Add 'efl' to depends Remove deps that are already supplied by other deps Doesn't need to provide itself or the obsolete -svn version Doesn't need to confict with the obsolete -svn version, if someone still has this, they're so far out of date it's not very likely they're paying any attention at all Removed 'strip' and 'zipman' options, they're already default, no need to override if Removed '!libtool' option, none are generated Removed -O2 and -g build flags for the same reason Removed buildflags and specified them in the CFLAGS and CXXFLAGS variables Removed LDFLAGS declariation, why were we clearing this? Removed --disable-static, no static libs are built (I checked this time) No need to rm -rf $pkgdir/usr Double quote all paths with variables
* Emotion VLC: indentation tabs--davemds2013-06-161-47/+48
|