summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-10Emit mediaAboutToBeRemoved() before mediaRemoved() in QMediaPlaylist.Loïc Molinari1-1/+3
2015-08-10Check and fix up bounds in QMediaPlaylist methods.Loïc Molinari1-6/+16
2015-08-10Clean up QMediaPlayer documentation.Loïc Molinari1-7/+7
2015-08-07Add new property to QVideoSurfaceFormat.Yoann Lopes3-14/+47
2015-08-06Fix warnings about unused private fieldsThiago Macieira8-9/+5
2015-08-06Don't list avfcamerainfocontrol header and sources twiceThiago Macieira1-2/+0
2015-08-04GStreamer: use QMediaStorageLocation to generate capture file names.Yoann Lopes2-70/+14
2015-08-04GStreamer: fix possible integer overflow in comparison.Yoann Lopes1-1/+1
2015-07-28winrt: Fix crash during certain video operationsPeng Wu1-27/+10
2015-07-20Fix video nodes material comparison.Yoann Lopes3-0/+11
2015-07-15Doc: replace Mac OS X with OS XNico Vertriest3-3/+3
2015-07-14GStreamer: fix supported values returned by CameraBinImageProcessing.Yoann Lopes1-11/+22
2015-07-13WindowsAudio: Fix compiler warnings by g++/MinGW.Friedemann Kleint1-2/+2
2015-06-26Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi21-44/+122
2015-06-23winrt: Implement QImageEncoderControl for cameraPeng Wu7-15/+260
2015-06-14QCameraViewFinderSettings: add missing includeMarc Mutz1-0/+1
2015-06-12QAbstractVideoFilter: make ctor explicitMarc Mutz1-1/+1
2015-06-12QCameraViewFinderSettings: make op== transitiveMarc Mutz1-2/+2
2015-06-12QCameraViewFinderSettings: declare sharedMarc Mutz1-0/+7
2015-06-12QCameraViewFinderSettings: make op== non-memberMarc Mutz2-16/+22
2015-06-12QCameraViewFinderSettings: use correct includeMarc Mutz1-1/+2
2015-06-11Define QCamera::FrameRateRange as a struct.Yoann Lopes4-12/+48
2015-06-10AVFoundation: don't use shared OpenGL contexts unless needed.Yoann Lopes1-11/+15
2015-06-10Support BGR format for OpenGL textures in QPainterVideoSurface.Yoann Lopes1-4/+25
2015-06-04WinRT: fix namespaced buildJoerg Bornemann13-13/+39
2015-06-03Add an env var to disable OpenGL texture-based video frames.Laszlo Agocs1-0/+11
2015-06-03Media asset writer - use the right macroTimur Pocheptsov1-10/+10
2015-06-03winrt: fix camera preview on Lumia 530Peng Wu1-0/+1
2015-06-02GStreamer: remove unnecessary qWarning().Yoann Lopes1-2/+0
2015-06-02AVFoundation: fix a problem when changing the camera viewfinder size.Yoann Lopes1-1/+3
2015-06-02AVFoundation: fix wrong Q_ASSERT.Yoann Lopes1-1/+1
2015-05-29Video asset writer for iOSTimur Pocheptsov11-10/+1199
2015-05-29AVFoundation: fix default camera viewfinder pixel format.Yoann Lopes3-41/+33
2015-05-27GStreamer: flush the current frame when stopping a media player.Yoann Lopes4-8/+110
2015-05-27Android: fix setting the camera preview resolution.Yoann Lopes4-27/+21
2015-05-27AVFoundation: additional build fixes for OSX < 10.9.Yoann Lopes1-9/+26
2015-05-26videonode: imx6: Ensure the video node excludes padding pixelsCarlos Rafael Giani6-4/+90
2015-05-26GStreamer: don't use xvimagesink when Qt is not using Xcb.Yoann Lopes2-2/+8
2015-05-21Updated WinRT license headers to use LGPLv3 instead of LGPLv21Jani Heikkinen22-220/+286
2015-05-20Initialize the resource, so it can be used from static libraries.Andras Mantia1-0/+5
2015-05-19AVFoundation: fix retrieving maximum camera zoom value.Yoann Lopes1-5/+5
2015-05-19AVFoundation: fix compilation on OSX < 10.9.Yoann Lopes2-21/+37
2015-05-19WMF: fix start time of buffers provided by QAudioDecoder.Yoann Lopes1-1/+2
2015-05-18Fix documentation for Camera flash mode enum.Yoann Lopes1-1/+4
2015-05-16Fix typo in QCameraViewfinderSettingsControl documentationSamuel Gaist1-1/+1
2015-05-13Doc: Added a link to the wiki with plugin info.Venugopal Shivashankar1-0/+5
2015-05-12Fix texture unit bug in the YUV video node.Yoann Lopes1-1/+2
2015-05-11OSX/iOS: Fix volume and muteFrank Osterfeld1-2/+2
2015-05-05Merge remote-tracking branch 'origin/5.4' into 5.5Yoann Lopes8-65/+83
2015-05-04Merge remote-tracking branch 'origin/5.4.2' into 5.4Yoann Lopes4-45/+63