summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Android: Rename the wrapper classesChristian Strømme2014-06-0434-533/+533
* OpenSL: don't try to enqueue new buffers when the buffer queue is full.Yoann Lopes2014-05-301-1/+1
* Remove C++11 code in iMX6 video node plugin.Yoann Lopes2014-05-301-2/+2
* Android: fix calling start() and stop() on the video surface.Yoann Lopes2014-05-301-1/+1
* Android: Fix loading from qrcChristian Strømme2014-05-212-1/+6
* DirectShow: remove debug output.Yoann Lopes2014-05-191-7/+0
* WMF: fix video frames' viewport.Yoann Lopes2014-05-151-0/+12
* Android: fix QMediaPlayer::bufferStatus value.Yoann Lopes2014-05-152-3/+17
* Android: Fix namespace usage.Christian Strømme2014-05-125-6/+12
* GStreamer: disable clock syncing in video sink for live sources.Yoann Lopes2014-05-091-0/+1
* Moved QMediaStorageLocation out of the Android plugin.Yoann Lopes2014-05-097-218/+23
* [QNX] Introduce env variable for default audio sinkAndreas Holzammer2014-04-251-1/+2
* Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-231-2/+8
|\
| * Android: Release the surface texture when not in useChristian Strømme2014-04-121-2/+8
* | Android: Camera code clean-upChristian Strømme2014-04-154-334/+304
* | Android: Use QMutexLock in camera callbacks.Christian Strømme2014-04-151-8/+4
|/
* Android: Use Q_GLOBAL_STATIC instead of a static QMapChristian Strømme2014-04-091-5/+6
* Android: Fix the signature for setOnInfoListener.Christian Strømme2014-04-091-1/+1
* WMF: improve changing playback rate on a media player.Yoann Lopes2014-04-092-6/+48
* GStreamer: correctly get metadata from live sources.Yoann Lopes2014-04-092-23/+11
* WMF: more reliable video seeking.Yoann Lopes2014-04-081-10/+15
* Android: Fix QtMediaRecorderChristian Strømme2014-04-083-12/+17
* Android: Use androidSdkVersion() to get the API level.Christian Strømme2014-04-081-31/+39
* Android: Remove inheritance to QJNIObject in the Camera wrapperChristian Strømme2014-04-081-22/+25
* Android: Fix MediaRecorder wrapperChristian Strømme2014-04-082-24/+25
* WMF: don't return undefined value in Release() function.Yoann Lopes2014-04-081-1/+1
* WMF: support playback rate in our custom video sink.Yoann Lopes2014-04-081-15/+99
* QNX: Fix MediaPlayer states handlingFabian Bumberger2014-04-071-3/+4
* let videonode plugins declare that they extend QtQuickOswald Buddenhagen2014-04-072-0/+2
* DirectShow: fix media seeking while stopped.Yoann Lopes2014-04-072-0/+14
* GStreamer: cleanup system includes.Yoann Lopes2014-04-077-76/+8
* GStreamer: each QMediaPlayer now has its own volume by default.Yoann Lopes2014-04-032-13/+49
* BlackBerry: Fix the rotation of the viewfinderFabian Bumberger2014-04-023-4/+27
* Fix memory leak in SampleGrabberCallbackLiang Jian2014-04-021-0/+3
* Fix SourceResolver::State object leakLiang Jian2014-04-011-1/+1
* QNX: Remove most of the CPU overhead for video renderingFabian Bumberger2014-04-015-63/+226
* CoreAudio: fix supported channel count.Yoann Lopes2014-04-013-43/+6
* fix: 'm_state' was not declared in this scopeZhang Xingtao2014-03-281-1/+1
* CoreAudio: Mismatched new[]/delete in several places.Dyami Caliri2014-03-272-4/+4
* Android: Clean-up in jmultimediautils class.Christian Strømme2014-03-273-36/+15
* Android: Fix MetadataRetriver wrapperChristian Strømme2014-03-273-23/+29
* Android: Fix QtSurfaceTextureChristian Strømme2014-03-2710-169/+80
* Android: Don't call release() unless it's necessary.Christian Strømme2014-03-271-1/+3
* Blackberry: implement QCameraInfoControl.Yoann Lopes2014-03-279-3/+180
* Android: Fix reload check in onStateChanged().Christian Strømme2014-03-271-1/+3
* GStreamer: fix memory leaks.Yoann Lopes2014-03-2112-34/+96
* GStreamer: don't try to seek when it's not supported.Yoann Lopes2014-03-211-2/+2
* Android: Make the Mediaplayer more robustChristian Strømme2014-03-218-337/+614
* AVFoundation: Add QVideoWindowControl supportAndy Nichols2014-03-204-2/+378
* QNX: Evaluate mm-renderer buffer statusBernd Weimer2014-03-194-15/+38