blob: ed921d25122bdf197012a5614f1ccfc4f02c98bd (
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
71
72
|
2012-04-26 Carsten Haitzler (The Rasterman)
* 1.0.0 release
2012-04-30 Jérôme Pinot
* Fix build out of tree.
2012-05-16 Carsten Haitzler (The Rasterman)
* Fix emotion video overlay support to detect correct engine name.
2012-06-07 Cedric Bail
* Fix stride for all YUV video stream.
2012-06-08 Pierre Le Magourou
* Add support for "playback_started" callback to generic player.
2012-06-08 Hugo Camboulive
* Implement SPU switch for generic/vlc.
2012-06-19 Cedric Bail
* Sync rendering with Ecore_Animator.
2012-07-03 Cedric Bail
* Track pending object for proper shutdown.
2012-06-05 Sohyun Kim
* Add fimcconvert element to resize and convert color using fimc on device.
2012-08-01 Cedric Bail
* Fix race condition in gstreamer render function.
2012-08-10 Sohyun Kim
* Fix priority set/get for gstreamer.
2012-08-28 Cedric Bail
* Reset VLC pipeline on EOS.
* Fix a race condition on shutdown when still saving a file position.
2012-08-30 Carsten Haitzler (The Rasterman)
1.7.0 release
2012-09-06 Sohyun Kim
* Add capsfilter to limit format and size for fimc on device.
2012-10-11 Sohyun Kim
* Fix to call correct render function based on the format.
2013-01-02 Leandro Dorileo (dorileo)
* Add subtitle file API.
2013-01-05 Jérémy Zurcher
* fix type in emotion_suspend_get()
2013-01-05 Gustavo Sverzut Barbieri (k-s)
* xine module exports 22 (VIDEO_OUT_XINE_API_VERSION) as well.
|