summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* doc: Correctly update typo in documentation of QMediaRecorderZhang Yong2022-02-092-2/+2
* AVFoundation plugin: protect the use of codec constantTimur Pocheptsov2022-02-091-1/+1
* Windows: Fix player sending same position multiple timesAndré de la Rocha2022-02-022-9/+16
* Windows: Fix texture leak on media playerAndré de la Rocha2022-02-021-2/+4
* Make the method usableLars Knoll2022-02-011-1/+1
* doc: Fix QImageCapture related snippetsSamuel Gaist2022-01-312-12/+20
* QAndroidFormatsInfo: fix quadratic loop (eradicates Java-style iterators)Marc Mutz2022-01-291-7/+4
* Fix Video.seek() methodLars Knoll2022-01-251-11/+5
* Fix namespaced build on WindowsKai Köhne2022-01-204-5/+18
* Fix rendering with OpenGL based RHI on macOSLars Knoll2022-01-193-4/+6
* Fix Android sending a single video frameSamuel Mira2022-01-181-0/+5
* Docs: Fix any renaming warnings and enable doc CI test/ warning limitNicholas Bennett2022-01-173-2/+5
* Docs: Remove reference to QImageCapture::CaptureToBufferNicholas Bennett2022-01-171-2/+1
* Fix SeekPauseSeek Test in AndroidSamuel Mira2022-01-143-2/+25
* macOS/iOS: Set default audio deviceDoris Verria2022-01-131-5/+16
* Don't crash if system has no audio deviceDoris Verria2022-01-133-30/+56
* Docs: Fix example link for demonstrating QAudioSinkNicholas Bennett2022-01-121-2/+1
* Docs: Fix some QML Properties listed as methodsNicholas Bennett2022-01-122-38/+26
* Docs: Remove reference to QAudioDevice::nearestFormatNicholas Bennett2022-01-121-4/+3
* Fix Multimedia auto test audioVideoAvailable in AndroidSamuel Mira2022-01-071-0/+2
* Fix Multimedia auto test Metadata in AndroidSamuel Mira2022-01-071-1/+3
* Fix the camera format used by the camera exampleLars Knoll2022-01-051-1/+2
* Windows: Get list of supported codecs from Media FoundationAndré de la Rocha2022-01-043-28/+147
* AVFMediaAssetWriter: Properly reset queues and writer inputs before starting ...Doris Verria2021-12-211-13/+20
* Add the errorOccurred() signal to the Video qml typeAndré de la Rocha2021-12-171-0/+11
* Fix compiler errorLars Knoll2021-12-171-4/+4
* Don't leak GStramer bus object, make virtual destructor in base classPiotr Srebrny2021-12-173-4/+6
* Set state synchronously outside of pipeline controlPiotr Srebrny2021-12-171-1/+1
* Don't leak GL display and context objectsPiotr Srebrny2021-12-171-0/+2
* Don't leak QSGGeometry object set in setTexturedRectGeometryPiotr Srebrny2021-12-161-0/+1
* Docs: Fix qdoc warnings for QVideoFrameNicholas Bennett2021-12-161-5/+5
* Resolve URL using QML context when setting QMediaPlayer sourcePiotr Srebrny2021-12-153-7/+93
* Fix playPauseStop test in AndroidSamuel Mira2021-12-151-7/+16
* Enable zero copy for WMF with OpenGL displayPiotr Srebrny2021-12-142-74/+275
* Make system libraries private dependenciesKai Köhne2021-12-141-7/+7
* QWindowsAudioUtils: fix compilation for namespaced qtTim Blechmann2021-12-141-2/+2
* Docs: Add supported media format informationNicholas Bennett2021-12-145-17/+83