Commit Graph

63 Commits

Author SHA1 Message Date
Carsten Haitzler 3ca02d5880 actually fix gst generic loader 2014-08-03 21:14:55 +09:00
Carsten Haitzler d1ac39f0b0 fix gst video loader in generic to have key actually work
this never worked - key in gst loader was meant to be position in
seconds (well an integer with 1000 units per second). it was just
wrong and never worked. works now. :)

@fix
2014-08-03 21:12:07 +09:00
Carsten Haitzler c4388d01a9 gst1 support fixed now to do argb properly 2014-06-22 10:15:41 +09:00
Carsten Haitzler b2742e34ab add in older gst 0.10 support in evas_generic_loaders 2014-05-27 18:08:30 +09:00
Luca Galli 1b1bcd75da Trying to port evas_generic_loaders to gstreamer1.0
Summary: Resulting video files thumbnail are grey and glitched

Reviewers: raster, cedric

CC: cedric

Differential Revision: https://phab.enlightenment.org/D819
2014-05-27 17:48:22 +09:00
Jérémy Zurcher d3ec100d55 silence warnings: shadows and different signs 2014-05-07 09:39:29 +02:00
Carsten Haitzler 2092f31170 gst loader - support key as stream position in 1/1000th of a second 2014-01-13 05:11:49 +09:00
Mike Blumenkrantz baac6515a6 add note on why checking n-video gst property will never work (not just 1.0+) 2013-12-02 14:19:41 -05:00
Mike Blumenkrantz cd54a4e1e3 bugfix: add a typefind to gstreamer plugin pipeline
previously, we would load any file and try to force it into video/x-raw-rgb, which was (obviously) problematic for audio-only files. with a typefind added to the pipeline, only files which can output to video/x-raw-rgb will be processed
2013-12-02 14:16:20 -05:00
Mike Blumenkrantz a12299d4e0 bugfix: unbreak gstreamer plugin
apparently the only way to fix this in 0.10 without newer apis is to not fix it
2013-12-02 12:39:54 -05:00
Mike Blumenkrantz 3dd97971db Revert "bugfix: support gstreamer 0.10 and 1.0"
This reverts commit e629f406a55489bcbf46f1e6b76b47fdfa72094b.

somehow this went from compiling to not compiling in the time that I committed. I blame cedric.
2013-12-02 12:39:49 -05:00
Mike Blumenkrantz 58d6c943aa bugfix: support gstreamer 0.10 and 1.0
commit 576b20e11c24c079d944fbbfb2d8902c4b313c10 last week broke gstreamer usage with 0.10 (n-video property not present until >= 1.0), but we required 0.10. not a great idea since most distros seem to still ship 0.10 by default, which means that ALL gst image loads would always fail
2013-12-02 12:31:06 -05:00
Carsten Haitzler e84ed727b0 gst loader - early quit if gst stream has no video streams
this should fix the hang/pause in T551. so T551 fixed by this.
2013-11-27 00:12:18 +09:00
Carsten Haitzler 95fb6a9486 alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:00 +09:00
Cedric Bail 0ad516b11b pdf: use the generic infrastructure to generate pdf for presentation slide.
Be aware this is quite heavy and for some reason terminology seems to trigger
quite a lot of try here. The generic infrastructure could be improved and use
a cache of generated pdf (right now to display one image, we will generate
the pdf at least 2 times !).
2013-10-31 18:30:55 +09:00
Cedric Bail e09401f369 pdf: add support for generic script generating pdf from anything. 2013-10-31 18:29:28 +09:00
Jérémy Zurcher 39fce076c6 rsvg: include librsvg-features.h only if LIBRSVG_CHECK_VERSION is not defined 2013-05-18 21:05:39 +02:00
Carsten Haitzler bc429a6486 fix back #if version check that breaks on older rsvg's 2013-05-17 08:08:19 +09:00
Jérémy Zurcher 83d98c287a add glib-2 and librsvg version checks 2013-05-15 16:22:24 +02:00
Jérémy Zurcher 0aec1efe93 well, shut up some warnings 2013-05-15 16:12:03 +02:00
Carsten Haitzler 2a92f697a2 how did the evas_generic_loaders svg loader forget its symlinks for .svgz and .svg.gz? 2013-03-10 22:08:49 +09:00
Daniel Juyung Seo fd401156a6 efl, evas_generic_loaders: Removed unused variable. Set EINA_UNUSED to unused variables.
SVN revision: 83788
2013-02-08 15:47:11 +00:00
Sebastian Dransfeld 306d657e9a evas_generic_loaders: Don't use deprecated code
SVN revision: 77619
2012-10-09 08:06:31 +00:00
Mike Blumenkrantz f1a88e0726 shut up gst debug printfs
SVN revision: 77433
2012-10-04 12:25:33 +00:00
Carsten Haitzler 764ddff2f8 add timeouts to all generic loaders - same timer infra.
SVN revision: 77076
2012-09-26 08:07:33 +00:00
Carsten Haitzler 198bfa025d add gst loader timeout.
SVN revision: 73071
2012-06-30 05:32:04 +00:00
Cedric BAIL 439d28c717 evas_generic_loaders: add support for poppler 0.20.
Patch by Fanina "cippp" Cristian <fancris3@gmail.com>.


