summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Sergio Ahumada2014-09-2617-158/+85
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Sergio Ahumada2014-09-2617-158/+85
| |\|
| | * 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-101-92/+10
| | * WMF: fix start time of QAudioProbe's buffers.Yoann Lopes2014-09-091-0/+3
| | * Fix URL handling in PLS parser.Yoann Lopes2014-09-091-25/+26
| | * QMediaNetworkPlaylistProvider: Upon error parsing, stop parsing.Andres Gomez2014-09-091-0/+2
| | * Fix integer overflow in several audio plugins.Yoann Lopes2014-09-0910-10/+10
| | * QNX: Fix end of media notificationBernd Weimer2014-09-091-0/+1
* | | GStreamer: fix artist-related metadata keys.Yoann Lopes2014-09-261-2/+4
* | | GStreamer: fix QMediaPlayer metadata signals.Yoann Lopes2014-09-261-0/+5
* | | Android: fix some problems with the media player.Yoann Lopes2014-09-263-82/+69
|/ /
* | Remove QuickTime backend.Yoann Lopes2014-09-2530-4941/+0
* | Android: fix QMediaPlayer's state and mediaStatus signals.Yoann Lopes2014-09-242-3/+53
* | WMF: fix crash on media player destruction.Yoann Lopes2014-09-241-23/+25
* | WMF: fix video rendering with ANGLE.Yoann Lopes2014-09-241-3/+4
* | Make the multimedia examples less verboseAlex Blasche2014-09-221-0/+3
* | Revert "QMediaNetworkPlaylistProvider: Upon error parsing, stop parsing."Yoann Lopes2014-09-171-2/+0
* | Ensure pre-roll frames are displayed when gstreamer backend is paused.Andrew den Exter2014-09-124-150/+51
* | OpenSL ES: Be less rigid about tearing down the output device.Christian Strømme2014-09-122-26/+42
* | Fixed avfmediaplayersession.mm for OSX 10.10 Yosemite.Jens Cornelis2014-09-111-1/+1
* | Implement encoder settings in camerabin backend.Andrew den Exter2014-09-116-0/+111
* | Add necessary includes that were indirectThiago Macieira2014-09-105-0/+5
* | Fix V4L usage.Yoann Lopes2014-09-093-11/+6
* | Fix build with QT_OPENGL_DYNAMICAllan Sandfeld Jensen2014-09-091-1/+0
* | ANGLE is never available on WinCELaszlo Agocs2014-09-091-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4v5.4.0-alpha1Yoann Lopes2014-09-0127-139/+304
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-0127-139/+304
| |\|
| | * Restore QWindowsAudio support on wince.Bjoern Breitmeyer2014-08-272-1/+32
| | * WMF: fix bufferStatus() and availablePlaybackRanges().Yoann Lopes2014-08-251-15/+26
| | * AVFoundation: fix some controls not being correctly destroyed on iOS.Yoann Lopes2014-08-254-6/+11
| | * AVFoundation: fix retrieving tracks information from live sources.Yoann Lopes2014-08-252-51/+55
| | * Android: fix retrieving metadata from assets, qrc and remote files.Yoann Lopes2014-08-257-47/+113