summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Implement platform independent subtitle renderingLars Knoll2021-09-0711-17/+334
* Get rid of a compiler warning about an unused variableLars Knoll2021-09-061-1/+1
* Avoid emitting activeTracksChanged() if the active track doesn't changeLars Knoll2021-09-061-8/+20
* Add information about the Windows metadata limitationsPiotr Srebrny2021-09-061-0/+3
* Remove unused field and clean up member initializationLars Knoll2021-09-062-27/+18
* Check correct pointer before calling a method on itPiotr Srebrny2021-09-061-1/+1
* Docs: Add MediaRecorder QML type documentationNicholas Bennett2021-09-061-20/+210
* Use the default native orientation as the orientation for camera previewAssam Boudjelthia2021-09-031-4/+2
* Don't allow calling setAudioSource on MediaRecorder more than onceAssam Boudjelthia2021-09-033-4/+29
* Fix crash with Quick camera/video outputAssam Boudjelthia2021-09-031-0/+2
* Remove duplicated media storage location implementationsPiotr Srebrny2021-09-0326-902/+81
* Docs: Fix paint rate snippet reference errorsNicholas Bennett2021-09-031-4/+4
* Remove some debug outputLars Knoll2021-09-021-1/+0
* Small cleanup in the QVideoSink headerLars Knoll2021-09-021-2/+0
* macOS/iOS: Improve meta data supportLars Knoll2021-09-011-29/+50
* macOS: Set up proper language info for the different media tracksLars Knoll2021-09-012-6/+10
* macOS/iOS: Enable non RGB pixel formats on the cameraLars Knoll2021-09-011-4/+9
* macOS/iOS: Allow for other output formats than ARGB32Lars Knoll2021-09-014-22/+87
* Add Track Selection from QML and updated exampleSamuel Mira2021-08-313-8/+67
* macOS/iOS: Fix audio monitoring for the capture sessionDoris Verria2021-08-317-50/+245
* Implement audio and video track disable in AndroidSamuel Mira2021-08-306-29/+111
* Doc: Fix QDoc errors Qt MultimediaNico Vertriest2021-08-307-64/+44
* Use const JNINativeMethod for native methods arraysAssam Boudjelthia2021-08-306-12/+12
* Use raw Jni call to get int value and check for exception afterwardAssam Boudjelthia2021-08-301-1/+3
* Remove unneeded jni exception helpersAssam Boudjelthia2021-08-304-64/+30
* macOS/iOS: Implement pause/resume during recordingDoris Verria2021-08-305-9/+145
* AVFCameraSession: Reduce beginConfiguration/commitConfiguration callsDoris Verria2021-08-302-19/+14
* macOS/iOS: Fix adding/removing audio input and output to capture sessionDoris Verria2021-08-302-21/+10
* macOS/iOS: Don't stop capture when changing cameraDoris Verria2021-08-302-5/+5
* Add a Q_PROPERTY declaration for the audioOutput propertyLars Knoll2021-08-271-0/+1
* macOS/iOS: Fix issues with missed frames and flickering on playbackLars Knoll2021-08-278-90/+130
* macOS: Clean up dead code related to windowed renderingLars Knoll2021-08-268-247/+7
* Do not use TriangleFan in QVideoWindowLaszlo Agocs2021-08-261-2/+2
* Do graphics pipeline setup after the srbLaszlo Agocs2021-08-261-5/+5
* Only create the graphics pipeline object onceLaszlo Agocs2021-08-261-2/+3
* Add a missing QRhiTexture create()Laszlo Agocs2021-08-261-0/+1
* Fix plain sw path in QVideoWindowLaszlo Agocs2021-08-261-0/+3
* Add We mean it note for qvideowindow_p.hLaszlo Agocs2021-08-261-0/+11
* GstVideoBuffer: Make sure there is a context current for cleanupLaszlo Agocs2021-08-261-2/+5
* Use linear filtering when rendering videosLars Knoll2021-08-261-1/+1
* HW accelerated video rendering for QWindowLars Knoll2021-08-265-1/+612
* Android: Subtitle supportSamuel Mira2021-08-264-29/+157
* Docs: Add CaptureSession QML Type DocumentationNicholas Bennett2021-08-261-13/+138
* Remove the windowed code path for QVideoSink on Android and gstreamerLars Knoll2021-08-255-110/+7
* Clean up the QVideoSink APILars Knoll2021-08-252-174/+1
* Move the QVideoSink::paint() method to QVideoFrameLars Knoll2021-08-254-86/+89
* QAudioDecoder: Re-add API for setting desired audio formatDoris Verria2021-08-2513-42/+329
* Migrate to fixed add_shaders prefix handlingLaszlo Agocs2021-08-251-1/+1
* iOS: Force kCVPixelFormatType_32BGRA on AVCaptureVideoDataOutputDoris Verria2021-08-241-1/+4
* Docs: Remove superfluous or incorrect contentNicholas Bennett2021-08-243-259/+5