summaryrefslogtreecommitdiffstats
path: root/examples/multimediawidgets/player
Commit message (Expand)AuthorAgeFilesLines
* Let examples show up in Qt Creator againKai Köhne2022-09-0518-2760/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-2415-657/+30
* Split spatial audio out into a lib of its ownLars Knoll2022-06-161-1/+1
* Improve examples CMakeLists.txtKai Köhne2022-02-175-13/+9
* player example: Use msec precision on the position sliderLars Knoll2021-11-012-6/+6
* Fix black rectangle on mediaplayer widget exampleSamuel Mira2021-10-136-482/+92
* Fix back button on android video widgetSamuel Mira2021-10-121-1/+1
* Add some basic docs for the media player and recorder examplesLars Knoll2021-09-201-1/+2
* Fix unused variable warning in player exampleAssam Boudjelthia2021-09-171-1/+1
* Add option to turn off audio and video tracks to the player exampleLars Knoll2021-09-021-2/+4
* Remove some debug outputLars Knoll2021-09-021-1/+0
* Correctly show the buffer status in the player exampleLars Knoll2021-09-012-6/+7
* Remove some dead code relating to color correction in QVideoWidgetLars Knoll2021-08-261-30/+2
* Fix player example layout on mobileAssam Boudjelthia2021-08-262-0/+11
* Simplify CMakeLists.txtLars Knoll2021-08-181-8/+0
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Restore qmake project files for examplesJoerg Bornemann2021-08-061-0/+29
* Tag Qt Multimedia Widgets examples with 'widgets'Kai Köhne2021-08-021-0/+1
* Add support for multiple audio tracks to Windows player backendAndré de la Rocha2021-07-272-5/+26
* Adjust API of QAudio::convertVolume() to use floatsLars Knoll2021-07-092-7/+7
* Fix the MapData structure to include per plane size informationLars Knoll2021-07-071-3/+3
* Remove brightness and related properties from QVideoSink and QVideoWidgetLars Knoll2021-06-182-55/+0
* Remove QMediaPlaylist from QtMultimedia for nowLars Knoll2021-06-189-3/+1731
* Get rid of QAudio::RoleLars Knoll2021-06-161-1/+0
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-112-14/+18
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-081-3/+3
* Remove some debug outputLars Knoll2021-06-031-3/+0
* Fix some issues with language tagsLars Knoll2021-06-011-0/+1
* Widgets/Player example: Jump to first item of newly loaded playlistFriedemann Kleint2021-06-011-0/+6
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-071-2/+2
* Cleanup status handling in QMediaPlayerLars Knoll2021-05-031-1/+0
* Remove qmake files from the repositoryLars Knoll2021-04-231-23/+0
* API cleanups in QMediaPlayerLars Knoll2021-04-164-16/+18
* Clean up QVideoSink and it's platform implementationLars Knoll2021-04-161-4/+4
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-3/+3
* Get rid of QMediaPlayer::setCustomRole() and relatedLars Knoll2021-04-083-13/+0
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-061-3/+3
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-161-1/+1
* 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
* 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-021-3/+1
* Remove manual metatype declarations and registrationsLars Knoll2021-03-021-1/+0
* And finally kill QMediaServiceLars Knoll2021-02-171-1/+0
* Rework the metadata handlingLars Knoll2021-02-121-12/+8