summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix qmediaplayerbackend unloadMedia test in AndroidSamuel Mira2021-12-141-0/+3
* Fix qmediaplayerbackend processEOS test in AndroidSamuel Mira2021-12-141-0/+5
* Fix qmediaplayerbackend loadMediaInLoadingState test in AndroidSamuel Mira2021-12-141-0/+1
* Fix build of QSGVivanteVideoNodeFactoryPluginJoerg Bornemann2021-12-131-1/+1
* Fix tst_qvideoframe failureSamuel Mira2021-12-101-2/+2
* Android: Fix for the preview screen size issue on the Recorder examplePekka Gehör2021-12-102-3/+21
* Better debug output for pixel formatsLars Knoll2021-12-101-1/+1
* MediaPlayer example: Display track-specific metadataDoris Verria2021-12-091-0/+1
* AVFMetaData: Add orientation metadata for video trackDoris Verria2021-12-092-11/+41
* Set QuickTime-metadata for orientation on macOS/iOSDoris Verria2021-12-093-2/+9
* PulseAudio: correctly specify the preferred format for sources/sinksLars Knoll2021-12-093-0/+34
* macOS/iOS: Add flac as a possible supported file formatAndré de la Rocha2021-12-091-0/+1
* AVFVideoRenderer: Add frame orientation information from video trackDoris Verria2021-12-084-2/+78
* Windows: Fix position reported by QMediaPlayer after seekAndré de la Rocha2021-12-082-0/+17
* Fix OpenGL-based camera preview rendering on macOSDoris Verria2021-12-085-22/+46
* AVFMediaAssetWriter: Stop writing to file in case of errorDoris Verria2021-12-083-1/+24
* Fix subtitle geometry for different orientation and aspect ratioPiotr Srebrny2021-12-086-34/+44
* Enable video frame rotation for Quick video outputPiotr Srebrny2021-12-073-65/+83
* Enable frame rotation and mirroring for backing store and toImagePiotr Srebrny2021-12-071-28/+19
* Enable video frame rotation for HW accelerated QVideoWindowPiotr Srebrny2021-12-072-24/+41
* Add rotation angle and if mirrored to QVideoFramePiotr Srebrny2021-12-075-1/+121
* Fix regression in QSoundEffect::play() on AndroidJarkko Koivikko2021-12-041-5/+5
* Add Support for BT2020 color spaceLars Knoll2021-12-033-3/+16
* PulseAudio: Fix processedUSecs()Lars Knoll2021-12-032-7/+22
* Connect native buffering listener to MediaPlayerSamuel Mira2021-12-021-4/+6
* Enable zero copy for WMF playerPiotr Srebrny2021-12-025-166/+201