forked from carlonluca/pot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
51 lines (43 loc) · 1.29 KB
/
changelog.txt
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
Changelog
Version 4.3.0
=============
1. Updated for Qt 5.4.0.
2. Fixed scripts + merged changes from omxplayer.
Version 4.2.0
=============
1. Merged changes from omxplayer.
2. Updated ffmpeg linked version.
3. Changed access to the scene graph thread by providing the QMediaPlayer class
with a reference to the QQuickWindow.
Version 4.1.0
=============
1. Merged changes from omxplayer.
2. Updated ffmpeg reference version.
3. Added lib target.
Version 4.0.1
=============
1. Fixed issues with stop command.
2. Refactored code.
3. Changed commands to be completely synchronous.
4. Fixed cleanup code.
5. Removed global variable.
6. Removed outdated classes. Keeping those in for reference.
Version 4.0
===========
1. Integrated omxplayer.
2. Created new QML elements.
3. Separated concepts of MediaPlayer and VideoSurface. It is possible to
create 2 video surfaces rendering the same video.
Version 3.0
===========
1. Implemented QML elements for images and videos.
2. Implemented sample application.
3. Refactored OMX wrapper.
4. Implemented test v4l2 code for camera QML element.
Version 2.0
===========
1. Implemented hw decoding of video and rendering into OpenGL texture.
Version 1.0
===========
1. Implemented textured cube.
2. Implemented hardware decoding of images with rendering into OpenGL texture.