Commit Graph

117 Commits

Author SHA1 Message Date
Cedric BAIL eaa1a494be emotion: warning--
SVN revision: 64709
2011-11-03 17:09:23 +00:00
Cedric BAIL 93f1aa981e emotion: correctly guard Ecore_X usage.
SVN revision: 64322
2011-10-23 09:21:14 +00:00
Cedric BAIL a01bc5dae9 emotion: fix borderless and remove it from taskbar/pager at the same time.
SVN revision: 64321
2011-10-23 08:46:23 +00:00
Cedric BAIL 321cbb17e9 emotion: disable direct rendering path if window manager doesn't handle it.
SVN revision: 64256
2011-10-21 15:00:41 +00:00
Cedric BAIL 0acd0ff100 emotion: try to correctly fix the fill value.
SVN revision: 64255
2011-10-21 14:59:22 +00:00
Cedric BAIL 534acda075 emotion: work with older version of gstreamer.
SVN revision: 64058
2011-10-14 04:01:43 +00:00
Cedric BAIL 7e30dac83a emotion: use Ecore_X Video Atoms.
SVN revision: 64048
2011-10-13 09:24:45 +00:00
Cedric BAIL 69a70ef632 emotion: FPS tracking.
SVN revision: 63830
2011-10-05 09:39:32 +00:00
Cedric BAIL a3d4b58959 emotion: forgotten svn add...
SVN revision: 63816
2011-10-04 22:46:54 +00:00
Cedric BAIL 35c9a8f56c emotion: make Xv work.
NOTE: we need the help of the window manager to make this
really work. So for the moment, it half work. As soon as I
hack E17, the Xv fast path for Emotion will only work when
used with E17 and it will fallback to canvas inlined rendering
in other case.


SVN revision: 63802
2011-10-04 11:14:58 +00:00
Cedric BAIL a57395a623 emotion: first try with xv.
SVN revision: 63759
2011-10-03 03:30:39 +00:00
Cedric BAIL 9eb6ef192e emotion: don't crash on empty video stream.
SVN revision: 63725
2011-09-30 15:39:16 +00:00
Cedric BAIL d3c4e4fa00 emotion: add some space around.
SVN revision: 63724
2011-09-30 15:37:28 +00:00
Cedric BAIL 796600d1a5 emotion: make it possible to dump the complete pipeline not only on failure, but also when it worked.
SVN revision: 63637
2011-09-28 05:34:30 +00:00
Cedric BAIL c07415b8bd emotion: don't use the pipeline anymore when it's not needed.
SVN revision: 63497
2011-09-20 11:04:54 +00:00
Cedric BAIL 7a591915b1 emotion: add basic xoverlay infrastructure to emotion. not ready at all yet.
SVN revision: 63482
2011-09-19 15:33:02 +00:00
Cedric BAIL aed1ed1666 emotion: disable tricky surface destruction and remove useless lock.
SVN revision: 63480
2011-09-19 12:49:20 +00:00
Cedric BAIL 8cc23a119e emotion: correctly destroy buffer.
SVN revision: 63399
2011-09-14 22:33:41 +00:00
Cedric BAIL d7d4603f0c emotion: remove useless broken check.
SVN revision: 63190
2011-09-05 11:08:15 +00:00
Cedric BAIL 568df526af emotion: properly delay buffer destruction.
SVN revision: 63189
2011-09-05 10:57:39 +00:00
Cedric BAIL e2e66fb1ce emotion: better error message.
SVN revision: 63173
2011-09-04 21:13:49 +00:00
Cedric BAIL d6c8e07236 emotion: better handling of gstreamer samsung backend.
SVN revision: 63172
2011-09-04 21:12:34 +00:00
Sebastian Dransfeld 5c8e0ea66b Emotion: Add __UNUSED__ where needed
SVN revision: 63134
2011-09-03 21:09:24 +00:00
Cedric BAIL 565b2542a2 emotion: remove useless warning.
SVN revision: 63120
2011-09-03 12:54:06 +00:00
Cedric BAIL 64906f8485 emotion: protection against bad decoder.
SVN revision: 63118
2011-09-03 12:36:04 +00:00
Cedric BAIL 4f844f63f5 emotion: resize only when needed and fix typo.
SVN revision: 63089
2011-09-02 13:10:22 +00:00
Cedric BAIL e5b7c25792 emotion: handle Samsung S5PC110 and S5PC210.
SVN revision: 63076
2011-09-01 23:11:36 +00:00
Cedric BAIL 5586b1ed11 emotion: better debug infrastructure.
SVN revision: 63039
2011-08-31 15:51:50 +00:00
Cedric BAIL e1e28d7ba4 emotion: evas is going to support more video format than ffmpeg...
SVN revision: 63038
2011-08-31 15:48:47 +00:00
Cedric BAIL 0fbe1f15a3 emotion: better debugging.
SVN revision: 63012
2011-08-30 22:40:01 +00:00
Cedric BAIL bc3979229f emotion: correctly setup the pipeline for non standard colorspace.
SVN revision: 62986
2011-08-30 14:05:49 +00:00
Cedric BAIL 85fd7e36bf emotion: fix typo.
SVN revision: 62971
2011-08-29 21:23:26 +00:00
Cedric BAIL 1a1b9bc52b emotion: handle evas NV12 and MT12 colorspace format.
SVN revision: 62969
2011-08-29 21:00:08 +00:00
Cedric BAIL 4d7ca99b4a emotion: better handling of asynchronous audio file opening.
SVN revision: 62955
2011-08-29 16:07:01 +00:00
Lucas De Marchi 00b797e50b emotion: g_free already checks if pointer is NULL
semantic patch:

