summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video
Commit message (Expand)AuthorAgeFilesLines
* Fix the example imagesLars Knoll2021-09-222-0/+0
* Fix API naming inconsistencyLars Knoll2021-09-221-15/+15
* Fix the MediaPlayer docsLars Knoll2021-09-221-2/+0
* Add some basic docs for the media player and recorder examplesLars Knoll2021-09-204-0/+94
* Remove the qmlvideofx exampleLars Knoll2021-09-2096-7547/+1
* Hide the metadata and tracks side bar when videoOutput is tappedAssam Boudjelthia2021-09-171-0/+6
* Lock the Window orientation while recording in the recorder exampleLars Knoll2021-09-101-2/+6
* Fix capture view in recorder exampleLars Knoll2021-09-102-19/+22
* Do not discard track that do not have language informationPiotr Srebrny2021-09-092-9/+6
* Fix default state of recorder exampleLars Knoll2021-09-082-2/+7
* Improve QML Recorder exampleSamuel Mira2021-09-089-57/+95
* Fix mediaplayer QML example's layout and iconsAssam Boudjelthia2021-09-065-16/+31
* Allow passing a media file as command line argument to the mediaplayerLars Knoll2021-09-062-6/+22
* Add Track Selection from QML and updated exampleSamuel Mira2021-08-315-1/+205
* Recorder example: Build as app bundle on macOS/iOSDoris Verria2021-08-192-0/+51
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-175-5/+5
* Get rid of shared snippets directoryKai Köhne2021-08-1230-230/+1134
* Remove QT_VERSION_CHECK from examplesKai Köhne2021-08-121-5/+0
* Restore qmake project files for examplesJoerg Bornemann2021-08-0610-0/+113
* Example: Fix in recorder exampleBartlomiej Moskal2021-08-021-1/+1
* Fix media player position handling after seeking on gstreamerLars Knoll2021-07-301-20/+6
* Fix QMediaPlayer::isSeekable() on gstreamerLars Knoll2021-07-301-6/+1
* Use private permission APIAssam Boudjelthia2021-07-272-16/+0
* Fix volume propertyLars Knoll2021-07-081-2/+2
* Rename QMediaCaptureSession::encoder to recorderLars Knoll2021-07-082-3/+3
* Add a simple recorder app for capturing audio or audio/video streamsPiotr Srebrny2021-07-0118-0/+1488
* Fix audio handling in the media player exampleLars Knoll2021-06-283-13/+11
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-113-1/+11
* CMake: Use fixed qt_add_resource BASE argumentAlexandru Croitor2021-06-092-16/+4
* Add an example media player written in QMLPiotr Srebrny2021-06-0313-0/+996
* Remove dependency on qtandroidextrasAssam Boudjelthia2021-05-124-58/+12
* Remove qmake files from the repositoryLars Knoll2021-04-2310-113/+0
* Further cleanups of the VideoOutput APILars Knoll2021-04-191-2/+7
* Remove unused source property from VideoOutputLars Knoll2021-04-191-1/+0
* Fix QML runtime warningsLars Knoll2021-04-193-5/+6
* Fix a nullptr dereferenceLars Knoll2021-04-192-1/+9
* Fix camera permissions on macOSLars Knoll2021-04-192-0/+50
* Convert the remaining QML APIs related to captureLars Knoll2021-04-191-1/+1
* Add error handling for QML Camera itemLars Knoll2021-04-192-8/+8
* Use the C++ based Camera itemLars Knoll2021-04-161-7/+11
* Kill all versioned importsLars Knoll2021-04-1682-92/+92
* Get rid of QDeclarativeAudioLars Knoll2021-04-161-2/+0
* Remove QAbstractVideoFilterLars Knoll2021-04-147-909/+0
* Use the infra in QVideoSurfaceFormat to get shaders and uniformsLars Knoll2021-04-071-1/+1
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-062-3/+3
* Fix QML video renderingLars Knoll2021-04-061-2/+2
* Fix loading of the qmlvideo exampleLars Knoll2021-03-231-2/+2
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-162-9/+9
* Modernize code baseLars Knoll2021-03-021-4/+1
* Add a QMediaDeviceInfo class to enumerate input/output devicesLars Knoll2021-01-221-1/+0