summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform
Commit message (Expand)AuthorAgeFilesLines
* Add a timer reporting a change in the playback positionPiotr Srebrny2021-09-132-0/+12
* Close WMF player session on media player destructionPiotr Srebrny2021-09-132-2/+1
* GStreamer: enable dynamic pipeline modification for capture sessionPiotr Srebrny2021-09-1313-275/+331
* Don't try to flush a live pipelineLars Knoll2021-09-101-1/+2
* Fix orientation of the created video while recordingLars Knoll2021-09-101-0/+3
* Fix aspect ratio of recordings on iOSLars Knoll2021-09-102-18/+16
* Disable update orientation when recording on AndroidSamuel Mira2021-09-103-5/+24
* Fix crash in Android Recorder example on permission requestSamuel Mira2021-09-105-12/+49
* Doc: Fix various documentation issuesTopi Reinio2021-09-092-5/+2
* Fix camera orientation handling on iOSLars Knoll2021-09-094-2/+40
* Fix orientation of camera frames on AndroidLars Knoll2021-09-083-16/+57
* Fix memory leak on macOS/iOSLars Knoll2021-09-082-2/+10
* Fix a couple of compiler warningsLars Knoll2021-09-081-0/+2
* Only use available gstreamer video formatsSamuli Piippo2021-09-081-0/+5
* Fix build issue with conflicting declarations in GL headersSamuli Piippo2021-09-071-2/+1
* Move gstreamer over to the new subtitle handlingLars Knoll2021-09-0711-31/+378
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-0714-27/+30
* Use the new subtitle infrastructure on AndroidLars Knoll2021-09-072-121/+3
* Implement platform independent subtitle renderingLars Knoll2021-09-073-2/+77
* Get rid of a compiler warning about an unused variableLars Knoll2021-09-061-1/+1
* Remove unused field and clean up member initializationLars Knoll2021-09-062-27/+18
* 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
* Remove duplicated media storage location implementationsPiotr Srebrny2021-09-0323-805/+36
* Remove some debug outputLars Knoll2021-09-021-1/+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-013-21/+87
* Add Track Selection from QML and updated exampleSamuel Mira2021-08-312-7/+54
* macOS/iOS: Fix audio monitoring for the capture sessionDoris Verria2021-08-316-50/+244
* Implement audio and video track disable in AndroidSamuel Mira2021-08-306-29/+111
* Doc: Fix QDoc errors Qt MultimediaNico Vertriest2021-08-301-4/+1
* 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
* 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
* GstVideoBuffer: Make sure there is a context current for cleanupLaszlo Agocs2021-08-261-2/+5
* HW accelerated video rendering for QWindowLars Knoll2021-08-262-1/+1
* Android: Subtitle supportSamuel Mira2021-08-264-29/+157
* Remove the windowed code path for QVideoSink on Android and gstreamerLars Knoll2021-08-255-110/+7
* QAudioDecoder: Re-add API for setting desired audio formatDoris Verria2021-08-2511-42/+273
* iOS: Force kCVPixelFormatType_32BGRA on AVCaptureVideoDataOutputDoris Verria2021-08-241-1/+4
* Android : Track and set different audio/video/subtitle tracksSamuel Mira2021-08-236-25/+363
* AVFImageCapture: Remove assert on camera changeDoris Verria2021-08-201-2/+5