summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Fix QML video renderingLars Knoll2021-04-061-2/+2
* Make QAbstractVideoSurface::isFormatSupported() non virtualLars Knoll2021-03-232-13/+0
* Fix loading of the qmlvideo exampleLars Knoll2021-03-231-2/+2
* Add support for Hue adjustment to QCameraImageProcessingLars Knoll2021-03-232-41/+65
* Add V4L2 handling of image processing fieldsLars Knoll2021-03-232-14/+95
* Re-add support for gstreamer image captureLars Knoll2021-03-231-0/+1
* Some fixes to meta data handlingLars Knoll2021-03-192-5/+9
* Move the audio input settings from the encoder to the capture sessionLars Knoll2021-03-181-1/+1
* Remove audio/video device settings from QMediaEncoderLars Knoll2021-03-182-4/+6
* Add a QMediaEncoder classLars Knoll2021-03-176-65/+64
* Make QMediaCaptureSession the new central class for media capturingLars Knoll2021-03-165-6/+14
* Get rid of the global enums in qmultimedia.hLars Knoll2021-03-164-14/+14
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-167-19/+19
* Simplify state handling in QCamera and QMediaRecorderLars Knoll2021-03-163-14/+7
* Get rid of AVFMediaPlayerSessionLars Knoll2021-03-151-1/+1
* Basic support for different audio/video tracks on DarwinLars Knoll2021-03-051-11/+14
* Add support for selecting audio/video tracksLars Knoll2021-03-052-0/+62
* Implement basic metadata support for QMediaPlayerLars Knoll2021-03-021-10/+12
* Set metadata when recording to the camera exampleDoris Verria2021-03-027-2/+270
* Show metadata for audio/video files in player exampleDoris Verria2021-03-022-4/+54
* Start rewriting the gstreamer player backendLars Knoll2021-03-021-1/+1
* Modernize code baseLars Knoll2021-03-0212-44/+14
* Remove manual metatype declarations and registrationsLars Knoll2021-03-023-5/+0
* Add example for listing audio and video devices and their propertiesDoris Verria2021-02-173-0/+221
* And finally kill QMediaServiceLars Knoll2021-02-174-4/+0
* Get rid of QCamera::CaptureModeLars Knoll2021-02-173-19/+5
* Rework the metadata handlingLars Knoll2021-02-122-14/+8
* Remove camera locking APILars Knoll2021-02-128-272/+108
* Fix a couple of smaller compile issuesLars Knoll2021-02-122-4/+2
* Cleanup QImageEncoderSettingsLars Knoll2021-02-121-6/+6
* More changes for QMediaFormat handling on the backendLars Knoll2021-02-093-11/+11
* Unify support for .wav files into one public classDoris Verria2021-02-0913-566/+45
* Use the new QMediaEncoderSettings in QMediaRecorderLars Knoll2021-02-098-258/+212
* New API for handling media formats and codecsLars Knoll2021-02-091-0/+16
* Cleanup QAudioFormat and friendsLars Knoll2021-02-0917-688/+259
* Remove codec property from QAudioFormat and relatedLars Knoll2021-01-2912-238/+148
* Cleanup resolution and frameRate handlingLars Knoll2021-01-291-1/+2
* Remove QAudioProbe and QVideoProbeLars Knoll2021-01-294-19/+13
* Add support for notification when audio devices change on macOSLars Knoll2021-01-292-6/+13
* Implement notifications when the available cameras change for macOSLars Knoll2021-01-292-11/+23
* Make camera switching in the camera example workLars Knoll2021-01-292-7/+7
* Provide an Info.plist file for the camera example on macOSLars Knoll2021-01-292-0/+50
* Fix some compiler warningsLars Knoll2021-01-292-21/+14
* Avoid configuration errors when building examplesLars Knoll2021-01-292-3/+0
* Remove the supportedMimeTypes() API in QMediaPlayerLars Knoll2021-01-293-11/+0
* Add find modules for 3rd party libraries and fix CMake filesDoris Verria2021-01-282-3/+3
* Add support for selecting the audio output in QMediaPlayerLars Knoll2021-01-222-0/+19
* Remove the static methods from QCameraInfoLars Knoll2021-01-221-3/+4
* Remove the static methods from QAudioDeviceInfoLars Knoll2021-01-227-14/+23
* Get rid of QAudioInputSelectorControlLars Knoll2021-01-221-4/+8