summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows: fix media player position while rewindingAndré de la Rocha2022-05-311-4/+6
* Doc: Landing page cleanupKai Köhne2022-05-311-16/+9
* Android: Correct the wrong signal call sequencePekka Gehör2022-05-302-19/+29
* QPulseAudioSource: fix UB (memcpy() called with nullptr dest) in read()Marc Mutz2022-05-261-2/+6
* Windows: Fix RTSP stream playbackAndré de la Rocha2022-05-252-3/+29
* Fix qaudiosource auto test when using pulseaudioLars Knoll2022-05-241-3/+11
* Windows: Fix missing includeAndré de la Rocha2022-05-231-0/+2
* Windows: Enable scrubbing mode for audio streamsAndré de la Rocha2022-05-231-2/+1
* Windows: Fix audio buffer sizesAndré de la Rocha2022-05-231-8/+5
* Fix null pointer dereference in GUI-less applicationsAndré de la Rocha2022-05-161-0/+4
* Docs: Fix broken linksNicholas Bennett2022-05-131-1/+1
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-132-3/+3
* QtMultimedia: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-116-9/+9
* Fix chunk sizing in QPulseAudioSinkAxel Spoerl2022-05-111-17/+17
* WMF: improve errors handling in session creation logicVladimir Belyavsky2022-05-112-16/+18
* Update metadata after updating media durationPiotr Srebrny2022-05-091-2/+2
* Windows: Avoid changing the player topology for HEVCAndré de la Rocha2022-05-082-5/+22
* WMF: fix crash when media session can't be created by some reasonVladimir Belyavsky2022-05-061-0/+1
* Android: Fix qopenslengine audioFormat conversionSamuel Mira2022-04-304-9/+28
* Android: Unnecessary QMutex functionality removedPekka Gehör2022-04-282-12/+0
* Android: Fix destroying QThread while it is still running issuePekka Gehör2022-04-282-5/+9
* Fix Camera Preview on declarative-cameraSamuel Mira2022-04-282-2/+2
* Android: fix source device issuePekka Gehör2022-04-271-15/+14
* Android: fix wrong source file issuePekka Gehör2022-04-272-0/+41
* Android: fix lost first buffer data issue with QAndroidAudioDecoderPekka Gehör2022-04-271-14/+16
* Check result of open()ing a QTemporaryFileMårten Nordheim2022-04-261-1/+8
* Fix usage of unsupported Exif constructor on Android 6Samuel Mira2022-04-192-4/+14
* darwin: Don't specify source format hint for audio recordingDoris Verria2022-04-054-18/+55
* QVideoWindow: disconnect videoFrameChanged signal when destroyingRafael Roquetto2022-04-011-0/+3
* Fix Multimedia auto test videoDimension on AndroidSamuel Mira2022-03-293-4/+23
* QVideoSink: update documentationRafael Roquetto2022-03-231-4/+2
* Remove .prev_CMakeLists.txtKai Köhne2022-03-224-654/+0
* AVFCameraSession - don't use preview layerTimur Pocheptsov2022-03-211-6/+1
* Docs: Update QML Mediaplayer Example DocumentationNicholas Bennett2022-03-181-0/+1
* Fix conversion from YUV422 to RGBMitch Curtis2022-03-181-3/+1
* Windows: Restore device session state when ending media recordingsAndré de la Rocha2022-03-172-5/+15
* Windows: Rework workaround for WMF issueAndré de la Rocha2022-03-173-2/+7
* Windows: Avoid WMF error with some specific video filesAndré de la Rocha2022-03-171-0/+8
* Fix Unable to create OpenGL contextSamuel Mira2022-03-152-15/+50
* AVFoundation plugin (iOS) fix minor build problemsTimur Pocheptsov2022-03-032-28/+4
* Fix android media plugin issuesSamuel Mira2022-03-022-4/+21
* Windows: Fix lack of precision in positioning while playing flacAndré de la Rocha2022-03-012-1/+3
* Do not access NV_DX_interop functions out of OpenGL contextPiotr Srebrny2022-02-161-10/+13
* Avoid sending warning on per-frame basis, use debug message insteadPiotr Srebrny2022-02-161-10/+10
* Use clockwise rotation for the QVideoFrame::rotationAngle()Piotr Srebrny2022-02-155-42/+38
* Resolve QSoundEffect URL through QML contextPiotr Srebrny2022-02-143-8/+94
* Avoid misleading error information, display proper loading errorPiotr Srebrny2022-02-142-2/+14
* Fix copyright headerLars Knoll2022-02-092-5/+5
* Add missing #include <functional>Lars Knoll2022-02-093-0/+6
* Fallback on map/upload texture if texture handle is invalidPiotr Srebrny2022-02-091-7/+20