Commit Graph

345 Commits

Author SHA1 Message Date
Daniel Juyung Seo 8087933c22 release: Update NEWS and bump version for 1.15.0-alpha1 release 2015-07-09 04:28:30 +09:00
Stefan Schmidt b9c18a9689 configure: Switch to dev mode again. Merge window for 1.15 is open now. 2015-05-06 16:01:28 +02:00
Stefan Schmidt f89e8a9348 configure: Switch to dev mode again. Merge window for 1.15 is open now. 2015-05-06 16:01:05 +02:00
Stefan Schmidt 4173b271ce release: Update NEWS and bump version for 1.14.0 release 2015-05-06 15:29:03 +02:00
Stefan Schmidt 0b61e3254f release: Update NEWS and bump version for 1.14.0 release 2015-05-06 15:28:20 +02:00
Stefan Schmidt af35f43ab4 release: Update NEWS and bump version for 1.14.0-beta3 release 2015-04-27 14:48:05 +02:00
Stefan Schmidt 81c36d771b release: Update NEWS and bump version for 1.14.0-beta3 release 2015-04-27 14:47:21 +02:00
Stefan Schmidt 8f39dba4c8 release: Update NEWS and bump version for 1.14.0-beta2 release 2015-04-20 12:37:25 +02:00
Stefan Schmidt 8047d9ba60 release: Update NEWS and bump version for 1.14.0-beta2 release 2015-04-20 12:36:41 +02:00
Stefan Schmidt 34aa385d57 release: Update NEWS and bump version for 1.14.0-beta1 release 2015-04-13 16:11:45 +02:00
Stefan Schmidt 82c6e479b1 release: Update NEWS and bump version for 1.14.0-beta1 release 2015-04-13 16:10:58 +02:00
Stefan Schmidt ed95e46ee6 release: Update NEWS and bump version for 1.14.0-alpha1 release 2015-04-07 14:26:54 +02:00
Stefan Schmidt c6fe65190b release: Update NEWS and bump version for 1.14.0-alpha1 release 2015-04-07 14:25:41 +02:00
Stefan Schmidt 7e544dccf4 pdf: Add support for changes with poppler >= 0.31
With 0.31 poppler removed some parts of GlobalParams
which they do not consider a public API. The antialias
setting can now be done over the output device.

Fixes T2184
@fix
2015-03-06 11:08:09 +01:00
Stefan Schmidt 52932e89cd configure: Switch to dev mode again. Merge window for 1.14 is open now. 2015-02-09 14:10:55 +01:00
Stefan Schmidt fee0c2a3af configure: Switch to dev mode again. Merge window for 1.14 is open now. 2015-02-09 14:10:12 +01:00
Stefan Schmidt 0a12c7c3e4 release: Update NEWS and bump version for 1.13.0 release 2015-02-09 13:34:35 +01:00
Stefan Schmidt bbaf486553 release: Update NEWS and bump version for 1.13.0 release 2015-02-09 13:34:01 +01:00
Stefan Schmidt 4d5cfe2d24 release: Update NEWS and bump version for 1.13.0-beta3 release 2015-02-03 10:17:21 +01:00
Stefan Schmidt d9eee6a0a8 release: Update NEWS and bump version for 1.13.0-beta3 release 2015-02-03 10:14:21 +01:00
Stefan Schmidt 0298af3f92 release: Update NEWS and bump version for 1.13.0-beta2 release 2015-01-26 13:27:54 +01:00
Stefan Schmidt c566139277 release: Update NEWS and bump version for 1.13.0-beta2 release 2015-01-26 13:27:19 +01:00
Stefan Schmidt c731a6929a release: Update NEWS and bump version for 1.13.0-beta1 release 2015-01-19 15:15:15 +01:00
Stefan Schmidt bad00245f7 release: Update NEWS and bump version for 1.13.0-beta1 release 2015-01-19 15:10:33 +01:00
Stefan Schmidt b2acbad301 release: Update NEWS and bump version for 1.13.0-alpha1 release 2015-01-12 14:10:20 +01:00
Stefan Schmidt 5cfc341f8c release: Update NEWS and bump version for 1.13.0-alpha1 release 2015-01-12 14:09:20 +01:00
Stefan Schmidt d609ed1ecc build: Remove bzip2 tarballs from distcheck
When adding xz as third compression format in May 2014 I mentioned that I'm
going to remove bzip2 in favor of xz in 1.12.
I heard no complains but I left it in for 1.12. With 1.13 starting its time
to remove it. From now on it will be only gz and xz compressed tarballs.
2014-11-11 10:26:36 +01:00
Stefan Schmidt eaf9d83992 build: Remove bzip2 tarballs from distcheck
When adding xz as third compression format in May 2014 I mentioned that I'm
going to remove bzip2 in favor of xz in 1.12.
I heard no complains but I left it in for 1.12. With 1.13 starting its time
to remove it. From now on it will be only gz and xz compressed tarballs.
2014-11-11 10:22:39 +01:00
Stefan Schmidt 8f46125280 configure: Switch to dev mode again. Merge window for 1.13 is open now. 2014-11-10 14:03:35 +01:00
Stefan Schmidt 5df1132495 configure: Switch to dev mode again. Merge window for 1.13 is open now. 2014-11-10 14:02:51 +01:00
Stefan Schmidt 57b0d1d75d release: Update NEWS and bump version for 1.12.0 release 2014-11-10 12:27:59 +01:00
Stefan Schmidt 8ddcd79c4e release: Update NEWS and bump version for 1.12.0 release 2014-11-10 12:27:15 +01:00
Stefan Schmidt 23d56d0d9f release: Update NEWS and bump version for 1.12.0-beta2 release 2014-11-03 13:00:32 +01:00
Stefan Schmidt eb391d45dd release: Update NEWS and bump version for 1.12.0-beta2 release 2014-11-03 12:59:49 +01:00
Sebastian Dransfeld cad99f07d4 xcf: Remove dead code
We already make sure amount <= 16 two lines above, so no need to check
again.

