Commit Graph

2371 Commits

Author SHA1 Message Date
moom16 ee5135f71f * Have rewritten the yuy2->rgb converter to avoid license problems.
So now, emotion_xine supports yuy2-encoded movies (such as .wmv).


SVN revision: 15678
2005-07-08 23:08:48 +00:00
moom16 8e204f7f56 * Cancel last changes since it seems there are some license problems.
Sorry guys, I didn't think GPLv2 was so "contaminating"


SVN revision: 15677
2005-07-08 20:28:50 +00:00
moom16 8e4e372d87 * Add support of yuy2 to emotion_xine module. So now, we can play wmv
movies!

I had to make some module API changes:
 - rename yuv_size_get to video_data_size_get
 - add the function "Emotion_Format (*format_get) (void *ef);" in Emotion_Video_Module. This function should return the format used by the video (EMOTION_YV12, EMOTION_YUY2 or EMOTION_BGRA).

I use a yuy2->bgra converter since evas doesn't support YUY2. This converter should be rewrite since it's really not optimized and since it is under GPLv2 (emotion is under BSD). I added an explicit comment above the function for that, but it'd be better to use a converter under BSD.
If it's really incompatible with emotion license, I will remove it.


SVN revision: 15675
2005-07-08 19:56:48 +00:00
Carsten Haitzler 0bc77892a0 actually - if avoid damage is set render anyway :)
SVN revision: 15653
2005-07-07 03:37:57 +00:00
Carsten Haitzler 4b6d09d0ed oops - remove that
SVN revision: 15652
2005-07-07 03:33:17 +00:00
Carsten Haitzler c5973d1f61 if an ecore evas is shaped and avoid damage - render it just before a show :)
SVN revision: 15651
2005-07-07 03:31:34 +00:00
Dan Sinclair b1510056a4 - get the layout node for the position requested, not the current textblock
position


SVN revision: 15644
2005-07-06 01:00:41 +00:00
rbdpngn f51d85d87a Patch for ecore_dlist_remove_destroy from Dylan Shell.
SVN revision: 15589
2005-06-30 16:47:29 +00:00
rbdpngn 909b2923e1 Patch to fix ecore_dlist indices from Dylan Shell.
SVN revision: 15587
2005-06-30 15:45:46 +00:00
Carsten Haitzler c31fe11a92 the bg pixmap was a nice experiemnt - but not working as nicely as i hoped
SVN revision: 15574
2005-06-30 06:32:30 +00:00
Carsten Haitzler 6c9cca935c just in case....
SVN revision: 15541
2005-06-27 10:04:59 +00:00
Carsten Haitzler 551ae9b107 oops -leak. fix.
SVN revision: 15540
2005-06-27 10:03:16 +00:00
technikolor 61cd21df39 Warnings cleanup. Unused variables were commented out (ala C99) rather than removed. Proto was added to private header. No major changes made, just simple fixes.
SVN revision: 15533
2005-06-25 10:11:25 +00:00
technikolor 2243e3ea0e Warnings cleanup.
SVN revision: 15532
2005-06-25 09:46:59 +00:00
Carsten Haitzler 36b2e425f7 special case - if direct resize on AND avoid damage... THEN use window bg
pixmap. :)


SVN revision: 15531
2005-06-25 07:23:38 +00:00
Carsten Haitzler b89cbfc687 dont segv if get text prop fails and stack has garbage on it
SVN revision: 15529
2005-06-25 00:15:19 +00:00
sebastid ee61e32cbd curlm must exist for this function to work, so remove the test.
Only and active Ecore_Con_Url is registered with curlm.


SVN revision: 15528
2005-06-24 15:01:59 +00:00
sebastid d233c9ca43 Set fd_handler to NULL after deletion.
SVN revision: 15527
2005-06-24 14:47:51 +00:00
sebastid d7317dfe80 indent
Check if the lib is inited before allowing ecore_con_url_new. Then we
don't need to check if the global variables are set.


SVN revision: 15526
2005-06-24 14:39:25 +00:00
sebastid 54caa33ce3 Free allocated memory on error.
Set pointer to NULL after free.


SVN revision: 15525
2005-06-24 14:31:51 +00:00
sebastid c6954d8592 Only increment init if init succeded.
Always free mem if init fails.


