summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform
Commit message (Expand)AuthorAgeFilesLines
* Fix a deadlock when changing the video outputLars Knoll2021-05-261-0/+5
* Code cleanup in qwindowsaudiooutput.*Lars Knoll2021-05-262-55/+55
* Attempt to make the qcamerabackend test passLars Knoll2021-05-261-2/+3
* Fix crashes in the mediaplayerbackend autotest on windowsLars Knoll2021-05-264-23/+23
* Stabilize the qaudioinput autotest on WindowsLars Knoll2021-05-261-5/+7
* Implement support for QCamera::Features on darwinDoris Verria2021-05-263-7/+20
* Fix some logic errors in QWindowsAudioDeviceInfoLars Knoll2021-05-251-8/+15
* Fix a bunch of compiler warnings on MSVCLars Knoll2021-05-253-3/+3
* Some QCamera API cleanupsLars Knoll2021-05-256-34/+98
* Fix the remaining failures for tst_qmediaplayerbackend in macOSDoris Verria2021-05-253-21/+14
* Fix tst_qcamerabackend failures for macOS and iOSDoris Verria2021-05-231-1/+1
* Fix the qaudioinput test failures on macOSLars Knoll2021-05-212-27/+51
* Reduce the timeout for sync state changes in gstreamer to 1 secLars Knoll2021-05-211-2/+2
* Correctly resolve the actual output file for QMediaEncoderLars Knoll2021-05-213-8/+7
* Improve gstreamer capture pipelineLars Knoll2021-05-213-13/+20
* Improve V4L2 supportLars Knoll2021-05-212-26/+92
* Fix more test failures for tst_qmediaplayerbackend on macOSDoris Verria2021-05-213-1/+16
* Fix camera not showing up on gstreamerLars Knoll2021-05-212-5/+8
* Fix a crash on macOS when running the qquickvideooutput autotestLars Knoll2021-05-201-1/+1
* Fix iOS compilation after latest changes in camera APIDoris Verria2021-05-201-29/+27
* Fixes for qaudiooutput on gstreamerLars Knoll2021-05-203-4/+17
* Merge QPlatformCameraImageProcessing into QPlatformCameraLars Knoll2021-05-2026-1508/+465
* Remove contrast/brightness/hue/saturation properties from QCameraLars Knoll2021-05-193-96/+0
* Move QPlatformCameraExposure API into QPlatformCameraLars Knoll2021-05-1925-2452/+1053
* Fix compilation on AndroidLars Knoll2021-05-191-3/+3
* Cleanup the QMediaEncoder backend architectureLars Knoll2021-05-1913-129/+150
* Fix test failures in tst_qaudioinput on macOSDoris Verria2021-05-191-0/+1
* Fix test failures for tst_qmediaplayerbackend on macOSDoris Verria2021-05-191-2/+4
* Merge the QPlatformCameraFocus class into QPlatformCameraLars Knoll2021-05-1825-1668/+563
* Remove QCamera::aperture() and friendsLars Knoll2021-05-185-18/+0
* Merge QCameraImageProcessing into QCameraLars Knoll2021-05-189-141/+77
* Merge QCameraExposure into QCameraLars Knoll2021-05-1812-212/+211
* Merge the QCameraFocus API into QCameraLars Knoll2021-05-1812-107/+106
* Fix a memory leak in gstreamerLars Knoll2021-05-181-1/+7
* Fix a crash in QGstAppSrc when using pull modeLars Knoll2021-05-181-6/+6
* Fix some code that was not thread safeLars Knoll2021-05-182-18/+35
* Fix a crash in the gstreamer audio outputLars Knoll2021-05-182-26/+37
* Android: Use public Jni APIs as possibleAssam Boudjelthia2021-05-1825-621/+477
* Windows: Fix the suffix of video filesAndre de la Rocha2021-05-171-1/+1
* Windows: Fix slowdown while recording videoAndre de la Rocha2021-05-172-1/+26
* gstreamer: fix compilation without gstreamer_glSamuli Piippo2021-05-171-1/+4
* Cleanup the audio decoder architectureLars Knoll2021-05-1712-40/+102
* Fix the QSoundEffect autotest on gstreamerLars Knoll2021-05-171-1/+0
* Fix test failure in a couple of autotestsLars Knoll2021-05-171-1/+1
* Code cleanup in the gstreamer pluginLars Knoll2021-05-177-47/+48
* Do not hold IMFActivate between media sessionsPiotr Srebrny2021-05-142-39/+32
* Fix most qcamerabackend autotests on macOSDoris Verria2021-05-145-26/+33
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-144-15/+13
* Make sure Qt Multimedia compiles against 6.1Lars Knoll2021-05-141-0/+2
* Get rid of QAudioInput/Output::periodSize()Lars Knoll2021-05-1426-92/+3