blob: 6f91341348e2e304b1188493998bbc4f43c09d79 (
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
|
Emotion 1.8.0
Changes since Emotion 1.7.0:
-------------------------
Additions:
- Add fimcconvert and capsfilter element for device
- Add video subtitle file API.
Fixes:
- fix to call correct render function.
Changes since Emotion 1.0.1:
-------------------------
Additions:
- Add support for "playback_started" callback to generic player.
- Implement SPU switch for generic/vlc.
- Sync rendering with Ecore_Animator.
- Track pending object for proper shutdown.
- Start handling embedded hardware customization.
Fixes:
- build out of tree.
- stride of all YUV video
- fix race condition in gstreamer render function on shutdown and file set.
- fix priority set/get for gstreamer.
- reset VLC pipeline on EOS.
- fix race condition on shutdown when still saving a file position.
- xine module exports VIDEO_OUT_XINE_API_VERSION (22).
Improvements:
Removal:
|