summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-032-1/+4
* Remove duplicated media storage location implementationsPiotr Srebrny2021-09-0326-902/+81
* Docs: Fix paint rate snippet reference errorsNicholas Bennett2021-09-031-4/+4
* docs: MediaPlayer error -> errorOccurred; redundant handler notesShawn Rutledge2021-09-021-30/+1
* Remove some debug outputLars Knoll2021-09-021-1/+0
* Small cleanup in the QVideoSink headerLars Knoll2021-09-021-2/+0
* macOS: Set up proper language info for the different media tracksLars Knoll2021-09-012-6/+10
* macOS/iOS: Improve meta data supportLars Knoll2021-09-011-29/+50
* 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
* doc: remove redundant signal "corresponding handler" notesShawn Rutledge2021-09-013-28/+0
* 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
* macOS/iOS: Implement pause/resume during recordingDoris Verria2021-08-305-9/+145
* 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
* 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-288-90/+130
* macOS: Clean up dead code related to windowed renderingLars Knoll2021-08-288-247/+7
* Do not use TriangleFan in QVideoWindowLaszlo Agocs2021-08-281-2/+2
* Add a Q_PROPERTY declaration for the audioOutput propertyLars Knoll2021-08-271-0/+1
* Add a missing QRhiTexture create()Laszlo Agocs2021-08-261-0/+1
* Fix plain sw path in QVideoWindowLaszlo Agocs2021-08-261-0/+3
* Only create the graphics pipeline object onceLaszlo Agocs2021-08-261-2/+3
* Do graphics pipeline setup after the srbLaszlo Agocs2021-08-261-5/+5
* GstVideoBuffer: Make sure there is a context current for cleanupLaszlo Agocs2021-08-261-2/+5
* Implement HW accelerated rendering for QVideoWidget using QVideoWindowLars Knoll2021-08-263-76/+18
* Add We mean it note for qvideowindow_p.hLaszlo Agocs2021-08-261-0/+11
* Use linear filtering when rendering videosLars Knoll2021-08-262-1/+4
* HW accelerated video rendering for QWindowLars Knoll2021-08-266-1/+617
* 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-256-205/+18
* Move the QVideoSink::paint() method to QVideoFrameLars Knoll2021-08-256-90/+95
* 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-246-271/+22
* Android: use correct flag in QtAudioDeviceManager.setAudioInput()Assam Boudjelthia2021-08-231-2/+2
* Android : Track and set different audio/video/subtitle tracksSamuel Mira2021-08-237-49/+532
* Fix the Video QML element and smaller cleanups in VideoOutputLars Knoll2021-08-213-189/+12
* Doc: Fix small spelling mistakes, incorrect QAudioOutput referencesNicholas Bennett2021-08-203-41/+51
* AVFImageCapture: Remove assert on camera changeDoris Verria2021-08-201-2/+5