SVN revision: 15524
2005-06-24 14:26:01 +00:00
bangersnmash74 678cc6d50a Generic ecore_con_url implementation based on CURL
SVN revision: 15523
2005-06-24 13:38:27 +00:00
Carsten Haitzler 5fbfe89441 poolie patch
SVN revision: 15502
2005-06-23 03:33:43 +00:00
Carsten Haitzler ec3566fcf0 tack patch
SVN revision: 15497
2005-06-23 02:25:29 +00:00
Dan Sinclair 1c6ef60b3c - add ecore_file_download_protocol_available so we can determine if the
protocols we need are compiled in or not


SVN revision: 15488
2005-06-22 14:51:37 +00:00
Carsten Haitzler 94c5dabec5 only handle errors for ecore's display handle - not others :)
SVN revision: 15481
2005-06-22 06:47:44 +00:00
Dan Sinclair 6d166a447e - call the job completion callback after we've closed the file so we know
its all written out to disk.


SVN revision: 15473
2005-06-22 02:00:35 +00:00
technikolor 7984d2fa1c Adding a check prior to attempted load of the config to avoid a possible segv.
SVN revision: 15449
2005-06-20 10:28:14 +00:00
technikolor c7eaf8d3f1 null pointer causing segv.
SVN revision: 15446
2005-06-20 09:18:01 +00:00
Carsten Haitzler 2a5e480ad1 tackpatch
SVN revision: 15429
2005-06-19 13:06:36 +00:00
sebastid 26cf0a9642 Fix deletion loop in evas_free()
SVN revision: 15428
2005-06-19 12:45:29 +00:00
doursse 08fec2cfb5 indentation
SVN revision: 15418
2005-06-18 05:29:25 +00:00
Mike Frysinger 887c8ed2b0 make curl option more flexible so people can explicitly enable/disable curl
SVN revision: 15408
2005-06-18 01:22:18 +00:00
sebastid 3f776d358a Cleanup some headers.
Remove duplicate typedefs and declerations.


SVN revision: 15407
2005-06-18 01:00:32 +00:00
Carsten Haitzler 26dd936de1 better x detect
SVN revision: 15406
2005-06-18 00:41:28 +00:00
sebastid 97631c20b2 Remove debug.
SVN revision: 15404
2005-06-18 00:23:00 +00:00
sebastid 4548e51fa5 Download files with CURL. Thanks to Simon Poole.
SVN revision: 15400
2005-06-17 23:52:32 +00:00
moom16 cb818ba304 * Emotion now should autodetect the best audio output driver to use
SVN revision: 15390
2005-06-17 17:20:00 +00:00
Carsten Haitzler e9e3bed845 man thats bad. leak AND we dont get the client leaer property right! fix.
SVN revision: 15380
2005-06-17 09:05:22 +00:00
Carsten Haitzler fb47ce6b94 follow x icccm focus model explicitly
SVN revision: 15374
2005-06-17 06:13:54 +00:00
sebastid 6dd0159c60 Add a ecore_file_download function. For now it can "download" urls pointing
to local files. Should be extended to support several types.


SVN revision: 15346
2005-06-16 01:54:12 +00:00
sebastid 2d43e443f9 Disable inotify
SVN revision: 15340
2005-06-15 22:08:57 +00:00
sebastid 5179302f30 Don't have the CAIRO_CFLAGS as a general include.
SVN revision: 15338
2005-06-15 21:05:54 +00:00
rbdpngn 3ae5abd7d6 Fix compile error with disabled cairo engine.
SVN revision: 15336
2005-06-15 18:31:45 +00:00
sebastid ad3f914316 Disable cairo engine. Doesn't build with latest cairo.
SVN revision: 15331
2005-06-15 10:15:45 +00:00
sebastid 4c01976819 If the ecore_evas is hidden, we need to request pos for a move to be
effective.


SVN revision: 15300
2005-06-13 11:57:14 +00:00
Carsten Haitzler 95c5c59f0a poolie patch
SVN revision: 15296
2005-06-13 10:52:22 +00:00
Carsten Haitzler f127022f5a fooks
SVN revision: 15293
2005-06-13 10:34:12 +00:00
Carsten Haitzler 55f2b4a5f2 recycle cflags from evas
SVN revision: 15291
2005-06-13 10:05:03 +00:00
Carsten Haitzler e5d55213fd bracketsessss
SVN revision: 15283
2005-06-13 02:30:37 +00:00