SVN revision: 71706
2012-06-05 10:30:38 +00:00
Cedric BAIL 9109dde8bd evas_generic_loaders: add a rsvg generic loader.
NOTE: we have to much user complaining about instability in
e17 due to librsvg. Moving it to a generic loader "resolve"
this issue...


SVN revision: 71222
2012-05-18 04:53:35 +00:00
Carsten Haitzler dc94e41ac5 fix distcheck
SVN revision: 69491
2012-03-18 01:52:19 +00:00
Carsten Haitzler 9691179abe add some mroe video file formats
SVN revision: 66626
2011-12-29 11:28:27 +00:00
Carsten Haitzler b428676d44 pass discheck - actually compile... and up to 0.9.999 ver
SVN revision: 65230
2011-11-15 09:41:20 +00:00
Michael BOUCHAUD 99c1eed59e evas_generic_loader: fix install of raw image loader
SVN revision: 63391
2011-09-14 16:31:25 +00:00
Carsten Haitzler 9384fe7712 and make the generic loaders project actually put loaders in the new
location



SVN revision: 63104
2011-09-03 03:49:00 +00:00
Carsten Haitzler 0ffa9cfab3 libraw - also link to -lm
SVN revision: 60133
2011-06-09 14:10:50 +00:00
Carsten Haitzler 6d96b114b6 sort extns alpahbetically
SVN revision: 59949
2011-06-04 05:26:39 +00:00
Carsten Haitzler 3b156e3c43 add more extn handlers
SVN revision: 59945
2011-06-04 03:16:27 +00:00
Carsten Haitzler bb34b5d566 extn++
SVN revision: 59944
2011-06-04 03:07:18 +00:00
Carsten Haitzler f94d2a7aab add a note for extensions
SVN revision: 59931
2011-06-04 00:00:18 +00:00
Carsten Haitzler 78a266ab46 oops. meant 264
SVN revision: 59930
2011-06-03 23:57:45 +00:00
Carsten Haitzler e5a8e331b7 add some more format extensions gst loader handles
SVN revision: 59929
2011-06-03 23:52:36 +00:00
Vincent Torri c4001fcaef Add gstreamer generic loader
SVN revision: 59925
2011-06-03 22:38:13 +00:00
Michael BOUCHAUD 671504094c evas_generic_loader: cleaning raw loader and take into account the comments from vtorri
SVN revision: 59840
2011-05-31 10:35:17 +00:00
Michael BOUCHAUD 49431d4f13 evas_generic_loader: update autotools (from vtorri)
SVN revision: 59839
2011-05-31 10:22:07 +00:00
Michael BOUCHAUD 583770d42e evas_generic_loader: fix raw shmfile. It's a typo :P
SVN revision: 59838
2011-05-31 10:21:25 +00:00
Vincent Torri dabd521468 cleanup
SVN revision: 59690
2011-05-26 05:56:16 +00:00
Michael BOUCHAUD f7bceaf9e1 evas_generic_loader: Add raw image format loader. There are dozens of raw photo formats: CRW, CR2, MRW, NEF, RAF, etc. 'RAW Format' does not exist; it is an illusion created by dcraw's ability to read all raw formats. So I use libraw who was nearest of dcraw. So we have more formats supported (foveon) and better rendering (default icc profile from camera) as libopenraw provides. shm_file seems doesn't work if someone want to fix it... I'm on
SVN revision: 59679
2011-05-25 20:16:17 +00:00
Michael BOUCHAUD 501f779c15 evas_generic_loader: fix this warning fine, dont broke stride oops
SVN revision: 59678
2011-05-25 19:59:22 +00:00
Michael BOUCHAUD 0d2e976774 evas_generic_loader: warn--
SVN revision: 59676
2011-05-25 19:13:15 +00:00
Carsten Haitzler 695bc3c18f and fix ps decoding colors
SVN revision: 59582
2011-05-22 13:40:53 +00:00
Carsten Haitzler 5773dd7bfd fix ps loader pointer bug... oops.
SVN revision: 59579
2011-05-22 13:32:41 +00:00