summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure the system libraries are linked when -opengl dynamic is usedv5.4.1Andy Shaw2015-02-031-1/+1
* Added 5.4.1 change file.Yoann Lopes2015-02-031-0/+49
* Add resolution and fps on mfw_v4lsrcLaszlo Agocs2015-01-123-5/+63
* Migrate to categorized logging in Quick 2 video outputLaszlo Agocs2015-01-092-23/+15
* Support byte ordered QImage formats in pixelFormatFromImageFormatLaszlo Agocs2015-01-091-0/+3
* Support YUV420P in the i.MX6 video nodeLaszlo Agocs2015-01-061-0/+1
* Fix: static linking on Linux with both PulseAudio and Alsa pluginsGabriel Hege2014-12-228-38/+38
* remove unnecessary LICENSE.GPLv2Jani Heikkinen2014-12-221-292/+0
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-12-171-0/+111
|\
| * Added 5.4.0 change file.v5.4.0Yoann Lopes2014-12-031-0/+111
* | Bump versionOswald Buddenhagen2014-12-121-1/+1
* | winrt: Add missing QAbstractVideoSurface::stop() call.Andrew Knight2014-12-111-2/+4
* | winrt: Fix encoding propertiesAndrew Knight2014-12-111-4/+17
* | winrt: Fix camera auto rotationAndrew Knight2014-12-114-0/+26
* | Make it compile with no-openglLaszlo Agocs2014-12-111-0/+4
* | Remove private API use from video orientation handlerAndrew Knight2014-12-111-3/+1
* | GStreamer: better camera device name logic.Yoann Lopes2014-12-091-0/+2
* | OpenSL ES: volume support for QAudioInput.Yoann Lopes2014-12-032-5/+17
* | Fix VideoOutput autoOrientation when switching cameras.Yoann Lopes2014-12-032-11/+41
* | Remove unused private membersThiago Macieira2014-11-255-11/+0
* | Fix Clang warning about comparison of different signsThiago Macieira2014-11-241-1/+1
* | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-216-10/+23
|\|
| * Fix bogus videonode plugin handlingv5.4.0-rc1Laszlo Agocs2014-11-185-9/+22
| * WinRT: Fix compilation after ANGLE updateMaurice Kalinowski2014-11-171-1/+1
|/
* Check whether current context can be obtained when deleting textures.Friedemann Kleint2014-11-062-4/+12
* OpenSL ES: improve buffer logicChristian Strømme2014-11-042-8/+27
* OpenSL ES: Don't store or return the adjusted volume level.Christian Strømme2014-11-042-4/+2
* Doc: Added the missing screenshot imageVenugopal Shivashankar2014-11-032-0/+2
* WMF plugin: Initialize member variable m_stateDirty.Friedemann Kleint2014-10-311-0/+1
* Add QT_GSTREAMER_CAMERABIN_VIDEOSRC environment variable.Yoann Lopes2014-10-303-7/+56
* Doc: Updated the \brief statementsVenu2014-10-2411-44/+38
* Android: Use the new findClass() method.Christian Strømme2014-10-174-73/+60
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-142-7/+8
|\
| * QNX: Fix resetting video surface5.3Bernd Weimer2014-09-301-1/+1
| * WMF: Use media source only when it is initialized.David Schulz2014-09-301-5/+6
| * WMF: Fix null ptr derefernce in MFPlayerSession.David Schulz2014-09-301-1/+1
| * AVFoundation: fix build with iOS 8.0 SDK.Yoann Lopes2014-09-291-1/+1
* | GStreamer: fix QMediaRecorder::duration() when recording with a camerav5.4.0-beta1Yoann Lopes2014-10-031-6/+14
* | AVFoundation: fix media player video rendering in QML.Yoann Lopes2014-10-012-19/+4
* | Updated snapshots for qmlvideo example documentationTomi Korpipää2014-09-295-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Sergio Ahumada2014-09-2621-159/+211
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Sergio Ahumada2014-09-2621-159/+211
| |\|
| | * Remove unused includesChristian Strømme2014-09-111-3/+0
| | * WMF: fix initializing of media player's volume.Nodir Temirkhodjaev2014-09-111-3/+3
| | * WMF: fix memory leaks.Nodir Temirkhodjaev2014-09-112-27/+32
| | * Make PLS parser more permissive.Yoann Lopes2014-09-103-100/+24
| | * WMF: fix start time of QAudioProbe's buffers.Yoann Lopes2014-09-091-0/+3
| | * Fix URL handling in PLS parser.Yoann Lopes2014-09-093-27/+57
| | * QMediaNetworkPlaylistProvider: Upon error parsing, stop parsing.Andres Gomez2014-09-095-1/+93
| | * Fix integer overflow in several audio plugins.Yoann Lopes2014-09-0910-10/+10