summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.4.0
blob: 543638e7b549e3f02ae99beac59739972085ffca (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Qt 5.4 introduces many new features and improvements as well as bugfixes
over the 5.3.x series. For more details, refer to the online documentation
included in this distribution. The documentation is also available online:

  http://qt-project.org/doc/qt-5.4

The Qt version 5.4 series is binary compatible with the 5.3.x series.
Applications compiled for 5.3 will continue to run with 5.4.

Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker:

  http://bugreports.qt-project.org/

Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.

****************************************************************************
*                        Important Behavior Changes                        *
****************************************************************************

 - Using QAudioOutput and QSoundEffect with the PulseAudio backend won't
   cause the system volume to be automatically changed to the maximum value
   anymore. Audio streams will now respect the system-wide volume unless
   explicitly set with setVolume().
 - On Linux, both Alsa and PulseAudio backends are now present. PulseAudio
   is used by default if available on the system and if the server is
   running, otherwise Alsa is used instead.

****************************************************************************
*                          Library                                         *
****************************************************************************

QtMultimedia
------------

 - Added new QAbstractPlanarVideoBuffer class.

 - Camera (QML):
   * Added deviceId, displayName, position, orientation, metadata,
     viewfinder.resolution, viewfinder.minimumFrameRate and
     viewfinder.maximumFrameRate properties.
   * Camera device can be selected by setting the deviceId or position
     properties.
   *

 - QtMultimedia global QML object:
   * Added defaultCamera and availableCameras properties.

 - QAbstractVideoBuffer:
   * Added mapPlanes() function.

 - QVideoFrame:
   * Added support for planar video formats. New planeCount(),
     bytesPerLine(int plane) and bits(int plane) functions.

 - [QTBUG-40515] Improved PLS parser. It is now more permissive, allowing
   to load virtually any kind of PLS file. It also correctly resolve
   relative paths.

****************************************************************************
*                      Platform Specific Changes                           *
****************************************************************************

Android
-------

 - Changing a media player's position after reaching the end of a media
   now correctly works.
 - [QTBUG-40314] Fixed playing a QMediaPlaylit with a QMediaPlayer.

Linux
-----

 - Added support for QCameraInfo::position() and QCameraInfo::orientation().
 - Added support for QCameraFocus::customFocusPoint.
 - QMediaRecorder::duration() now returns the correct value when recording
   with a camera source.
 - QMediaMetaData::ContributingArtist and QMediaMetaData::AlbumArtist
   now map to the correct metadata.
 - Fixed QMediaPlayer's metaDataAvailableChanged() signal, which was never
   emitted.

OS X
----

 - OS X 10.6 not being supported anymore, the QuickTime backend has been
   removed.

QNX
---

 - [QTBUG-40746] Fixed crash when detroying a QML VideoOutput or Video item.

Windows
-------

 - [QTBUG-32481] Fixed various memory leaks when using a media player.
 - [QTBUG-39980] Fixed crash occasionally happening when playing and
   stopping repeatedly a media with QMediaPlayer.
 - [QTBUG-40954] Buffers retrieved with QAudioProbe now have a correct
   startTime().
 - [QTBUG-41158] Fixed crash occasionally happening when destroying a
   QML MediaPlayer.

WinRT
-----

 - Enabled media player support for WinRT.
 - Enabled basic camera support for WinRT (viewfinder, still image capture
   and camera device selection).