Commit Graph

155 Commits

Author SHA1 Message Date
Sebastian Dransfeld 659c3346ce xcf: Add comment for fall through
Coverity likes a fall through comment if we really mean it.

Fixes CID 63744
2014-10-31 12:59:51 +01:00
Sebastian Dransfeld 093cb0e839 xcf: Remove self assignment
Fixes CID 63745
2014-10-31 12:59:51 +01:00
Sebastian Dransfeld 16da37cb2c raw: Make sure to keep the correct sign
unsigned short * unsigned short = int, so for large image sizes the
calculation will be wrong.

Fixes CID 63746 and CID 63747

@fix
2014-10-31 12:59:51 +01:00
Sebastian Dransfeld 6e53af8509 xcf: Make sure complete calculation is unsigned
Fixes CID63748 and CID 63749

@fix
2014-10-31 12:59:50 +01:00
Stefan Schmidt 2a054514b6 release: Update NEWS and bump version for 1.12.0-beta1 release 2014-10-27 13:19:00 +01:00
Stefan Schmidt 01e59fc950 release: Update NEWS and bump version for 1.12.0-alpha1 release 2014-10-21 17:02:43 +02:00
Igor Murzov 6af818de1a Improve LO binary detection 2014-08-21 13:41:27 +04:00
Stefan Schmidt 78f61621c5 configure: Switch to dev mode again and set version to .99
Merge window for 1.12 is open.
2014-08-20 18:01:53 +02:00
Stefan Schmidt af4efdfc4d release: Update NEWS and bump version for 1.11.0 release 2014-08-20 17:31:27 +02:00
Stefan Schmidt 3964cac585 README: Update for upcoming 1.11 and mention gstreamer 1.x support 2014-08-15 11:49:26 +02:00
Stefan Schmidt 08559a9ba6 release: Update NEWS and bump version for 1.11.0-beta2 release 2014-08-11 12:52:26 +02:00
Stefan Schmidt 59d758690a release: Update NEWS and bump version for 1.11.0-beta1 release 2014-08-04 19:51:08 +02:00
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
Stefan Schmidt df37ec2594 NEWS: Remove wrong entry for 1.11 changes 2014-08-01 10:59:39 +02:00
Stefan Schmidt e336d1037d release: Update NEWS and bump version for 1.11.0-alpha1 release 2014-08-01 10:48:39 +02:00
Carsten Haitzler ea29de10a0 update TODO for generic loaders 2014-07-23 17:05:05 +09:00
Carsten Haitzler c4388d01a9 gst1 support fixed now to do argb properly 2014-06-22 10:15:41 +09:00
Tom Hacohen 997c518eba Remove autogen.sh from the dist tarball.
This should not be distributed.

@fix.
2014-06-05 17:31:20 +01:00
Stefan Schmidt 502336f907 build: Add fake doc target
Needed to have it run on the nightly jenkins builds.
2014-05-28 21:48:52 +02:00
Carsten Haitzler bc9ce4bd09 add arcconfig for evas_generic_loaders 2014-05-27 18:09:10 +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
Stefan Schmidt dfb245cd5c release: Switch back to development mode
Open for 1.1 changes now.
2014-05-26 12:13:09 +02:00
Stefan Schmidt 5b0b898fe5 release: v1.10.0 2014-05-26 10:25:33 +02:00
Stefan Schmidt 48551cc1da autotools: Add xz as additional tarball format
If this turns out well we will remove bz2 in 1.12
2014-05-26 10:15:31 +02:00
Stefan Schmidt d491fa7e5e release: v1.10.0 beta3 2014-05-19 11:10:14 +02:00
ChunEon Park 94123a1690 README - fixed typo 2014-05-17 02:10:44 +09:00
Stefan Schmidt 53434c863d release: v1.10.0 beta2 2014-05-12 14:57:46 +02:00
Jérémy Zurcher d3ec100d55 silence warnings: shadows and different signs 2014-05-07 09:39:29 +02:00
Stefan Schmidt a571fe0464 release: v1.10.0 beta1 2014-05-05 16:17:46 +02:00
Stefan Schmidt e3cdac19f5 release: Fix alpha release tarball name 2014-04-28 13:24:46 +02:00
Stefan Schmidt 784d23eef7 release: v1.10.0 alpha1 2014-04-28 12:44:24 +02:00
Cedric BAIL 3e9bfb7924 license: update FSF address.
@fix T1042.
2014-03-07 16:11:32 +09:00
Stefan Schmidt 4347c174bd configure: Bump version to 1.9.99 to indicate development cycle
1.9 is released and the master branch is now in development mode
again. Make sure the version indicates that.
2014-02-26 09:32:44 +01:00
Stefan Schmidt 7c77281b8f Release version 1.9.0 2014-02-24 16:57:52 +01:00
Stefan Schmidt 52777310e7 release: Bump version to 1.9.0-beta2
Second and most likely last beta release before the 1.9 final. Give
it a good testing over the weekend.
2014-02-21 14:37:49 +01:00
Stefan Schmidt a30d3e2f41 AUTHORS: Fill in authors from git log to AUTHORS list 2014-02-20 12:08:19 +01:00
Stefan Schmidt 7536ad4145 release: Update NEWS file and add out of date notice to ChangeLog
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.
2014-02-19 13:46:47 +01:00
Stefan Schmidt d9fc3ba409 release: Bump version to 1.9.0-beta1
Prepare tarballs for a first beta release.
2014-02-18 15:39:40 +01:00
Carsten Haitzler c0a86cbb35 update readme+copying version/dates 2014-02-12 16:03:09 +09:00
Mike Blumenkrantz b77f794f66 1.9.0 alpha1 2014-02-11 16:22:39 -05: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
Carsten Haitzler 20c029e1b9 bump to 1.8.99 for dev 2013-12-19 15:43:55 +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 63a9dd7384 v1.8.0 2013-12-01 19:02:37 +09:00