summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Introduce QVideoFrame::buffer()VaL Doroshchuk2019-02-042-0/+10
* GStreamer: support video orientationAlexander Volkov2019-02-011-2/+2
* GstTools: move headers to correct folderJochen Seemann2019-01-3125-3020/+0
* Return default camera with not empty nameVal Doroshchuk2019-01-281-2/+5
* Enable gstreamer support for Windows and macOSVal Doroshchuk2019-01-281-2/+5
* Fix QCameraInfo to be invalid if camera failed to find deviceVal Doroshchuk2019-01-181-2/+10
* Windows: Build directshow media player with wmf if availableVal Doroshchuk2019-01-141-25/+2
* Introduce QT_MULTIMEDIA_PREFERRED_PLUGINS env varVal Doroshchuk2019-01-141-0/+30
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-111-24/+19
|\
| * Return ServiceMissingError if no camera found by nameVaL Doroshchuk2019-01-071-24/+19
* | Allow disabling directshow or wmf pluginVal Doroshchuk2019-01-091-0/+2
* | multimedia: modernize by using nullptrJochen Seemann2019-01-0448-294/+294
* | Fix conversion from QVideoFrame to QImage to respect bytesPerLineVal Doroshchuk2018-11-301-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-171-1/+1
|\|
| * Alsa: Do not open device twice in QSoundEffectVaL Doroshchuk2018-11-051-1/+1
* | Setup QVideoFrame::Format_ABGR32Val Doroshchuk2018-11-091-0/+4
* | VideoOutput: Introduce flushMode propertyVaL Doroshchuk2018-11-061-0/+15
* | Deprecate QMediaResource classVal Doroshchuk2018-11-054-5/+62
* | Add a support for selecting the output device used by QSoundEffectOtto Ryynänen2018-10-306-18/+54
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-051-0/+1
|\|
| * Gstreamer: Fix undeclared identifier QGstVideoRendererSink in 0.10 verVaL Doroshchuk2018-09-251-0/+1
* | Android: Change video frame format from BGR32 to ABGR32Val Doroshchuk2018-10-032-0/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-067-2/+431
|\|
| * Gstreamer: Introduce custom pipelineVaL Doroshchuk2018-08-306-3/+13
| * Gstreamer: Allow to use gst specific featuresVaL Doroshchuk2018-08-292-0/+419
* | Do not use QMediaResource internallyVal Doroshchuk2018-08-302-22/+13
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-311-2/+4
|\
| * Fix warning on deleteLater on nullptr in QSampleCachePierre Hallot2018-07-241-2/+4
* | configure: add option to allow building without evr supportLuca Carlon2018-07-241-0/+1
|/
* QSampleCache: Fix memory leakOrgad Shaneh2018-07-051-2/+1
* Doc: Move the literal codeblocks to snippet filesVenugopal Shivashankar2018-06-214-1/+68
* Doc: Add missing dots (qtmultimedia)Paul Wicking2018-06-192-2/+2
* QSoundEffect: Check if network access manager is already releasedVal Doroshchuk2018-05-111-1/+2
* QSoundEffect: Release QAudioOutput when new source url appliedVal Doroshchuk2018-05-091-0/+7
* QMediaPlayer: remove else after returnAndre Hartmann2018-04-301-2/+3
* QSound(Effect): Cleanup coding styleAndre Hartmann2018-04-264-11/+11
* QSound: Allow to play files with qrc schemaAndre Hartmann2018-04-251-1/+10
* Doc: Remove QDoc warnings in Qt MultimediaPaul Wicking2018-04-201-4/+4
* Doc: Fix documentation warningsTopi Reinio2018-04-1934-104/+78
* Doc: Remove space that causes QDoc warningPaul Wicking2018-04-181-1/+1
* QSound(Effect): Use C++11 member initializationv5.11.0-beta3Andre Hartmann2018-03-276-77/+48
* QSound: Fix comment typosAndre Hartmann2018-03-271-3/+3
* QSound(Effect): Convert to functor-style connectAndre Hartmann2018-03-275-34/+41
* QSoundEffectPrivate: Use nullptr instead 0 or NULLAndre Hartmann2018-03-232-37/+39
* Support changing of volume in 24-bit audio samplesVaL Doroshchuk2018-03-221-0/+49
* Gstreamer: Fix setting vaapi sink propertiesVaL Doroshchuk2018-03-211-17/+6
* Merge remote-tracking branch 'origin/5.9' into 5.11v5.11.0-beta1Liang Qi2018-02-181-1/+1
|\
| * fix typo in QCameraImageProcessing documentationJochen Seemann2018-02-051-1/+1
* | Fix typosJarek Kobus2018-02-141-1/+1
* | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-2/+3
|\ \