summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* let videonode plugins declare that they extend QtQuickOswald Buddenhagen2014-04-072-0/+2
* make MODULE_PLUGIN_TYPES assignment actually have an effectOswald Buddenhagen2014-04-071-5/+6
* DirectShow: fix media seeking while stopped.Yoann Lopes2014-04-072-0/+14
* GStreamer: cleanup system includes.Yoann Lopes2014-04-079-89/+12
* Add support for running on big-endian systemsDmitry Shachnev2014-04-032-7/+15
* 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
* Fix QSGGeometry object leakLiang Jian2014-04-011-0/+1
* QNX: Remove most of the CPU overhead for video renderingFabian Bumberger2014-04-016-63/+236
* CoreAudio: fix supported channel count.Yoann Lopes2014-04-013-43/+6
* Doc: Fix some documentation warningsSergio Ahumada2014-04-011-1/+1
* 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
* Doc: fix two typosZhang Xingtao2014-03-262-2/+2
* Fix enums for QML camera types.Yoann Lopes2014-03-246-41/+98
* GStreamer: fix memory leaks.Yoann Lopes2014-03-2120-41/+134
* 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
* Fix VideoOutput::autoOrientation documentation.Yoann Lopes2014-03-201-1/+1
* QNX: Evaluate mm-renderer buffer statusBernd Weimer2014-03-194-15/+38
* Tidy up Audio documentation.Mitch Curtis2014-03-193-22/+21
* Prevent crash when there is no camera device availableAndy Shaw2014-03-191-2/+3
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-189-52/+124
* WMF: fix some issues with our custom video sink.Yoann Lopes2014-03-181-5/+42
* WMF: remove some debug output.Yoann Lopes2014-03-181-0/+2
* OpenSL ES: lazy initialization of QAudioInput's supported formats.Yoann Lopes2014-03-182-4/+11
* Android: fix QMediaRecorder failing to start in some cases.Yoann Lopes2014-03-171-2/+6
* Doc: Qt Audio Engine: Restore lost docsSze Howe Koh2014-03-178-80/+80
* Fix crash in QCameraInfo when no camera is available on the system.Yoann Lopes2014-03-171-1/+1
* Android: print Java traces for MediaRecorder when in debug mode.Yoann Lopes2014-03-171-10/+56
* Android: restart camera viewfinder after a recorder error.Yoann Lopes2014-03-172-9/+15
* Android: correctly report QMediaRecorder actual output location.Yoann Lopes2014-03-172-6/+5
* Android: correctly report QMediaRecorder status.Yoann Lopes2014-03-172-33/+47
* AVFoundation: Fix another crash when destroying a QMediaPlayerAndy Nichols2014-03-141-2/+2
* Add missing documentation for Audio and MediaPlayer loops property.Yoann Lopes2014-03-101-0/+24
* Fix typo Inavlid -> InvalidSergio Ahumada2014-03-071-1/+1
* WMF: each media player now has its own volume.Yoann Lopes2014-03-072-28/+26
* AVFoundation: fix crash when no camera is available on the system.Yoann Lopes2014-03-071-3/+5
* CoreAudio: Set default audio category to Playback on iOSAndy Nichols2014-03-073-1/+17
* AVFoundation: Prevent Crash in QMediaPlayerAndy Nichols2014-03-071-1/+4
* Release videoframe on painter stop()Wouter Huysentruit2014-03-061-0/+12