summaryrefslogtreecommitdiff
path: root/NEWS
blob: 46eaa3e68b0b906a17ef686809813dd0d7ebdd4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
==============================
Emotion Generic Players 1.17.0
==============================

Changes since 1.16.0:
---------------------

No significant changes in this release.

Changes since 1.15.0:
---------------------

No significant changes in this release.

Changes since 1.14.0:
---------------------

No significant changes in this release.

Changes since 1.13.0:
---------------------

No significant changes in this release.

Changes since 1.12.0:
---------------------

No significant changes in this release.

Changes since 1.11.0:
---------------------

No significant changes in this release.

Changes since Emotion Generic Players 1.10.0:
---------------------------------------------

Fixes:
   * emotion generic players - work around vlc bug that segvs (T1530)

Changes since Emotion Generic Players 1.9.0:
--------------------------------------------

No changes since version 1.9.0

Changes since Emotion Generic Players 1.8.0:
--------------------------------------------

Improvements:

   * Emotion VLC player: debug++
   * Emotion VLC: cleanup: only changed function order in file.
   * Simplify player version dir fallback to match efl 1.9 simplification changes
   * Emotion_generic_players - commented out unused func.
   * Emotion VLC: no more need to send the size twice.
   * Emotion VLC: use Eina_Bool instead of int for bools.
   * Emotion VLC: defer the resource free until the video is actually stopped.

Fixes:

   * Emotion VLC backend: fix pause/stop to work again.
     The EM_CMD_STOP command do not have any parameter so it must be
     handled in the first call of the pipe.
   * Check for libvlc >= 2.0 as a minimum as we use 2.x funcs
   * Emotion VLC: remove quite all the old hacks from loading stage which fixes the problem that
     audio was audible on start
   * Emotion VLC: fix the random-player-stop bug !!
   * Emotion VLC: fix send position_change while paused.
   * Emotion VLC: recreate the player when end reached.
   * Emotion VLC: fix the volume/mute bug.