@r1@
expression E1;
@@

- if (E1)
-	g_free(E1);
+ g_free(E1);




SVN revision: 62834
2011-08-25 21:09:42 +00:00
Cedric BAIL 6245940483 emotion: remove g stuff and make it safer.
SVN revision: 62514
2011-08-16 16:11:50 +00:00
Cedric BAIL 236000fefa emotion: fix some race condition.
SVN revision: 62355
2011-08-11 16:16:10 +00:00
Cedric BAIL 126c3d5cec emotion: fix memory leak.
SVN revision: 62350
2011-08-11 12:13:51 +00:00
Cedric BAIL 917b167399 emotion: fix some uninitialized value.
SVN revision: 62140
2011-08-05 15:52:27 +00:00
Cedric BAIL c81a932b68 emotion: fix some memory leak.
SVN revision: 62128
2011-08-05 08:51:10 +00:00
Cedric BAIL 1812ce8a2f emotion: add a way to retrieve pixels.
SVN revision: 62092
2011-08-04 10:24:32 +00:00
Cedric BAIL e786ef0268 emotion: and now live streaming are also working.
SVN revision: 62014
2011-08-02 16:44:47 +00:00
Cedric BAIL 828b67374e emotion: make gstreamer backend async and handle it correctly every where.
SVN revision: 62010
2011-08-02 16:22:30 +00:00
Cedric BAIL ef29ee414d emotion: use better infra for reading GstBus.
SVN revision: 61999
2011-08-02 14:04:08 +00:00
Cedric BAIL 6e011beb8d emotion: forgotten file.
SVN revision: 61950
2011-08-01 12:42:16 +00:00
Cedric BAIL ecadef9ee9 emotion: use new ecore infrastructure and remove some race condition.
SVN revision: 61949
2011-08-01 12:21:14 +00:00
Cedric BAIL ecf52189ca emotion: don't use pipeline if not set.
SVN revision: 61886
2011-07-29 09:24:14 +00:00
Cedric BAIL 619332f0c0 emotion: correctly close pipeline on file close, plus minor fix.
SVN revision: 61675
2011-07-25 09:10:44 +00:00
Cedric BAIL 9910cd4d3e emotion: fix buggies, add YUY2 support.
Note: almost working webcam support. Need to detect
when the pipeline need to be playing to know what is in the
stream. Or maybe do that later...


SVN revision: 61550
2011-07-21 10:46:54 +00:00
Cedric BAIL b79ff92fe9 emotion: improve debugging.
SVN revision: 61456
2011-07-18 00:17:21 +00:00