index
:
qt/qtmultimedia.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/qt6
Qt Multimedia
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tst_QAudioOutput::pushSuspendResume().
5.5
Pasi Petäjäjärvi
2016-01-19
1
-2
/
+3
*
OpenSL ES: fix QAudioOutput state after resume().
Yoann Lopes
2016-01-19
1
-1
/
+1
*
Alsa: fix QAudioOutput state after resume().
Yoann Lopes
2016-01-19
1
-1
/
+1
*
PulseAudio: fix QAudioOutput state after resume().
Yoann Lopes
2016-01-19
1
-1
/
+1
*
CoreAudio: fix QAudioOutput state after resume().
Yoann Lopes
2016-01-19
2
-1
/
+5
*
WindowsAudio: fix QAudioOutput state after resume().
Yoann Lopes
2016-01-19
1
-1
/
+1
*
GStreamer: fix GstAppSrc usage.
Yoann Lopes
2016-01-19
4
-29
/
+39
*
Be more permissive in QSoundEffect integration test.
Pasi Petäjäjärvi
2016-01-18
1
-1
/
+1
*
Fix setting state to not playing when audio error occurred
Pasi Petäjäjärvi
2016-01-14
1
-1
/
+2
*
Fix clearing signals already send after first part of audio data
Pasi Petäjäjärvi
2016-01-13
1
-1
/
+1
*
Remove testing category to empty string
Pasi Petäjäjärvi
2016-01-13
1
-1
/
+0
*
Remove checking exact remaining loop amount right after calling play()
Pasi Petäjäjärvi
2016-01-13
1
-4
/
+2
*
Fix usage of QMutexLocker, destroy it only at end of scope
Sergio Martins
2016-01-12
2
-2
/
+2
*
Android: Don't call restartViewfinder() for audio only recordings.
Christian Strømme
2016-01-11
1
-2
/
+7
*
Fix playing sound in loop if sample size is small
Pasi Petäjäjärvi
2016-01-07
1
-0
/
+2
*
AVFoundation: correctly set the activeFormat on the AVCaptureDevice.
Yoann Lopes
2015-12-10
7
-38
/
+62
*
QNX: Handling looping properly
Roger Maclean
2015-12-03
1
-0
/
+3
*
AVFoundation: fix setting up the video capture session.
Yoann Lopes
2015-12-03
1
-1
/
+1
*
AVFoundation: fix setting the camera viewfinder resolution.
Yoann Lopes
2015-12-03
3
-1
/
+10
*
Android: check for exceptions in some camera operations.
Yoann Lopes
2015-12-03
4
-2
/
+61
*
alsa: Relax ALSA version checks for 1.1.x to be detected.
Raphael Kubo da Costa
2015-11-27
4
-9
/
+9
*
AVFoundation: improve viewfinder settings.
Yoann Lopes
2015-11-20
2
-110
/
+102
*
Add qt_real_to_fraction() helper function.
Yoann Lopes
2015-11-19
6
-46
/
+154
*
Support compiling with GStreamer < 0.10.32 in the camerabin plugin.
Yoann Lopes
2015-11-19
15
-18
/
+162
*
Don't initialize volume on pulse audio input by default.
Morten Minde Neergaard
2015-11-19
2
-1
/
+5
*
GStreamer camerabin: always provide the zoom control.
Yoann Lopes
2015-10-28
1
-2
/
+2
*
GStreamer: fix compilation with version < 0.10.31.
Yoann Lopes
2015-10-20
12
-30
/
+147
*
Fix signal/slot declaration in QVideoOutputOrientationHandler.
Yoann Lopes
2015-10-16
1
-2
/
+2
*
AVFoundation: fix camera frames texture format.
Yoann Lopes
2015-10-16
1
-13
/
+3
*
Merge remote-tracking branch 'origin/5.5.1' into 5.5
Liang Qi
2015-10-13
1
-0
/
+68
|
\
|
*
Add 5.5.1 change file.
v5.5.1
Yoann Lopes
2015-09-15
1
-0
/
+68
*
|
AVFoundation: render camera frames using OpenGL textures on iOS.
Yoann Lopes
2015-09-17
3
-40
/
+137
*
|
Fixed revisions of camera-related meta objects.
Marco Benelli
2015-09-15
2
-9
/
+17
*
|
AVFoundation: implemented QMediaPlayer::seekable.
Yoann Lopes
2015-09-15
3
-1
/
+19
*
|
AVFoundation: fix rendering when player reached EndOfMedia.
Yoann Lopes
2015-09-15
1
-0
/
+5
*
|
AVFoundation: correctly unload current media.
Yoann Lopes
2015-09-15
1
-31
/
+14
*
|
AVFoundation: store seek requests before media is loaded.
Yoann Lopes
2015-09-15
2
-5
/
+27
*
|
AVFoundation: fix initial volume.
Yoann Lopes
2015-09-15
2
-22
/
+28
*
|
AVFoundation: fix playback rate.
Yoann Lopes
2015-09-15
3
-8
/
+13
|
/
*
Android: allow to map video buffers.
Yoann Lopes
2015-09-08
1
-8
/
+39
*
Fix crash in QSoundEffect when using it from a non-GUI thread.
Yoann Lopes
2015-08-25
1
-0
/
+1
*
Fix QML Camera::supportedViewfinderFrameRateRanges().
Yoann Lopes
2015-08-25
3
-3
/
+163
*
Fix possible crashes in QDeclarativeRadioData.
Yoann Lopes
2015-08-25
1
-8
/
+30
*
Android: minor refactor of the camera frame callback.
Yoann Lopes
2015-08-20
5
-123
/
+121
*
Android: fix video probes when recording the camera.
Yoann Lopes
2015-08-20
3
-12
/
+30
*
QMediaPlayer: clear current playlist on deletion.
Yoann Lopes
2015-08-19
1
-0
/
+2
*
GStreamer: refactored widget and window control.
Yoann Lopes
2015-08-18
11
-446
/
+707
*
Fix QCamera viewfinder capabilities functions..
Yoann Lopes
2015-08-18
5
-6
/
+462
*
Avoid races when sending EOS
Ricardo Salveti de Araujo
2015-08-18
1
-2
/
+2
*
GStreamer: added convenience function in QGstUtils.
Yoann Lopes
2015-08-13
5
-8
/
+18
[next]