Fixes CID 63741, CID 63742 and CID 63743
2014-10-31 12:59:51 +01:00
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 686e71423f release: Update NEWS and bump version for 1.12.0-beta1 release 2014-10-27 13:20:24 +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 7a09113ac0 release: Update NEWS and bump version for 1.12.0-alpha1 release 2014-10-21 17:03:49 +02: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 93378011c8 configure: Switch to dev mode again and set version to .99
Merge window for 1.12 is open.
2014-08-20 18:01:08 +02:00
Stefan Schmidt ebfa3db4cd release: Update NEWS and bump version for 1.11.0 release 2014-08-20 17:38:19 +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 8c5db73b9c NEWS: Manually add fix for T1530
Not tagged with @fix so our tooling would not pick it up. As this is the only
relevant change here in 1.11 add it by hand.
2014-08-15 11:41:05 +02:00
Stefan Schmidt 41c00ffd86 README: Update version for upcoming 1.11 release 2014-08-15 11:39:03 +02:00
Carsten Haitzler 849cb1190a emotion generic players - work around vlc bug that segvs
this should fix T1530
2014-08-15 00:26:05 +09:00
Stefan Schmidt a34bc904b7 release: Update NEWS and bump version for 1.11.0-beta2 release 2014-08-11 12:53:27 +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 d3a5d79229 release: Update NEWS and bump version for 1.11.0-beta1 release 2014-08-04 19:52:31 +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 272365fb6f NEWS: Remove wrong entry for 1.11 changes 2014-08-01 11:00:45 +02:00
Stefan Schmidt df37ec2594 NEWS: Remove wrong entry for 1.11 changes 2014-08-01 10:59:39 +02:00
Stefan Schmidt 1a0cee1323 release: Update NEWS and bump version for 1.11.0-alpha1 release 2014-08-01 10:51:34 +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
Tom Hacohen 42ea8644f6 Revert "Add autogen.sh to EXTRA_DIST."
This reverts commit d500d92653b9ec0de2ae111d454f86747930d3fb.
2014-06-05 17:28:52 +01:00
Tom Hacohen 3eb6976f39 Add autogen.sh to EXTRA_DIST.
Thanks to Jef91 for pointing this out.

@fix
2014-06-05 17:19:12 +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
Stefan Schmidt 3e7d29339c build: Add fake doc target
Needed to have it run on the nightly jenkins builds.
2014-05-28 21:13:34 +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 d4ad352a20 release: Switch back to development mode
Open for 1.11 changes now.
2014-05-26 12:17:41 +02: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 5dbf9adb3b release: v1.10.0 2014-05-26 10:12:55 +02:00
Stefan Schmidt cced1d0596 autotools: Add xz as additional tarball format
If this turns out well we will remove bz2 in 1.12
2014-05-26 10:09:44 +02:00
Stefan Schmidt 4ef0e660bc release: v1.10.0 beta3 2014-05-19 11:11:26 +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 809c21404d release: v1.10.0 beta2 2014-05-12 14:59:02 +02:00
Stefan Schmidt 53434c863d release: v1.10.0 beta2 2014-05-12 14:57:46 +02:00
Cedric Bail c4f8ae2ad9 vlc: fix ogv support in emotion_generic.
T1192

Thanks for the help from Luca Barbato.
2014-05-09 12:02:15 +02:00
Jérémy Zurcher d3ec100d55 silence warnings: shadows and different signs 2014-05-07 09:39:29 +02:00
Stefan Schmidt 3310d81a82 release: v1.10.0 beta1 2014-05-05 16:19:07 +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 9f478993a5 release: Fix alpha release tarball name 2014-04-28 13:24:08 +02:00
Stefan Schmidt bbf50133a3 release: v1.10.0 alpha1 2014-04-28 12:56:05 +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 f44914a730 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:34:38 +01: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 79ccf66a5c Release version 1.9.0 2014-02-24 17:04:06 +01:00
Stefan Schmidt 7c77281b8f Release version 1.9.0 2014-02-24 16:57:52 +01:00
Davide Andreoli fd72974562 Emotion VLC: fix the random-player-stop bug !!
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
2014-02-23 11:49:42 +01:00
Davide Andreoli 4286857217 unify the usage of my name 2014-02-22 15:46:06 +01:00
Davide Andreoli 3539f5c882 Emotion VLC: fix send position_change while paused.
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
2014-02-22 13:03:52 +01:00
Davide Andreoli e20f0a2418 Emotion VLC: use Eina_Bool instead of int for bools.
And reorder members in the App struct.
2014-02-22 12:19:34 +01:00